:root{--bg-main: #07111f;--bg-sidebar: #050a13;--bg-card: #0e1a2b;--bg-card-secondary: #102238;--border: #1e2d44;--primary: #16b8d4;--primary-highlight: #38d9e8;--green: #22c55e;--yellow: #facc15;--red: #ef4444;--text-main: #f8fafc;--text-muted: #94a3b8;--sidebar-width: 240px;--topbar-height: 64px;--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(0, 0, 0, .3);--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-highlight)}.layout{display:flex;min-height:100vh}.layout-main{flex:1;min-width:0;margin-left:var(--sidebar-width);display:flex;flex-direction:column;min-height:100vh}.layout-content{flex:1;min-width:0;padding:24px 32px 32px;overflow-y:auto}.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;background:radial-gradient(circle at 18% 0%,rgba(34,211,238,.06),transparent 28%),linear-gradient(180deg,#07101f,#080d18 55%,#070b14);border-right:1px solid rgba(148,163,184,.1);display:flex;flex-direction:column;z-index:100;transition:transform var(--transition)}.sidebar-overlay,.sidebar-close-btn{display:none}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:20px 18px;border-bottom:1px solid rgba(148,163,184,.08)}.sidebar-logo{width:52px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo svg{width:100%;height:100%;display:block}.sidebar-brand-text{display:flex;flex-direction:column;justify-content:center;gap:3px;min-width:0}.sidebar-brand-name{display:inline-block;width:fit-content;font-size:18px;font-weight:600;line-height:1.1;letter-spacing:-.4px;color:#fff}.sidebar-brand-tagline{font-size:6px;font-weight:500;line-height:1.2;letter-spacing:.75px;color:#94a3b8;white-space:nowrap}.sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;color:#94a3b8;font-size:14px;font-weight:500;border:1px solid transparent;transition:all .2s ease}.sidebar-link:hover{color:#e2e8f0;background:#ffffff0a}.sidebar-link-active{color:#fff;background:linear-gradient(90deg,#22d3ee1f,#8b5cf614);border:1px solid rgba(34,211,238,.18);box-shadow:inset 3px 0 #22d3ee,0 4px 18px #22d3ee0a}.sidebar-link-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:15px;line-height:1;color:#64748b;background:#ffffff06;transition:all .2s ease}.sidebar-link:hover .sidebar-link-icon{color:#cbd5e1;background:#ffffff0d}.sidebar-link-active .sidebar-link-icon{color:#22d3ee;background:#22d3ee1a;box-shadow:0 0 14px #22d3ee14}.sidebar-logout{margin:12px;padding:10px 14px;background:#ffffff05;border:1px solid rgba(148,163,184,.12);border-radius:10px;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.sidebar-logout:hover{background:#ef444414;border-color:#ef444438;color:#f87171;transform:translateY(-1px)}.topbar{height:var(--topbar-height);background-color:var(--bg-card);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:50}.topbar-left{display:flex;align-items:center;gap:12px;min-width:0}.topbar-menu-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-main);font-size:16px;cursor:pointer;transition:border-color var(--transition),color var(--transition)}.topbar-menu-btn:hover{border-color:var(--primary);color:var(--primary-highlight)}.topbar-title{font-size:20px;font-weight:600;color:var(--text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-right{display:flex;align-items:center;gap:10px}.topbar-username{font-size:14px;font-weight:600;color:var(--text-main)}.topbar-role-badge{background:linear-gradient(135deg,var(--primary),var(--primary-highlight));color:var(--bg-main);font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;letter-spacing:.5px}.card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);min-width:0}.card-title{font-size:16px;font-weight:600;color:var(--text-main);margin-bottom:20px}.dashboard{display:flex;flex-direction:column;gap:24px}.temperature-alert{display:flex;align-items:center;gap:16px;padding:16px 18px;border-radius:14px;border:1px solid transparent;background:#0f172ac7;box-shadow:0 8px 30px #0000002e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.temperature-alert-critical{background:linear-gradient(90deg,#ef444421,#7f1d1d0d);border-color:#ef444447}.temperature-alert-warning{background:linear-gradient(90deg,#f59e0b21,#78350f0d);border-color:#f59e0b47}.temperature-alert-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:12px;font-size:20px;font-weight:800}.temperature-alert-critical .temperature-alert-icon{color:#fca5a5;background:#ef44441f;border:1px solid rgba(239,68,68,.22)}.temperature-alert-warning .temperature-alert-icon{color:#fbbf24;background:#f59e0b1f;border:1px solid rgba(245,158,11,.22)}.temperature-alert-content{flex:1;min-width:0}.temperature-alert-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.temperature-alert-heading{display:flex;flex-direction:column;gap:3px}.temperature-alert-label{font-size:10px;font-weight:700;letter-spacing:.9px;text-transform:uppercase}.temperature-alert-critical .temperature-alert-label{color:#f87171}.temperature-alert-warning .temperature-alert-label{color:#fbbf24}.temperature-alert-title{margin:0;font-size:15px;font-weight:600;color:var(--text-main)}.temperature-alert-value{flex-shrink:0;font-size:28px;font-weight:700;line-height:1;color:#fff}.temperature-alert-details{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;color:var(--text-muted)}.temperature-alert-dot{opacity:.45}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.metric-card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;display:flex;align-items:center;gap:16px;transition:border-color var(--transition),transform var(--transition)}.metric-card:hover{border-color:var(--primary);transform:translateY(-2px)}.metric-card-featured{padding:28px;border-color:var(--primary)}.metric-card-featured .metric-value{font-size:34px}.metric-card-featured .metric-label{font-size:13px}.metric-icon{width:44px;height:44px;background-color:var(--bg-card-secondary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.metric-info{display:flex;flex-direction:column;gap:4px;min-width:0}.metric-label{font-size:12px;color:var(--text-muted);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-value{font-size:22px;font-weight:700;color:var(--text-main)}.dashboard-tables{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.table-wrapper{padding-bottom:10rem;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table thead tr{border-bottom:1px solid var(--border)}.data-table th{text-align:left;padding:10px 14px;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.data-table td{padding:12px 14px;color:var(--text-main);border-bottom:1px solid rgba(30,45,68,.5)}.data-table tbody tr:hover td{background-color:#16b8d40a}.data-table tbody tr:last-child td{border-bottom:none}.devices-table{table-layout:fixed;font-size:13px}.devices-table th{padding:10px 8px;white-space:normal}.devices-table td{padding:10px 8px}.data-table tbody tr.latest-reading-row td{font-size:18px;font-weight:600;padding:16px 14px}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.badge-green{background-color:#22c55e26;color:var(--green);border:1px solid rgba(34,197,94,.3)}.badge-yellow{background-color:#facc1526;color:var(--yellow);border:1px solid rgba(250,204,21,.3)}.badge-red{background-color:#ef444426;color:var(--red);border:1px solid rgba(239,68,68,.3)}.badge-gray{background-color:#94a3b826;color:var(--text-muted);border:1px solid rgba(148,163,184,.3)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;border:none;transition:background var(--transition),opacity var(--transition),transform var(--transition)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-highlight));color:var(--bg-main)}.btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-secondary{background-color:var(--bg-card-secondary);color:var(--text-main);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--primary);color:var(--primary-highlight)}.btn-success{background-color:#22c55e26;color:var(--green);border:1px solid rgba(34,197,94,.3)}.btn-success:hover:not(:disabled){background-color:#22c55e40}.btn-warning{background-color:#facc1526;color:var(--yellow);border:1px solid rgba(250,204,21,.3)}.btn-warning:hover:not(:disabled){background-color:#facc1540}.btn-danger{background-color:#ef444426;color:var(--red);border:1px solid rgba(239,68,68,.3)}.btn-danger:hover:not(:disabled){background-color:#ef444440}.btn-sm{padding:5px 12px;font-size:12px}.btn-full{width:100%}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group label{font-size:13px;font-weight:500;color:var(--text-muted)}.form-group input,.form-group select{background-color:var(--bg-card-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-main);font-size:14px;padding:10px 14px;outline:none;transition:border-color var(--transition);font-family:inherit}.form-group input:focus,.form-group select:focus{border-color:var(--primary)}.form-group input::placeholder{color:#94a3b880}.form-group select option{background-color:var(--bg-card)}.filter-card,.readings-results{margin-bottom:24px}.filter-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;align-items:end}.filter-actions{display:flex;gap:10px;align-items:center;padding-bottom:16px;white-space:nowrap}.filter-actions .btn{white-space:nowrap}.security-settings{display:flex;flex-direction:column;gap:24px}.settings-card{max-width:480px}.settings-description{font-size:14px;color:var(--text-muted);margin-bottom:24px;margin-top:-8px}.settings-form{max-width:360px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-main);background-image:radial-gradient(ellipse at 20% 50%,rgba(22,184,212,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(56,217,232,.05) 0%,transparent 50%);padding:24px}.auth-card{width:100%;max-width:420px;background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:40px 36px;box-shadow:var(--shadow)}.auth-brand{text-align:center;margin-bottom:32px}.auth-brand-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.auth-logo{width:64px;height:64px;margin:0 auto;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:0}.auth-logo svg{width:100%;height:100%;display:block}.auth-brand-text{display:flex;flex-direction:column;align-items:center;gap:5px}.auth-title{display:inline-block;width:fit-content;margin:0;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.5px;color:#fff;background:none;-webkit-text-fill-color:#ffffff}.auth-form-title{font-size:18px;font-weight:600;color:var(--text-main);margin-bottom:20px}.auth-footer{text-align:center;margin-top:24px;font-size:14px;color:var(--text-muted)}.auth-link{color:var(--primary);font-weight:600}.auth-link:hover{color:var(--primary-highlight)}.alert{padding:10px 14px;border-radius:var(--radius-sm);font-size:14px;margin-bottom:16px}.alert-error{background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);color:var(--red)}.alert-success{background-color:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:var(--green)}.state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;gap:16px}.state-text{font-size:15px;color:var(--text-muted)}.state-error .state-text{color:var(--red)}.loading-spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.unauthorized-card{max-width:600px}.unauthorized-message{font-size:15px;color:var(--yellow);padding:8px 0}.muted-text{font-size:14px;color:var(--text-muted)}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar-open{transform:translate(0);box-shadow:var(--shadow)}.sidebar-close-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-left:auto;flex-shrink:0;background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:14px;cursor:pointer}.sidebar-close-btn:hover{color:var(--text-main);border-color:var(--primary)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#050a1399;z-index:90}.topbar-menu-btn{display:inline-flex}.layout-main{margin-left:0}.layout-content{padding:16px}.topbar{padding:0 16px}.dashboard-tables{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}.filter-form{grid-template-columns:1fr}}@media(max-width:480px){.metrics-grid{grid-template-columns:1fr}.auth-card{padding:28px 20px}}.devices-page{display:flex;flex-direction:column;gap:24px}.devices-empty-text{text-align:center;padding:56px 0}.add-device-toolbar{display:flex;justify-content:flex-end}.add-device-toggle{width:44px;height:44px;padding:0;border:1px solid rgba(103,232,249,.55);border-radius:var(--radius-sm);background:#162a4beb;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;line-height:1;cursor:pointer;transition:.2s ease}.add-device-toggle:hover{border-color:#67e8f9d9;background:#1c375ff5;transform:translateY(-1px)}.add-device-toggle:active{transform:scale(.96)}.add-device-form-card{max-width:480px}.add-device-form{max-width:360px;display:flex;flex-direction:column}.add-device-form-actions{display:flex;gap:10px;margin-top:4px}@media(max-width:480px){.add-device-toolbar{justify-content:center}.add-device-form-card,.add-device-form{max-width:100%}.add-device-form-actions{flex-direction:column}.add-device-form-actions .btn{width:100%}}.devices-row-alert{margin-bottom:16px}.device-actions{position:relative;display:inline-block}.device-actions-toggle{width:32px;height:32px;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card-secondary);color:var(--text-main);display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;cursor:pointer;transition:border-color var(--transition),color var(--transition)}.device-actions-toggle:hover:not(:disabled){border-color:var(--primary);color:var(--primary-highlight)}.device-actions-toggle:disabled{opacity:.6;cursor:not-allowed}.device-actions-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:6px;display:flex;flex-direction:column;gap:2px;z-index:20}.device-actions-item{display:block;width:100%;text-align:left;padding:8px 10px;border:none;border-radius:6px;background:transparent;color:var(--text-main);font-size:13px;font-weight:500;cursor:pointer;transition:background var(--transition),color var(--transition)}.device-actions-item:hover{background-color:var(--bg-card-secondary);color:var(--primary-highlight)}.device-actions-item-danger{color:var(--red)}.device-actions-item-danger:hover{background-color:#ef44441f;color:var(--red)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#050a13b8;display:flex;align-items:center;justify-content:center;padding:20px;z-index:100}.modal-card{width:100%;max-height:calc(100vh - 40px);overflow-y:auto}@media(max-width:480px){.device-actions-menu{right:auto;left:0}}.fs-landing{min-height:100vh;background:#07111f;color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.fs-landing *{box-sizing:border-box}.fs-container{width:min(1180px,calc(100% - 64px));margin:0 auto}.fs-header{background:#07111f;border-bottom:1px solid rgba(148,163,184,.12)}.fs-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between}.fs-brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:20px;font-weight:700}.fs-brand-logo{width:50px;height:36px;flex-shrink:0}.fs-brand-logo svg{width:100%;height:100%;display:block}.fs-header-login{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border:1px solid rgba(148,163,184,.28);border-radius:8px;background:transparent;color:#f8fafc;font-size:14px;font-weight:600;text-decoration:none;transition:.2s ease}.fs-header-login:hover{color:#67e8f9;border-color:#38bdf8}.fs-hero{padding:92px 0 112px;background:radial-gradient(circle at 82% 20%,rgba(34,211,238,.1),transparent 31%),radial-gradient(circle at 20% 80%,rgba(49,86,190,.12),transparent 35%),#07111f}.fs-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:76px;align-items:center}.fs-hero-copy{max-width:620px}.fs-overline{margin:0 0 18px;color:#60a5fa;font-size:12px;font-weight:700;letter-spacing:1.2px}.fs-hero h1{margin:0;color:#fff;font-size:clamp(48px,5.3vw,68px);line-height:1.04;letter-spacing:-2.4px;font-weight:700}.fs-hero h1 span{color:#38d9e8}.fs-hero-description{max-width:580px;margin:26px 0 0;color:#a5b4c7;font-size:17px;line-height:1.75}.fs-primary-action{display:inline-flex;align-items:center;gap:16px;margin-top:32px;padding:13px 21px;border-radius:8px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 12px 30px #2563eb38;transition:.2s ease}.fs-primary-action:hover{color:#fff;transform:translateY(-1px)}.fs-hero-note{max-width:540px;margin:22px 0 0;color:#8294aa;font-size:13px;line-height:1.6}.fs-system-visual{padding:26px;border:1px solid rgba(96,165,250,.18);border-radius:18px;background:#0e1a2b;box-shadow:0 28px 70px #00000052}.fs-system-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.fs-system-head>div:first-child{display:flex;flex-direction:column;gap:5px}.fs-system-head span{color:#8294aa;font-size:11px;letter-spacing:.5px}.fs-system-head strong{color:#fff;font-size:20px}.fs-online{display:inline-flex;align-items:center;gap:7px;color:#4ade80;font-size:12px;font-weight:600}.fs-online span{width:7px;height:7px;border-radius:50%;background:#22c55e}.fs-temp-panel{margin-top:26px;padding:23px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:13px;background:#102238;border:1px solid rgba(148,163,184,.14)}.fs-temp-panel>div{display:flex;flex-direction:column;gap:6px}.fs-temp-panel span{color:#94a3b8;font-size:12px}.fs-temp-panel strong{color:#fff;font-size:42px;letter-spacing:-1.4px}.fs-alert-badge{padding:6px 9px;border:1px solid rgba(248,113,113,.26);border-radius:6px;background:#ef44441f;color:#f87171!important;font-size:10px!important;font-weight:700;letter-spacing:.5px}.fs-system-details{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.fs-system-details>div{padding:14px;border:1px solid rgba(148,163,184,.14);border-radius:10px;background:#102238}.fs-system-details span{display:block;color:#8294aa;font-size:10px}.fs-system-details strong{display:block;margin-top:5px;color:#f8fafc;font-size:13px}.fs-alert-row{margin-top:12px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border-radius:10px;border:1px solid rgba(239,68,68,.2);background:#7f1d1d2e}.fs-alert-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#dc2626;color:#fff;font-size:13px;font-weight:700}.fs-alert-row>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.fs-alert-row strong{color:#fecaca;font-size:12px}.fs-alert-row span{color:#fca5a5;font-size:10px}.fs-alert-time{color:#fca5a5!important}.fs-safety{padding:108px 0;background:radial-gradient(circle at 14% 45%,rgba(59,130,246,.1),transparent 30%),#0a1627;border-top:1px solid rgba(148,163,184,.1);border-bottom:1px solid rgba(148,163,184,.1)}.fs-safety-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.fs-section-title>p,.fs-process-heading>p,.fs-product-copy>p,.fs-closing p{margin:0 0 16px;color:#60a5fa;font-size:12px;font-weight:700;letter-spacing:1.1px}.fs-section-title h2,.fs-process-heading h2,.fs-product-copy h2,.fs-closing h2{margin:0;color:#fff;font-size:40px;line-height:1.15;letter-spacing:-1.3px}.fs-section-description{margin:22px 0 0;color:#a5b4c7;font-size:15px;line-height:1.75}.fs-safety-list{border-top:1px solid rgba(255,255,255,.12)}.fs-safety-list article{padding:25px 0;display:grid;grid-template-columns:46px 1fr;gap:18px;border-bottom:1px solid rgba(255,255,255,.12)}.fs-safety-list article>span{color:#60a5fa;font-size:11px;font-weight:700;padding-top:4px}.fs-safety-list h3{margin:0;color:#fff;font-size:17px}.fs-safety-list p{margin:8px 0 0;color:#a5b4c7;font-size:14px;line-height:1.65}.fs-process{padding:110px 0 120px;background:#07111f}.fs-process-heading{max-width:680px}.fs-process-flow{position:relative;margin-top:58px;display:grid;grid-template-columns:repeat(4,1fr)}.fs-process-flow:before{content:"";position:absolute;left:12.5%;right:12.5%;top:44px;height:1px;background:#94a3b838}.fs-process-flow article{position:relative;z-index:1;padding-right:30px}.fs-step-number{display:block;margin-bottom:18px;color:#7f91a8;font-size:11px}.fs-step-dot{width:14px;height:14px;margin-bottom:23px;border:3px solid #07111f;border-radius:50%;background:#38bdf8;box-shadow:0 0 0 1px #38bdf8}.fs-process-flow h3{margin:0;color:#fff;font-size:18px}.fs-process-flow p{max-width:210px;margin:9px 0 0;color:#94a3b8;font-size:13px;line-height:1.6}.fs-product{padding:112px 0;background:radial-gradient(circle at 80% 15%,rgba(34,211,238,.07),transparent 30%),#0b1b30}.fs-product-grid{display:grid;grid-template-columns:1.14fr .86fr;gap:78px;align-items:center}.fs-dashboard-window{overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:#0a1627;box-shadow:0 34px 72px #00000047}.fs-dashboard-topbar{min-height:56px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.fs-dashboard-brand{display:flex;align-items:center;gap:8px;color:#fff}.fs-mini-logo{width:34px;height:25px}.fs-mini-logo svg{width:100%;height:100%;display:block}.fs-dashboard-topbar>span{padding:4px 7px;border-radius:5px;background:#60a5fa1f;color:#93c5fd;font-size:9px;font-weight:700}.fs-dashboard-content{padding:22px}.fs-dashboard-title{display:flex;flex-direction:column;gap:4px}.fs-dashboard-title span{color:#fff;font-size:19px;font-weight:600}.fs-dashboard-title small{color:#72859b}.fs-dashboard-stats{margin-top:20px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:10px}.fs-dashboard-stats div{padding:14px;border-radius:9px;background:#0d1c30;border:1px solid rgba(255,255,255,.07)}.fs-dashboard-stats span{display:block;color:#71859d;font-size:9px}.fs-dashboard-stats strong{display:block;margin-top:8px;color:#fff;font-size:18px}.fs-dashboard-stats div:first-child strong{color:#7dd3fc;font-size:25px}.fs-dashboard-table{margin-top:12px;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:9px}.fs-table-heading,.fs-table-row{display:grid;grid-template-columns:1.2fr 1fr .8fr;align-items:center}.fs-table-heading{padding:10px 13px;background:#0d1b2e;color:#71859d;font-size:9px}.fs-table-row{padding:12px 13px;color:#d7e0ea;border-top:1px solid rgba(255,255,255,.06);font-size:11px}.fs-table-critical,.fs-table-warning{width:fit-content;padding:4px 7px;border-radius:4px;font-size:9px}.fs-table-critical{background:#ef444424;color:#f87171}.fs-table-warning{background:#f59e0b24;color:#fbbf24}.fs-product-copy>p{color:#7dd3fc}.fs-product-copy h2{color:#fff}.fs-product-copy>p:nth-of-type(2){margin:20px 0 0;color:#a5b4c7;font-size:15px;line-height:1.75;letter-spacing:0;font-weight:400}.fs-product-copy ul{margin:27px 0 0;padding:0;list-style:none}.fs-product-copy li{position:relative;padding:11px 0 11px 24px;color:#cbd5e1;font-size:14px;border-bottom:1px solid rgba(255,255,255,.07)}.fs-product-copy li:before{content:"";position:absolute;left:0;top:17px;width:7px;height:7px;border-radius:2px;background:#67e8f9}.fs-closing{padding:84px 0;background:linear-gradient(135deg,#1d4ed8,#2563eb 55%,#0ea5e9)}.fs-closing-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.fs-closing p{color:#dbeafe}.fs-closing h2{color:#fff;font-size:38px}.fs-closing span{display:block;margin-top:12px;color:#e0ecff;font-size:14px}.fs-closing-button{flex-shrink:0;padding:13px 21px;border-radius:8px;background:#fff;color:#1d4ed8;font-size:14px;font-weight:700;text-decoration:none}.fs-closing-button:hover{color:#1d4ed8}.fs-footer{padding:30px 0;background:#07111f;border-top:1px solid rgba(148,163,184,.12)}.fs-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.fs-brand-footer{font-size:15px}.fs-brand-footer .fs-brand-logo{width:38px;height:27px}.fs-footer p{margin:0;color:#8294aa;font-size:12px}@media(max-width:900px){.fs-hero-grid,.fs-safety-grid,.fs-product-grid{grid-template-columns:1fr}.fs-hero{padding-top:70px}.fs-process-flow{grid-template-columns:repeat(2,1fr);gap:46px 20px}.fs-process-flow:before{display:none}}@media(max-width:620px){.fs-container{width:min(100% - 40px,1180px)}.fs-header-inner{min-height:68px}.fs-brand{font-size:18px}.fs-hero{padding:56px 0 76px}.fs-hero-grid{gap:46px}.fs-hero h1{font-size:42px;letter-spacing:-1.7px}.fs-hero-description{font-size:15px}.fs-system-details,.fs-dashboard-stats{grid-template-columns:1fr}.fs-temp-panel{flex-direction:column;align-items:flex-start}.fs-safety,.fs-process,.fs-product{padding-top:74px;padding-bottom:74px}.fs-section-title h2,.fs-process-heading h2,.fs-product-copy h2{font-size:32px}.fs-process-flow{grid-template-columns:1fr}.fs-table-heading,.fs-table-row{grid-template-columns:1.1fr 1fr .8fr}.fs-closing{padding:58px 0}.fs-closing-inner{flex-direction:column;align-items:flex-start}.fs-closing h2{font-size:30px}.fs-closing-button{width:100%;text-align:center}.fs-footer-inner{flex-direction:column;align-items:flex-start}}.links-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:radial-gradient(circle at top,rgba(34,211,238,.12),transparent 35%),#07111f;color:#fff}.links-card{width:100%;max-width:480px;text-align:center}.links-brand{margin-bottom:28px}.links-logo{width:120px;height:76px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:0;box-shadow:none;overflow:visible}.links-logo svg{width:100%;height:100%;display:block}.links-brand p{margin:8px 0 0;color:#94a3b8;font-size:14px}.links-list{display:flex;flex-direction:column;gap:14px}.links-button{width:100%;min-height:68px;display:grid;grid-template-columns:44px 1fr 24px;align-items:center;gap:12px;padding:12px 16px;border:1px solid rgba(103,232,249,.16);border-radius:16px;background:#0f1f33d1;color:#fff;text-decoration:none;text-align:left;transition:transform .2s ease,border-color .2s ease,background .2s ease}.links-button:hover{transform:translateY(-2px);border-color:#67e8f973;background:#122a43f2}.links-button-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#67e8f91a;color:#67e8f9;font-weight:700;font-size:18px}.linkedin-icon{background:#0e76a82e;color:#60a5fa}.links-button-text{display:flex;flex-direction:column;gap:3px}.links-button-text strong{font-size:15px;font-weight:600}.links-button-text span{font-size:12px;color:#94a3b8}.links-arrow{color:#67e8f9;font-size:26px;text-align:right}.links-footer{margin-top:28px;color:#64748b;font-size:12px}.links-logo svg{width:52px;height:52px}
