.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}@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}.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{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__delete-button{display:inline-flex;align-items:center;height:28px;border:1px solid #fecdca;border-radius:6px;background:#fef3f2;color:#b42318;padding:0 10px;font-size:12px;font-weight:600;cursor:pointer;margin-top:4px;transition:background-color .15s ease,border-color .15s ease}.device-detail-screen__delete-button:hover{background:#fee4e2;border-color:#fda29b}.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__title{display:flex;align-items:center;gap:6px;margin:0;color:#0f172a;font-size:30px;font-weight:700;min-height:42px}.device-detail-screen__title-text{overflow-wrap:anywhere}.device-detail-screen__rename-button{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;height:30px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;padding:0 10px;font-size:13px;font-weight:600;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:#ecfdf5;border-color:#0f766e;color:#0f766e}.device-detail-screen__rename-button:focus-visible{outline:2px solid #0f766e;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:#0f766e;box-shadow:0 0 0 3px #0f766e26}.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:#0f766e!important;border-color:#0f766e!important;color:#fff!important}.device-detail-screen__title-edit-save:hover:not(:disabled){background:#0d5f58!important;border-color:#0d5f58!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:2px 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}.analytics-panel{margin-top:14px;display:flex;flex-direction:column;gap:16px;background:linear-gradient(180deg,#f0fdfa,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;padding:18px}.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__empty{margin:0;color:#64748b;font-size:14px}.analytics-panel__loading{margin:0;color:#475467}.analytics-panel__error{margin:0;color:#b42318}.analytics-panel .tool-card{max-width:420px}.analytics-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(180px,100%),1fr));gap:10px}.analytics-stat-grid__item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:6px}.analytics-stat-grid__item span{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.analytics-stat-grid__item strong{color:#0f172a;font-size:22px;font-weight:800}.analytics-stat-grid__item--accent{background:linear-gradient(135deg,#0f766e,#115e59);border-color:transparent}.analytics-stat-grid__item--accent span{color:#ffffffbf}.analytics-stat-grid__item--accent strong{color:#fff}.analytics-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:12px}.analytics-chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.analytics-chart-card--wide{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{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}.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 button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.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)}}.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}}.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;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 14px;max-width:100%;box-sizing:border-box}.content-screen__upload select,.content-screen__upload input{border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px;font-size:13px;min-width:0}.content-screen__upload input[type=file]{max-width:100%}@media(max-width:640px){.content-screen__upload{flex-wrap:wrap;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__filters{display:flex;gap:8px;margin-top:16px}.content-screen__filter{border:1px solid #e2e8f0;background:#fff;color:#475467;border-radius:999px;padding:6px 14px;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:#0284c7;border-color:#0284c7;color:#fff}.content-screen__table-wrapper{margin-top:18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.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__name--short{display:none}.content-table__delete{border:1px solid #fecaca;background:#fef2f2;color:#b42318;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600;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:none}.content-table__name--full{display:none}.content-table__name--short{display:inline-block}}.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}html,body,#root{width:100%;min-height:100%}body{margin:0;overflow-x:hidden}
