@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--navy:#102a43;--green:#2dbe88;--cream:#f7f5f0;--muted:#60758a;--line:#e7ebe8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--navy);font-family:Manrope,system-ui,sans-serif}a{text-decoration:none;color:inherit}button{font:inherit}header{position:sticky;top:0;z-index:10;background:#f7f5f0e0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,42,67,.07)}nav{height:76px;max-width:1180px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:800;font-size:20px;display:flex;align-items:center;gap:10px}.logo-mark{width:36px;height:36px;background:var(--navy);color:#fff;border-radius:10px;display:grid;place-items:center;position:relative}.logo-mark svg+svg{position:absolute;right:3px;top:3px;color:#6fddba}.navlinks{display:flex;align-items:center;gap:27px;font-size:13px;font-weight:600}.navlinks>a:not(.button):hover{color:var(--green)}.lang{border:0;background:none;color:var(--navy);font-weight:800;cursor:pointer}.lang span{color:#9aa7b3;font-weight:500}.button{border:0;background:var(--green);color:#fff;border-radius:11px;padding:15px 21px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:14px;box-shadow:0 10px 24px #2dbe8838;transition:.2s}.button:hover{transform:translateY(-2px);background:#25ab79}.button.small{padding:11px 16px}.menu{display:none;border:0;background:transparent;color:var(--navy)}.hero{min-height:700px;max-width:1240px;margin:auto;padding:92px 30px 86px;display:grid;grid-template-columns:.91fr 1.09fr;gap:60px;align-items:center;position:relative;overflow:hidden}.hero-copy{position:relative;z-index:2}.eyebrow{color:#20966f;font-size:12px;letter-spacing:1.5px;font-weight:800;display:flex;align-items:center;gap:7px;margin-bottom:20px}.hero h1{font-size:52px;line-height:1.08;letter-spacing:-2.4px;margin:0 0 24px}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p{font-size:17px;line-height:1.75;color:var(--muted);max-width:570px}.actions{display:flex;align-items:center;gap:24px;margin:31px 0}.text-button{font-weight:800;font-size:14px;display:flex;align-items:center}.trust{border-top:1px solid #dde2de;padding-top:22px;color:#6c7f90;font-size:12px;display:flex;gap:10px;align-items:center}.trust svg{color:var(--green);flex:none}.glow{position:absolute;border-radius:50%;filter:blur(1px);opacity:.48}.glow.one{width:500px;height:500px;background:radial-gradient(circle,#d7f4e9,transparent 68%);right:-80px;top:-120px}.glow.two{width:330px;height:330px;background:radial-gradient(circle,#dbeefa,transparent 68%);right:370px;bottom:-160px}.dashboard-wrap{position:relative;z-index:2}.dashboard{height:470px;background:#fff;border:1px solid rgba(16,42,67,.08);border-radius:21px;box-shadow:0 32px 70px #102a4326;display:grid;grid-template-columns:72px 1fr;overflow:hidden;transform:perspective(1200px) rotateY(-2deg)}.dashboard aside{border-right:1px solid var(--line);display:flex;align-items:center;flex-direction:column;padding:19px 0;gap:14px}.dashboard aside .logo{font-size:0;margin-bottom:22px}.side-icon{width:39px;height:39px;border-radius:10px;display:grid;place-items:center;color:#8293a1}.side-icon.active{background:#e9f8f3;color:var(--green)}.dashboard main{padding:27px 28px;background:#fbfcfb}.dash-top{display:flex;align-items:center;justify-content:space-between}.dash-top h3{margin:3px 0 22px;font-size:22px}.dash-top small,.healthy small,.property-row small{display:block;color:#80909e;font-size:10px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:10px;font-weight:800}.healthy{background:#eaf8f2;border:1px solid #ccecdf;border-radius:11px;padding:13px;display:flex;gap:11px;align-items:center}.healthy>span{width:29px;height:29px;background:var(--green);color:#fff;border-radius:50%;display:grid;place-items:center}.healthy b{font-size:12px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.metrics article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px}.metric-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;margin-bottom:15px}.metric-icon svg{width:15px}.mint{background:#e7f7f1;color:#24a97c}.blue{background:#e9f4fb;color:#4c9ece}.violet{background:#f0ebfa;color:#8069bf}.metrics small{font-size:9px;color:#83919d;display:block}.metrics strong{display:block;font-size:17px;margin:5px 0}.metrics i{font-style:normal;font-size:8px;color:#2ca87c}.property-row{height:76px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px;display:flex;align-items:center;gap:12px}.house-img{width:60px;height:54px;border-radius:8px;background:linear-gradient(145deg,rgba(16,42,67,.05),transparent),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=200&q=80) center/cover}.property-row>div:nth-child(2){flex:1}.property-row b{font-size:11px}.pill{font-size:8px;color:#20966f;background:#eaf8f2;padding:5px 8px;border-radius:20px}.problems{padding:100px 30px;max-width:1180px;margin:auto}.problems>div:first-child{text-align:center;max-width:720px;margin:0 auto 55px}.problems .eyebrow{justify-content:center}.problems h2,.cta h2{font-size:38px;line-height:1.2;letter-spacing:-1.3px;margin:0 0 17px}.problems>div>p{color:var(--muted);line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature-grid article{background:#fff;padding:26px 23px;border:1px solid var(--line);border-radius:16px;transition:.2s}.feature-grid article:hover{transform:translateY(-4px);box-shadow:0 18px 40px #102a4314}.feature-grid article>span{width:42px;height:42px;border-radius:11px;background:#eaf8f2;color:var(--green);display:grid;place-items:center}.feature-grid article>span svg{width:20px}.feature-grid h3{font-size:15px;margin:20px 0 9px}.feature-grid p{font-size:12px;line-height:1.7;color:var(--muted);min-height:62px}.feature-grid a{display:flex;align-items:center;gap:6px;color:#219b73;font-weight:800;font-size:11px}.cta{max-width:1120px;margin:30px auto 90px;padding:54px 60px;background:var(--navy);color:#fff;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:50px;box-shadow:0 22px 50px #102a432e}.cta>div{max-width:660px}.cta small{color:#65dcba;font-weight:800;letter-spacing:1.5px}.cta h2{margin-top:12px}.cta p{color:#c6d1da;line-height:1.7}.button.light{background:#fff;color:var(--navy);white-space:nowrap;box-shadow:none}footer{max-width:1180px;margin:auto;border-top:1px solid #dfe4e1;padding:34px 24px 50px;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#758797}@media(max-width:900px){.navlinks{display:none}.navlinks.open{display:flex;position:absolute;top:76px;left:0;right:0;background:var(--cream);padding:25px;flex-direction:column;box-shadow:0 15px 30px #102a431a}.menu{display:block}.hero{grid-template-columns:1fr;padding-top:65px}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.actions,.trust,.eyebrow{justify-content:center}.dashboard{max-width:650px;margin:auto}.feature-grid{grid-template-columns:1fr 1fr}.cta{margin-left:20px;margin-right:20px}}@media(max-width:600px){.hero{padding:48px 18px 65px}.hero h1{font-size:39px;letter-spacing:-1.7px}.actions{flex-direction:column}.dashboard{height:400px;grid-template-columns:52px 1fr;transform:none}.dashboard main{padding:20px 13px}.metrics article{padding:10px 7px}.metrics strong{font-size:13px}.property-row .pill{display:none}.problems{padding:70px 18px}.problems h2,.cta h2{font-size:30px}.feature-grid{grid-template-columns:1fr}.cta{padding:40px 28px;flex-direction:column;align-items:flex-start}footer{flex-direction:column;gap:20px;text-align:center}}.auth-page{min-height:100vh;background:radial-gradient(circle at 70% 5%,#dff5ed,transparent 35%),var(--cream);padding:32px;display:grid;place-items:center}.auth-logo{position:absolute;left:42px;top:35px}.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:38px 42px;box-shadow:0 28px 70px #102a431c;text-align:center}.auth-symbol{width:55px;height:55px;margin:auto auto 18px;border-radius:15px;background:#e8f8f2;color:var(--green);display:grid;place-items:center}.auth-card>small,.modal>small,.section-title small{color:#24a87b;font-weight:800;letter-spacing:1.25px}.auth-card h1{margin:9px 0;font-size:28px}.auth-card>p{color:var(--muted);font-size:13px;line-height:1.6;margin:0 0 25px}.auth-card form,.modal{display:grid;gap:15px;text-align:left}label{font-size:12px;font-weight:700;display:grid;gap:7px}input,select{width:100%;border:1px solid #dce2df;border-radius:10px;padding:13px 14px;color:var(--navy);background:#fff;outline:none;font:inherit;font-size:13px}input:focus{border-color:var(--green);box-shadow:0 0 0 3px #2dbe881f}.auth-submit{width:100%;margin-top:5px}.auth-switch{border:0;background:none;color:#208e6b;font-weight:700;font-size:12px;margin-top:22px;cursor:pointer}.form-error{background:#fff0ed;color:#b54c3d;border-radius:9px;padding:10px;font-size:12px}.cloud-app{min-height:100vh;background:#f5f7f6;display:grid;grid-template-columns:245px 1fr}.app-sidebar{background:#102a43;color:#fff;position:fixed;inset:0 auto 0 0;width:245px;padding:24px 18px;display:flex;flex-direction:column;z-index:20}.app-sidebar .logo{color:#fff}.sidebar-head{display:flex;justify-content:space-between;align-items:center;padding:0 8px 30px}.sidebar-head>button{display:none}.app-sidebar nav{display:grid;gap:5px}.app-sidebar nav a{display:flex;align-items:center;gap:12px;padding:11px 13px;color:#b9c8d3;font-size:13px;font-weight:600;border-radius:9px}.app-sidebar nav a svg{width:18px}.app-sidebar nav a:hover,.app-sidebar nav a.active{background:#ffffff17;color:#fff}.app-sidebar nav a.active svg{color:#62d8b6}.sidebar-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding:19px 5px 0;display:flex;align-items:center;gap:10px}.sidebar-user>div{width:34px;height:34px;background:#2dbe88;border-radius:9px;display:grid;place-items:center;font-size:11px;font-weight:800}.sidebar-user span{display:grid;min-width:0;flex:1}.sidebar-user b{font-size:11px}.sidebar-user small{color:#91a6b5;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user button,.sidebar-head button,.app-top button{border:0;background:none;color:inherit;padding:4px;cursor:pointer}.sidebar-user svg{width:16px}.app-main{grid-column:2;min-width:0}.app-top{height:66px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 34px;justify-content:flex-end;gap:20px}.app-top>button{display:none}.app-top>span{font-size:12px;font-weight:700}.app-health{border-left:1px solid var(--line);padding-left:20px;color:#708293;font-size:11px;display:flex;align-items:center;gap:7px}.app-health i{width:7px;height:7px;background:var(--green);border-radius:50%}.app-content{padding:37px;max-width:1440px;margin:auto}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.section-title h1{margin:6px 0;font-size:28px;letter-spacing:-.7px}.section-title p{margin:0;color:var(--muted);font-size:12px}.section-title .button svg,.empty .button svg{width:16px}.app-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:19px;display:flex;gap:14px;align-items:center}.stat-card>span{width:42px;height:42px;background:#eaf8f2;color:var(--green);border-radius:11px;display:grid;place-items:center}.stat-card>span.blue{background:#eaf4fb;color:#4b9ecf}.stat-card>span.orange{background:#fff2e9;color:#ec8b4b}.stat-card>span.purple{background:#f1ecfa;color:#826abd}.stat-card svg{width:19px}.stat-card div{display:grid}.stat-card small{color:#7a8c9a;font-size:9px}.stat-card strong{font-size:22px;margin:2px 0}.stat-card i{font-style:normal;color:#778b98;font-size:9px}.app-columns{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:15px;padding:21px}.panel-head{display:flex;align-items:start;justify-content:space-between;border-bottom:1px solid #edf0ee;padding-bottom:16px;margin-bottom:4px}.panel-head h2{font-size:15px;margin:0 0 4px}.panel-head p{font-size:9px;color:#83929e;margin:0}.panel-head a{font-size:9px;color:#239971;font-weight:800;display:flex;align-items:center}.panel-head svg{width:13px}.data-row{display:flex;align-items:center;gap:12px;padding:14px 5px;border-bottom:1px solid #f0f2f1}.data-row:last-child{border:0}.row-icon{width:35px;height:35px;border-radius:9px;background:#eaf8f2;color:var(--green);display:grid;place-items:center}.row-icon svg{width:17px}.data-row>div{display:grid;flex:1}.data-row b{font-size:11px}.data-row small{font-size:9px;color:#8795a0}.data-row>i,.property-cover>span,td i{font-size:8px;font-style:normal}.online{color:#209a71}.offline{color:#a16e62}.data-row>svg{width:14px;color:#9aa7af}.empty{text-align:center;padding:42px 20px}.empty>span{width:51px;height:51px;border-radius:14px;background:#eaf8f2;color:var(--green);display:grid;place-items:center;margin:auto}.empty>span svg{width:22px}.empty h3{font-size:14px;margin:14px 0 6px}.empty p{font-size:10px;color:#82919d;line-height:1.6;max-width:330px;margin:0 auto 16px}.alert-row,.alert-item{display:flex;gap:12px;align-items:center;padding:13px 4px;border-bottom:1px solid #f0f2f1}.severity{width:34px;height:34px;border-radius:9px;background:#fff1e9;color:#e67d3f;display:grid;place-items:center;flex:none}.severity.critical{background:#ffeded;color:#d85050}.severity.info{background:#eaf4fb;color:#4b9ecf}.severity svg{width:16px}.alert-row>div{display:grid}.alert-row b{font-size:10px}.alert-row small{font-size:8px;color:#8896a0}.timeline-panel{margin-top:18px}.event{display:flex;gap:13px;padding:11px}.event>i{width:8px;height:8px;background:var(--green);border-radius:50%;margin-top:3px}.event>div{display:grid}.event b{font-size:10px}.event small{font-size:8px;color:#87949e}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.property-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.property-cover{height:135px;background:linear-gradient(135deg,#d9ede6,#e8edf0);display:flex;align-items:center;justify-content:center;position:relative;color:#76a895}.property-cover>svg{width:42px;height:42px}.property-cover>span{position:absolute;right:12px;top:12px;background:#fff;border-radius:20px;padding:5px 9px}.property-card>div:last-child{padding:18px}.property-card h3{font-size:14px;margin:0 0 5px}.property-card p{font-size:9px;color:#82909b;margin:0 0 17px}.property-card>div>div{display:flex;gap:18px;border-top:1px solid var(--line);padding-top:13px}.property-card div span{font-size:9px;color:#657988;display:flex;gap:5px;align-items:center}.property-card div span svg{width:13px}.modal-backdrop{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;background:#0b1f3173;display:grid;place-items:center;padding:20px}.modal{width:min(440px,100%);background:#fff;border-radius:17px;padding:30px;position:relative;box-shadow:0 30px 80px #0003}.modal h2{margin:0 0 8px}.modal-close{position:absolute;right:18px;top:18px;border:0;background:none;color:#758794;cursor:pointer}.modal-close svg{width:18px}.table-panel{overflow-x:auto}.table-panel table{width:100%;border-collapse:collapse;text-align:left;font-size:10px}.table-panel th{color:#798a96;font-size:8px;text-transform:uppercase;letter-spacing:.7px;padding:11px;border-bottom:1px solid var(--line)}.table-panel td{padding:13px 11px;border-bottom:1px solid #eef1ef}.table-panel td:first-child{display:grid}.table-panel td small{color:#81909a}.alert-item>div:nth-child(2){flex:1}.alert-item h3{font-size:12px;margin:0}.alert-item p,.alert-item small{font-size:9px;color:#81909b}.alert-item>div:last-child{display:flex;gap:7px}.alert-item button{border:1px solid #dbe2de;background:#fff;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:700;color:var(--navy);cursor:pointer}.app-loading{height:100vh;display:grid;place-content:center;gap:12px;text-align:center;color:#718391;font-size:12px}.spinner{width:30px;height:30px;border:3px solid #dcebe6;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1050px){.app-stats{grid-template-columns:1fr 1fr}.app-columns{grid-template-columns:1fr}.property-grid{grid-template-columns:1fr 1fr}}@media(max-width:720px){.cloud-app{display:block}.app-sidebar{transform:translate(-102%);transition:.2s}.app-sidebar.open{transform:translate(0);box-shadow:20px 0 50px #00000038}.sidebar-head>button{display:block}.app-main{display:block}.app-top{padding:0 18px;justify-content:space-between}.app-top>button{display:block}.app-content{padding:25px 17px}.section-title{align-items:flex-start;flex-direction:column}.app-stats,.property-grid{grid-template-columns:1fr}.auth-logo{position:static;margin-bottom:25px}.auth-page{display:flex;flex-direction:column;padding:25px 15px}.auth-card{padding:30px 23px}.app-health{margin-left:auto}.app-top>span{display:none}}.auth-help{font-size:11px!important;margin:20px 0 0!important;color:#81909a!important}.auth-back{display:inline-block;margin-top:20px;color:#526b7d;font-size:11px;font-weight:700}.admin-auth{background:radial-gradient(circle at 75% 0,#dbe8f1,transparent 38%),#f3f5f7}.admin-symbol{background:#e8eef5;color:#173b5c}.admin-button{background:#173b5c}.admin-button:hover{background:#0f2d47}.setup-success{display:grid;justify-items:center;gap:10px;padding:14px 0}.setup-success>svg{width:42px;height:42px;color:#2aaf82;background:#e8f8f2;border-radius:50%;padding:10px}.setup-success h3,.setup-success p{margin:0}.setup-success p{color:#758895;font-size:11px}.setup-success .button{margin-top:8px}.admin-app{background:#f2f5f7}.admin-sidebar{background:#0c2235}.admin-sidebar .side-icon.active,.admin-sidebar nav a.active{background:#50b7dc21}.admin-sidebar nav a.active svg{color:#68cae9}.admin-badge{margin:-13px 7px 25px;padding:8px 10px;border:1px solid rgba(123,202,230,.2);background:#7bcae614;color:#9dd9ed;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:9px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}.admin-badge svg{width:14px}.admin-health i{background:#55bfe1}.admin-modal form{display:grid;gap:15px}.admin-modal>p{color:#6f8190;font-size:12px;line-height:1.6}.admin-table select{min-width:120px;padding:7px 9px;font-size:10px}.admin-table code{font-size:9px;color:#526879}.status-chip{display:inline-flex;align-items:center;border-radius:20px;padding:5px 9px;font-size:8px;font-weight:800;text-transform:capitalize;background:#eaf8f2;color:#209a71}.status-chip.suspended,.status-chip.disabled,.status-chip.failed{background:#ffeded;color:#c64f4f}.status-chip.provisioning,.status-chip.past_due{background:#fff3e8;color:#d47737}.table-action{border:1px solid #d7e1e6;background:#fff;color:#1d755d;border-radius:8px;padding:7px 9px;display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:800;cursor:pointer;white-space:nowrap}.table-action svg{width:13px}.table-action.danger{color:#b14d4d;border-color:#ecd2d2}.setup-warning{background:#fff6e9;color:#8d612d!important;padding:12px;border-radius:9px}.setup-code{display:grid;gap:10px}.setup-code code{display:block;word-break:break-all;background:#0c2235;color:#d8f5ff;padding:16px;border-radius:10px;font-size:11px;line-height:1.6}.setup-code button{border:0;background:#e6f4f8;color:#176582;border-radius:9px;padding:10px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:800;cursor:pointer}.setup-code button svg{width:15px}.admin-org-row>i{min-width:68px;text-align:right}.installation-modal{width:min(920px,96vw);max-height:92vh;overflow-y:auto}.installation-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:7px 0 18px}.installation-summary>div{background:#f4f7f8;border:1px solid #e4eaed;border-radius:10px;padding:12px;display:grid;gap:3px}.installation-summary span{font-size:8px;text-transform:uppercase;letter-spacing:.7px;color:#84939e}.installation-summary b{font-size:10px}.discovery-head{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e7ecee;margin-top:18px;padding-top:18px}.discovery-head h3{margin:0 0 3px;font-size:14px}.discovery-head p{margin:0;color:#788b98;font-size:10px}.discovery-head .button{white-space:nowrap}.discovery-head svg{width:15px}.spin{animation:spin .8s linear infinite}.discovery-status{display:flex;align-items:center;gap:10px;background:#edf7fb;color:#176582;border-radius:10px;padding:11px 13px;margin-top:13px}.discovery-status>svg{width:18px}.discovery-status span{display:grid;flex:1}.discovery-status b{font-size:10px}.discovery-status small{font-size:8px;color:#66818f}.discovery-status button{border:0;background:none;color:inherit;cursor:pointer}.discovery-status button svg{width:15px}.discovery-results{display:grid;gap:10px;margin-top:12px}.discovery-results article{border:1px solid #e2e8e5;border-radius:11px;padding:13px}.device-found{display:flex;align-items:center;gap:10px;margin-bottom:12px}.device-found>svg{width:31px;height:31px;padding:7px;background:#eaf8f2;color:#209a71;border-radius:8px}.device-found>div{display:grid}.device-found b{font-size:11px}.device-found small{font-size:8px;color:#7d8e99}.assignment-grid{display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:9px}.assignment-grid input,.assignment-grid select{padding:9px;font-size:10px}.assignment-grid .table-action{height:35px}.discovery-empty{text-align:center;color:#83939d;font-size:10px;padding:15px}.status-chip.stage{background:#eaf2f8;color:#386d91}.installation-modal>.form-error{margin-top:12px}@media(max-width:800px){.installation-summary{grid-template-columns:1fr 1fr}.assignment-grid{grid-template-columns:1fr}.discovery-head{align-items:flex-start;flex-direction:column}}@media(max-width:900px){.admin-table table{min-width:800px}}
