.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,#11304a,#0b1525 45%,#070b12);padding:24px;gap:24px}.login-screen__brand-panel{max-width:460px;color:#e5f0ff}.login-screen__brand-panel h1{margin:8px 0 10px;font-size:36px;line-height:1.12;font-weight:700}.login-screen__eyebrow{margin:0;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#93c5fd}.login-screen__description{margin:0;color:#b9cbe3;line-height:1.6}.login-screen__form{display:flex;flex-direction:column;gap:14px;width:min(420px,100%);padding:28px;background:#0d1624d1;border-radius:16px;border:1px solid rgba(148,163,184,.25);box-shadow:0 16px 50px #00000059;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.login-screen__form h2{color:#fff;font-size:24px;margin:0}.login-screen__form .login-screen__error{color:#f97066;font-size:13px;margin:0}.login-screen__form input,.login-screen__form button{height:46px;border-radius:10px;border:1px solid transparent;padding:0 14px;font-size:14px}.login-screen__form input{background:#fffffff2;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.login-screen__form input:focus{outline:none;border-color:#22d3ee;box-shadow:0 0 0 3px #22d3ee33}.login-screen__form button{background:linear-gradient(90deg,#0ea5e9,#0284c7);color:#fff;cursor:pointer;font-weight:600;transition:transform .15s ease,box-shadow .2s ease}.login-screen__form button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0284c759}.login-screen__form button:disabled{background:#98a2b3;cursor:not-allowed;box-shadow:none;transform:none}.login-screen__form .login-screen__prefill-button{background:transparent;border:1px solid rgba(148,163,184,.45);color:#dce7f7;box-shadow:none}.login-screen__form .login-screen__hint{margin:2px 0 0;color:#94a3b8;font-size:12px;line-height:1.5}@media(max-width:980px){.login-screen{flex-direction:column;align-items:stretch}.login-screen__brand-panel{max-width:none}}.devices-screen{min-height:100vh;background:#f8fafc;padding:24px}.devices-screen__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:8px}.devices-screen__header h1,.devices-screen__header p{margin:0}.devices-screen__heading .devices-screen__eyebrow{margin:0;color:#0284c7;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.devices-screen__heading h1{color:#0f172a;font-size:30px;font-weight:700;margin-top:4px}.devices-screen__heading p{margin-top:8px;color:#64748b;line-height:1.5;max-width:620px}.devices-screen__content{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.devices-screen__error{color:#b42318;margin:10px 0 0}.devices-screen__loading{color:#475467;margin:10px 0 0}.devices-summary{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.devices-summary__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:4px}.devices-summary__card span{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.devices-summary__card strong{color:#0f172a;font-size:26px;line-height:1}.device-card{background:#fff;border-radius:14px;padding:16px;border:1px solid #e4e7ec;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.device-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a14;border-color:#cbd5e1}.device-card p{margin:0 0 7px;color:#475569;font-size:14px}.device-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.device-card__top h3{margin:0;color:#0f172a;font-size:18px;font-weight:700}.device-card__status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;letter-spacing:.03em}.device-card__status--online{color:#166534;background:#dcfce7}.device-card__status--offline{color:#991b1b;background:#fee2e2}.pairing-panel{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pairing-panel input,.pairing-panel button{height:40px;border-radius:10px;border:1px solid #d0d5dd;padding:0 12px;font-size:14px}.pairing-panel input{background:#fff;min-width:200px}.pairing-panel button{background:#0f766e;color:#fff;border-color:#0f766e;cursor:pointer;font-weight:600}.pairing-panel__logout-button{background:#344054;border-color:#344054}@media(max-width:900px){.devices-screen{padding:16px}.devices-screen__header{flex-direction:column}}.device-detail-screen{min-height:100vh;background:#f8fafc;padding:24px}.device-detail-screen__header{display:flex;justify-content:space-between;gap:16px;margin-bottom:8px}.device-detail-screen__header h1{margin:0;color:#0f172a;font-size:30px;font-weight:700}.device-detail-screen__header p{margin:6px 0 0;color:#64748b;line-height:1.5}.device-detail-screen__back-button{height:34px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;padding:0 12px;font-size:13px;font-weight:600;cursor:pointer;margin-bottom:10px}.device-detail-screen__identity{min-width:260px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px}.device-detail-screen__identity p{margin:0 0 6px;font-size:13px;color:#475569}.device-detail-screen__error{color:#b42318;margin:8px 0 0}.device-detail-screen__loading{color:#475467;margin:8px 0 0}.device-health-panel{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.device-health-panel__item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:4px}.device-health-panel__item span{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.device-health-panel__item strong{color:#0f172a;font-size:15px}.content-tools{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:14px}.tool-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.tool-card h3{margin:0;color:#1d2939}.tool-card label{color:#475569;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.tool-card input,.tool-card select,.tool-card button{height:40px;border-radius:10px;border:1px solid #cbd5e1;padding:0 12px;font-size:14px}.tool-card input[type=file]{display:flex;align-items:center;padding:4px 10px}.tool-card input[type=file]::file-selector-button{height:40px;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;padding:0 10px;margin-right:10px;cursor:pointer}.tool-card button{background:#0f766e;border-color:#0f766e;color:#fff;cursor:pointer;font-weight:600}.content-list{margin-top:14px;display:flex;flex-direction:column;gap:10px}.content-list__title{margin:0;color:#0f172a;font-size:20px;font-weight:700}.content-list__empty{margin:0;color:#64748b;font-size:14px}.content-row{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:14px;display:flex;justify-content:space-between;gap:12px;align-items:center}.content-row h4,.content-row p{margin:0}.content-row p{color:#64748b;max-width:700px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-row__actions{display:flex;gap:6px}.content-row__actions button{height:34px;border-radius:8px;border:1px solid #cbd5e1;padding:0 11px;background:#fff;cursor:pointer}@media(max-width:980px){.device-detail-screen{padding:16px}.device-detail-screen__header{flex-direction:column}}
