.password-input{position:relative;display:flex;width:100%}.password-input__field{width:100%;height:46px;border-radius:10px;border:1px solid transparent;padding:0 44px 0 14px;font-size:14px;background:#fffffff2;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.password-input__field:focus{outline:none;border-color:#22d3ee;box-shadow:0 0 0 3px #22d3ee33}.password-input__toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);height:32px;width:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:#64748b;border-radius:6px}.password-input__toggle:hover{color:#334155;background:#0f172a14}.password-input__toggle svg{width:18px;height:18px}.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__decoy{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;opacity:0;pointer-events:none}.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__signup-hint{margin:2px 0 0;color:#94a3b8;font-size:13px;text-align:center}.login-screen__form .login-screen__signup-hint a{color:#7dd3fc;font-weight:600;text-decoration:none}.login-screen__form .login-screen__signup-hint a:hover{text-decoration:underline}@media(max-width:980px){.login-screen{flex-direction:column;align-items:stretch}.login-screen__brand-panel{max-width:none}}@media(max-width:480px){.login-screen{padding:16px;gap:16px}.login-screen__brand-panel h1{font-size:28px}.login-screen__form{padding:20px}}.signup-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}.signup-screen__brand-panel{max-width:460px;color:#e5f0ff}.signup-screen__brand-panel h1{margin:8px 0 10px;font-size:36px;line-height:1.12;font-weight:700}.signup-screen__eyebrow{margin:0;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#93c5fd}.signup-screen__description{margin:0;color:#b9cbe3;line-height:1.6}.signup-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)}.signup-screen__form h2{color:#fff;font-size:24px;margin:0}.signup-screen__form .signup-screen__decoy{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;opacity:0;pointer-events:none}.signup-screen__form .signup-screen__error{color:#f97066;font-size:13px;margin:0}.signup-screen__form>input,.signup-screen__form>button{height:46px;border-radius:10px;border:1px solid transparent;padding:0 14px;font-size:14px}.signup-screen__form>input{background:#fffffff2;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.signup-screen__form>input:focus{outline:none;border-color:#22d3ee;box-shadow:0 0 0 3px #22d3ee33}.signup-screen__form>button{background:linear-gradient(90deg,#0ea5e9,#0284c7);color:#fff;cursor:pointer;font-weight:600;transition:transform .15s ease,box-shadow .2s ease}.signup-screen__form>button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0284c759}.signup-screen__form>button:disabled{background:#98a2b3;cursor:not-allowed;box-shadow:none;transform:none}.signup-screen__form .signup-screen__login-hint{margin:2px 0 0;color:#94a3b8;font-size:13px;text-align:center}.signup-screen__form .signup-screen__login-hint a{color:#7dd3fc;font-weight:600;text-decoration:none}.signup-screen__form .signup-screen__login-hint a:hover{text-decoration:underline}@media(max-width:980px){.signup-screen{flex-direction:column;align-items:stretch}.signup-screen__brand-panel{max-width:none}}@media(max-width:480px){.signup-screen{padding:16px;gap:16px}.signup-screen__brand-panel h1{font-size:28px}.signup-screen__form{padding:20px}}.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(min(320px,100%),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(min(150px,100%),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}}@media(max-width:560px){.devices-screen{padding:12px}.devices-screen__heading h1{font-size:24px}.pairing-panel{width:100%}.pairing-panel input{min-width:0;flex:1 1 auto}}.modal-overlay{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal{background:#fff;border-radius:12px;border:1px solid #e2e8f0;width:100%;max-width:420px;max-height:calc(100vh - 32px);overflow-y:auto}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e2e8f0}.modal__header h3{margin:0;color:#1d2939;font-size:16px}.modal__close{background:none;border:none;font-size:20px;line-height:1;color:#64748b;cursor:pointer;padding:0 4px}.modal__body{padding:16px;display:flex;flex-direction:column;gap:10px}.modal__body label{color:#475569;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.modal__body input{height:40px;border-radius:10px;border:1px solid #cbd5e1;padding:0 12px;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.modal-actions button{height:36px;border-radius:8px;border:1px solid #cbd5e1;padding:0 14px;background:#fff;cursor:pointer;font-weight:600}.modal-actions button.primary{background:#0f766e;border-color:#0f766e;color:#fff}.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{width:min(320px,100%);min-width:0;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;overflow-wrap:break-word}.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(min(200px,100%),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(min(280px,100%),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]{height:auto;display:flex;align-items:center;padding:6px 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;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center}.content-row h4,.content-row p{margin:0}.content-row__info{min-width:0;max-width:100%}.content-row p{color:#64748b;max-width:700px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-row__actions{display:flex;flex-wrap:wrap;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}}@media(max-width:560px){.device-detail-screen{padding:12px}.device-detail-screen__header h1{font-size:24px}.content-row{flex-direction:column;align-items:stretch}.content-row__actions{justify-content:flex-start}}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}body{margin:0;overflow-x:hidden}
