.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}}.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}.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;flex-wrap:wrap}.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(420px,100%),1fr));gap:14px}.devices-screen__error{color:#b42318;margin:10px 0 0}.devices-screen__loading,.devices-screen__empty{color:#475467;margin:10px 0 0}.devices-summary{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(200px,100%),1fr));gap:10px}.devices-summary__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;display:flex;align-items:center;gap:12px}.devices-summary__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.devices-summary__icon--total{background:#e0f2fe;color:#0284c7}.devices-summary__icon--online{background:#dcfce7;color:#16a34a}.devices-summary__icon--offline{background:#fee2e2;color:#dc2626}.devices-summary__icon--paired{background:#ede9fe;color:#7c3aed}.devices-summary__label{display:block;font-size:12px;color:#64748b;font-weight:600}.devices-summary strong{color:#0f172a;font-size:24px;line-height:1.3}.devices-toolbar{margin-top:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.devices-toolbar select{height:40px;border-radius:10px;border:1px solid #d0d5dd;padding:0 10px;font-size:14px;background:#fff;color:#344054}.devices-toolbar__search{flex:1 1 240px;display:flex;align-items:center;gap:8px;height:40px;border-radius:10px;border:1px solid #d0d5dd;padding:0 12px;color:#64748b}.devices-toolbar__search input{border:none;outline:none;font-size:14px;flex:1;background:transparent}.device-row{background:#fff;border-radius:14px;border:1px solid #e4e7ec;padding:16px;display:flex;gap:14px}.device-row__thumbnail{width:64px;height:64px;border-radius:10px;background:#0f172a;color:#93c5fd;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.device-row__body{flex:1;min-width:0}.device-row__top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.device-row__top h3{margin:0;color:#0f172a;font-size:18px;font-weight:700}.device-row__status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;letter-spacing:.03em;white-space:nowrap}.device-row__status--online{color:#166534;background:#dcfce7}.device-row__status--offline{color:#991b1b;background:#fee2e2}.device-row__details{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:4px}.device-row__details li{color:#475569;font-size:13px}.device-row__footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.device-row__view-button{height:36px;border-radius:8px;border:1px solid #0d6efd;background:#fff;color:#0d6efd;padding:0 14px;font-weight:600;cursor:pointer}.pair-device-card{border:2px dashed #cbd5e1;border-radius:14px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;cursor:pointer;color:#475569;height:100%;box-sizing:border-box}.pair-device-card:hover{border-color:#0d6efd;background:#f8fafc}.pair-device-card__icon{width:40px;height:40px;border-radius:999px;background:#e0f2fe;color:#0d6efd;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.pair-device-card h3{margin:0;color:#0f172a;font-size:16px}.pair-device-card p{margin:0;font-size:13px;max-width:220px}@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}.device-row{flex-direction:column}}.toast{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;align-items:center;gap:12px;min-width:240px;max-width:360px;padding:12px 16px;border-radius:8px;box-shadow:0 8px 24px #0000002e;color:#fff;font-size:14px}.toast--success{background:#0f766e}.toast--error{background:#b91c1c}.toast__close{margin-left:auto;background:none;border:none;color:inherit;font-size:16px;line-height:1;cursor:pointer;padding:0}.content-thumbnail{display:flex;align-items:center;gap:12px;min-width:0}.content-thumbnail__preview{width:40px;height:40px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#e2e8f0;display:flex;align-items:center;justify-content:center}.content-thumbnail__preview img,.content-thumbnail__preview video{width:100%;height:100%;object-fit:cover;background:#0f172a}.content-thumbnail__preview-icon,.content-thumbnail__webpage-icon{font-size:22px}.content-thumbnail__info{display:flex;flex-direction:column;gap:2px;min-width:0}.content-thumbnail__type{font-size:11px;font-weight:700;letter-spacing:.06em;color:#0284c7}.content-thumbnail__name{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.content-picker-modal{min-width:320px;max-width:480px}.content-picker-modal__status{color:#64748b;font-size:14px}.content-picker-modal__status--error{color:#b42318}.content-picker-modal__list{display:flex;flex-direction:column;gap:6px;max-height:400px;overflow-y:auto}.content-picker-modal__item{display:block;width:100%;text-align:left;padding:8px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.content-picker-modal__item:hover{border-color:#0284c7;background:#f0f9ff}.donut-chart{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.donut-chart__ring{position:relative;width:128px;height:128px;min-width:128px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center}.donut-chart__center{width:84px;height:84px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 8px;box-sizing:border-box;box-shadow:inset 0 0 0 1px #e2e8f0}.donut-chart__center strong{color:#0f172a;font-size:16px;line-height:1.1}.donut-chart__center span{color:#64748b;font-size:9px;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;margin-top:2px}.donut-chart__legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;min-width:140px}.donut-chart__legend li{display:flex;align-items:center;gap:8px;font-size:13px}.donut-chart__swatch{width:10px;height:10px;border-radius:3px;flex-shrink:0}.donut-chart__legend-label{color:#334155;font-weight:600;flex:1}.donut-chart__legend-value{color:#64748b}.bar-chart{display:flex;flex-direction:column;gap:10px}.bar-chart__row{display:grid;grid-template-columns:56px 1fr 28px;align-items:center;gap:10px}.bar-chart__label{color:#475569;font-size:12px;font-weight:600;white-space:nowrap}.bar-chart__track{height:10px;border-radius:999px;background:#eef2f6;overflow:hidden}.bar-chart__fill{height:100%;border-radius:999px;transition:width .4s ease}.bar-chart__value{color:#0f172a;font-size:12px;font-weight:700;text-align:right}.device-detail-screen{min-height:100vh;background:#f8fafc;padding:24px}.device-detail-screen__header{margin-bottom:8px}.device-detail-screen__header-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.device-detail-screen__status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700;letter-spacing:.03em}.device-detail-screen__status--online{color:#166534;background:#dcfce7}.device-detail-screen__status--offline{color:#991b1b;background:#fee2e2}.device-detail-screen__delete-button{display:inline-flex;align-items:center;gap:6px;height:34px;border-radius:8px;border:1px solid #fecdca;background:#fef3f2;color:#b42318;padding:0 12px;font-size:13px;font-weight:600;cursor:pointer}.device-detail-screen__delete-button:hover{background:#fee4e2;border-color:#fda29b}.device-detail-screen__range-button{display:inline-flex;align-items:center;gap:8px;height:34px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;padding:0 12px;font-size:13px;font-weight:600;cursor:default}.device-detail-screen__identity-row{display:flex;align-items:flex-start;gap:14px}.device-detail-screen__identity-row p{margin:6px 0 0;color:#64748b;line-height:1.5}.device-detail-screen__thumbnail{width:56px;height:56px;border-radius:10px;background:#0f172a;color:#93c5fd;display:flex;align-items:center;justify-content:center;flex-shrink:0}.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}.device-detail-screen__title{display:flex;align-items:center;gap:6px;margin:0;color:#0f172a;font-size:28px;font-weight:700;min-height:40px}.device-detail-screen__title-text{overflow-wrap:anywhere}.device-detail-screen__rename-button{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;width:30px;height:30px;justify-content:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.device-detail-screen__rename-button svg{flex-shrink:0}.device-detail-screen__rename-button:hover,.device-detail-screen__rename-button:focus-visible{background:#eff6ff;border-color:#0d6efd;color:#0d6efd}.device-detail-screen__rename-button:focus-visible{outline:2px solid #0d6efd;outline-offset:1px}.device-detail-screen__title-edit{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:42px}.device-detail-screen__title-edit input{flex:1;min-width:220px;height:40px;border-radius:8px;border:1px solid #cbd5e1;padding:0 12px;font-size:20px;font-weight:700;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.device-detail-screen__title-edit input:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd26}.device-detail-screen__title-edit input:disabled{background:#f1f5f9;color:#94a3b8}.device-detail-screen__title-edit button{height:38px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;padding:0 14px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.device-detail-screen__title-edit button:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.device-detail-screen__title-edit button:disabled{cursor:not-allowed;opacity:.55}.device-detail-screen__title-edit p{width:100%}.device-detail-screen__title-edit-save{background:#0d6efd!important;border-color:#0d6efd!important;color:#fff!important}.device-detail-screen__title-edit-save:hover:not(:disabled){background:#0b5ed7!important;border-color:#0b5ed7!important}.device-detail-screen__delete-confirm-button{background:#b42318!important;border-color:#b42318!important;color:#fff!important}.device-detail-screen__delete-confirm-button:hover:not(:disabled){background:#912018!important;border-color:#912018!important}.device-detail-screen__error{display:inline-flex;align-items:center;color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;margin:8px 0 0}.device-detail-screen__loading{color:#475467;margin:8px 0 0}.device-detail-tabs{margin-top:16px;display:flex;gap:4px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:4px;overflow-x:auto}.device-detail-tabs__tab{flex:1 1 auto;white-space:nowrap;height:36px;padding:0 16px;border:none;background:transparent;color:#64748b;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer}.device-detail-tabs__tab--active{background:#0d6efd;color:#fff}.device-detail-panel{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:14px}.device-detail-panel__hint{grid-column:1/-1;margin:0;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:10px;padding:10px 14px;font-size:13px}.device-detail-panel__empty{margin:0;color:#64748b;font-size:14px}.orientation-card,.upload-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.orientation-card h3,.upload-card h3{margin:0;color:#0f172a}.orientation-card>p,.upload-card>p{margin:4px 0 14px;color:#64748b;font-size:13px}.orientation-card__options{display:flex;flex-direction:column;gap:10px}.orientation-option{display:flex;align-items:center;gap:12px;height:52px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;padding:0 16px;font-size:14px;font-weight:600;color:#334155;cursor:pointer}.orientation-option__radio{width:16px;height:16px;border-radius:50%;border:2px solid #cbd5e1;flex-shrink:0}.orientation-option svg{flex-shrink:0;color:#64748b}.orientation-option--selected{border-color:#0d6efd;background:#eff6ff;color:#0d6efd}.orientation-option--selected svg{color:#0d6efd}.orientation-option--selected .orientation-option__radio{border-color:#0d6efd;background:#0d6efd;box-shadow:inset 0 0 0 2px #fff}.upload-card{display:flex;flex-direction:column;gap:10px}.upload-card label{color:#475569;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.upload-card select,.upload-card input:not([type=file]){height:40px;border-radius:10px;border:1px solid #cbd5e1;padding:0 12px;font-size:14px;width:100%;box-sizing:border-box}.upload-card__row{display:flex;gap:10px;flex-wrap:wrap}.upload-card__row>div{flex:1 1 140px;display:flex;flex-direction:column;gap:6px}.upload-card__dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;border:2px dashed #bfdbfe;border-radius:12px;padding:24px 12px;color:#0d6efd;cursor:pointer;background:#f8fbff}.upload-card__dropzone span{font-weight:600;font-size:13px;text-transform:none;color:#0d6efd;letter-spacing:normal}.upload-card__dropzone small{color:#64748b;font-size:12px}.upload-card__dropzone input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-card__existing-button{height:40px;border-radius:10px;border:none;background:#0d6efd;color:#fff;font-weight:600;cursor:pointer}.playlist-panel__header{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.playlist-panel__header h3{margin:0;color:#0f172a;font-size:18px}.playlist-panel__add-button{height:38px;border-radius:9px;border:none;background:#0d6efd;color:#fff;padding:0 14px;font-weight:600;cursor:pointer}.playlist-table-wrapper{grid-column:1/-1;background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow-x:auto}.playlist-table{width:100%;border-collapse:collapse}.playlist-table th,.playlist-table td{text-align:left;padding:10px 14px;border-bottom:1px solid #e2e8f0;vertical-align:middle;font-size:13px}.playlist-table th{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;background:#f8fafc}.playlist-table tbody tr:last-child td{border-bottom:none}.playlist-table__type{font-size:11px;font-weight:700;letter-spacing:.06em;color:#0284c7}.playlist-table__actions{display:flex;gap:6px}.playlist-table__actions button{width:28px;height:28px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;cursor:pointer}.playlist-table__actions button:disabled{opacity:.35;cursor:not-allowed}.playlist-table__actions button:hover:not(:disabled){background:#f1f5f9}.playlist-table__delete{color:#dc2626}.device-info-grid{grid-template-columns:repeat(2,1fr)}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:10px;min-height:236px;box-sizing:border-box}.info-card h3{margin:0;display:flex;align-items:center;gap:10px;color:#0f172a;font-size:17px}.info-card dl{margin:0;display:flex;flex-direction:column;gap:10px}.info-card dl>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.info-card dl dt{color:#64748b;font-size:15px}.info-card dl dd{margin:0;color:#0f172a;font-size:15px;font-weight:600;display:flex;align-items:center;gap:6px;overflow-wrap:anywhere;text-align:right}.info-card dl dd button{display:inline-flex;border:none;background:none;cursor:pointer;font-size:13px;line-height:1;color:#94a3b8}.info-card__icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-card__icon--status{background:#dcfce7;color:#16a34a}.info-card__icon--identity{background:#ede9fe;color:#7c3aed}.info-card__icon--activity{background:#dbeafe;color:#2563eb}.info-card__icon--actions{background:#ffedd5;color:#ea580c}.info-card__action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:14px;font-weight:600;cursor:pointer}.info-card__action-button--danger{border-color:#fecaca;background:#fef2f2;color:#dc2626}.analytics-panel__title{margin:0;color:#0f172a;font-size:20px;font-weight:700}.analytics-panel__subtitle{margin:0 0 10px;color:#1d2939;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.analytics-panel__subtitle--with-icon{display:flex;align-items:center;gap:8px;text-transform:none;font-size:15px}.analytics-panel__subtitle-icon{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.analytics-panel__subtitle-icon--age{background:#ede9fe;color:#7c3aed}.analytics-panel__subtitle-icon--visitor{background:#dbeafe;color:#2563eb}.analytics-panel__empty{margin:0;color:#64748b;font-size:14px}.analytics-panel__loading{margin:0;color:#475467}.analytics-panel__error{margin:0;color:#b42318}.analytics-stat-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.analytics-stat-grid__item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px}.analytics-stat-grid__item strong{display:block;color:#0f172a;font-size:22px;font-weight:800}.analytics-stat-grid__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.analytics-stat-grid__icon--visitors{background:#dcfce7;color:#16a34a}.analytics-stat-grid__icon--watch-time{background:#ede9fe;color:#7c3aed}.analytics-stat-grid__icon--average{background:#dbeafe;color:#2563eb}.analytics-stat-grid__icon--returning{background:#fef9c3;color:#ca8a04}.analytics-stat-grid__label{display:block;font-size:12px;color:#64748b;font-weight:600}.analytics-chart-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.analytics-chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.analytics-chart-card--full{grid-column:1/-1}.analytics-badge{display:inline-block;padding:2px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700}.analytics-badge--returning{background:#ecfdf5;color:#0f766e}.analytics-table-wrapper{grid-column:1/-1;overflow-x:auto;border-radius:12px}.analytics-table{width:100%;min-width:480px;border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.analytics-table th,.analytics-table td{text-align:left;padding:10px 12px;font-size:14px;border-bottom:1px solid #e2e8f0}.analytics-table th{background:#f8fafc;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.analytics-table td{color:#0f172a}.analytics-table tr:last-child td{border-bottom:none}.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 button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#0d6efd;border-color:#0d6efd;color:#fff;cursor:pointer;font-weight:600}.tool-card button:hover:not(:disabled){background:#0b5ed7;border-color:#0b5ed7}.tool-card button:disabled{opacity:.6;cursor:not-allowed}.tool-card .button-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:button-spinner-rotate .6s linear infinite}@keyframes button-spinner-rotate{to{transform:rotate(360deg)}}@media(max-width:980px){.device-detail-screen{padding:16px}}@media(max-width:560px){.device-detail-screen{padding:12px}.device-detail-screen__title{font-size:22px}.playlist-panel__header{flex-direction:column;align-items:flex-start}.device-info-grid,.analytics-chart-grid{grid-template-columns:1fr}.analytics-stat-grid{grid-template-columns:repeat(2,1fr)}}.content-screen{min-height:100vh;background:#f8fafc;padding:24px;overflow-x:hidden;box-sizing:border-box}.content-screen__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:8px}.content-screen__heading p,.content-screen__heading h1{margin:0}.content-screen__heading .content-screen__eyebrow{color:#0284c7;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.content-screen__heading h1{color:#0f172a;font-size:30px;font-weight:700;margin-top:4px}.content-screen__heading p:last-child{margin-top:8px;color:#64748b;line-height:1.5;max-width:620px}.content-screen__upload{display:flex;align-items:center;gap:8px;max-width:100%;box-sizing:border-box;flex-wrap:wrap}.content-screen__upload select{height:40px;border:1px solid #d0d5dd;border-radius:10px;padding:0 10px;font-size:13px;background:#fff;min-width:0}.content-screen__file-picker{display:flex;align-items:center;gap:10px;height:40px;border:1px solid #d0d5dd;border-radius:10px;padding:0 12px;background:#fff;font-size:13px;font-weight:600;color:#344054;cursor:pointer}.content-screen__file-picker span{font-weight:400;color:#94a3b8;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-screen__file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.content-screen__upload-button{height:40px;border-radius:10px;border:none;padding:0 18px;background:#0d6efd;color:#fff;font-weight:600;cursor:pointer;white-space:nowrap}.content-screen__upload-button:disabled{background:#93c5fd;cursor:not-allowed}@media(max-width:640px){.content-screen__upload{width:100%}}.content-screen__error{color:#b42318;margin:10px 0 0}.content-screen__loading,.content-screen__empty{color:#475467;margin:10px 0 0}.content-screen__toolbar{margin-top:16px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.content-screen__toolbar select{height:40px;border-radius:10px;border:1px solid #d0d5dd;padding:0 10px;font-size:14px;background:#fff;color:#344054}.content-screen__filters{display:flex;gap:8px;flex-wrap:wrap}.content-screen__filter{border:1px solid #e2e8f0;background:#fff;color:#475467;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.content-screen__filter:hover{border-color:#0284c7}.content-screen__filter--active{background:#0d6efd;border-color:#0d6efd;color:#fff}.content-screen__search{flex:1 1 220px;display:flex;align-items:center;gap:8px;height:40px;border-radius:10px;border:1px solid #d0d5dd;padding:0 12px;color:#64748b;background:#fff}.content-screen__search input{border:none;outline:none;font-size:14px;flex:1;background:transparent}.content-screen__table-wrapper{margin-top:18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.content-screen__pagination{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;color:#64748b;font-size:13px}.content-screen__pagination-controls{display:flex;align-items:center;gap:6px}.content-screen__pagination-controls button{min-width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#344054;font-size:13px;cursor:pointer}.content-screen__pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.content-screen__pagination-controls button:hover:not(:disabled){border-color:#0d6efd}.content-screen__pagination-controls--active{background:#0d6efd!important;border-color:#0d6efd!important;color:#fff!important}.content-table{width:100%;border-collapse:collapse}.content-table th,.content-table td{text-align:left;padding:12px 16px;border-bottom:1px solid #e2e8f0;vertical-align:middle}.content-table th{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;background:#f8fafc}.content-table tbody tr:last-child td{border-bottom:none}.content-table tbody tr:hover{background:#f8fafc}.content-table__type{font-size:11px;font-weight:700;letter-spacing:.06em;color:#0284c7}.content-table__name{font-size:14px;color:#0f172a;display:inline-block;max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.content-table__uploaded{font-size:13px;color:#64748b}.content-table__delete{width:32px;height:32px;border:none;background:#fef2f2;color:#dc2626;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.content-table__delete:hover{background:#fee2e2}@media(max-width:640px){.content-table th,.content-table td{padding:8px}.content-table__name{max-width:140px}}.sidebar-toggle{display:none;position:fixed;top:16px;left:16px;z-index:30;width:40px;height:40px;align-items:center;justify-content:center;border:none;border-radius:8px;background:#0f172a;color:#f8fafc;cursor:pointer}.sidebar-toggle__icon{width:20px;height:20px}.sidebar-overlay{display:none}@media(max-width:768px){.sidebar-toggle{display:flex}.sidebar-overlay{display:block;position:fixed;inset:0;background:#0f172a80;z-index:15}}.sidebar{width:220px;position:fixed;top:0;left:0;height:100vh;overflow-y:auto;background:#0f172a;padding:24px 16px;display:flex;flex-direction:column;z-index:20;transition:transform .2s ease}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0)}}.sidebar__brand{color:#f8fafc;font-size:18px;font-weight:700;margin-bottom:24px;padding:0 8px}.sidebar__nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.sidebar__link{display:block;padding:10px 12px;border-radius:8px;color:#cbd5e1;text-decoration:none;font-size:14px;font-weight:500;transition:background .15s ease,color .15s ease}.sidebar__link:hover{background:#1e293b;color:#f8fafc}.sidebar__link--active{background:#0284c7;color:#fff}.sidebar__logout{margin-top:auto;border:1px solid rgba(248,113,113,.3);background:#f871711f;color:#fca5a5;border-radius:8px;padding:10px 12px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease,border-color .15s ease}.sidebar__logout:hover{background:#f8717138;border-color:#f8717180;color:#fecaca}.sidebar__logout:hover .sidebar__logout-icon{transform:translate(2px)}.sidebar__logout-icon{width:18px;height:18px;flex-shrink:0;transition:transform .15s ease}.dashboard-layout{min-height:100vh;overflow-x:hidden}.dashboard-layout__content{margin-left:220px;min-width:0;min-height:100vh;overflow-x:hidden;box-sizing:border-box}@media(max-width:768px){.dashboard-layout__content{margin-left:0;padding-top:56px}}*,*:before,*:after{box-sizing:border-box;font-family:inherit}html,body,#root{width:100%;min-height:100%}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{margin:0;overflow-x:hidden}
