:root{--bg:#f3f1fb;--surface:#fff;--border:#ece8fa;--border-dashed:#d9d2f0;--text:#241b4d;--text-muted:#8b85a8;--text-faint:#b4adce;--accent-1:#8b7cf6;--accent-2:#4f3fd6;--accent-gradient:linear-gradient(135deg, #8b7cf6, #4f3fd6);--accent:#6d5ef5;--accent-solid:#4f3fd6;--accent-soft-bg:#efebfc;--accent-shadow:#4f3fd659;--success:#2fae66;--success-bg:#e7f5ec;--warning:#b87f1e;--warning-bg:#fcf0dc;--danger:#c0392b;--danger-bg:#f8dad7;--danger-dot:#e1544f;--card-shadow:0 2px 10px #4c3ab40d;--font:"Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{font-family:var(--font);background:var(--bg);color:var(--text);overscroll-behavior-y:none;margin:0}#root{background:var(--bg);flex-direction:column;width:100%;max-width:480px;min-height:100dvh;margin:0 auto;display:flex;position:relative}@media (width>=481px){body{background:#e9e6f6;justify-content:center;display:flex}#root{min-height:100dvh;box-shadow:0 24px 60px #2b186e2e}}button,input{font-family:inherit}a{color:inherit}.phone-field{border:1.5px solid var(--border);border-radius:14px;align-items:center;gap:10px;padding:13px 16px;transition:border-color .15s;display:flex}.phone-field:focus-within{border-color:var(--accent)}.phone-prefix{color:var(--text);border-right:1px solid var(--border);padding-right:10px;font-size:15px;font-weight:600}.phone-field input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:16px;font-weight:500}.phone-field input::placeholder{color:var(--text-faint)}.auth-screen{background:var(--accent-gradient);flex-direction:column;flex:1;min-height:100dvh;display:flex;position:relative;overflow:hidden}.auth-glow{pointer-events:none;background:radial-gradient(120% 90% at 0 0,#a45cf0 0%,#a45cf000 55%),radial-gradient(130% 120% at 100% 15%,#3b7bff 0%,#3b7bff00 50%),linear-gradient(#ffffff0f 1px,#0000 1px) 0 0/26px 26px,linear-gradient(90deg,#ffffff0f 1px,#0000 1px) 0 0/26px 26px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(160deg,#000,#0000 75%);mask-image:linear-gradient(160deg,#000,#0000 75%)}.auth-content{background:var(--surface);border-radius:28px 28px 0 0;flex-direction:column;margin-top:auto;padding:36px 26px 40px;display:flex;position:relative;box-shadow:0 -10px 40px #241b4d2e}.auth-logo{background:var(--accent-gradient);width:52px;height:52px;box-shadow:0 10px 24px var(--accent-shadow);border-radius:16px;place-items:center;margin-bottom:20px;display:grid}.auth-title{color:var(--text);letter-spacing:-.3px;margin:0 0 8px;font-size:24px;font-weight:700}.auth-subtitle{color:var(--text-muted);margin:0 0 28px;font-size:13.5px;line-height:145%}.auth-form{flex-direction:column;gap:8px;display:flex}.field-label{color:var(--text-muted);font-size:12px;font-weight:600}.primary-btn{color:#fff;background:var(--accent-gradient);box-shadow:0 10px 24px var(--accent-shadow);cursor:pointer;border:none;border-radius:14px;margin-top:16px;padding:15px;font-size:15px;font-weight:700;transition:transform .15s,opacity .15s}.primary-btn:active:not(:disabled){transform:scale(.98)}.primary-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.text-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.text-btn:disabled{color:var(--text-faint);cursor:not-allowed}.auth-terms{color:var(--text-faint);text-align:center;margin:24px 0 0;font-size:11px;line-height:150%}.auth-back{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:50%;align-self:flex-start;place-items:center;width:36px;height:36px;margin-bottom:18px;display:grid;position:relative}.otp-row{gap:8px;margin-bottom:8px;display:flex}.otp-box{aspect-ratio:1;text-align:center;min-width:0;color:var(--text);border:1.5px solid var(--border);background:var(--surface);border-radius:12px;outline:none;flex:1;font-size:20px;font-weight:700;transition:border-color .15s}.otp-box:focus{border-color:var(--accent)}.otp-box.filled{border-color:var(--accent-1);background:var(--accent-soft-bg)}.otp-box.error{border-color:var(--danger);background:var(--danger-bg)}.otp-error{color:var(--danger);margin:4px 0 0;font-size:12.5px}.resend-row{text-align:center;margin-top:20px}.resend-timer{color:var(--text-faint);font-size:13px}.bottom-nav{-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);padding:8px 20px calc(20px + env(safe-area-inset-bottom));z-index:10;background:#fffffff0;justify-content:space-between;align-items:flex-start;display:flex;position:sticky;bottom:0;left:0;right:0}.nav-item{color:var(--text-faint);flex-direction:column;align-items:center;gap:3px;font-size:9px;font-weight:600;text-decoration:none;display:flex}.nav-item.active{color:var(--accent-solid)}.nav-fab{background:var(--accent-gradient);color:#fff;width:46px;height:46px;box-shadow:0 6px 16px var(--accent-shadow);border-radius:50%;place-items:center;margin-top:-6px;text-decoration:none;display:grid}.home-screen{background:var(--bg);flex-direction:column;flex:1;min-height:100dvh;display:flex}.home-header{padding:max(20px, env(safe-area-inset-top)) 20px 16px;background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:12px;display:flex}.avatar{color:#fff;background:#7c5cbf;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:grid}.header-text{min-width:0}.greeting{color:var(--text-muted);font-size:12px}.desk-picker{cursor:pointer;color:var(--text);background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:16px;font-weight:700;display:flex}.desk-picker svg{color:var(--text-muted);flex-shrink:0}.bell-btn{width:38px;height:38px;color:var(--accent);cursor:pointer;background:#f6f4fd;border:none;border-radius:50%;flex-shrink:0;place-items:center;margin-left:auto;display:grid;position:relative}.bell-dot{background:var(--danger-dot);border:1.5px solid #f6f4fd;border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:7px}.home-scroll{flex-direction:column;flex:1;gap:18px;padding:16px 20px 24px;display:flex;overflow-y:auto}.target-card{color:#fff;background:radial-gradient(120% 90% at 0 0,#a45cf0 0%,#a45cf000 55%),radial-gradient(130% 120% at 100% 20%,#3b7bff 0%,#3b7bff00 50%),linear-gradient(135deg,#5b2ed6 0%,#4f3fd6 45%,#7a1fd0 100%);border-radius:18px;padding:18px;position:relative;overflow:hidden;box-shadow:0 14px 34px #3c1e8c57}.target-glow{pointer-events:none;background:radial-gradient(circle,#ffffff2e,#fff0 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-40px;right:-30px}.target-grid{pointer-events:none;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(160deg,#000,#0000 70%);mask-image:linear-gradient(160deg,#000,#0000 70%)}.target-top{align-items:center;display:flex;position:relative}.target-label{color:#fffc;font-size:12px}.target-value{margin-top:2px;font-size:22px;font-weight:700}.target-ring{width:58px;height:58px;margin-left:auto;position:relative}.target-ring svg{transform:rotate(-90deg)}.target-percent{place-items:center;font-size:13px;font-weight:700;display:grid;position:absolute;inset:0}.target-stats{gap:8px;margin-top:16px;display:flex;position:relative}.target-stat{background:#ffffff29;border-radius:10px;flex:1;padding:8px 10px}.target-stat-value{font-size:15px;font-weight:700}.target-stat-value span{color:#ffffffb3;font-size:11px;font-weight:500}.target-stat-label{color:#ffffffd9;font-size:10px}.quick-actions{gap:12px;display:flex}.quick-action{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);text-align:center;border-radius:14px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:14px;text-decoration:none;display:flex}.quick-action-icon{background:var(--accent-soft-bg);border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.quick-action-icon.gradient{background:var(--accent-gradient)}.quick-action-title{color:var(--text);font-size:13px;font-weight:600}.quick-action-desc{color:var(--text-muted);font-size:10px}.streak-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:16px;padding:16px}.streak-top{align-items:center;gap:10px;display:flex}.streak-icon{background:#fdf0e8;border-radius:11px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.streak-text{flex:1;min-width:0}.streak-title{color:var(--text);font-size:15px;font-weight:700}.streak-subtitle{color:var(--text-muted);font-size:11px}.streak-emoji{font-size:22px}.streak-days{gap:7px;margin-top:14px;display:flex}.streak-day{color:var(--text-muted);flex-direction:column;flex:1;align-items:center;gap:5px;font-size:9px;display:flex}.streak-day-mark{border-radius:7px;place-items:center;width:100%;height:30px;display:grid}.streak-day-mark.done{background:var(--accent-gradient)}.streak-day-mark.pending{border:1.5px dashed var(--border-dashed)}.streak-dot{color:var(--text-faint);font-size:10px;font-weight:700}.streak-day-today{color:var(--accent-2);font-weight:700}.performance-row{gap:12px;display:flex}.performance-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:14px;flex:1;padding:14px}.performance-label{color:var(--text-muted);font-size:11px}.performance-value{color:var(--text);margin-top:3px;font-size:22px;font-weight:700}.performance-value-sub{color:var(--text-muted);font-size:12px;font-weight:500}.performance-delta{margin-top:2px;font-size:11px;font-weight:600}.performance-delta.up{color:var(--success)}.section-heading{align-items:center;margin-bottom:10px;display:flex}.section-heading span{color:var(--text);font-size:15px;font-weight:700}.section-heading a{color:var(--accent);margin-left:auto;font-size:11px;font-weight:600;text-decoration:none}.templates-row{gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.template-card{background:repeating-linear-gradient(45deg,#efebfc,#efebfc 5px,#e4ddf8 5px 10px);border-radius:12px;flex-shrink:0;width:88px;height:118px;position:relative;overflow:hidden}.template-overlay{align-items:flex-end;padding:8px;display:flex;position:absolute;inset:0}.template-overlay span{color:#fff;font-size:10px;font-weight:700}.submissions-list{flex-direction:column;gap:8px;display:flex}.submission-row{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.submission-thumb{background:repeating-linear-gradient(45deg,#efebfc,#efebfc 4px,#e4ddf8 4px 8px);border-radius:8px;flex-shrink:0;width:34px;height:34px}.submission-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;overflow:hidden}.submission-status{border-radius:999px;flex-shrink:0;padding:3px 9px;font-size:10px;font-weight:600}.submission-status.success{color:var(--success);background:var(--success-bg)}.submission-status.warning{color:var(--warning);background:var(--warning-bg)}.submission-status.danger{color:var(--danger);background:var(--danger-bg)}@keyframes studioGlowPulse{0%,to{opacity:.5}50%{opacity:.8}}.studio-screen{min-height:100dvh;font-family:"Inter", var(--font);background:oklch(96.5% .008 270);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.studio-glow{z-index:0;pointer-events:none;background:radial-gradient(closest-side,#8b7cf638,#0000);border-radius:50%;width:420px;height:340px;animation:5s ease-in-out infinite studioGlowPulse;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.studio-header{z-index:2;padding:max(20px, env(safe-area-inset-top)) 20px 10px;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.studio-back{color:oklch(30% .02 280);cursor:pointer;background:#fff;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 1px 4px #1e143c1a}.studio-header-text{flex:1;min-width:0}.studio-title{color:oklch(22% .02 280);font-size:16px;font-weight:800}.studio-handle{color:oklch(50% .02 280);font-size:11px}.studio-save{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:9px 16px;font-size:13px;font-weight:700;display:flex;box-shadow:0 6px 18px #4f3fd659}.studio-save:disabled{opacity:.7;cursor:default}.studio-preview-wrap{z-index:1;flex:1;justify-content:center;align-items:center;min-height:0;padding:6px 0;display:flex;position:relative}.studio-preview-frame{width:296px;height:370px;position:relative}.studio-preview{background:#0d0d10;border-radius:14px;width:400px;height:500px;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 24px 50px #1e143c47,0 0 0 1px #1e143c0f}.studio-image-layer{background:#22242c;position:absolute;inset:0;overflow:hidden}.studio-image-layer img{object-fit:cover;width:100%;height:100%}.studio-image-placeholder{color:#5a5d68;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:600;display:flex;position:absolute;inset:0}.studio-logo-badge{color:#2a2d38;background:#ffffffeb;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #0003}.studio-date-badge{color:#fff;letter-spacing:.4px;background:#0000008c;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:700;position:absolute;top:64px;right:16px}.studio-tag-pill{z-index:2;border-radius:999px;padding:7px 16px;font-family:Noto Sans Devanagari,Inter,sans-serif;font-size:13px;font-weight:800;position:absolute;top:296px;left:18px;box-shadow:0 4px 10px #00000040}.studio-accent-bar{height:4px;position:absolute;top:310px;left:0;right:0}.studio-panel{box-sizing:border-box;flex-direction:column;justify-content:space-between;padding:22px 18px 14px;display:flex;position:absolute;inset:314px 0 0}.studio-panel-text{font-family:Noto Sans Devanagari,Inter,sans-serif;font-size:15px;font-weight:600;line-height:1.55}.studio-panel-icons{opacity:.85;align-items:center;gap:16px;margin-top:14px;display:flex}.studio-highlight-btn{z-index:3;-webkit-backdrop-filter:blur(14px);color:#4f3fd6;cursor:pointer;background:#ffffffeb;border:1px solid oklch(90% .01 280);border-radius:999px;align-items:center;gap:7px;padding:10px 15px;font-size:12px;font-weight:700;display:flex;position:absolute;bottom:-8px;right:-8px;box-shadow:0 4px 14px #1e143c26}.studio-sheet{z-index:2;padding:10px 0 max(26px, env(safe-area-inset-bottom));background:#fff;border-radius:26px 26px 0 0;position:relative;box-shadow:0 -10px 34px #1e143c1f}.studio-sheet-handle{background:oklch(90% .01 280);border-radius:99px;width:40px;height:4px;margin:0 auto 12px}.studio-tabs{justify-content:space-around;padding:0 30px 14px;display:flex}.studio-tab{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;width:64px;padding:0;display:flex}.studio-tab-icon{color:oklch(50% .02 280);background:oklch(95.5% .008 270);border-radius:15px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.studio-tab.active .studio-tab-icon{background:var(--accent-gradient);color:#fff;box-shadow:0 6px 16px #4f3fd64d}.studio-tab-label{color:oklch(60% .02 280);font-size:11px;font-weight:700}.studio-tab.active .studio-tab-label{color:oklch(22% .02 280)}.studio-sheet-content{scrollbar-width:none;height:236px;padding:2px 20px 0;overflow:auto}.studio-sheet-content::-webkit-scrollbar{display:none}.studio-panel-photo{flex-direction:column;gap:18px;display:flex}.studio-upload{cursor:pointer;color:oklch(70% .02 280);background:oklch(97% .008 270);border:1px solid oklch(92% .01 276);border-radius:16px;align-items:center;gap:13px;padding:13px 15px;display:flex}.studio-upload-icon{background:var(--accent-gradient);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.studio-upload-text{flex:1;min-width:0}.studio-upload-title{color:oklch(22% .02 280);font-size:14px;font-weight:700}.studio-upload-hint{color:oklch(50% .02 280);font-size:11px}.studio-slider-field{flex-direction:column;gap:8px;display:flex}.studio-slider-label{color:oklch(42% .02 280);justify-content:space-between;font-size:12px;font-weight:700;display:flex}.studio-slider-label span:last-child{color:#4f3fd6}.studio-sheet-content input[type=range]{appearance:none;background:oklch(91% .01 276);border-radius:99px;outline:none;width:100%;height:4px}.studio-sheet-content input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:1.5px solid oklch(88% .01 280);border-radius:50%;width:22px;height:22px;box-shadow:0 2px 8px #1e143c2e}.studio-panel-content{flex-direction:column;gap:14px;display:flex}.studio-chip-row{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow:auto}.studio-chip-row::-webkit-scrollbar{display:none}.studio-chip{cursor:pointer;white-space:nowrap;color:oklch(45% .02 280);background:oklch(95.5% .008 270);border:1px solid oklch(92% .01 276);border-radius:999px;flex-shrink:0;padding:8px 14px;font-family:Noto Sans Devanagari,Inter,sans-serif;font-size:12px;font-weight:700}.studio-chip.active{background:var(--accent-gradient);color:#fff;border-color:#0000}.studio-field{flex-direction:column;flex:1;gap:6px;display:flex}.studio-field-label{color:oklch(42% .02 280);justify-content:space-between;font-size:12px;font-weight:700;display:flex}.studio-char-count{color:oklch(60% .02 280);font-weight:600}.studio-textarea{color:oklch(25% .02 280);box-sizing:border-box;resize:none;background:oklch(97% .008 270);border:1px solid oklch(92% .01 276);border-radius:14px;outline:none;width:100%;padding:13px 15px;font-family:Noto Sans Devanagari,Inter,sans-serif;font-size:14px;line-height:1.6}.studio-field-row{gap:10px;display:flex}.studio-input{color:oklch(25% .02 280);box-sizing:border-box;background:oklch(97% .008 270);border:1px solid oklch(92% .01 276);border-radius:12px;outline:none;width:100%;padding:11px 13px;font-family:inherit;font-size:13px;font-weight:600}.studio-input-tag{font-family:Noto Sans Devanagari,Inter,sans-serif}.studio-hint{color:oklch(55% .02 280);margin:0;font-size:11px;line-height:1.5}.studio-hint b{color:#4f3fd6}.studio-theme-row{scrollbar-width:none;gap:12px;padding:4px 2px 8px;display:flex;overflow:auto}.studio-theme-row::-webkit-scrollbar{display:none}.studio-theme-card{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;padding:0;display:flex}.studio-theme-thumb{background:#e8e9ee;border-radius:14px;width:104px;height:130px;position:relative;overflow:hidden;box-shadow:0 2px 8px #1e143c14}.studio-theme-thumb.dim{opacity:.9}.studio-theme-thumb-badge{background:#ffffffe6;border-radius:4px;width:14px;height:14px;position:absolute;top:10px;right:10px;box-shadow:0 1px 3px #00000026}.studio-theme-thumb-tag{z-index:2;border-radius:99px;width:34px;height:10px;position:absolute;top:64px;left:8px}.studio-theme-thumb-accent{height:2px;position:absolute;top:69px;left:0;right:0}.studio-theme-thumb-panel{box-sizing:border-box;padding:10px 8px;position:absolute;inset:71px 0 0}.studio-theme-thumb-panel .bar{background:currentColor;border-radius:99px;height:5px}.studio-theme-thumb-panel .bar-1{opacity:.85;width:80%}.studio-theme-thumb-panel .bar-2{opacity:.5;width:60%;margin-top:5px}.studio-theme-thumb-ring{box-sizing:border-box;border:2.5px solid #4f3fd6;border-radius:14px;position:absolute;inset:0}.studio-theme-thumb-check{background:#4f3fd6;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;bottom:8px;right:8px}.studio-theme-label{color:oklch(60% .02 280);font-size:11px;font-weight:700}.studio-theme-label.active{color:oklch(22% .02 280)}@keyframes reelGlowPulse{0%,to{opacity:.5}50%{opacity:.8}}.reel-screen{min-height:100dvh;font-family:"Inter", var(--font);background:oklch(96.5% .008 270);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.reel-glow{z-index:0;pointer-events:none;background:radial-gradient(closest-side,#8b7cf638,#0000);border-radius:50%;width:420px;height:340px;animation:5s ease-in-out infinite reelGlowPulse;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.reel-header{z-index:2;padding:max(20px, env(safe-area-inset-top)) 20px 10px;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.reel-back{color:oklch(30% .02 280);cursor:pointer;background:#fff;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 1px 4px #1e143c1a}.reel-header-text{flex:1;min-width:0}.reel-title{color:oklch(22% .02 280);font-size:16px;font-weight:800}.reel-handle{color:oklch(50% .02 280);font-size:11px}.reel-export{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:9px 16px;font-size:13px;font-weight:700;display:flex;box-shadow:0 6px 18px #4f3fd659}.reel-export:disabled{opacity:.7;cursor:default}.reel-export-error{z-index:2;color:#c0392b;text-align:center;background:#f8dad7;border-radius:10px;margin:0 20px 8px;padding:8px 12px;font-size:11.5px;font-weight:600;position:relative}.reel-preview-wrap{z-index:1;flex:1;justify-content:center;align-items:center;min-height:0;padding:6px 0;display:flex;position:relative}.reel-preview-frame{width:216px;height:384px;position:relative}.reel-preview{background:#0d0d10;border-radius:16px;width:216px;height:384px;position:relative;overflow:hidden;box-shadow:0 24px 50px #1e143c47,0 0 0 1px #1e143c0f}.reel-video-layer{background:#181a20;position:absolute;inset:0;overflow:hidden}.reel-video-layer video{object-fit:cover;width:100%;height:100%}.reel-video-placeholder{color:#565a66;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:12px;font-weight:600;display:flex;position:absolute;inset:0}.reel-logo-badge{color:#2a2d38;background:#ffffffeb;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0003}.reel-date-badge{color:#fff;letter-spacing:.3px;background:#0000008c;border-radius:5px;padding:4px 8px;font-size:8px;font-weight:700;position:absolute;top:48px;right:12px}.reel-caption{background:linear-gradient(#0000,#000000b8);flex-direction:column;gap:8px;padding:44px 12px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.reel-tag-pill{border-radius:999px;align-self:flex-start;padding:4px 11px;font-family:Noto Sans Devanagari,Inter,sans-serif;font-size:9px;font-weight:800;box-shadow:0 3px 8px #0000004d}.reel-overlay-text{color:#fff;text-shadow:0 2px 8px #0009;font-family:Noto Sans Devanagari,Inter,sans-serif;font-weight:700;line-height:1.5}.reel-tap-layer{cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.reel-play-btn{-webkit-backdrop-filter:blur(6px);color:#fff;background:#00000073;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;padding-left:3px;display:flex}.reel-progress-track{background:#fff3;height:3px;position:absolute;bottom:0;left:0;right:0}.reel-progress-fill{background:#8b7cf6;height:100%}.reel-mute-btn{z-index:3;-webkit-backdrop-filter:blur(14px);color:#4f3fd6;cursor:pointer;background:#ffffffeb;border:1px solid oklch(90% .01 280);border-radius:999px;align-items:center;gap:6px;padding:9px 13px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:-8px;right:-8px;box-shadow:0 4px 14px #1e143c26}.reel-clip-label{z-index:3;color:oklch(40% .02 280);background:#ffffffeb;border:1px solid oklch(90% .01 280);border-radius:999px;padding:9px 13px;font-size:11px;font-weight:700;position:absolute;bottom:-8px;left:-8px;box-shadow:0 4px 14px #1e143c26}.reel-sheet{z-index:2;padding:10px 0 max(26px, env(safe-area-inset-bottom));background:#fff;border-radius:26px 26px 0 0;position:relative;box-shadow:0 -10px 34px #1e143c1f}.reel-sheet-handle{background:oklch(90% .01 280);border-radius:99px;width:40px;height:4px;margin:0 auto 12px}.reel-tabs{justify-content:space-around;padding:0 20px 14px;display:flex}.reel-tab{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;width:64px;padding:0;display:flex}.reel-tab-icon{color:oklch(50% .02 280);background:oklch(95.5% .008 270);border-radius:15px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.reel-tab.active .reel-tab-icon{background:var(--accent-gradient);color:#fff;box-shadow:0 6px 16px #4f3fd64d}.reel-tab-label{color:oklch(60% .02 280);font-size:11px;font-weight:700}.reel-tab.active .reel-tab-label{color:oklch(22% .02 280)}.reel-sheet-content{scrollbar-width:none;height:226px;padding:2px 20px 0;overflow:auto}.reel-sheet-content::-webkit-scrollbar{display:none}.reel-panel{flex-direction:column;gap:18px;display:flex}.reel-upload{cursor:pointer;color:oklch(70% .02 280);background:oklch(97% .008 270);border:1px solid oklch(92% .01 276);border-radius:16px;align-items:center;gap:13px;padding:13px 15px;display:flex}.reel-upload-icon{background:var(--accent-gradient);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.reel-upload-text{flex:1;min-width:0}.reel-upload-title{color:oklch(22% .02 280);font-size:14px;font-weight:700}.reel-upload-hint{color:oklch(50% .02 280);font-size:11px}.reel-slider-field{flex-direction:column;gap:8px;display:flex}.reel-slider-label{color:oklch(42% .02 280);justify-content:space-between;font-size:12px;font-weight:700;display:flex}.reel-slider-label span:last-child{color:#4f3fd6}.reel-sheet-content input[type=range]{appearance:none;background:oklch(91% .01 276);border-radius:99px;outline:none;width:100%;height:4px}.reel-sheet-content input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:1.5px solid oklch(88% .01 280);border-radius:50%;width:22px;height:22px;box-shadow:0 2px 8px #1e143c2e}.reel-trim-heading{color:oklch(42% .02 280);justify-content:space-between;align-items:center;font-size:12px;font-weight:700;display:flex}.reel-trim-heading .accent{color:#4f3fd6}.reel-timeline{background:repeating-linear-gradient(90deg,oklch(90% .015 276) 0 7px,oklch(94% .01 276) 7px 14px);border-radius:12px;height:52px;position:relative}.reel-timeline-window{background:#8b7cf61f;border:2.5px solid #4f3fd6;border-radius:10px;position:absolute;top:-4px;bottom:-4px}.reel-timeline-playhead{background:#1e1b33;border-radius:99px;width:3px;position:absolute;top:-8px;bottom:-8px}.reel-hint{color:oklch(55% .02 280);margin:0;font-size:11px;line-height:1.5}.reel-chip-row{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow:auto}.reel-chip-row::-webkit-scrollbar{display:none}.reel-chip{cursor:pointer;white-space:nowrap;color:oklch(45% .02 280);background:oklch(95.5% .008 270);border:1px solid oklch(92% .01 276);border-radius:999px;flex-shrink:0;padding:8px 14px;font-family:Noto Sans Devanagari,Inter,sans-serif;font-size:12px;font-weight:700}.reel-chip.active{background:var(--accent-gradient);color:#fff;border-color:#0000}.reel-field{flex-direction:column;flex:1;gap:6px;display:flex}.reel-field-label{color:oklch(42% .02 280);justify-content:space-between;font-size:12px;font-weight:700;display:flex}.reel-char-count{color:oklch(60% .02 280);font-weight:600}.reel-textarea{color:oklch(25% .02 280);box-sizing:border-box;resize:none;background:oklch(97% .008 270);border:1px solid oklch(92% .01 276);border-radius:14px;outline:none;width:100%;padding:13px 15px;font-family:Noto Sans Devanagari,Inter,sans-serif;font-size:14px;line-height:1.6}.reel-field-row{gap:10px;display:flex}.reel-input{color:oklch(25% .02 280);box-sizing:border-box;background:oklch(97% .008 270);border:1px solid oklch(92% .01 276);border-radius:12px;outline:none;width:100%;padding:11px 13px;font-family:inherit;font-size:13px;font-weight:600}.reel-input-tag{font-family:Noto Sans Devanagari,Inter,sans-serif}.reel-theme-row{scrollbar-width:none;gap:12px;padding:4px 2px 8px;display:flex;overflow:auto}.reel-theme-row::-webkit-scrollbar{display:none}.reel-theme-card{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;padding:0;display:flex}.reel-theme-thumb{background:#23252d;border-radius:14px;width:84px;height:140px;position:relative;overflow:hidden;box-shadow:0 2px 8px #1e143c14}.reel-theme-thumb.dim{opacity:.9}.reel-theme-thumb-badge{background:#ffffffd9;border-radius:4px;width:12px;height:12px;position:absolute;top:8px;right:8px}.reel-theme-thumb-caption{box-sizing:border-box;background:linear-gradient(#0000,#000000bf);flex-direction:column;justify-content:flex-end;gap:5px;height:56px;padding:8px;display:flex;position:absolute;bottom:0;left:0;right:0}.reel-theme-thumb-tag{border-radius:99px;width:30px;height:9px}.reel-theme-thumb-caption .bar{background:#fff;border-radius:99px;height:4px}.reel-theme-thumb-caption .bar-1{opacity:.9;width:80%}.reel-theme-thumb-caption .bar-2{opacity:.55;width:55%}.reel-theme-thumb-ring{box-sizing:border-box;border:2.5px solid #4f3fd6;border-radius:14px;position:absolute;inset:0}.reel-theme-thumb-check{background:#4f3fd6;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;left:8px}.reel-theme-label{color:oklch(60% .02 280);font-size:11px;font-weight:700}.reel-theme-label.active{color:oklch(22% .02 280)}.calendar-screen{background:var(--bg);flex-direction:column;flex:1;min-height:100dvh;display:flex}.calendar-header{padding:max(20px, env(safe-area-inset-top)) 20px 14px;background:var(--surface);border-bottom:1px solid var(--border)}.calendar-header-top{align-items:center;gap:10px;display:flex}.calendar-logo{background:var(--accent-gradient);color:#fff;border-radius:7px;flex-shrink:0;place-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:grid}.calendar-title{color:var(--text);font-size:17px;font-weight:700}.calendar-header-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.calendar-icon-btn{width:34px;height:34px;color:var(--accent);cursor:pointer;background:#f6f4fd;border:none;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.calendar-icon-btn.gradient{background:var(--accent-gradient)}.week-strip{gap:6px;margin-top:14px;display:flex}.week-day{border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:7px 0;display:flex}.week-day-label{color:var(--text-muted);font-size:10px}.week-day-date{color:var(--text);font-size:14px;font-weight:600}.week-day-dot{background:#c9c2ed;border-radius:50%;width:4px;height:4px}.week-day.selected{background:var(--accent-gradient)}.week-day.selected .week-day-label{color:#fffc}.week-day.selected .week-day-date{color:#fff;font-weight:700}.week-day.selected .week-day-dot{background:#fff}.calendar-agenda{flex-direction:column;flex:1;gap:14px;padding:16px 20px 24px;display:flex;overflow-y:auto}.agenda-heading{align-items:baseline;gap:8px;display:flex}.agenda-heading-date{color:var(--text);font-size:15px;font-weight:700}.agenda-heading-today{color:var(--accent-2);font-size:12px;font-weight:600}.agenda-heading-count{color:var(--text-muted);margin-left:auto;font-size:12px}.agenda-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:14px;gap:12px;padding:12px;display:flex}.agenda-card.pending{border-color:#f3d08a;box-shadow:0 4px 14px #e0a63c1f}.agenda-thumb{background:repeating-linear-gradient(45deg,#efebfc,#efebfc 5px,#e4ddf8 5px 10px);border-radius:10px;flex-shrink:0;width:68px;height:85px;position:relative;overflow:hidden}.agenda-thumb-tag{color:#fff;background:var(--accent-2);border-radius:4px;padding:1px 5px;font-family:IBM Plex Mono,monospace;font-size:7px;font-weight:700;position:absolute;top:4px;left:4px}.agenda-thumb-play{place-items:center;display:grid;position:absolute;inset:0}.agenda-body{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.agenda-status-row{align-items:center;gap:6px;display:flex}.agenda-time{color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600}.agenda-dot{border-radius:50%;width:6px;height:6px}.agenda-dot.published{background:var(--success)}.agenda-dot.scheduled{background:var(--accent)}.agenda-status-label{font-size:10px;font-weight:600}.agenda-status-label.published{color:var(--success)}.agenda-status-label.scheduled{color:var(--accent)}.agenda-pill{color:#b87f1e;background:var(--warning-bg);border-radius:999px;padding:1px 6px;font-family:IBM Plex Mono,monospace;font-size:9px;font-weight:700}.agenda-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.agenda-meta{align-items:center;gap:6px;display:flex}.agenda-platforms{gap:2px;display:flex}.platform-badge{color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-family:Georgia,serif;font-size:9px;font-weight:700;display:flex}.platform-badge.instagram{background:linear-gradient(45deg,#f9ce34,#ee2a7b 45%,#6228d7)}.platform-badge.facebook{background:#1877f2}.agenda-handles{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.agenda-stats{color:var(--text-muted);align-items:center;gap:10px;margin-top:2px;font-size:11px;display:flex}.agenda-stats span{align-items:center;gap:3px;display:flex}.agenda-stats-engagement{color:var(--accent-2);font-weight:700}.placeholder-screen{background:var(--bg);flex-direction:column;flex:1;min-height:100dvh;display:flex}.placeholder-body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:32px;display:flex}.placeholder-badge{background:var(--accent-soft-bg);color:var(--accent-2);border-radius:999px;margin-bottom:8px;padding:5px 12px;font-size:11px;font-weight:700}.placeholder-body h1{color:var(--text);margin:0;font-size:22px;font-weight:700}.placeholder-body p{color:var(--text-muted);max-width:260px;margin:0;font-size:13.5px}
