@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-main:#0b0d14;--bg-card:#161820;--bg-card-hover:#1c1e28;--border-color:#ffffff0d;--text-primary:#eef0f6;--text-secondary:#7f8296;--text-muted:#56596b;--accent-blue:#4f7df9;--accent-blue-hover:#3a62d6;--accent-green:#22c55e;--accent-red:#ef4444;--accent-purple:#8b5cf6;--sidebar-width:250px;--header-height:70px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--transition:all .2s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--bg-card-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.material-symbols-rounded{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md)}.btn-primary{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));color:#fff;border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:8px;padding:10px 20px;font-weight:500;display:flex}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-danger{background:var(--accent-red);color:#fff;border-radius:var(--radius-sm);transition:var(--transition);padding:8px 16px;font-weight:500}.btn-danger:hover{background:#dc2626}input,select{background-color:var(--bg-main);border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-sm);width:100%;padding:10px 12px;font-family:inherit}input:focus,select:focus{border-color:var(--accent-blue);outline:none}.sidebar{width:var(--sidebar-width);background-color:var(--bg-card);border-right:1px solid var(--border-color);z-index:100;flex-direction:column;height:100vh;display:flex;position:fixed;top:0;left:0}.sidebar-header{height:var(--header-height);border-bottom:1px solid var(--border-color);align-items:center;padding:0 24px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-logo{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));border-radius:var(--radius-sm);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;font-weight:700;display:flex}.brand-text{flex-direction:column;display:flex}.brand-title{color:var(--text-primary);font-size:16px;font-weight:600;line-height:1.2}.brand-subtitle{color:var(--text-secondary);letter-spacing:.5px;font-size:11px;font-weight:500}.sidebar-content{flex:1;padding:20px 0;overflow-y:auto}.nav-group{margin-bottom:24px}.nav-group-title{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:8px;padding:0 24px;font-size:11px;font-weight:600}.nav-item{color:var(--text-secondary);transition:var(--transition);align-items:center;gap:12px;padding:10px 24px;display:flex;position:relative}.nav-item:hover{color:var(--text-primary);background-color:#ffffff05}.nav-item.active{color:var(--accent-blue);background-color:#4f7df90d}.nav-item.active:before{content:"";background-color:var(--accent-blue);border-top-right-radius:3px;border-bottom-right-radius:3px;width:3px;height:100%;position:absolute;top:0;left:0}.nav-icon{font-size:20px}.nav-label{font-size:14px;font-weight:500}.sidebar-footer{border-top:1px solid var(--border-color);padding:16px 24px}.system-status{border-radius:var(--radius-sm);border:1px solid var(--border-color);background-color:#ffffff08;align-items:center;gap:8px;padding:8px 12px;display:flex}.status-dot{background-color:var(--accent-green);border-radius:50%;width:8px;height:8px}.status-dot.pulsing{animation:2s infinite pulse;box-shadow:0 0 #22c55e66}.status-text{color:var(--text-secondary);font-size:12px;font-weight:500}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.layout{min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));flex:1;padding:32px}.cookie-consent-banner{background-color:var(--bg-card,#161820);border:1px solid var(--accent-blue,#4f7df9);z-index:9999;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;width:calc(100% - 32px);max-width:800px;padding:16px 20px;animation:.3s ease-out slideUp;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}.cookie-content{align-items:center;gap:12px;display:flex}.cookie-icon{color:#eab308;font-size:24px}.cookie-text{color:var(--text-primary,#eef0f6);margin:0;font-size:13px;line-height:1.5}.btn-accept-cookie{background-color:var(--accent-blue,#4f7df9);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .2s}.btn-accept-cookie:hover{background-color:#3b66de}@media (width<=600px){.cookie-consent-banner{flex-direction:column;align-items:flex-start}}.login-container{background-color:var(--bg-main);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{width:100%;max-width:400px;padding:40px}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:48px;height:48px;margin:0 auto 16px;font-size:24px}.login-header h2{color:var(--text-primary);margin-bottom:8px;font-size:24px}.login-header p{color:var(--text-secondary);font-size:14px}.login-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--text-secondary);font-size:14px;font-weight:500}.login-btn{justify-content:center;width:100%;margin-top:10px}.login-error{color:var(--accent-red);border-radius:var(--radius-sm);text-align:center;background-color:#ef44441a;border:1px solid #ef444433;margin-bottom:20px;padding:12px;font-size:14px}.login-footer{text-align:center;color:var(--text-secondary);margin-top:32px;font-size:14px}.login-footer a{color:var(--accent-blue);font-weight:500}.login-footer a:hover{text-decoration:underline}.google-btn{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--bg-card);width:100%;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}.google-btn:hover{background:var(--bg-card-hover);border-color:#ffffff1f;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.google-btn:active{transform:translateY(0)}.login-divider{align-items:center;gap:12px;margin:20px 0;display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--border-color);flex:1;height:1px}.login-divider span{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:500}.dashboard-container{flex-direction:column;gap:32px;display:flex}.dashboard-header{justify-content:space-between;align-items:center;display:flex}.header-title-area{align-items:center;gap:16px;display:flex}.dashboard-header h1{font-size:24px;font-weight:600}.live-badge{color:var(--accent-green,#22c55e);background-color:#22c55e26;border:1px solid #22c55e4d;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:flex}.live-badge:before{content:"";background-color:var(--accent-green,#22c55e);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.clock{color:var(--text-secondary);font-family:monospace;font-size:18px}.stats-grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.stat-card{align-items:center;gap:20px;padding:24px;display:flex;position:relative;overflow:hidden}.stat-card:after{content:"";background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);border-radius:50%;width:100px;height:100px;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.stat-icon-wrapper{background-color:#ffffff08;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon{font-size:28px}.stat-content{flex-direction:column;display:flex}.stat-value{color:var(--text-primary);font-size:28px;font-weight:700;line-height:1.2}.stat-label{color:var(--text-secondary);font-size:13px;font-weight:500}.alert-card{border-color:#ef44444d}.alert-card .stat-icon-wrapper{background-color:#ef44441a}.last-update{color:var(--text-secondary,#7f8296);margin-left:8px;font-size:13px}.dashboard-section{padding:24px}.section-title-bar{align-items:center;gap:12px;margin-bottom:20px;display:flex}.section-title-bar h2{margin:0;font-size:16px;font-weight:600}.icon-blue{color:var(--accent-blue,#4f7df9)}.icon-purple{color:#8b5cf6}.icon-red{color:var(--accent-red,#ef4444)}.icon-green{color:var(--accent-green,#22c55e)}.table-responsive{width:100%;overflow-x:auto}.dash-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.dash-table th,.dash-table td{border-bottom:1px solid #ffffff0d;padding:12px 16px}.dash-table th{color:var(--text-secondary,#7f8296);text-transform:uppercase;font-size:12px;font-weight:500}.page-name-cell{font-weight:600}.slot-badge{border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.slot-badge.done{color:var(--accent-green,#22c55e);background-color:#22c55e26;border:1px solid #22c55e4d}.slot-badge.pending{color:#eab308;background-color:#eab30826;border:1px solid #eab3084d}.slot-badge.empty{color:var(--text-secondary,#7f8296);background-color:#7f82961a}.status-green{color:var(--accent-green,#22c55e);font-weight:600}.status-red{color:var(--accent-red,#ef4444);font-weight:600}.time-cell{color:var(--text-secondary,#7f8296);font-family:monospace}.account-cell{color:#4f7df9;font-weight:600}.filename-cell{color:#eef0f6;font-family:monospace;font-size:12px}.folder-badge{color:var(--text-secondary,#7f8296);background-color:#ffffff0d;border-radius:4px;padding:4px 8px;font-size:12px}.folder-link{color:var(--accent-blue,#4f7df9);align-items:center;gap:4px;text-decoration:none;transition:all .2s;display:inline-flex}.folder-link:hover{color:#7097ff;text-decoration:underline}.folder-badge-link{text-decoration:none}.folder-badge.clickable{color:var(--accent-blue,#4f7df9);cursor:pointer;background-color:#4f7df926;border:1px solid #4f7df94d;align-items:center;gap:4px;transition:all .2s;display:inline-flex}.folder-badge.clickable:hover{background-color:#4f7df94d}.folder-badge.page-target-badge{color:#a78bfa;background-color:#8b5cf626;border:1px solid #8b5cf64d}.folder-badge.page-target-badge:hover{background-color:#8b5cf64d}.link-icon{font-size:14px!important}.slot-cell-wrapper{flex-direction:column;gap:4px;display:flex}.slot-video-title{color:var(--text-secondary,#7f8296);margin-top:4px;font-size:12px}.slot-video-title code{color:#eef0f6;background-color:#ffffff0d;border-radius:4px;padding:2px 6px;font-family:monospace}.post-link{color:var(--accent-purple,#8b5cf6);align-items:center;gap:2px;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.post-link:hover{color:#a78bfa;text-decoration:underline}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-row-grid{grid-template-columns:1fr!important}}.pages-container{flex-direction:column;gap:32px;display:flex}.pages-header{justify-content:space-between;align-items:center;display:flex}.pages-header h1{color:var(--text-primary,#fff);font-size:24px;font-weight:700}.page-desc{color:var(--text-secondary,#7f8296);margin-top:4px;font-size:13px}.header-actions{align-items:center;gap:12px;display:flex}.pages-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px;display:grid}.page-card{background:var(--bg-card,#1a1d2e);border:1px solid var(--border-color,#ffffff14);border-radius:12px;flex-direction:column;gap:16px;padding:24px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.page-card:hover{border-color:#4f7df966;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.page-card-header{align-items:flex-start;gap:16px;display:flex}.avatar-wrapper{flex-shrink:0;position:relative}.page-avatar-img{object-fit:cover;border:2px solid #1877f266;border-radius:50%;width:52px;height:52px;box-shadow:0 2px 8px #0003}.page-avatar-fallback{color:#fff;background:linear-gradient(135deg,#1877f2,#8b5cf6);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:16px;font-weight:700;display:flex}.fb-badge-icon{background:#fff;border-radius:50%;padding:2px;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 4px #0000004d}.page-title-area{flex-direction:column;flex-grow:1;gap:4px;display:flex}.page-title-area h3{color:#fff;margin:0;font-size:16px;font-weight:700}.fans-badge{color:#1877f2;background-color:#1877f21a;border-radius:12px;align-items:center;gap:4px;width:fit-content;margin-top:2px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.voice-preset-banner{background:#8b5cf61f;border:1px solid #8b5cf640;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.voice-icon{color:var(--accent-purple,#8b5cf6);font-size:18px!important}.voice-text{color:#eef0f6;font-size:13px;font-weight:600}.page-stats{background-color:#0003;border:1px solid #ffffff0d;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px;display:grid}.page-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.stat-label{color:var(--text-secondary,#7f8296);text-transform:uppercase;letter-spacing:.5px;font-size:10px}.stat-val{color:var(--text-primary,#fff);font-size:13px;font-weight:700}.page-note{color:var(--text-secondary,#7f8296);border-left:3px solid var(--accent-purple,#8b5cf6);background:#ffffff08;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;display:flex}.page-footer-bar{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:8px;display:flex}.external-links{align-items:center;gap:8px;display:flex}.fb-ext{color:#1877f2;background-color:#1877f21a;border:1px solid #1877f233}.fb-ext:hover{background-color:#1877f233}.drive-ext{color:#34a853;background-color:#34a8531a;border:1px solid #34a85333}.drive-ext:hover{background-color:#34a85333}.page-actions{align-items:center;gap:8px;display:flex}.icon-btn{color:var(--text-secondary,#7f8296);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.icon-btn:hover{color:#fff;border-color:#ffffff4d}.edit-btn:hover{color:var(--accent-blue,#4f7df9);background:#4f7df933;border-color:#4f7df966}.delete-btn:hover{color:var(--accent-red,#ef4444);background:#ef444433;border-color:#ef444466}.page-identity-box{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:12px;padding:8px 12px;display:flex}.page-identity-avatar{border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.page-identity-avatar img{object-fit:cover;width:100%;height:100%}.page-identity-info{flex-direction:column;gap:2px;display:flex}.page-identity-name{color:#fff;font-size:14px;font-weight:700}.page-identity-folder{color:var(--text-secondary,#7f8296);align-items:center;gap:4px;font-size:11px;display:flex}.page-identity-folder code{color:#c4b5fd;background:#8b5cf626;border-radius:4px;padding:1px 5px;font-family:monospace;font-weight:600}.translation-note-textarea{color:#fff;resize:vertical;background:#00000059;border:1px solid #8b5cf64d;border-radius:10px;width:100%;min-height:90px;padding:10px 12px;font-size:13px;line-height:1.5;transition:all .2s}.translation-note-textarea:focus{border-color:#8b5cf6;outline:none;box-shadow:0 0 10px #8b5cf64d}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background-color:#000c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.extra-wide-modal{background:#141724;border:1px solid #ffffff26;border-radius:20px;width:100%;max-width:1080px;max-height:92vh;padding:28px;overflow-y:auto;box-shadow:0 20px 50px #0009}.modal-header-bar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;display:flex}.modal-header-bar h2{color:#fff;font-size:20px;font-weight:700}.close-btn{color:var(--text-secondary,#7f8296);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.close-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef444466}.modal-two-columns{grid-template-columns:1.2fr 1fr;align-items:start;gap:24px;display:grid}.modal-col-main{flex-direction:column;gap:20px;display:flex}.modal-col-preview{z-index:10;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:12px;max-height:calc(88vh - 60px);padding:16px;display:flex;position:sticky;top:0}.preview-pinned-header{z-index:15;background:var(--bg-card,#151a2e);border-bottom:1px solid #ffffff14;flex-direction:column;gap:6px;padding-bottom:6px;display:flex;position:sticky;top:0}.preview-controls-scrollable{flex-direction:column;gap:12px;padding-right:4px;display:flex;overflow-y:auto}.preview-header-bar{justify-content:space-between;align-items:center;display:flex}.quick-style-presets{background:#00000040;border:1px solid #ffffff0f;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 10px;display:flex}.quick-style-label{color:var(--text-secondary,#7f8296);margin-right:2px;font-size:11px;font-weight:700}.quick-preset-badge{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700;transition:all .2s}.quick-preset-badge:hover{background:#8b5cf64d;border-color:#8b5cf6}.label-with-badge{justify-content:space-between;align-items:center;display:flex}.active-ai-badge{color:#8b5cf6;background:#8b5cf626;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.field-hint{color:var(--text-secondary,#7f8296);margin-top:4px;font-size:11px;line-height:1.4}.zoom-toggle-buttons{background:#0006;border-radius:8px;gap:2px;padding:3px;display:flex}.zoom-btn{color:var(--text-secondary,#7f8296);cursor:pointer;background:0 0;border:none;border-radius:5px;padding:4px 7px;font-size:10px;font-weight:700;transition:all .2s}.zoom-btn.active{color:#fff;background:#3b82f6;box-shadow:0 2px 6px #3b82f666}.aspect-toggle-buttons{background:#0006;border-radius:8px;gap:6px;padding:4px;display:flex}.aspect-btn{color:var(--text-secondary,#7f8296);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.aspect-btn.active{background:var(--accent-purple,#8b5cf6);color:#fff;box-shadow:0 2px 8px #8b5cf666}.realtime-canvas-outer{background:#0006;border:1px solid #ffffff0f;border-radius:14px;justify-content:center;align-items:center;min-height:280px;padding:12px;display:flex}.realtime-screen-frame{background:#000;border:3px solid #333954;border-radius:14px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #000000b3}.realtime-screen-frame.portrait{width:170px;height:302px}.realtime-screen-frame.landscape{width:300px;height:168px}.screen-video-backdrop{background:linear-gradient(135deg,#1e2640 0%,#0b0d17 100%);flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.video-pattern-bg{background-image:radial-gradient(circle at 20% 30%,#8b5cf640 0%,#0000 50%),radial-gradient(circle at 80% 70%,#1877f240 0%,#0000 50%);position:absolute;inset:0}.video-badge-header{z-index:4;justify-content:center;display:flex;position:absolute;top:8px;left:0;right:0}.v-tag{color:#fff;letter-spacing:.5px;background:#000000bf;border:1px solid #ffffff26;border-radius:10px;padding:3px 8px;font-size:9px;font-weight:800}.sub-capcut-realtime-box{text-align:center;z-index:5;justify-content:center;transition:all .15s;display:flex;position:absolute}.sub-capcut-text{color:#ffe600;text-align:center;white-space:normal;word-break:break-word;background:#000000d9;border:1px solid #ffe60033;border-radius:6px;padding:5px 10px;font-family:Inter,system-ui,sans-serif;font-weight:900;line-height:1.35;box-shadow:0 4px 14px #0009}.screen-stats-pill{color:var(--text-secondary,#7f8296);background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;justify-content:space-between;padding:6px 12px;font-size:11px;display:flex}.screen-stats-pill strong{color:#8b5cf6}.voice-picker-grid{flex-direction:column;gap:16px;display:flex}.voice-group-box{background:#0003;border:1px solid #ffffff0f;border-radius:12px;padding:12px}.voice-group-title{color:var(--accent-blue,#4f7df9);align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.voice-options-list{flex-direction:column;gap:8px;display:flex}.voice-card-option{cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;transition:all .2s;display:flex}.voice-card-option:hover{background:#8b5cf614;border-color:#8b5cf64d}.voice-card-option.selected{background:#8b5cf626;border-color:#8b5cf6;box-shadow:0 0 12px #8b5cf633}.voice-radio-dot{border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.voice-card-option.selected .voice-radio-dot{border-color:#8b5cf6}.gender-voices-row{flex-direction:column;gap:6px;width:100%;margin-top:6px;display:flex}.gender-voice-pill{color:#d1d5db;background:#0000004d;border:1px solid #ffffff14;border-radius:6px;justify-content:space-between;align-items:center;padding:4px 10px;font-size:11px;display:flex}.gender-voice-pill.male{border-left:3px solid #3b82f6}.gender-voice-pill.female{border-left:3px solid #ec4899}.gender-voice-pill .g-title{margin-right:4px;font-weight:700}.play-sample-btn.mini{border-radius:4px;height:22px;margin-left:8px;padding:2px 8px;font-size:10px}.radio-inner{opacity:0;background:#8b5cf6;border-radius:50%;width:10px;height:10px;transition:all .2s;transform:scale(.5)}.voice-card-option.selected .radio-inner{opacity:1;transform:scale(1)}.voice-info-text{flex-direction:column;flex-grow:1;gap:2px;display:flex}.voice-name-row{align-items:center;gap:8px;display:flex}.v-name{color:#fff;font-size:14px;font-weight:700}.tag-badge{border-radius:6px;padding:2px 6px;font-size:10px;font-weight:700}.tag-badge.premium{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d}.v-desc{color:var(--text-secondary,#7f8296);font-size:12px}.play-sample-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.play-sample-btn:hover{background:#8b5cf64d;border-color:#8b5cf6}.play-sample-btn.playing{color:#fff;background:#8b5cf6;animation:1.5s infinite pulse;box-shadow:0 0 10px #8b5cf680}.subtitle-controls-box{background:#00000040;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}.sub-capcut-text-multi{text-align:center;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;max-width:100%;padding:3px 8px;font-family:system-ui,-apple-system,sans-serif;font-weight:800;line-height:1.2;transition:all .2s;display:inline-flex}.sub-line{white-space:nowrap;margin:1px 0}.color-swatches-preset-row{flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;display:flex}.color-swatch-btn{cursor:pointer;border:2px solid #fff3;border-radius:50%;flex-shrink:0;width:24px;height:24px;transition:transform .2s,border-color .2s}.color-swatch-btn:hover{border-color:#fff;transform:scale(1.15)}.color-swatch-btn.active{border-color:#fff;transform:scale(1.1);box-shadow:0 0 8px #fffc}.custom-color-picker-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;transition:all .2s;display:inline-flex;position:relative}.custom-color-picker-btn:hover{background:#8b5cf64d;border-color:#8b5cf6}.hidden-color-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.font-family-select{color:#fff;background:#0006;border:1px solid #ffffff26;border-radius:8px;width:100%;padding:8px 12px;font-size:12px;font-weight:600}.lightbox-trigger-btn{color:#c4b5fd;cursor:pointer;background:#8b5cf633;border:1px solid #8b5cf666;border-radius:6px;align-items:center;gap:3px;padding:4px 8px;font-size:10px;font-weight:700;transition:all .2s;display:flex}.lightbox-trigger-btn:hover{color:#fff;background:#8b5cf666}.realtime-canvas-outer{background:#00000073;border:1px solid #ffffff0f;border-radius:14px;justify-content:center;align-items:flex-start;height:330px;padding:20px 12px;display:flex;position:relative;overflow:auto}.realtime-canvas-inner-viewport{justify-content:center;align-items:center;display:flex}.lightbox-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.lightbox-content{background:var(--bg-card,#151a2e);border:1px solid #ffffff26;border-radius:20px;flex-direction:column;gap:16px;width:95%;padding:20px;transition:max-width .25s;display:flex;box-shadow:0 20px 60px #000000d9}.lightbox-content.portrait{max-width:480px}.lightbox-content.landscape{max-width:980px}.lightbox-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.lightbox-canvas-wrapper{background:#000;border-radius:16px;justify-content:center;align-items:center;padding:20px;display:flex;overflow:hidden}.realtime-screen-frame.lightbox-frame.portrait{width:320px;height:568px}.realtime-screen-frame.lightbox-frame.landscape{width:880px;height:495px}.lightbox-footer{color:var(--text-secondary,#7f8296);background:#ffffff0a;border-radius:10px;justify-content:space-around;padding:8px 14px;font-size:12px;display:flex}.font-family-select:focus{border-color:#8b5cf6;box-shadow:0 0 8px #8b5cf666}.font-family-select option{color:#fff;background:#111827}.modal-actions-footer{border-top:1px solid #ffffff14;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;display:flex}.alerts-container{flex-direction:column;gap:32px;display:flex}.alerts-header{justify-content:space-between;align-items:center;display:flex}.alerts-header h1{font-size:24px;font-weight:600}.alert-count-badge{border-radius:var(--radius-sm);color:var(--accent-red);background:#ef44441a;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:flex}.alerts-section{flex-direction:column;gap:12px;display:flex}.section-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.alerts-list{flex-direction:column;gap:12px;display:flex}.alert-item{transition:var(--transition);border-left:3px solid #0000;gap:16px;padding:20px;display:flex}.alert-item.critical{border-left-color:var(--accent-red)}.alert-item.warning{border-left-color:#eab308}.alert-item.info{border-left-color:var(--accent-blue)}.alert-item.resolved{border-left-color:var(--accent-green);opacity:.6}.alert-item:hover{opacity:1}.alert-icon-wrap{background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.alert-level-icon{font-size:22px}.alert-level-icon.critical{color:var(--accent-red)}.alert-level-icon.warning{color:#eab308}.alert-level-icon.info{color:var(--accent-blue)}.alert-level-icon.resolved{color:var(--accent-green)}.alert-content{flex-direction:column;flex:1;gap:6px;display:flex}.alert-title-row{justify-content:space-between;align-items:center;display:flex}.alert-title-row h3{font-size:15px;font-weight:600}.alert-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:600}.alert-badge.critical{color:var(--accent-red);background:#ef444426}.alert-badge.warning{color:#eab308;background:#eab30826}.alert-badge.resolved{color:var(--accent-green);background:#22c55e26}.alert-content p{color:var(--text-secondary);font-size:13px;line-height:1.5}.alert-time{color:var(--text-muted);font-size:12px}.mapping-page{padding:24px}.content-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.form-card,.edit-modes-card{padding:24px}.form-card h2,.edit-modes-card h2,.table-container h2{margin:0 0 16px;font-size:18px;font-weight:600}.form-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=900px){.form-grid-2{grid-template-columns:1fr}}.form-group input,.form-group select{border:1px solid var(--border-color,#ffffff26);width:100%;color:var(--text-primary,#eef0f6);background-color:#0006;border-radius:8px;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px}.form-group select option{color:#fff;background-color:#151a2e;padding:10px;font-size:14px}.btn-submit{background-color:var(--accent-blue,#4f7df9);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .2s;display:inline-flex}.btn-submit:hover{background-color:#3b66de}.modes-list{flex-direction:column;gap:12px;display:flex}.mode-item{background-color:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;align-items:flex-start;gap:12px;padding:12px;display:flex}.mode-badge{color:var(--accent-blue,#4f7df9);white-space:nowrap;background-color:#4f7df926;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:600}.mode-info h4{margin:0 0 4px;font-size:14px}.mode-info p{color:var(--text-secondary,#7f8296);margin:0;font-size:12px}.account-cell{color:#4f7df9;align-items:center;gap:8px;font-weight:600;display:flex}.page-cell{font-weight:500}.youtube-page{color:#f8fafc;background-color:#0f172a;min-height:100vh;padding:24px}.yt-header{background:#1e293b;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px 24px;display:flex}.status-badge-active{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;display:flex}.dot-pulsing{background-color:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-green;box-shadow:0 0 8px #22c55e}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 6px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.btn-force-run{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #ef444440}.btn-force-run:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-1px)}.action-notification{color:#34d399;background:#10b98126;border:1px solid #10b9814d;border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 18px;font-size:14px;display:flex}.stats-grid-2{grid-template-columns:1fr 2fr;gap:20px;margin-bottom:24px;display:grid}@media (width<=768px){.stats-grid-2{grid-template-columns:1fr}}.yt-stat-card{background:#1e293b;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:16px;padding:20px;display:flex}.stat-icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon-wrap.red{color:#f87171;background:#ef444426}.stat-icon-wrap.purple{color:#c084fc;background:#a855f726}.stat-info .label{color:#94a3b8;font-size:13px;display:block}.stat-info .value{color:#f8fafc;font-size:24px;font-weight:700}.stat-info .value small{color:#64748b;font-size:13px;font-weight:400}.quota-card .quota-pct{color:#38bdf8;font-size:12px;font-weight:600}.progress-bar-bg{background:#ffffff1a;border-radius:4px;width:100%;height:6px;margin-top:8px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#38bdf8 0%,#818cf8 100%);border-radius:4px;height:100%}.section-container{background:#1e293b;border:1px solid #ffffff14;border-radius:14px}.section-header-title{align-items:center;gap:10px;margin-bottom:18px;display:flex}.section-header-title h2{color:#f8fafc;margin:0;font-size:16px;font-weight:600}.tag-badge{color:#f87171;background:#ef444426;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.yt-pages-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:20px;display:grid}.yt-channel-card{background:#182234;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:space-between;gap:14px;padding:18px;transition:transform .2s,border-color .2s;display:flex}.yt-channel-card:hover{border-color:#ef444459;transform:translateY(-2px)}.yt-card-header{align-items:center;gap:14px;display:flex}.yt-avatar-wrapper{flex-shrink:0;width:52px;height:52px;position:relative}.yt-avatar-img{object-fit:cover;border:2px solid #ef444499;border-radius:50%;width:100%;height:100%}.yt-avatar-fallback{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#991b1b 100%);border:2px solid #ef444499;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px;font-weight:700;display:flex}.yt-badge-icon{background:#ef4444;border:2px solid #182234;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;bottom:-2px;right:-2px}.yt-title-area{flex:1;min-width:0}.yt-channel-name{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:600;overflow:hidden}.subs-badge{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833;border-radius:12px;align-items:center;gap:4px;margin-top:4px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-flex}.yt-folder-info-bar{color:#94a3b8;background:#ffffff08;border:1px solid #ffffff0a;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:flex}.yt-folder-info-bar code{color:#38bdf8;background:#38bdf81f;border-radius:4px;padding:1px 6px;font-weight:600}.yt-status-banner{border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.yt-status-banner.active{color:#4ade80;background:#22c55e1f;border:1px solid #22c55e33}.yt-status-banner.disabled{color:#94a3b8;background:#94a3b81a;border:1px solid #94a3b833}.yt-slots-grid{background:#0f172a80;border:1px solid #ffffff0a;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;display:grid}.yt-slot-item{text-align:center;flex-direction:column;align-items:center;display:flex}.yt-slot-item .slot-lbl{color:#64748b;text-transform:uppercase;font-size:11px}.yt-slot-item .slot-val{color:#f87171;margin-top:2px;font-size:13px;font-weight:700}.yt-footer-bar{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:10px;display:flex}.ext-links-group{align-items:center;gap:6px;display:flex}.ext-link{border-radius:6px;align-items:center;gap:4px;padding:5px 10px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ext-link.yt-ext{color:#f87171;background:#ef44441f;border:1px solid #ef444440}.ext-link.yt-ext:hover{color:#fff;background:#ef444440}.ext-link.drive-ext{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf840}.ext-link.drive-ext:hover{color:#fff;background:#38bdf840}.action-buttons-group{align-items:center;gap:6px;display:flex}.btn-icon-action{color:#cbd5e1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.btn-icon-action:hover{color:#fff;background:#ffffff26}.read-only-info-box{background:#0f172a99;border:1px solid #ffffff14;border-radius:10px;gap:16px;padding:12px 16px;display:flex}.info-item{flex-direction:column;gap:4px;display:flex}.info-label{color:#64748b;font-size:11px}.info-val-badge{border-radius:6px;padding:2px 8px;font-size:13px;font-weight:600}.info-val-badge.yt{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.info-val-badge.drive{color:#38bdf8;background:#38bdf826;border:1px solid #38bdf84d}.section-sub-label{color:#94a3b8;margin-bottom:6px;font-size:12px;display:block}.time-pickers-row{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.time-picker-item{background:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:8px;display:flex}.time-picker-item span{color:#94a3b8;font-size:11px}.time-picker-item input[type=time]{color:#f87171;text-align:center;box-sizing:border-box;background:#0f172a;border:1px solid #ef444466;border-radius:6px;width:100%;padding:4px 8px;font-size:14px;font-weight:700}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.compact-modal{background:#1e293b;border:1px solid #ffffff1a;border-radius:14px;width:100%;max-width:480px;padding:24px}.modal-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-header h3{color:#f8fafc;margin:0;font-size:16px}.btn-close{color:#94a3b8;cursor:pointer;background:0 0;border:none}.form-group{margin-bottom:14px}.form-group label{color:#94a3b8;margin-bottom:4px;font-size:12px;display:block}.form-group input[type=url],.form-group input[type=text]{color:#f8fafc;box-sizing:border-box;background:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:8px 12px;font-size:13px}.btn-submit{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:8px 18px;font-weight:600}.table-wrapper{overflow-x:auto}.yt-table{border-collapse:collapse;width:100%;font-size:13px}.yt-table th{color:#94a3b8;text-align:left;background:#0f172a80;border-bottom:1px solid #ffffff14;padding:12px 16px;font-weight:600}.yt-table td{color:#cbd5e1;border-bottom:1px solid #ffffff0d;padding:14px 16px}.yt-table tr:hover td{background:#ffffff05}.col-title{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;max-width:320px;font-weight:500;display:flex;overflow:hidden}.yt-mini-icon{color:#ef4444;flex-shrink:0;font-size:18px}.col-channel{color:#38bdf8;font-weight:500}.col-time{color:#94a3b8;font-size:12px}.badge-status-success{color:#4ade80;background:#22c55e26;border-radius:12px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.btn-yt-link{color:#f87171;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-yt-link:hover{color:#fff;background:#ef444440}.empty-table-cell{text-align:center;color:#64748b;padding:24px}.docs-page{color:#f8fafc;background-color:#0f172a;min-height:100vh;padding:24px}.docs-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.docs-card{background:#1e293b;border:1px solid #ffffff14;border-radius:14px;padding:24px}.docs-card.full-width{grid-column:span 2}.docs-card h2{color:#f8fafc;align-items:center;gap:10px;margin:0 0 20px;font-size:17px;font-weight:600;display:flex}.workflow-steps{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.step-card{background-color:#0f172a99;border:1px solid #ffffff14;border-radius:12px;padding:18px;transition:transform .2s,border-color .2s;position:relative}.step-card:hover{border-color:#38bdf866;transform:translateY(-2px)}.step-number{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:14px;font-size:14px;font-weight:700;display:flex;box-shadow:0 4px 10px #38bdf84d}.step-card h3{color:#f8fafc;margin:0 0 8px;font-size:14px;font-weight:600}.step-card p{color:#94a3b8;margin:0;font-size:12px;line-height:1.6}.rules-list{color:#cbd5e1;margin:0;padding-left:20px;font-size:13px;line-height:1.8}.rules-list li{margin-bottom:10px}.rules-list code,p code,td code{color:#38bdf8;background-color:#38bdf81f;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:12px}.callout-box{border-left:4px solid;border-radius:10px;margin-bottom:16px;padding:14px 18px;font-size:13px;line-height:1.6}.callout-title{text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;margin-bottom:6px;font-size:12px;font-weight:700;display:flex}.callout-content{color:#cbd5e1}.callout-content p{margin:0 0 6px}.callout-content p:last-child{margin-bottom:0}.callout-important{background:#ef444414;border-color:#ef4444}.callout-important .callout-title{color:#f87171}.callout-tip{background:#22c55e14;border-color:#22c55e}.callout-tip .callout-title{color:#4ade80}.callout-warning{background:#f59e0b14;border-color:#f59e0b}.callout-warning .callout-title{color:#fbbf24}.callout-note{background:#38bdf814;border-color:#38bdf8}.callout-note .callout-title{color:#38bdf8}.voices-table{border-collapse:collapse;width:100%;font-size:13px}.voices-table th,.voices-table td{text-align:left;border-bottom:1px solid #ffffff0f;padding:10px 12px}.voices-table th{color:#94a3b8;background:#0f172a80;font-weight:600}.code-snippets{flex-direction:column;gap:16px;display:flex}.code-item{flex-direction:column;gap:6px;display:flex}.code-label{color:#94a3b8;font-size:13px;font-weight:500}.code-box{color:#38bdf8;white-space:pre-wrap;word-break:break-all;background-color:#0f172a;border:1px solid #ffffff1a;border-radius:8px;margin:0;padding:12px 16px;font-family:Consolas,Fira Code,monospace;font-size:12px}@media (width<=1024px){.workflow-steps{grid-template-columns:1fr}.docs-card.full-width{grid-column:span 1}.docs-grid{grid-template-columns:1fr}}.settings-page{color:#f8fafc;background-color:#0f172a;max-width:1100px;min-height:100vh;padding:24px}.view-mode-bar{background:#182234;border:1px solid #38bdf840;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 20px;display:flex}.view-mode-info{color:#cbd5e1;align-items:center;gap:10px;font-size:13px;display:flex}.view-mode-switches{background:#0f172a99;border:1px solid #ffffff14;border-radius:8px;padding:4px;display:flex}.view-mode-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.view-mode-btn.active{color:#0f172a;background:#38bdf8;box-shadow:0 2px 8px #38bdf84d}.settings-grid{flex-direction:column;gap:24px;display:flex}.settings-card{background:#1e293b;border:1px solid #ffffff14;border-radius:14px;padding:24px}.admin-info-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.info-item-box{background:#0f172a99;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:6px;padding:16px;display:flex}.info-item-label{color:#94a3b8;font-size:12px}.info-item-val{color:#f8fafc;font-size:15px;font-weight:600}.role-badge-admin{color:#fbbf24;background:linear-gradient(135deg,#f59e0b33 0%,#d9770633 100%);border:1px solid #f59e0b66;border-radius:20px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.role-badge-user{color:#38bdf8;background:#38bdf826;border:1px solid #38bdf84d;border-radius:20px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.unlimited-badge{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d;border-radius:20px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.usage-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:10px;display:grid}.metric-item{background:#0f172a99;border:1px solid #ffffff14;border-radius:10px;padding:16px}.metric-title{color:#94a3b8;font-size:12px;display:block}.metric-val{color:#f8fafc;margin-top:4px;font-size:20px;font-weight:700}.metric-bar{background:#ffffff1a;border-radius:4px;height:6px;margin-top:8px;overflow:hidden}.metric-fill{background:linear-gradient(90deg,#38bdf8 0%,#818cf8 100%);border-radius:4px;height:100%}.user-plans-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.plan-card{background:#0f172a99;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:space-between;padding:22px;transition:transform .2s,border-color .2s;display:flex;position:relative}.plan-card:hover{border-color:#38bdf866;transform:translateY(-3px)}.plan-card.current{background:#38bdf80a;border:2px solid #38bdf8}.plan-header{margin-bottom:16px}.plan-name{color:#f8fafc;justify-content:space-between;align-items:center;margin:0 0 6px;font-size:18px;font-weight:700;display:flex}.plan-price{color:#38bdf8;margin-bottom:4px;font-size:22px;font-weight:800}.plan-price small{color:#94a3b8;font-size:13px;font-weight:400}.plan-tag{border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.plan-tag.popular{color:#0f172a;background:#38bdf8}.plan-tag.active{color:#4ade80;background:#22c55e33;border:1px solid #22c55e4d}.plan-features{color:#cbd5e1;margin:0 0 20px;padding:0;font-size:13px;line-height:1.8;list-style:none}.plan-features li{align-items:center;gap:8px;display:flex}.plan-features li .check-icon{color:#34d399;font-size:16px}.btn-plan-action{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.btn-plan-action.primary{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%);box-shadow:0 4px 12px #38bdf840}.btn-plan-action.primary:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%)}.btn-plan-action.current-disabled{color:#94a3b8;cursor:default;background:#ffffff0f}.capabilities-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;display:grid}.cap-card{background:#0f172a99;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;padding:18px;transition:transform .2s,border-color .2s;display:flex}.cap-card:hover{border-color:#38bdf866;transform:translateY(-2px)}.cap-header{align-items:center;gap:10px;display:flex}.cap-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cap-icon.blue{color:#38bdf8;background:#38bdf826}.cap-icon.purple{color:#c084fc;background:#a855f726}.cap-icon.red{color:#f87171;background:#ef444426}.cap-icon.green{color:#4ade80;background:#22c55e26}.cap-title{color:#f8fafc;margin:0;font-size:14px;font-weight:600}.cap-desc{color:#94a3b8;margin:0;font-size:12px;line-height:1.5}.cap-status{color:#34d399;align-items:center;gap:4px;margin-top:auto;font-size:11px;font-weight:700;display:flex}.toggle-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.toggle-row:last-child{border-bottom:none;padding-bottom:0}.toggle-info{flex-direction:column;gap:4px;display:flex}.toggle-label{color:#f8fafc;font-size:14px;font-weight:600}.toggle-desc{color:#94a3b8;font-size:12px}.switch{width:42px;height:22px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#fff3;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;width:16px;height:16px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:#38bdf8}input:checked+.slider:before{transform:translate(20px)}.slider.round{border-radius:22px}.slider.round:before{border-radius:50%}.danger-zone{border-color:#ef444440}.btn-danger{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.btn-danger:hover{color:#fff;background:#ef444440}.downloads-page{color:#f8fafc;background-color:#0f172a;max-width:1100px;min-height:100vh;padding:24px}.downloads-grid{flex-direction:column;gap:24px;display:flex}.downloads-card{background:#1e293b;border:1px solid #ffffff14;border-radius:14px;padding:24px}.card-header{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.card-header .icon{color:#38bdf8;font-size:24px}.card-header h2{color:#f8fafc;margin:0;font-size:17px;font-weight:600}.token-box-container{background:#0f172a99;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:14px;padding:20px;display:flex}.token-header-row{justify-content:space-between;align-items:center;display:flex}.live-status-badge{border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.live-status-badge.online{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.live-status-badge.offline{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.token-input-group{gap:10px;display:flex}.token-input-group input{color:#38bdf8;background:#0f172a;border:1px solid #38bdf84d;border-radius:8px;flex:1;padding:10px 14px;font-family:Consolas,Fira Code,monospace;font-size:14px;font-weight:700}.btn-icon-toggle,.btn-copy-token{color:#f8fafc;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.btn-copy-token{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%);border:none}.btn-copy-token:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%)}.download-pkg-row{background:#0f172a99;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:20px;display:flex}.pkg-info{align-items:center;gap:16px;display:flex}.pkg-icon{color:#38bdf8;background:#38bdf826;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.pkg-title{color:#f8fafc;margin:0 0 4px;font-size:16px;font-weight:700}.pkg-desc{color:#94a3b8;margin:0;font-size:12px}.btn-download-big{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #22c55e4d}.btn-download-big:hover{transform:translateY(-2px);box-shadow:0 6px 16px #22c55e66}.steps-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.step-item-card{background:#0f172a99;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:8px;padding:18px;display:flex}.step-item-num{color:#0f172a;background:#38bdf8;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:flex}.step-item-title{color:#f8fafc;margin:0;font-size:14px;font-weight:600}.step-item-desc{color:#94a3b8;margin:0;font-size:12px;line-height:1.5}@media (width<=768px){.download-pkg-row{flex-direction:column;align-items:flex-start;gap:16px}.steps-grid{grid-template-columns:1fr}}.credentials-page{color:#f8fafc;background-color:#0f172a;max-width:1100px;min-height:100vh;padding:24px}.cred-grid{flex-direction:column;gap:24px;display:flex}.cred-card{background:#1e293b;border:1px solid #ffffff14;border-radius:14px;padding:24px}.card-header-flex{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.card-header-left{align-items:center;gap:12px;display:flex}.card-header-left .icon{font-size:24px}.card-header-left h2{color:#f8fafc;margin:0;font-size:17px;font-weight:600}.btn-guide-link{color:#38bdf8;cursor:pointer;background:#38bdf826;border:1px solid #38bdf84d;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.btn-guide-link:hover{color:#fff;background:#38bdf840}.keys-list{flex-direction:column;gap:12px;display:flex}.key-item-row{background:#0f172a99;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:12px;padding:14px 18px;display:flex}.key-input{color:#f8fafc;background:#0f172a;border:1px solid #ffffff1f;border-radius:6px;flex:1;padding:8px 12px;font-family:Consolas,Fira Code,monospace;font-size:13px}.key-input-name{color:#fbbf24;background:#0f172a;border:1px solid #ffffff1f;border-radius:6px;width:160px;padding:8px 12px;font-size:13px;font-weight:600}.btn-add-key{color:#4ade80;cursor:pointer;background:#22c55e26;border:1px solid #22c55e4d;border-radius:8px;align-items:center;gap:6px;margin-top:14px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.btn-add-key:hover{color:#fff;background:#22c55e40}.btn-remove-key{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.btn-remove-key:hover{color:#fff;background:#ef44444d}.btn-save-all{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #38bdf84d}.btn-save-all:hover{transform:translateY(-2px);box-shadow:0 6px 16px #38bdf866}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container{color:#f8fafc;background:#1e293b;border:1px solid #38bdf84d;border-radius:16px;width:90%;max-width:650px;max-height:85vh;padding:24px;overflow-y:auto}.modal-header-row{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.btn-close-modal{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:24px}.btn-close-modal:hover{color:#fff}.guide-step{background:#0f172a99;border:1px solid #ffffff14;border-radius:10px;margin-bottom:14px;padding:16px}.guide-step-title{color:#38bdf8;margin:0 0 6px;font-size:14px;font-weight:700}.guide-step-text{color:#cbd5e1;margin:0;font-size:13px;line-height:1.6}.review-page{color:#f8fafc;background-color:#0f172a;max-width:1280px;min-height:100vh;padding:24px}.toast-success-msg{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d;border-radius:10px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 18px;font-size:14px;display:flex}.test-sandbox-card{background:#1e293b;border:1px solid #38bdf840;border-radius:16px;margin-bottom:32px;padding:24px;box-shadow:0 8px 32px #0000004d}.test-card-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.test-card-title{align-items:center;gap:10px;display:flex}.test-card-title h2{color:#f8fafc;margin:0;font-size:18px;font-weight:700}.preset-default-tag{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:12px;padding:4px 12px;font-size:12px;font-weight:600}.test-lab-split{grid-template-columns:1.1fr .9fr;gap:24px;display:grid}.lab-col-left,.lab-col-right{flex-direction:column;gap:20px;display:flex}.lab-section-box{background:#0f172a99;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:12px;padding:18px;display:flex}.section-box-title{color:#38bdf8;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:700;display:flex}.file-picker-input-group{gap:8px;display:flex}.file-picker-input-group input{color:#f8fafc;background:#0f172a;border:1px solid #ffffff1f;border-radius:8px;flex:1;padding:8px 12px;font-family:monospace;font-size:13px}.btn-file-select{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%);border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.btn-file-select:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%)}.param-slider-group{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:6px;padding:10px 14px;display:flex}.param-slider-header{color:#cbd5e1;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.param-slider-val{color:#38bdf8;font-weight:700}.param-slider-input{accent-color:#38bdf8;cursor:pointer;width:100%}.param-field-hint{color:#64748b;margin-top:2px;font-size:11px}.voice-pair-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.voice-pair-card:hover{background:#38bdf80a;border-color:#38bdf866}.voice-pair-card.selected{background:#38bdf814;border:2px solid #38bdf8}.voice-pair-title{color:#f8fafc;margin-bottom:4px;font-size:13px;font-weight:700}.voice-pair-desc{color:#94a3b8;font-size:11px}.canvas-preview-container{background:#090d16;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:16px;display:flex}.canvas-aspect-bar{gap:8px;display:flex}.btn-aspect{color:#94a3b8;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600}.btn-aspect.active{color:#0f172a;background:#38bdf8;border-color:#38bdf8}.phone-screen-mock{background:linear-gradient(#1e1e2f 0%,#0f0f1a 100%);border:3px solid #334155;border-radius:20px;justify-content:center;align-items:flex-end;width:220px;height:380px;padding-bottom:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000080}.phone-screen-mock.landscape{width:320px;height:200px}.subtitle-box-mock{text-align:center;border-radius:6px;max-width:90%;padding:6px 14px;font-weight:700;box-shadow:0 4px 10px #0000004d}.preset-colors-row{flex-wrap:wrap;gap:8px;display:flex}.btn-color-preset{color:#f8fafc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.btn-color-preset:hover{background:#ffffff26}.btn-run-test-render{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:15px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 16px #eab3084d}.btn-run-test-render:hover{transform:translateY(-2px);box-shadow:0 6px 20px #eab30866}.review-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;display:grid}.review-card{background:#1e293b;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:space-between;gap:16px;padding:20px;transition:transform .2s,border-color .2s;display:flex}.review-card:hover{border-color:#38bdf866;transform:translateY(-2px)}.preview-badge-row{justify-content:space-between;align-items:center;display:flex}.badge-preview{color:#facc15;background:#eab30826;border:1px solid #eab3084d;border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.review-title{color:#f8fafc;margin:8px 0 4px;font-size:16px;font-weight:700}.review-meta-row{color:#94a3b8;flex-wrap:wrap;gap:12px;font-size:12px;display:flex}.video-preview-box{aspect-ratio:9/16;background:#0f172a;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:100%;max-height:380px;display:flex;overflow:hidden}.video-preview-box video{object-fit:contain;width:100%;height:100%}.script-box{color:#cbd5e1;background:#0f172a99;border:1px solid #ffffff14;border-radius:8px;max-height:100px;padding:12px;font-size:13px;line-height:1.6;overflow-y:auto}.script-box label{color:#38bdf8;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.review-actions-row{gap:10px;display:flex}.btn-approve-hd{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:8px;flex:2;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:13px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #22c55e4d}.btn-approve-hd:hover{background:linear-gradient(135deg,#16a34a 0%,#15803d 100%)}.btn-reject{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.btn-reject:hover{color:#fff;background:#ef444440}.empty-review-state{border:1px border-dashed #ffffff1a;text-align:center;color:#94a3b8;background:#1e293b;border-radius:14px;padding:36px 24px}@media (width<=900px){.test-lab-split{grid-template-columns:1fr}}
