:root{--bg:#f6f8fb;--card:#fff;--border:#dfe6ef;--text:#142033;--muted:#687587;--blue:#3159df;--green:#2d8b57;--orange:#f5a43b;--red:#e44d5e;--purple:#7a5ce0;--dark:#182334;--shadow:0 10px 24px #18233414}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.app-grid{grid-template-columns:230px minmax(0,1fr);min-height:100vh;display:grid}.notice.error{color:#c93446;background:#fff0f2;border:1px solid #ffd0d7}.sidebar{flex-direction:column;gap:24px;min-height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.sidebar-dark{background:var(--dark);color:#fff}.sidebar-green{color:#fff;background:#2f7147}.sidebar-blue{color:#fff;background:#1e3a5f}.brand{align-items:center;gap:12px;min-height:56px;display:flex}.brand-logo{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.sidebar-green .brand-logo,.sidebar-blue .brand-logo{background:#ffffff24}.brand strong{font-size:14px;display:block}.brand span{color:#ffffffa6;font-size:11px;display:block}.nav-list{gap:6px;display:grid}.nav-item{border-radius:9px;align-items:center;gap:11px;height:42px;padding:0 13px;transition:all .15s;display:flex}.settings-inner-card{background:#f8fafc;margin-top:18px}.settings-api-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.settings-api-grid>div{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px}.settings-api-grid p{color:#667085;margin:8px 0 0;font-size:13px}@media (width<=900px){.settings-api-grid{grid-template-columns:1fr}}.logout{background-color:#f5f5f5}.nav-item:hover,.nav-item.active{color:#fff;background:#ffffff24}.sidebar-footer{gap:14px;margin-top:auto;display:grid}.logout{border:1px solid #090e4e24}.mini-stat{color:#fff;border:1px solid #ffffff26;border-radius:14px;padding:16px}.mini-stat span,.mini-stat small{color:#ffffffb3;font-size:12px;display:block}.mini-stat strong{margin:8px 0;font-size:25px;display:block}.mini-stat.green{background:#ffffff14}.main{min-width:0;padding:28px 24px 36px}.page-title-tag{color:#fff;letter-spacing:.01em;background:#172338;border-radius:8px;margin-bottom:14px;padding:9px 15px;font-weight:800;display:inline-flex}.page-title-tag.blue{color:#1d55d8;background:0 0;padding-left:0}.page-title-tag.green-text{color:#2f7b4f;background:0 0;padding-left:0}.topbar{background:var(--card);border:1px solid var(--border);min-height:70px;box-shadow:var(--shadow);border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:0 18px;display:flex}.search{min-width:330px;color:var(--muted);align-items:center;gap:10px;display:flex}.search input{border:0;outline:0;width:100%;font-size:14px}.top-actions{align-items:center;gap:12px;display:flex}.date-btn,.icon-btn{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;align-items:center;gap:8px;min-height:38px;padding:0 12px;display:inline-flex}.icon-btn{justify-content:center;width:38px}.profile{align-items:center;gap:10px;display:inline-flex}.profile img{border-radius:50%;width:34px;height:34px}.stats-grid{gap:14px;margin-bottom:16px;display:grid}.stats-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.stats-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:14px;min-height:86px;padding:18px;display:flex;box-shadow:0 8px 20px #1420330a}.stat-icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.stat-icon.blue{color:#3159df;background:#edf3ff}.stat-icon.purple{color:#7a5ce0;background:#f0edff}.stat-icon.green{color:#2d8b57;background:#eaf7ef}.stat-icon.orange{color:#f5a43b;background:#fff4e5}.stat-icon.red{color:#e44d5e;background:#ffecef}.stat-card span{color:var(--muted);font-size:12px}.stat-card strong{margin-top:3px;font-size:25px;display:block}.stat-card small{color:var(--muted);font-size:11px}.grid{gap:16px;margin-bottom:16px;display:grid}.grid.two{grid-template-columns:1fr 1fr}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;margin-bottom:16px;padding:18px;box-shadow:0 8px 22px #1420330b}.section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.section-header h2{margin:0;font-size:17px}.section-header p{color:var(--muted);margin:4px 0 0;font-size:13px}.btn{cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;min-height:38px;padding:0 16px;font-weight:700;transition:all .15s;display:inline-flex}.btn.primary{background:var(--blue);color:#fff}.btn.success{background:var(--green);color:#fff}.btn.outline{color:var(--blue);background:#f6f9ff;border:1px solid #cbd8ff}.btn.purple{background:var(--purple);color:#fff}.btn.full{width:100%}.donut-row{align-items:center;gap:34px;min-height:158px;display:flex}.donut{background:conic-gradient(#4ba96b 0 78%, #f5a43b 78% 94%, #e44d5e 94% 100%);border-radius:50%;flex:none;width:122px;height:122px;position:relative}.donut.green{background:conic-gradient(#4ba96b 0 88%, #e44d5e 88% 100%)}.donut:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:24px}.legend{color:var(--muted);gap:13px;font-size:13px;display:grid}.legend span{align-items:center;gap:10px;display:flex}.legend b{color:var(--text);margin-left:8px}.dot{border-radius:50%;width:10px;height:10px}.dot.green{background:#4ba96b}.dot.yellow{background:#f5a43b}.dot.red{background:#e44d5e}.activity-list{gap:14px;display:grid}.activity-item{grid-template-columns:16px 1fr auto;align-items:center;gap:10px;font-size:13px;display:grid}.activity-item p{margin:0}.activity-item small{color:var(--muted)}.activity-dot{border-radius:50%;width:10px;height:10px}.activity-dot.success{background:#4ba96b}.activity-dot.failed{background:#e44d5e}.table-wrap{width:100%;overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{color:#536071;text-align:left;border-bottom:1px solid var(--border);background:#fbfcfe;padding:13px 12px;font-weight:800}td{border-bottom:1px solid var(--border);padding:14px 12px}tr:hover td{background:#fbfdff}.badge{border-radius:7px;align-items:center;min-height:24px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge.green{color:#15774d;background:#eaf7ef}.badge.red{color:#c93446;background:#fff0f2}.badge.gray{color:#667085;background:#f1f3f6}.badge.blue{color:#245be8;background:#eaf0ff}.badge.pink{color:#d6336c;background:#ffe7ef}.badge.orange{color:#b66b00;background:#fff1d6}.badge.purple{color:#6f45d9;background:#f0edff}.link{color:var(--blue);font-weight:800}.green-text{color:var(--green)!important}.action-icons{color:#3e4856;align-items:center;gap:10px;display:flex}.tabs{border-bottom:1px solid var(--border);gap:22px;margin-bottom:15px;display:flex}.tabs button{color:var(--muted);background:0 0;border:0;padding:0 0 12px;font-weight:800}.tabs button.active{color:var(--blue);border-bottom:2px solid var(--blue)}.toolbar{align-items:center;gap:12px;margin-bottom:16px;display:flex}.filter-input,.form-input{border:1px solid var(--border);background:#fff;border-radius:9px;width:100%;min-height:42px;padding:0 12px}.textarea{resize:vertical;min-height:120px;padding:12px}.form-grid{gap:16px;margin-bottom:16px;display:grid}.form-grid label{color:#344054;gap:7px;font-weight:700;display:grid}.upload-box{text-align:center;min-height:150px;color:var(--muted);border:2px dashed #cbd7e6;border-radius:14px;place-items:center;gap:4px;padding:22px;display:grid}.upload-box svg{color:#7486a0}.upload-box strong{color:var(--text)}.upload-box.compact{min-height:284px}.screen-preview-box{grid-template-columns:minmax(280px,420px) 1fr;align-items:center;gap:24px;display:grid}.preview-placeholder{color:#8a96a7;background:#eef1f5;border-radius:12px;place-items:center;height:190px;display:grid}.tv-display{width:100%;max-width:420px}.tv-display.compact{width:120px;max-width:120px}.tv-frame{aspect-ratio:16/9;background:#111827;border:10px solid #020617;border-radius:16px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden;box-shadow:0 16px 32px #0f172a38}.tv-display.compact .tv-frame{border-width:4px;border-radius:8px}.tv-image{object-fit:cover;width:100%;height:100%;display:block}.tv-fallback{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.screen-detail-modal.beautiful{gap:22px;display:grid}.screen-detail-hero{border:1px solid var(--border);background:radial-gradient(circle at 0 0,#3159df1f,#0000 35%),linear-gradient(135deg,#f8fafc 0%,#fff 100%);border-radius:22px;grid-template-columns:minmax(280px,420px) 1fr;align-items:stretch;gap:24px;padding:18px;display:grid}.screen-detail-tv{align-items:center;display:flex}.screen-detail-tv .tv-display{max-width:100%}.screen-detail-summary{flex-direction:column;justify-content:space-between;gap:18px;display:flex}.screen-detail-title-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.screen-detail-eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:800}.screen-detail-title-row h2{color:var(--text);margin:0;font-size:26px;line-height:1.15}.screen-detail-subtitle{color:var(--muted);margin:8px 0 0;font-size:14px}.screen-status-pill{color:#344054;background:#f1f3f6;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.screen-status-pill.online{color:#15774d;background:#eaf7ef}.screen-status-pill.offline{color:#b66b00;background:#fff1d6}.screen-status-pill.unregistered{color:#c93446;background:#fff0f2}.screen-status-pill.inactive{color:#667085;background:#f1f3f6}.status-dot{background:currentColor;border-radius:999px;width:9px;height:9px}.screen-detail-quick-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.screen-detail-quick-stats>div{background:#ffffffc7;border:1px solid #94a3b859;border-radius:16px;padding:12px}.screen-detail-quick-stats span,.screen-detail-item span{color:var(--muted);margin-bottom:6px;font-size:12px;font-weight:800;display:block}.screen-detail-quick-stats strong,.screen-detail-item strong{color:var(--text);word-break:break-word;font-size:14px;line-height:1.35;display:block}.screen-detail-link{width:fit-content;color:var(--blue);font-size:14px;font-weight:800;text-decoration:none}.screen-detail-link:hover{text-decoration:underline}.screen-detail-muted{color:var(--muted);font-size:14px}.screen-detail-section{gap:12px;display:grid}.screen-detail-section h3{color:var(--text);margin:0;font-size:16px}.screen-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.screen-detail-item{border:1px solid var(--border);background:#fff;border-radius:16px;min-height:78px;padding:14px;box-shadow:0 8px 22px #1420330a}.preview-details{gap:18px;display:grid}.preview-details div{grid-template-columns:150px 1fr;display:grid}.preview-details span{color:var(--muted)}.clinic-hero{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.clinic-hero h1{margin:0;font-size:24px}.clinic-hero p{color:var(--muted);margin:4px 0 0}.current-mode-bar{border:1px solid var(--border);background:#f8fafc;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;padding:16px;display:grid}.current-mode-bar span{color:var(--muted);margin-bottom:5px;font-size:12px;display:block}.mode-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.mode-tile{border:1px solid var(--border);cursor:pointer;min-height:155px;color:var(--text);background:#fff;border-radius:16px;place-items:center;gap:7px;transition:all .15s;display:grid}.mode-tile:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.mode-tile.blue{color:#3159df;background:#eaf0ff;border-color:#94a9ff}.mode-tile.pink{color:#d6336c;background:#ffe7ef;border-color:#ffb7cf}.mode-tile.green{color:#2d8b57;background:#eaf7ef;border-color:#94d3ad}.mode-tile.orange{color:#b66b00;background:#fff1d6;border-color:#ffd18a}.mode-tile strong{font-size:17px}.mode-tile span{color:var(--muted);font-size:12px}.success-strip,.notice{color:#15774d;background:#eaf7ef;border-radius:12px;margin-top:18px;padding:14px;font-weight:700}.notice.success{margin-bottom:16px}.role-list{gap:14px;display:grid}.role-list>div{border-bottom:1px solid var(--border);grid-template-columns:28px 130px 1fr;align-items:center;padding-bottom:12px;display:grid}.role-list p{color:var(--muted);margin:0}.role-dot{color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;font-weight:900;display:grid}.role-dot.admin{background:#f5a43b}.role-dot.viewer{background:var(--purple)}.screen-user-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.screen-card-details{gap:12px;margin-bottom:18px;display:grid}.screen-card-details span{justify-content:space-between;align-items:center;display:flex}.login-logo{width:70px;height:70px;color:var(--blue);background:#eaf0ff;border-radius:22px;place-items:center;margin:0 auto 15px;display:grid}.login-card h1{margin:0 0 8px}.login-card p{color:var(--muted);margin-bottom:22px}.login-card label{text-align:left;margin:12px 0 6px;font-weight:700;display:block}.login-links{justify-content:center;gap:20px;margin-top:14px;display:flex}.login-links a{color:var(--blue);font-weight:800}.screen-page{padding:24px}.screen-preview-grid{grid-template-columns:repeat(4,1fr);gap:26px;margin-bottom:32px;display:grid}.tv-card{position:relative}.tv-screen{color:#fff;height:185px;box-shadow:var(--shadow);background-position:50%;background-size:cover;border:6px solid #1d2939;border-radius:6px;position:relative;overflow:hidden}.tv-time{font-weight:800;position:absolute;top:12px;right:14px}.tv-label{border-radius:7px;padding:7px 13px;font-weight:800;position:absolute;bottom:12px;left:12px}.tv-label.blue{background:#3159df}.tv-label.pink{background:#d6336c}.tv-label.green{background:#2d8b57}.tv-label.orange{background:#f5a43b}.weather{font-weight:800;position:absolute;bottom:12px;right:12px}.tv-stand{background:#1d2939;border-radius:0 0 12px 12px;width:80px;height:18px;margin:0 auto}.quiz-box{color:#111827;background:#ffffffeb;border-radius:8px;width:180px;padding:14px;font-size:12px;position:absolute;top:42px;left:22px}.quiz-box p{margin:8px 0 0}.how-card{border:1px solid var(--border);background:#fff;border-radius:18px;padding:24px}.how-card h2{margin-top:0}.how-flow{text-align:center;color:var(--blue);grid-template-columns:1fr 32px 1fr 32px 1fr 32px 1fr;align-items:center;gap:20px;display:grid}.how-flow div{color:var(--text);justify-items:center;gap:10px;display:grid}.how-flow div svg{color:var(--blue)}.how-flow span{font-size:13px;font-weight:700}@media (width<=1200px){.stats-grid.four,.stats-grid.three,.mode-grid,.screen-preview-grid{grid-template-columns:repeat(2,1fr)}.grid.two,.screen-preview-box,.current-mode-bar{grid-template-columns:1fr}.screen-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screen-detail-hero{grid-template-columns:1fr}}@media (width<=800px){.app-grid{grid-template-columns:1fr}.sidebar{min-height:auto;position:relative}.topbar{flex-direction:column;align-items:flex-start;gap:15px;padding:18px}.search{width:100%;min-width:0}.stats-grid.four,.stats-grid.three,.mode-grid,.screen-preview-grid,.screen-user-grid{grid-template-columns:1fr}.section-header,.clinic-hero{flex-direction:column;align-items:flex-start}.how-flow{grid-template-columns:1fr}.how-flow>svg{margin:0 auto;transform:rotate(90deg)}.screen-detail-title-row{flex-direction:column}.screen-detail-quick-stats,.screen-detail-grid{grid-template-columns:1fr}}.modal-backdrop{z-index:1000;background:#0f172a8c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{border:1px solid var(--border);background:#fff;border-radius:18px;width:min(960px,100%);max-height:90vh;overflow:auto;box-shadow:0 24px 80px #0f172a4d}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.modal-header h2{margin:0;font-size:18px}.modal-close{cursor:pointer;background:#f2f4f7;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.modal-body{padding:20px}.modal-actions{justify-content:flex-end;gap:10px;display:flex}.icon-action{color:#3e4856;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px}.icon-action:hover{background:#eef2f7}.icon-action.danger:hover{color:#c93446;background:#fff0f2}button:disabled{opacity:.65;cursor:not-allowed}html,body,#root{min-height:100%;margin:0;overflow-x:hidden}.modern-login-page{background:#020617;place-items:center;width:100vw;min-height:100vh;margin:0;padding:0;display:grid;position:relative;overflow:hidden}.modern-login-page:before{content:"";background:radial-gradient(circle at 12% 18%,#4569ed59,#0000 28%),radial-gradient(circle at 88% 80%,#56b99d40,#0000 28%),linear-gradient(135deg,#020617 0%,#07111f 48%,#020617 100%);animation:9s ease-in-out infinite alternate loginGlowMove;position:absolute;inset:0}.modern-login-page:after{content:"";opacity:.45;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:44px 44px;animation:20s linear infinite gridMove;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.login-device-frame{z-index:2;background:#020617;border-radius:0;width:100vw;height:100vh;padding:12px;position:relative;overflow:hidden}.login-device-frame:before{content:"";pointer-events:none;z-index:6;border:2px solid #ffffff12;border-radius:24px;position:absolute;inset:5px}.login-device-frame:after{content:"";pointer-events:none;z-index:5;border-radius:22px;position:absolute;inset:12px;box-shadow:inset 0 0 0 1px #ffffff14,inset 0 0 45px #4569ed1f}.login-device-notch{z-index:10;background:#020617;border-radius:999px;width:110px;height:12px;position:absolute;top:14px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px 2px #ffffff14,0 0 18px #4569ed38}.login-split-card{background:#fff;border-radius:22px;grid-template-columns:.95fr 1.05fr;width:100%;height:100%;min-height:calc(100vh - 24px);animation:.65s both loginPanelEnter;display:grid;overflow:hidden}.login-brand-panel{color:#fff;background:linear-gradient(145deg,#4569ed 0%,#5b91de 48%,#5fc0ad 100%);flex-direction:column;justify-content:center;min-height:100%;padding:clamp(34px,4vw,62px);display:flex;position:relative;overflow:hidden}.login-brand-panel:before{content:"";-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff17;border:1px solid #ffffff24;border-radius:24px;animation:5s ease-in-out infinite alternate glassFloat;position:absolute;inset:clamp(22px,3vw,42px)}.login-brand-panel:after{content:"";filter:blur(12px);background:#ffffff24;border-radius:50%;width:260px;height:260px;animation:8s ease-in-out infinite alternate orbFloat;position:absolute;top:-70px;right:-70px}.brand-badge,.brand-copy,.brand-feature-grid{z-index:2;position:relative}.brand-badge{align-items:center;gap:10px;margin-bottom:clamp(28px,4vh,42px);font-size:clamp(15px,1.15vw,18px);font-weight:900;animation:.7s both slideUpFade;display:inline-flex}.brand-copy{animation:.85s both slideUpFade}.brand-copy h1{letter-spacing:-.045em;max-width:560px;margin:0;font-size:clamp(36px,4vw,58px);font-weight:900;line-height:1.04}.brand-copy p{color:#ffffffe6;max-width:560px;margin:18px 0 0;font-size:clamp(14px,1vw,16px);font-weight:400;line-height:1.7}.brand-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:min(560px,100%);margin-top:clamp(28px,4vh,42px);animation:1s both slideUpFade;display:grid}.brand-feature-grid div{background:#ffffff1d;border:1px solid #ffffff2e;border-radius:18px;flex-direction:column;justify-content:flex-end;gap:12px;min-height:104px;padding:20px;transition:transform .25s,background .25s,border-color .25s;display:flex}.brand-feature-grid div:hover{background:#ffffff29;border-color:#ffffff47;transform:translateY(-4px)}.brand-feature-grid strong{font-size:clamp(13px,.95vw,15px);font-weight:800;line-height:1.35}.login-form-panel{background:radial-gradient(circle at 80% 10%,#4569ed0e,#0000 35%),linear-gradient(135deg,#fff 0%,#f8fbff 100%);place-items:center;min-height:100%;padding:clamp(38px,5vw,76px);display:grid}.login-form-inner{width:min(460px,100%);animation:.75s both formEnter}.login-form-inner h2{letter-spacing:-.045em;color:#111827;margin:0;font-size:clamp(32px,3.4vw,46px);font-weight:900;line-height:1.06}.login-form-inner>p{color:#667085;margin:10px 0 30px;font-size:clamp(14px,1vw,16px);line-height:1.5}.login-form-inner form label{color:#344054;margin:16px 0 8px;font-size:13px;font-weight:800;display:block}.modern-input{color:#111827;background:#fff;border:1px solid #d8e1ee;border-radius:14px;outline:none;width:100%;height:52px;padding:0 16px;font-size:14.5px;transition:all .2s}.modern-input:focus{border-color:#4569ed;box-shadow:0 0 0 4px #4569ed17,0 10px 24px #0f172a0f}.password-field{position:relative}.password-field .modern-input{padding-right:50px}.password-field button{color:#667085;cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.login-options{justify-content:space-between;align-items:center;gap:14px;margin:15px 0 22px;display:flex}.remember-row{align-items:center;gap:8px;color:#475467!important;margin:0!important;font-size:13px!important;font-weight:600!important;display:inline-flex!important}.remember-row input{accent-color:#4569ed;width:15px;height:15px}.forgot-link{color:#4569ed;cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:800}.modern-login-btn{border-radius:14px;width:100%;height:52px;font-size:15px;font-weight:900;position:relative;overflow:hidden;box-shadow:0 14px 30px #4569ed38;background:linear-gradient(135deg,#4569ed 0%,#497ddb 45%,#56b99d 100%)!important}.modern-login-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff47,#0000);width:80%;height:100%;animation:3.4s ease-in-out infinite buttonShine;position:absolute;top:0;left:-120%;transform:skew(-18deg)}.security-note{color:#4569ed;background:#f5f8ff;border:1px solid #d6e1ff;border-radius:16px;align-items:flex-start;gap:10px;margin-top:22px;padding:15px 16px;font-size:12.5px;line-height:1.6;display:flex}@keyframes loginPanelEnter{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@keyframes formEnter{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes loginGlowMove{0%{filter:hue-rotate();transform:scale(1)}to{filter:hue-rotate(10deg);transform:scale(1.04)}}@keyframes gridMove{0%{background-position:0 0}to{background-position:44px 44px}}@keyframes glassFloat{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@keyframes orbFloat{0%{transform:translate(0)}to{transform:translate(-24px,28px)}}@keyframes buttonShine{0%{left:-120%}45%{left:130%}to{left:130%}}@media (width<=1050px){.login-device-frame{height:auto;min-height:100vh;overflow:auto}.login-split-card{grid-template-columns:1fr;min-height:calc(100vh - 24px)}.login-brand-panel{min-height:auto;padding:40px 28px}.login-brand-panel:before{border-radius:22px;inset:18px}.brand-badge{margin-bottom:24px}.brand-copy h1{max-width:100%;font-size:38px}.brand-copy p{max-width:100%;font-size:14px}.brand-feature-grid{grid-template-columns:1fr;margin-top:28px}.login-form-panel{min-height:auto;padding:38px 24px}.login-form-inner h2{font-size:34px}.modern-input,.modern-login-btn{border-radius:13px;height:50px}}@media (width<=560px){.login-device-frame{padding:8px}.login-split-card{border-radius:18px;min-height:calc(100vh - 16px)}.login-device-frame:before{border-radius:20px;inset:3px}.login-device-notch{display:none}.login-options{flex-direction:column;align-items:flex-start}.brand-feature-grid div{min-height:92px}}.toast-container{z-index:99999;gap:12px;width:min(380px,100vw - 32px);display:grid;position:fixed;top:22px;right:22px}.toast-item{background:#fff;border:1px solid #dfe6ef;border-radius:16px;grid-template-columns:38px 1fr 28px;align-items:flex-start;gap:12px;padding:14px;animation:.25s both toastSlideIn;display:grid;box-shadow:0 18px 45px #0f172a2e}.toast-item.success{border-color:#b7e4c7}.toast-item.error{border-color:#ffc7d0}.toast-item.info{border-color:#cfe0ff}.toast-icon{border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.toast-item.success .toast-icon{color:#15774d;background:#eaf7ef}.toast-item.error .toast-icon{color:#c93446;background:#fff0f2}.toast-item.info .toast-icon{color:#3159df;background:#eaf0ff}.toast-content strong{color:#142033;margin-bottom:3px;font-size:14px;display:block}.toast-content p{color:#687587;margin:0;font-size:13px;line-height:1.45}.toast-close{color:#667085;cursor:pointer;background:#f2f4f7;border:0;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.toast-close:hover{background:#e5e9f0}@keyframes toastSlideIn{0%{opacity:0;transform:translate(24px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=600px){.toast-container{width:auto;top:14px;left:14px;right:14px}}.clinic-user-form{flex-direction:column;gap:20px;display:flex}.clinic-user-modal-header h3{margin:0 0 6px;font-size:22px;font-weight:700}.clinic-user-modal-header p{color:#6b7280;margin:0;font-size:14px}.clinic-user-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-field>span{color:#374151;font-size:13px;font-weight:600}.role-card-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.role-select-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:flex-start;gap:14px;padding:16px;transition:all .2s;display:flex}.role-select-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a14}.role-select-card.active{background:linear-gradient(#eff6ff 0%,#fff 100%);border-color:#2563eb;box-shadow:0 10px 30px #2563eb1f}.role-select-icon{color:#1d4ed8;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.role-select-card strong{margin-bottom:4px;font-size:15px;display:block}.role-select-card p{color:#6b7280;margin:0;font-size:13px;line-height:1.5}.assign-screen-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.assign-screen-header span{color:#111827;font-size:15px;font-weight:700;display:block}.assign-screen-header p{color:#6b7280;margin:4px 0 0;font-size:13px}.assign-screen-count{color:#1d4ed8;white-space:nowrap;background:#eff6ff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.screen-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.screen-preview-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:0;transition:all .2s;overflow:hidden}.screen-preview-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 14px 36px #0f172a1f}.screen-preview-card.selected{border-color:#2563eb;box-shadow:0 14px 36px #2563eb29}.screen-preview-image-wrap{aspect-ratio:16/9;background:#f8fafc;position:relative;overflow:hidden}.screen-preview-image{object-fit:cover;width:100%;height:100%;display:block}.screen-preview-overlay{position:absolute;top:10px;right:10px}.screen-status-chip{color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.screen-status-chip.online{background:#16a34a}.screen-status-chip.offline{background:#ef4444}.screen-preview-content{padding:14px}.screen-preview-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.screen-preview-top strong{color:#111827;font-size:15px}.screen-preview-content p{color:#6b7280;margin:6px 0 10px;font-size:13px}.screen-preview-meta{color:#4b5563;flex-direction:column;gap:4px;font-size:12px;display:flex}.clinic-user-actions{margin-top:8px}@media (width<=900px){.clinic-user-form-grid,.role-card-grid,.screen-preview-grid{grid-template-columns:1fr}}.screen-user-grid.beautiful{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.screen-user-card{flex-direction:column;gap:18px;display:flex}.screen-user-tv{aspect-ratio:16/9;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:22px;width:100%;position:relative;overflow:hidden;box-shadow:0 18px 45px #0f172a40}.screen-user-tv img{object-fit:cover;width:100%;height:100%}.screen-user-tv-empty{color:#cbd5e1;flex-direction:column;justify-content:center;align-items:center;row-gap:10px;width:100%;height:100%;font-size:14px;display:flex}.screen-user-tv-glow{filter:blur(22px);background:#3b82f659;height:20px;position:absolute;inset:auto 14% -18px}.screen-user-card-body{flex-direction:column;gap:18px;display:flex}.screen-user-card-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.screen-user-card-title h3{color:#0f172a;margin:0;font-size:20px;font-weight:800}.screen-user-card-title p{color:#64748b;margin:6px 0 0;font-size:14px}.screen-user-details{grid-template-columns:1fr 1fr;gap:14px;display:grid}.screen-user-details div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:14px}.screen-user-details span{color:#64748b;text-transform:uppercase;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.screen-user-details strong{color:#111827;font-size:14px}.screen-user-actions{flex-wrap:wrap;gap:12px;display:flex}.screen-user-assign-modal{flex-direction:column;gap:20px;display:flex}.assign-selected-screen{background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;grid-template-columns:220px 1fr;align-items:center;gap:18px;padding:16px;display:grid}.assign-selected-screen .screen-user-tv{border-radius:16px}.assign-selected-screen h3{color:#0f172a;margin:0;font-size:20px}.assign-selected-screen p{color:#64748b;margin:6px 0 12px}.assign-selected-meta{color:#475569;flex-direction:column;gap:6px;font-size:13px;display:flex}@media (width<=760px){.assign-selected-screen,.screen-user-details{grid-template-columns:1fr}}.screen-control-hero{grid-template-columns:minmax(320px,520px) 1fr;align-items:start;gap:26px;margin-top:12px;display:grid}.screen-control-preview{flex-direction:column;gap:12px;display:flex}.screen-control-tv{aspect-ratio:16/9;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:26px;width:100%;position:relative;overflow:hidden;box-shadow:0 22px 55px #0f172a42}.screen-control-tv img{object-fit:cover;width:100%;height:100%}.screen-control-tv-empty{color:#cbd5e1;flex-direction:column;justify-content:center;align-items:center;row-gap:10px;width:100%;height:100%;font-size:14px;display:flex}.screen-control-tv-shine{pointer-events:none;background:linear-gradient(135deg,#ffffff2e,#0000 36%,#0000);position:absolute;inset:0}.screen-control-summary{background:linear-gradient(#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:24px;padding:22px;box-shadow:0 14px 38px #0f172a14}.screen-control-title-row{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.screen-control-eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;font-size:12px;font-weight:800}.screen-control-title-row h2{color:#0f172a;margin:0;font-size:26px;font-weight:900}.screen-control-title-row p{color:#64748b;margin:6px 0 0}.screen-control-stats{grid-template-columns:1fr 1fr;gap:14px;display:grid}.screen-control-stats div{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px}.screen-control-stats span{color:#64748b;text-transform:uppercase;margin-bottom:7px;font-size:12px;font-weight:800;display:block}.screen-control-stats strong{color:#111827;font-size:14px}.screen-content-control{flex-direction:column;gap:18px;display:flex}.content-type-tabs{grid-template-columns:1fr 1fr;gap:12px;display:grid}.content-type-tabs button{color:#334155;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:14px 16px;font-weight:800;transition:all .2s;display:flex}.content-type-tabs button:hover{background:#eff6ff;border-color:#bfdbfe}.content-type-tabs button.active{color:#1d4ed8;background:linear-gradient(#eff6ff,#fff);border-color:#2563eb;box-shadow:0 12px 28px #2563eb24}.form-field{flex-direction:column;gap:8px;display:flex}.form-field span{color:#334155;font-size:13px;font-weight:800}@media (width<=980px){.screen-control-hero,.screen-control-stats{grid-template-columns:1fr}}.auth-v3-page{background-image:linear-gradient(90deg, #080f226b 0%, #080f223d 42%, #080f221f 100%), var(--auth-page-image);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:stretch;align-items:stretch;width:100vw;min-height:100vh;margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}.auth-v3-shell{z-index:1;width:100vw;min-height:100vh;box-shadow:none;background:0 0;border-radius:0;grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);display:grid;position:relative;overflow:hidden}.auth-v3-brand-panel{isolation:isolate;color:#fff;background:linear-gradient(90deg,#080f22bd,#080f227a 72%,#080f221a);flex-direction:column;justify-content:space-between;gap:28px;padding:48px 54px;display:flex;position:relative}.auth-v3-brand-overlay{z-index:0;pointer-events:none;background:radial-gradient(circle at 18% 16%,#60a5fa29,#0000 30%),linear-gradient(#0f172a14,#0f172a2e);position:absolute;inset:0}.auth-v3-logo-row,.auth-v3-brand-copy,.auth-v3-feature-grid,.auth-v3-info-list{z-index:2;position:relative}.auth-v3-logo-row{align-items:center;gap:14px;display:flex}.auth-v3-logo-icon{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:inset 0 1px #ffffff2e}.auth-v3-logo-row strong{letter-spacing:-.02em;font-size:18px;font-weight:850;display:block}.auth-v3-logo-row span{color:#e2e8f0db;margin-top:2px;font-size:13px;display:block}.auth-v3-brand-copy{max-width:560px}.auth-v3-mini-badge{color:#dbeafe;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-transform:uppercase;letter-spacing:.08em;background:#0f172a57;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-bottom:16px;padding:8px 13px;font-size:11px;font-weight:800;display:inline-flex}.auth-v3-brand-copy h1{letter-spacing:-.045em;text-shadow:0 12px 28px #0f172a57;max-width:590px;margin:0;font-size:clamp(38px,4.15vw,58px);font-weight:880;line-height:1.04}.auth-v3-brand-copy p{color:#f1f5f9e0;max-width:560px;margin:22px 0 0;font-size:16px;font-weight:400;line-height:1.7}.auth-v3-feature-grid,.auth-v3-info-list{gap:14px;max-width:560px;display:grid}.auth-v3-feature-grid>div,.auth-v3-info-list>div{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a5c;border:1px solid #ffffff21;border-radius:20px;align-items:flex-start;gap:13px;padding:16px 18px;display:flex}.auth-v3-feature-grid strong{margin-bottom:4px;font-size:14px;font-weight:800;display:block}.auth-v3-feature-grid span,.auth-v3-info-list span{color:#e2e8f0e0;font-size:13px;line-height:1.5}.auth-v3-form-panel{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;justify-content:center;align-items:center;padding:42px 54px;display:flex}.auth-v3-form-box{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffb8;border:1px solid #ffffff70;border-radius:30px;width:100%;max-width:460px;padding:36px;box-shadow:0 24px 70px #0f172a3d}.auth-v3-back-link{color:#2563eb;align-items:center;gap:8px;width:fit-content;margin-bottom:24px;font-size:14px;font-weight:750;text-decoration:none;display:inline-flex}.auth-v3-back-link:hover,.auth-v3-link:hover{text-decoration:underline}.auth-v3-form-heading{margin-bottom:26px}.auth-v3-form-icon{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:20px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:18px;display:flex}.auth-v3-form-heading h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:34px;font-weight:850;line-height:1.1}.auth-v3-form-heading p{color:#64748b;margin:9px 0 0;font-size:15px;line-height:1.6}.auth-v3-form{flex-direction:column;gap:18px;display:flex}.auth-v3-field{flex-direction:column;gap:9px;display:flex}.auth-v3-field>span{color:#1e293b;font-size:13px;font-weight:800}.auth-v3-input-wrap{color:#64748b;background:#f8fafcdb;border:1px solid #dbe3eff5;border-radius:18px;align-items:center;gap:12px;min-height:54px;padding:0 16px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.auth-v3-input-wrap:focus-within{background:#fffffff5;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.auth-v3-input-wrap input{color:#0f172a;background:0 0;border:0;outline:0;width:100%;font-size:15px;font-weight:450}.auth-v3-input-wrap input::placeholder{color:#94a3b8}.auth-v3-password-wrap{padding-right:8px}.auth-v3-password-toggle{color:#64748b;cursor:pointer;background:#ffffffc7;border:0;border-radius:13px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s;display:flex}.auth-v3-password-toggle:hover{color:#1d4ed8;background:#eff6ff}.auth-v3-options-row{justify-content:space-between;align-items:center;gap:14px;margin-top:-2px;display:flex}.auth-v3-remember{color:#475569;align-items:center;gap:9px;font-size:14px;font-weight:650;display:inline-flex}.auth-v3-remember input{accent-color:#2563eb;width:16px;height:16px}.auth-v3-link{color:#2563eb;background:0 0;border:0;font-size:14px;font-weight:760;text-decoration:none}.auth-v3-error-message,.auth-v3-success-message,.auth-v3-info-message{border-radius:16px;align-items:flex-start;gap:10px;padding:13px 14px;font-size:14px;line-height:1.5;display:flex}.auth-v3-error-message{color:#991b1b;background:#fef2f2f2;border:1px solid #fecaca}.auth-v3-success-message{color:#166534;background:#f0fdf4f2;border:1px solid #bbf7d0}.auth-v3-info-message{color:#1e40af;background:#eff6fff2;border:1px solid #bfdbfe}.auth-v3-account-card{color:#166534;background:#f0fdf4f0;border:1px solid #bbf7d0;border-radius:17px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:15px;display:flex}.auth-v3-account-card strong{color:#14532d;font-size:14px;display:block}.auth-v3-account-card span,.auth-v3-account-card small{margin-top:3px;font-size:13px;display:block}.auth-v3-primary-btn{min-height:54px;margin-top:3px;font-size:15px;font-weight:850;box-shadow:0 14px 30px #2563eb38;border-radius:17px!important}.auth-v3-security-note{color:#64748b;background:#f8fafcd6;border:1px solid #e2e8f0e6;border-radius:17px;align-items:flex-start;gap:10px;margin-top:24px;padding:14px;font-size:13px;line-height:1.55;display:flex}.auth-v3-security-note svg{color:#16a34a;flex:none;margin-top:1px}@media (width<=1100px){.auth-v3-page{overflow-y:auto}.auth-v3-shell{grid-template-columns:1fr;min-height:100vh}.auth-v3-brand-panel{min-height:auto;padding:34px}.auth-v3-form-panel{padding:30px}.auth-v3-form-box{width:100%;max-width:540px}.auth-v3-brand-copy h1{max-width:680px;font-size:40px}.auth-v3-form-heading h2{font-size:32px}}@media (width<=640px){.auth-v3-page{background-position:50%;min-height:100vh;overflow-y:auto}.auth-v3-brand-panel{min-height:auto;padding:24px 20px}.auth-v3-form-panel{padding:20px}.auth-v3-form-box{border-radius:24px;max-width:100%;padding:24px}.auth-v3-brand-copy h1{letter-spacing:-.04em;font-size:32px}.auth-v3-brand-copy p{font-size:15px}.auth-v3-form-heading h2{font-size:28px}.auth-v3-options-row{flex-direction:column;align-items:flex-start}}.yodeck-page-shell{gap:22px;display:grid}.yodeck-hero-card{background:radial-gradient(circle at 12% 20%,#3159df38,#0000 28%),radial-gradient(circle at 88% 0,#22c55e2e,#0000 32%),linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #94a3b83d;border-radius:26px;padding:24px;animation:.42s both yodeckFadeUp;position:relative;overflow:hidden;box-shadow:0 22px 70px #0f172a14}.yodeck-hero-card:after{content:"";filter:blur(4px);background:#3159df14;border-radius:999px;width:320px;height:320px;position:absolute;inset:auto -120px -160px auto}.yodeck-hero-top{z-index:1;justify-content:space-between;align-items:flex-start;gap:18px;display:flex;position:relative}.yodeck-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--blue,#3159df);margin:0 0 8px;font-size:12px;font-weight:900}.yodeck-hero-title{color:var(--text,#101828);margin:0;font-size:clamp(24px,3vw,34px);line-height:1.12}.yodeck-hero-subtitle{max-width:760px;color:var(--muted,#667085);margin:10px 0 0;font-size:14px}.yodeck-stat-grid{z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px;display:grid;position:relative}.yodeck-stat-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #94a3b83d;border-radius:20px;padding:15px;transition:transform .18s,box-shadow .18s}.yodeck-stat-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0f172a14}.yodeck-stat-card span{color:var(--muted,#667085);font-size:12px;font-weight:800;display:block}.yodeck-stat-card strong{color:var(--text,#101828);margin-top:6px;font-size:28px;line-height:1;display:block}.yodeck-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:18px 0;display:flex}.yodeck-search-group{flex-wrap:wrap;flex:1;gap:10px;display:flex}.yodeck-input{border:1px solid var(--border,#e4e7ec);min-width:220px;height:42px;color:var(--text,#101828);background:#fff;border-radius:14px;outline:none;padding:0 14px;transition:box-shadow .18s,border-color .18s,transform .18s}.yodeck-input:focus{border-color:#3159df80;box-shadow:0 0 0 4px #3159df1a}.yodeck-resource-card{animation:.44s both yodeckFadeUp}.yodeck-row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.yodeck-pill{color:#344054;background:#f2f4f7;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.yodeck-pill.app{color:#15774d;background:#eaf7ef}.yodeck-pill.yodeck{color:#3159df;background:#eef4ff}.yodeck-detail-card{background:radial-gradient(circle at 0 0,#3159df1a,#0000 34%),linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #94a3b83d;border-radius:22px;gap:16px;padding:18px;display:grid}.yodeck-detail-title{color:var(--text,#101828);margin:0;font-size:22px}.yodeck-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.yodeck-detail-item{border:1px solid var(--border,#e4e7ec);background:#ffffffc7;border-radius:16px;min-height:74px;padding:14px}.yodeck-detail-item span{color:var(--muted,#667085);margin-bottom:6px;font-size:12px;font-weight:800;display:block}.yodeck-detail-item strong{color:var(--text,#101828);word-break:break-word;display:block}.yodeck-form-hint{color:var(--muted,#667085);background:#f8fbff;border:1px dashed #3159df59;border-radius:16px;padding:12px 14px;font-size:13px}.yodeck-empty-state{text-align:center;color:var(--muted,#667085);background:#f9fafb;border:1px dashed #94a3b899;border-radius:20px;padding:28px}.yodeck-resource-thumb{object-fit:cover;border:1px solid var(--border,#e4e7ec);background:linear-gradient(135deg,#eef4ff,#f8fafc);border-radius:12px;width:84px;height:48px}@keyframes yodeckFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.yodeck-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yodeck-hero-top{flex-direction:column}}@media (width<=700px){.yodeck-stat-grid,.yodeck-detail-grid{grid-template-columns:1fr}.yodeck-input{width:100%;min-width:100%}}
