:root{color:#172026;background:#eef2f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(#0b232db8,#0b232db8),url(https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=80);background-size:cover;background-position:center}.login-panel{width:min(420px,100%);padding:32px;background:#fffffff2;border:1px solid rgba(255,255,255,.65);border-radius:8px;text-align:center;box-shadow:0 24px 70px #091f283d}.brand-mark{width:52px;height:52px;margin:0 auto 18px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#0f766e}.login-panel h1{margin:0;font-size:30px;letter-spacing:0}.login-panel p{margin:8px 0 24px;color:#65727b}.qr-box{width:268px;height:268px;margin:0 auto 16px;display:grid;place-items:center;background:#fff;border:1px solid #d7dde2;border-radius:8px}.qr-box img{width:240px;height:240px}.login-status{min-height:24px;margin-bottom:16px;color:#41505a}.app-shell{min-height:100vh;display:grid;grid-template-columns:232px minmax(0,1fr)}.sidebar{padding:20px 14px;background:#12232d;color:#d8e3e8}.sidebar-title{height:44px;display:flex;align-items:center;padding:0 10px;margin-bottom:16px;font-size:18px;font-weight:700;color:#fff}.nav-button{width:100%;height:42px;display:flex;align-items:center;gap:10px;padding:0 12px;margin-bottom:6px;border:0;border-radius:6px;color:#c8d6dc;background:transparent;text-align:left}.nav-button.active,.nav-button:hover{color:#fff;background:#1f3a46}.workspace{min-width:0;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.topbar h1{margin:0 0 4px;font-size:26px;letter-spacing:0}.topbar span{color:#64727d}.content-section{min-width:0}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px}.toolbar-spacer{flex:1}.primary-button,.secondary-button,.icon-text-button{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;border-radius:6px;border:1px solid transparent}.primary-button{color:#fff;background:#0f766e}.secondary-button,.icon-text-button{color:#1f2c34;background:#fff;border-color:#cfd8de}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.segmented{height:36px;display:inline-flex;padding:3px;border:1px solid #cfd8de;border-radius:6px;background:#fff}.segmented button{min-width:58px;border:0;border-radius:4px;color:#52616b;background:transparent}.segmented button.active{color:#fff;background:#12232d}.table{overflow:hidden;border:1px solid #d8e0e5;border-radius:8px;background:#fff}.table-row{display:grid;align-items:center;gap:14px;min-height:58px;padding:10px 16px;border-bottom:1px solid #edf1f4}.table-row:last-child{border-bottom:0}.table-row.header{min-height:42px;color:#667580;font-size:13px;font-weight:700;background:#f7f9fa}.table-row.devices{grid-template-columns:1.4fr 1fr .9fr 1.4fr 1.4fr}.table-row.design{grid-template-columns:minmax(220px,1.7fr) 110px 90px 72px 160px 132px}.table-row small{display:block;margin-top:3px;color:#73808a}.badge{width:fit-content;max-width:100%;padding:4px 8px;border-radius:999px;color:#34424b;background:#edf1f4;font-size:12px}.badge.blue{color:#075985;background:#e0f2fe}.row-actions{display:flex;gap:8px}.row-actions button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d5dde2;border-radius:6px;background:#fff}.empty,.notice{padding:22px;color:#64727d;text-align:center}.notice.error{margin-bottom:12px;border:1px solid #fecaca;border-radius:8px;color:#991b1b;background:#fef2f2}.notice.success{margin-bottom:12px;border:1px solid #bbf7d0;border-radius:8px;color:#166534;background:#f0fdf4}.editor-button{margin-bottom:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0c181f6b}.modal{width:min(720px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:20px;border-radius:8px;background:#fff}.modal h2{margin:0 0 16px;font-size:20px}.modal label{display:block;margin-bottom:12px;color:#52616b;font-size:13px;font-weight:700}.modal input,.modal select{width:100%;margin-top:6px;padding:9px 10px;border:1px solid #ccd6dd;border-radius:6px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}@media (max-width: 860px){.app-shell{grid-template-columns:1fr}.sidebar{display:flex;overflow-x:auto;gap:8px;padding:10px}.sidebar-title{display:none}.nav-button{width:auto;white-space:nowrap;margin-bottom:0}.workspace{padding:16px}.toolbar{flex-wrap:wrap}.toolbar-spacer{display:none}.table{overflow-x:auto}.table-row{min-width:760px}}
