:root{
  --cin-auth-cyan:#67e8f9;
  --cin-auth-cyan-2:#06b6d4;
  --cin-auth-red:#fb7185;
  --cin-auth-amber:#fbbf24;
  --cin-auth-bg:#04070c;
  --cin-auth-line:rgba(255,255,255,.11);
  --cin-auth-card:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  --cin-auth-shadow:0 24px 90px rgba(0,0,0,.42);
}
.cinento-account-slot,.cinento-account-slot *,.cinento-share-sheet,.cinento-share-sheet *,.cinento-auth-modal,.cinento-auth-modal *{box-sizing:border-box}
.cinento-account-slot{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 auto;z-index:60;min-width:34px}
.cinento-account-trigger{position:relative;width:34px;height:34px;padding:0;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);display:inline-flex;align-items:center;justify-content:center;color:#eefcff;cursor:pointer;transition:.2s ease;backdrop-filter:blur(14px)}
.cinento-account-trigger:hover{transform:translateY(-1px);background:rgba(255,255,255,.09);box-shadow:0 10px 28px rgba(0,0,0,.18)}
.cinento-account-trigger.is-user{border-color:rgba(103,232,249,.22);background:rgba(6,182,212,.08)}
.cinento-account-icon{width:100%;height:100%;display:grid;place-items:center;font-size:14px;line-height:1}
.cinento-account-status-dot{position:absolute;right:5px;bottom:5px;width:7px;height:7px;border-radius:999px;background:var(--cin-auth-cyan);box-shadow:0 0 0 2px rgba(4,7,12,.95),0 0 14px rgba(103,232,249,.35)}
.cinento-account-menu{position:absolute;top:calc(100% + 10px);right:0;left:auto;min-width:228px;max-width:min(280px,calc(100vw - 20px));border-radius:18px;background:rgba(4,7,12,.97);backdrop-filter:blur(20px);border:1px solid var(--cin-auth-line);box-shadow:var(--cin-auth-shadow);padding:10px;display:none;overflow:hidden}
html[dir="rtl"] .cinento-account-menu{left:0;right:auto}
.cinento-account-slot.open .cinento-account-menu{display:block}
.cinento-account-card-head{padding:8px 8px 12px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:6px}
.cinento-account-card-head.compact{padding-inline-end:8px}
.cinento-account-kicker{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--cin-auth-cyan);font-weight:900;margin-bottom:5px}
.cinento-account-name{font-size:14px;font-weight:900;color:#fff;line-height:1.3}
.cinento-account-sub{font-size:11px;color:#97a9b1;line-height:1.5;margin-top:4px;word-break:break-word}
.cinento-account-link,.cinento-account-btn{width:100%;display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 11px;border-radius:13px;border:1px solid transparent;background:transparent;color:#e9fbff;text-decoration:none;font-weight:700;font-size:13px;cursor:pointer;text-align:start}
.cinento-account-link span,.cinento-account-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cinento-account-link strong{font-size:11px;color:#8ed8e6}
.cinento-account-link:hover,.cinento-account-btn:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.08)}
.cinento-account-link.danger{color:#ffd7df}
.cinento-account-link.danger:hover{background:rgba(127,29,29,.18);border-color:rgba(251,113,133,.2)}
.cinento-account-btn.signin{background:linear-gradient(135deg,rgba(6,182,212,.22),rgba(103,232,249,.12));border-color:rgba(6,182,212,.35)}
.cinento-account-btn.outline{border-color:rgba(255,255,255,.1)}
.cinento-account-divider{height:1px;background:rgba(255,255,255,.08);margin:8px 0}

.cinento-auth-modal,.cinento-share-sheet,.cinento-toast-stack{position:fixed;inset:0;z-index:200;display:none}
.cinento-auth-modal.open,.cinento-share-sheet.open{display:block}
.cinento-auth-backdrop,.cinento-share-backdrop{position:absolute;inset:0;background:rgba(2,6,12,.72);backdrop-filter:blur(14px)}
.cinento-auth-card,.cinento-share-card{position:relative;max-width:980px;margin:4vh auto 0;padding:18px;border-radius:30px;background:linear-gradient(180deg,rgba(7,14,21,.97),rgba(2,6,11,.98));border:1px solid rgba(255,255,255,.08);box-shadow:var(--cin-auth-shadow);width:min(calc(100% - 24px),980px);max-height:92vh;overflow:auto}
.cinento-auth-card.narrow{max-width:470px}
.cinento-auth-close,.cinento-share-close{position:absolute;top:14px;right:auto;left:auto;inset-inline-end:14px;width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#fff;display:grid;place-items:center;cursor:pointer;z-index:5}
.cinento-auth-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}
.cinento-auth-side{padding:18px;border-radius:24px;background:linear-gradient(160deg,rgba(6,182,212,.16),rgba(6,10,16,.1));border:1px solid rgba(6,182,212,.18);min-height:100%}
.cinento-auth-side h2{margin:12px 0 12px;font-size:32px;line-height:1.05;color:#fff}
.cinento-auth-side p{margin:0 0 16px;color:#bed3db;line-height:1.8}
.cinento-auth-side ul{padding:0;margin:16px 0 0;list-style:none;display:grid;gap:10px}
.cinento-auth-side li{display:flex;gap:10px;align-items:flex-start;color:#e8fbff;font-size:14px}
.cinento-auth-main{padding:12px 8px 8px;min-width:0}
.cinento-auth-tabs{display:flex;gap:10px;margin-bottom:16px;padding-inline-end:50px}
.cinento-auth-tab{flex:1;padding:12px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#d7e6ec;font-weight:800;cursor:pointer}
.cinento-auth-tab.active{background:linear-gradient(135deg,rgba(6,182,212,.18),rgba(103,232,249,.08));border-color:rgba(103,232,249,.35);color:#fff}
.cinento-auth-panel{display:none}
.cinento-auth-panel.active{display:block}
.cinento-auth-form{display:grid;gap:12px}
.cinento-auth-field{display:grid;gap:7px}
.cinento-auth-label{font-size:12px;color:#98aeb6;font-weight:700}
.cinento-auth-input,.cinento-auth-select,.cinento-auth-textarea{width:100%;padding:14px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.04);color:#fff;outline:none}
.cinento-auth-input:focus,.cinento-auth-select:focus,.cinento-auth-textarea:focus{border-color:rgba(103,232,249,.38);box-shadow:0 0 0 3px rgba(6,182,212,.12)}
.cinento-auth-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cinento-auth-submit,.cinento-share-link,.cinento-profile-submit,.cinento-password-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 18px;border-radius:18px;border:1px solid rgba(103,232,249,.3);background:linear-gradient(135deg,rgba(6,182,212,.92),rgba(103,232,249,.78));color:#04131a;font-weight:900;cursor:pointer;text-decoration:none}
.cinento-auth-submit.subtle,.cinento-share-link.subtle,.cinento-profile-submit.subtle{background:rgba(255,255,255,.05);color:#e8fbff;border-color:rgba(255,255,255,.11)}
.cinento-auth-muted{font-size:12px;color:#93a7af;line-height:1.7}
.cinento-auth-google-wrap{display:grid;gap:10px;margin-top:10px}
.cinento-auth-sep{position:relative;text-align:center;margin:4px 0;color:#8ea2aa;font-size:12px}
.cinento-auth-sep:before,.cinento-auth-sep:after{content:"";position:absolute;top:50%;width:38%;height:1px;background:rgba(255,255,255,.08)}
.cinento-auth-sep:before{left:0}.cinento-auth-sep:after{right:0}
.cinento-auth-code-box{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.cinento-auth-code-box input{text-align:center;font-size:20px;font-weight:900;padding:12px 0;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#fff}
.cinento-auth-alert{display:none;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:13px;line-height:1.7}
.cinento-auth-alert.show{display:block}
.cinento-auth-alert.error{border-color:rgba(251,113,133,.28);background:rgba(127,29,29,.15);color:#ffd5dd}
.cinento-auth-alert.success{border-color:rgba(34,197,94,.28);background:rgba(6,78,59,.18);color:#d7ffe6}
.cinento-auth-alert.info{border-color:rgba(103,232,249,.24);background:rgba(6,182,212,.12);color:#daf8ff}

.cinento-share-card{max-width:520px;padding:18px 18px 20px}
.cinento-share-card h3{margin:0 0 8px;font-size:28px;color:#fff;padding-inline-end:52px}
.cinento-share-preview{display:flex;gap:14px;align-items:flex-start;padding:14px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);margin:12px 0 16px;min-width:0}
.cinento-share-preview img{width:86px;height:124px;border-radius:16px;object-fit:cover;flex:0 0 auto;border:1px solid rgba(255,255,255,.08)}
.cinento-share-preview h4{margin:0 0 6px;font-size:18px;color:#fff}
.cinento-share-preview p{margin:0;color:#9fb2b9;font-size:13px;line-height:1.7}
.cinento-share-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.cinento-share-link{padding:13px 14px;justify-content:flex-start;background:rgba(255,255,255,.04);color:#e8fbff;border-color:rgba(255,255,255,.1)}
.cinento-share-link:hover{background:rgba(255,255,255,.08)}

.cinento-toast-stack{pointer-events:none;display:block;z-index:250}
.cinento-toast-stack .cinento-toast-wrap{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);display:grid;gap:8px}
.cinento-toast{min-width:220px;max-width:90vw;padding:12px 16px;border-radius:16px;background:rgba(4,7,12,.95);color:#f5fdff;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 50px rgba(0,0,0,.38);opacity:0;transform:translateY(12px);transition:.22s ease}
.cinento-toast.show{opacity:1;transform:translateY(0)}

.cinento-card-actions{position:absolute;top:10px;right:10px;display:flex;gap:6px;z-index:6;opacity:.14;transition:.25s ease}
.movie-poster-card:hover .cinento-card-actions,.media-card:hover .cinento-card-actions,.cinento-item-card:hover .cinento-card-actions,.cinento-card-actions.force-show{opacity:1}
.cinento-action-btn{width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(4,7,12,.62);backdrop-filter:blur(10px);color:#effcff;display:grid;place-items:center;cursor:pointer;transition:.22s ease;box-shadow:0 8px 30px rgba(0,0,0,.22);font-size:12px}
.cinento-action-btn:hover{transform:translateY(-1px) scale(1.03);background:rgba(255,255,255,.11)}
.cinento-action-btn[data-kind="favorite"]:hover,.cinento-action-btn.active[data-kind="favorite"]{color:#fff;background:rgba(225,29,72,.22);border-color:rgba(251,113,133,.45);box-shadow:0 0 22px rgba(251,113,133,.26);animation:cinHeartPulse 1.3s ease-in-out infinite}
.cinento-action-btn[data-kind="watch_later"]:hover,.cinento-action-btn.active[data-kind="watch_later"]{color:#fff;background:rgba(245,158,11,.22);border-color:rgba(251,191,36,.36);box-shadow:0 0 22px rgba(251,191,36,.18)}
.cinento-action-btn[data-kind="watch_later"] .fa-tv{transition:.2s ease}
.cinento-action-btn[data-kind="watch_later"]:hover .fa-tv,.cinento-action-btn.active[data-kind="watch_later"] .fa-tv{filter:drop-shadow(0 0 10px rgba(251,191,36,.55))}
.cinento-action-btn[data-kind="share"]:hover{border-color:rgba(103,232,249,.4);box-shadow:0 0 22px rgba(103,232,249,.16)}
@keyframes cinHeartPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}

.cinento-hero-actions{display:none}
.cinento-hero-action{display:none}
.cinento-hero-action:hover{background:rgba(255,255,255,.09)}
.cinento-floating-actions{opacity:1}
.cinento-floating-actions.hero{top:0;inset-inline-end:0}
.cinento-floating-actions.modal{top:4px;inset-inline-end:0}
.cinento-floating-actions .cinento-action-btn{background:rgba(4,7,12,.48)}
.cinento-hero-action.active.favorite{background:rgba(225,29,72,.18);border-color:rgba(251,113,133,.4)}
.cinento-hero-action.active.watch_later{background:rgba(245,158,11,.18);border-color:rgba(251,191,36,.35)}

.cinento-auth-gate{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;padding:18px;background:linear-gradient(180deg,rgba(4,7,12,.2),rgba(4,7,12,.64));backdrop-filter:blur(16px) saturate(1.1)}
.cinento-auth-gate-card{max-width:480px;border-radius:24px;padding:18px;background:rgba(4,7,12,.82);border:1px solid rgba(255,255,255,.09);box-shadow:0 24px 80px rgba(0,0,0,.42);text-align:center}
.cinento-auth-gate-card h4{margin:0 0 8px;font-size:22px;color:#fff}
.cinento-auth-gate-card p{margin:0 0 14px;color:#c6d7dd;line-height:1.8}
.cinento-auth-gate-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
.cinento-auth-gate-actions button,.cinento-auth-gate-actions a{padding:12px 16px;border-radius:16px;border:1px solid rgba(103,232,249,.3);background:linear-gradient(135deg,rgba(6,182,212,.9),rgba(103,232,249,.7));color:#04131a;font-weight:900;cursor:pointer;text-decoration:none}
.cinento-auth-gate-actions .secondary{background:rgba(255,255,255,.05);color:#effcff;border-color:rgba(255,255,255,.1)}

[data-cinento-dashboard]{display:block}
.cinento-dashboard{display:grid;gap:18px;min-width:0}
.cinento-dashboard-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;align-items:flex-start;padding:20px;border-radius:28px;background:linear-gradient(160deg,rgba(6,182,212,.14),rgba(10,16,24,.7));border:1px solid rgba(103,232,249,.16)}
.cinento-dashboard-head h1{margin:10px 0 6px;font-size:36px;line-height:1.05;color:#fff}
.cinento-dashboard-head p{margin:0;color:#bbced5;line-height:1.8;max-width:680px}
.cinento-dashboard-stats{display:flex;flex-wrap:wrap;gap:10px}
.cinento-dashboard-stat{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);min-width:120px}
.cinento-dashboard-stat .n{display:block;font-size:26px;font-weight:900;color:#fff}
.cinento-dashboard-stat .l{display:block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#89a2aa}
.cinento-dashboard-grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);gap:18px;align-items:start}
.cinento-dashboard-card{padding:18px;border-radius:26px;background:var(--cin-auth-card);border:1px solid rgba(255,255,255,.08);box-shadow:var(--cin-auth-shadow);min-width:0;overflow:hidden}
.cinento-dashboard-card h2{margin:0 0 14px;font-size:22px;color:#fff}
.cinento-avatar-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.cinento-avatar-choice{height:46px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);display:grid;place-items:center;font-size:22px;cursor:pointer}
.cinento-avatar-choice.active{border-color:rgba(103,232,249,.35);background:rgba(6,182,212,.14);box-shadow:0 0 18px rgba(103,232,249,.12)}
.cinento-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.cinento-list-actions{display:flex;gap:10px;flex-wrap:wrap}
.cinento-pill-btn{padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.04);color:#ebfcff;font-weight:800;cursor:pointer}
.cinento-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}
.cinento-saved-card{display:flex;gap:12px;padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);min-width:0;overflow:hidden;align-items:flex-start}
.cinento-saved-card img{width:76px;height:108px;object-fit:cover;border-radius:14px;border:1px solid rgba(255,255,255,.08)}
.cinento-saved-card h3{margin:0 0 4px;font-size:16px;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.cinento-saved-card p{margin:0 0 8px;font-size:12px;color:#97abb2;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.cinento-saved-actions{display:flex;flex-wrap:wrap;gap:8px}
.cinento-saved-actions a,.cinento-saved-actions button{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#f0fdff;font-weight:700;font-size:12px;text-decoration:none;cursor:pointer;max-width:100%}
.cinento-empty-state{padding:18px;border-radius:18px;border:1px dashed rgba(255,255,255,.16);background:rgba(255,255,255,.02);color:#93a7af;line-height:1.8}

.cinento-auth-page-shell{margin:0;min-height:100vh;background:#04070c;color:#eefcff;font-family:Inter,system-ui,sans-serif;position:relative;overflow-x:hidden}
html[dir="rtl"] .cinento-auth-page-shell{font-family:Vazirmatn,Inter,sans-serif}
.cinento-auth-page-bg{position:fixed;inset:0;background:radial-gradient(circle at top left,rgba(6,182,212,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(168,85,247,.15),transparent 28%),#04070c;pointer-events:none}
.cinento-auth-simple-topbar{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;background:rgba(4,7,12,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}
.cinento-auth-home-link img{height:22px;width:auto;display:block}
.cinento-auth-page-main{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:28px 16px 40px;min-width:0}
.cinento-auth-page-card{padding:20px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);box-shadow:var(--cin-auth-shadow)}
.cinento-auth-page-narrow{max-width:520px;margin:0 auto}

@media (max-width:900px){
  .cinento-auth-grid,.cinento-dashboard-grid{grid-template-columns:1fr}
  .cinento-list-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .cinento-account-menu{position:fixed;top:58px;right:10px;left:auto;width:min(280px,calc(100vw - 20px));max-height:calc(100vh - 72px);overflow:auto}
  html[dir="rtl"] .cinento-account-menu{left:10px;right:auto}
  .cinento-auth-card{width:min(calc(100% - 14px),980px);margin:2.5vh auto 0;padding:14px;border-radius:24px}
  .cinento-auth-side h2{font-size:28px}
  .cinento-auth-row,.cinento-avatar-grid{grid-template-columns:1fr 1fr}
  .cinento-share-grid{grid-template-columns:1fr}
  .cinento-dashboard-head h1{font-size:30px}
  .cinento-share-preview{flex-direction:column}
  .cinento-share-preview img{width:100px;height:144px}
  .cinento-floating-actions.modal{top:-2px}
}
@media (max-width:560px){
  .cinento-auth-row{grid-template-columns:1fr}
  .cinento-auth-tabs{gap:8px}
  .cinento-auth-tab{padding:11px 12px;font-size:12px}
  .cinento-card-actions{opacity:1}
  .cinento-dashboard-card,.cinento-auth-page-card{padding:14px}
  .cinento-avatar-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .cinento-auth-code-box{gap:6px}
  .cinento-action-btn{width:28px;height:28px}
  .cinento-saved-card{flex-direction:column}
  .cinento-saved-card img{width:96px;height:138px}
  .cinento-share-card{padding:16px 14px 18px}
  .cinento-auth-close,.cinento-share-close{top:10px;inset-inline-end:10px;width:36px;height:36px}
  .cinento-auth-tabs,.cinento-share-card h3{padding-inline-end:44px}
}

html.light-mode .cinento-account-trigger{background:rgba(255,255,255,.82);border-color:rgba(8,145,178,.18);color:#0f172a;box-shadow:0 12px 34px rgba(15,23,42,.08)}
html.light-mode .cinento-account-trigger.is-user{background:linear-gradient(180deg,#ffffff,#f0fbff);border-color:rgba(8,145,178,.25)}
html.light-mode .cinento-account-status-dot{box-shadow:0 0 0 2px #fff,0 0 14px rgba(8,145,178,.22)}
html.light-mode .cinento-account-menu,
html.light-mode .cinento-auth-card,
html.light-mode .cinento-share-card,
html.light-mode .cinento-dashboard-card,
html.light-mode .cinento-auth-page-card{background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,250,252,.98));border-color:rgba(15,23,42,.08);box-shadow:0 24px 70px rgba(15,23,42,.08)}
html.light-mode .cinento-account-name,
html.light-mode .cinento-dashboard-head h1,
html.light-mode .cinento-dashboard-card h2,
html.light-mode .cinento-share-card h3,
html.light-mode .cinento-share-preview h4,
html.light-mode .cinento-saved-card h3,
html.light-mode .cinento-auth-side h2{color:#0f172a}
html.light-mode .cinento-account-sub,
html.light-mode .cinento-auth-muted,
html.light-mode .cinento-share-preview p,
html.light-mode .cinento-dashboard-head p,
html.light-mode .cinento-saved-card p,
html.light-mode .cinento-empty-state{color:#475569}
html.light-mode .cinento-account-link,
html.light-mode .cinento-account-btn,
html.light-mode .cinento-saved-actions a,
html.light-mode .cinento-saved-actions button,
html.light-mode .cinento-pill-btn{color:#0f172a;border-color:rgba(15,23,42,.08);background:rgba(255,255,255,.78)}
html.light-mode .cinento-account-link:hover,
html.light-mode .cinento-account-btn:hover,
html.light-mode .cinento-saved-actions a:hover,
html.light-mode .cinento-saved-actions button:hover,
html.light-mode .cinento-pill-btn:hover{background:rgba(8,145,178,.08);border-color:rgba(8,145,178,.16)}
html.light-mode .cinento-auth-input,
html.light-mode .cinento-auth-select,
html.light-mode .cinento-auth-textarea{background:rgba(255,255,255,.92);border-color:rgba(15,23,42,.1);color:#0f172a}
html.light-mode .cinento-dashboard-head{background:linear-gradient(160deg,rgba(6,182,212,.10),rgba(255,255,255,.92));border-color:rgba(8,145,178,.14)}
html.light-mode .cinento-dashboard-stat{background:rgba(255,255,255,.82);border-color:rgba(15,23,42,.08)}
html.light-mode .cinento-dashboard-stat .n{color:#0f172a}
html.light-mode .cinento-dashboard-stat .l{color:#475569}
html.light-mode .cinento-avatar-choice{background:rgba(255,255,255,.78);border-color:rgba(15,23,42,.08)}
html.light-mode .cinento-avatar-choice.active{background:rgba(6,182,212,.12);border-color:rgba(8,145,178,.24)}
html.light-mode .cinento-auth-page-shell{background:#eef6fb;color:#0f172a}
html.light-mode .cinento-auth-page-bg{background:radial-gradient(circle at top left,rgba(6,182,212,.14),transparent 34%),radial-gradient(circle at bottom right,rgba(168,85,247,.10),transparent 28%),linear-gradient(180deg,#f8fcff,#eef6fb)}
html.light-mode .cinento-auth-simple-topbar{background:rgba(255,255,255,.78);border-bottom-color:rgba(15,23,42,.08)}
html.light-mode .cinento-action-btn{background:rgba(255,255,255,.86);color:#0f172a;border-color:rgba(15,23,42,.08);box-shadow:0 8px 20px rgba(15,23,42,.08)}
html.light-mode .cinento-floating-actions .cinento-action-btn{background:rgba(255,255,255,.9)}
html.light-mode .cinento-share-preview,
html.light-mode .cinento-saved-card,
html.light-mode .cinento-empty-state{background:rgba(255,255,255,.72);border-color:rgba(15,23,42,.08)}
html.light-mode .cinento-auth-close,
html.light-mode .cinento-share-close{background:rgba(255,255,255,.88);color:#0f172a;border-color:rgba(15,23,42,.08)}
