.App{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f6f7}.main-content-row{display:flex;flex:1 1;min-height:0}.main-content{flex:1 1;padding:8px;overflow-y:auto}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.card{background:white;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e1e5e9}.button{background:#03c75a;color:white;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease}.button:hover{background:#02b351}.button.secondary{background:#f5f6f7;color:#333;border:1px solid #e1e5e9}.button.secondary:hover{background:#e9ecef}.input{width:100%;padding:12px;border:1px solid #e1e5e9;border-radius:6px;font-size:14px;transition:border-color .2s ease}.input:focus{outline:none;border-color:#03c75a;box-shadow:0 0 0 2px rgba(3,199,90,.1)}.grid{display:grid;grid-gap:20px;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}body{margin:0;font-family:Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,Arial,sans-serif!important;background:#f5f6f7!important;color:#222!important;font-size:16px!important;letter-spacing:-.01em!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,button{font-family:inherit!important}.button,.create-series-btn{background:#03c75a!important;color:#fff!important;border-radius:8px!important;font-weight:700!important;border:none!important;transition:background .2s!important;box-shadow:0 2px 8px rgba(3,199,90,.08)!important}.button:hover,.create-series-btn:hover{background:#02b351!important}.card{border-radius:12px!important;box-shadow:0 2px 8px rgba(0,0,0,.06)!important;border:1px solid #e1e5e9!important}.card,.sidebar{background:#fff!important}.sidebar{border-right:1px solid #e1e5e9!important}.sidebar-item.active,.sidebar-item:hover{color:#03c75a!important;background:#e8f5e8!important}.sidebar-label{font-weight:700!important;letter-spacing:.02em!important}.extra-status{padding:2px 12px!important}input,select,textarea{font-family:inherit!important;border-radius:6px!important;border:1px solid #e1e5e9!important;padding:10px!important;font-size:1rem!important}input:focus,select:focus,textarea:focus{border-color:#03c75a!important;outline:none!important}.sidebar{width:250px;background:white;color:#333;display:flex;flex-direction:column;height:100vh;border-right:1px solid #e1e5e9;box-shadow:1px 0 3px rgba(0,0,0,.1)}.sidebar-header{padding:24px 20px;border-bottom:1px solid #e1e5e9;background:#f8f9fa}.sidebar-header h2{margin:0;font-size:20px;font-weight:700;color:#03c75a}.sidebar-nav{flex:1 1;padding:20px 0}.sidebar-item{display:flex;align-items:center;padding:14px 20px;color:#666;text-decoration:none;transition:all .2s ease;margin:0 12px;border-radius:8px}.sidebar-item:hover{background:#f8f9fa;color:#333}.sidebar-item.active{background:#e8f5e8;color:#03c75a;font-weight:600}.sidebar-icon{margin-right:12px;font-size:18px}.sidebar-label{font-size:14px;font-weight:500}.sidebar-footer{padding:20px;border-top:1px solid #e1e5e9;background:#f8f9fa}.sidebar-profile{flex-direction:column;padding:32px 0 24px;border-bottom:1px solid #e1e5e9;background:#f8f9fa}.sidebar-profile,.user-avatar.large{display:flex;align-items:center;justify-content:center}.user-avatar.large{width:64px;height:64px;background:#03c75a;border-radius:50%;font-size:32px;color:white;margin-bottom:12px}.user-details{display:flex;flex-direction:column;align-items:center}.user-name{font-size:16px;font-weight:700;margin-bottom:2px;color:#333}.user-email{font-size:13px;color:#666}.translation-status{display:flex;flex-direction:column;gap:2px}.main-lang{font-weight:600;color:#222;font-size:.98em}.translated-label{font-size:.97em;color:#666;margin-top:2px}.lang-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.lang-badge.main{background:#222;color:#fff;font-weight:600;border-radius:8px;padding:2px 12px;font-size:.97em;letter-spacing:.01em}.translation-panel{background:#f7f9fa;border-radius:12px;padding:12px 18px;margin-top:4px;margin-bottom:4px;display:flex;flex-direction:column;gap:6px;box-shadow:0 1px 4px rgba(0,0,0,.03);max-width:420px}.translation-label-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.translation-label{font-size:.97em;color:#888;font-weight:600;min-width:70px;display:flex;align-items:center;gap:4px}.main-lang-badge{background:#222;color:#fff;border-radius:8px;padding:2px 12px;font-size:.97em;font-weight:600;letter-spacing:.01em}.translated-badges{display:flex;flex-wrap:wrap;gap:6px}.lang-badge{background:#e1e5e9;color:#222;border-radius:8px;padding:2px 10px;font-size:.97em;font-weight:500}.series-management{padding:20px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-header h1{font-size:28px;font-weight:600;color:#333}.series-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px}.series-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease}.series-card:hover{transform:translateY(-4px)}.series-cover{position:relative;height:200px;overflow:hidden}.series-cover img{width:100%;height:100%;object-fit:cover}.series-status{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.7);color:white;padding:4px 8px;border-radius:4px;font-size:12px;text-transform:uppercase}.series-info{padding:20px}.series-info h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#333}.series-genre,.series-stats{color:#666;font-size:14px;margin-bottom:16px}.series-stats{display:flex;gap:16px}.series-actions{gap:8px}.series-actions .button{flex:1 1;padding:8px 12px;font-size:14px}@media (max-width:768px){.page-header{flex-direction:column;gap:16px;align-items:stretch}.series-grid{grid-template-columns:1fr}}.series-management-detail{display:flex;flex-direction:column;gap:32px;padding:32px 0}.series-detail-card{display:flex;background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e1e5e9;padding:32px 28px;align-items:center;gap:32px}.series-thumb-block{flex-shrink:0;display:flex;align-items:center;justify-content:center}.series-thumb{width:120px;height:120px;border-radius:12px;object-fit:cover;box-shadow:0 2px 8px rgba(3,199,90,.08);border:2px solid #03c75a22}.series-main-info{flex:1 1;display:flex;flex-direction:column;gap:12px}.series-title{font-size:1.6rem;font-weight:800;color:#222;margin-bottom:4px}.series-meta{display:flex;gap:18px;font-size:1rem;color:#666;margin-bottom:8px}.series-status{font-weight:700;color:#03c75a;letter-spacing:1px}.series-date,.series-ep{color:#888}.series-extra-info{display:flex;gap:24px;margin:12px 0 8px}.extra-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:.95rem}.extra-status{display:inline-block;min-width:70px;padding:3px 12px;border-radius:12px!important;font-size:.95rem!important;font-weight:700!important;text-align:center;margin-top:2px;margin-left:4px!important;box-shadow:none!important;background:#f5f6f7!important;border:1.5px solid #e1e5e9!important;color:#666!important;transition:none!important}.extra-status.Live{border-color:#03c75a!important;color:#03c75a!important;background:#e8f5e8!important}.extra-status.Apply{border-color:#ffe066!important;color:#bfa100!important;background:#fffbe6!important}.extra-status.Review{border-color:#4fc3f7!important;color:#0277bd!important;background:#e6f7ff!important}.extra-status.Ineligible{border-color:#e1e5e9!important;color:#888!important;background:#f5f6f7!important}.series-actions{display:flex;gap:14px;margin-top:10px}.series-actions .button{background:#03c75a;color:#fff;font-weight:700;border:none;border-radius:8px;padding:10px 24px;font-size:1rem;cursor:pointer;transition:background .2s;box-shadow:0 2px 8px rgba(3,199,90,.08)}.series-actions .button:hover{background:#02b351}@media (max-width:900px){.series-detail-card{flex-direction:column;align-items:flex-start;gap:20px;padding:24px 12px}.series-thumb{width:100px;height:100px}}.series-management-wrapper{position:relative}.series-header-bar{display:flex;justify-content:flex-end;align-items:center;margin-bottom:16px}.create-series-btn{background:#03c75a;color:#fff;font-weight:700;border:none;border-radius:8px;padding:12px 32px;font-size:1.1rem;cursor:pointer;box-shadow:0 2px 8px rgba(3,199,90,.08);transition:background .2s}.create-series-btn:hover{background:#02b351}.series-actions .button.small{min-width:110px;max-width:140px;padding:7px 0;font-size:.93rem;border-radius:6px;text-align:center;display:inline-block}.series-rating{margin-left:18px;font-size:1rem;color:#666;font-weight:600;display:inline-flex;align-items:center}.rating-change-link{font-size:.85em;margin-left:8px;color:#888;text-decoration:underline;cursor:pointer;transition:color .2s}.rating-change-link:hover{color:#03c75a}.manage-series-detail-wrapper{max-width:800px;margin:40px auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e1e5e9;padding:32px 28px 40px}.manage-series-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:24px}.back-btn{background:none;border:none;color:#03c75a;font-size:1.1rem;font-weight:700;cursor:pointer;padding:6px 18px;border-radius:6px;transition:background .2s}.back-btn:hover{background:#e8f5e8}.manage-series-menu-list{display:flex;gap:18px;margin-bottom:32px}.menu-btn{background:#f5f6f7;color:#222;border:1.5px solid #e1e5e9;border-radius:8px;font-size:1rem;font-weight:700;padding:10px 22px;cursor:pointer;transition:background .2s,color .2s,border .2s}.menu-btn.active,.menu-btn:hover{background:#03c75a;color:#fff;border-color:#03c75a}.delete-btn{background:#f5f6f7;color:#bbb;border:1.5px solid #e1e5e9;border-radius:8px;font-size:1rem;font-weight:700;padding:10px 22px;cursor:pointer;margin-left:auto;transition:background .2s,color .2s,border .2s}.delete-btn:hover{background:#fff0f0;color:#e74c3c;border-color:#e74c3c}.manage-series-content{min-height:180px}.manage-series-layout{display:flex;min-height:600px;background:#f5f6f7}.manage-series-lnb{width:260px;background:#fff;border-radius:16px 0 0 16px;border-right:1.5px solid #e1e5e9;padding:32px 0 0;display:flex;flex-direction:column;align-items:flex-start;min-height:600px}.lnb-back-btn{width:90%;margin:0 auto 24px;background:#f5f6f7;border:none;color:#222;font-size:1.1rem;font-weight:700;border-radius:24px;padding:12px 0;cursor:pointer;transition:background .2s;display:block}.lnb-back-btn:hover{background:#e1e5e9}.lnb-menu{width:100%;display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.lnb-menu-item{padding:10px 32px;font-size:1.08rem;color:#222;border-radius:8px 0 0 8px;cursor:pointer;font-weight:700;transition:background .2s,color .2s}.lnb-menu-item.active,.lnb-menu-item:hover{background:#e8f5e8;color:#03c75a}.lnb-delete-guide{color:#bbb;font-size:1rem;margin:40px 0 0 32px}.manage-series-main{flex:1 1;padding:48px 48px 32px;background:#f5f6f7;border-radius:0 16px 16px 0}.manage-series-title{font-size:2rem;font-weight:900;margin-bottom:32px}.manage-series-form-row{display:flex;align-items:center;gap:24px;margin-bottom:24px}.form-label{font-size:1.1rem;font-weight:700;color:#222;margin-bottom:8px}.form-label-kr{font-size:1rem;color:#888;font-weight:400;margin-left:8px}.manage-series-form-grid{display:flex;gap:48px}.form-col{flex:1 1;min-width:260px}.form-input{width:100%;border:1.5px solid #e1e5e9;border-radius:8px;padding:12px 16px;font-size:1rem;margin-bottom:12px;background:#fff;color:#222;font-family:inherit;font-weight:500}.form-input:focus{border-color:#03c75a;outline:none}.form-status-box{background:#fff;border:1.5px solid #e1e5e9;border-radius:8px;padding:12px 16px;font-size:1.1rem;font-weight:700;color:#222;display:flex;align-items:center;gap:8px;margin-bottom:12px}.status-expand{color:#bbb;font-size:1.2em;margin-left:8px}.form-label.sub{font-size:1rem;color:#888;font-weight:500;margin-bottom:4px}.form-row-inline{display:flex;align-items:center;gap:8px;margin-bottom:12px}.form-select{border:1.5px solid #e1e5e9;border-radius:8px;padding:10px 16px;font-size:1rem;background:#fff;color:#222;font-family:inherit;font-weight:500}.form-select:focus{border-color:#03c75a;outline:none}.thumb-upload-box{background:#f5f6f7;border:1.5px dashed #bbb;border-radius:12px;padding:32px 0 16px;margin-bottom:8px;text-align:center}.thumb-upload-box.small{padding:16px 0}.thumb-upload-placeholder{color:#bbb;font-size:1.2rem;margin-bottom:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.thumb-upload-placeholder.small{font-size:1rem;margin-bottom:0}.thumb-upload-arrow{font-size:2.2rem;color:#bbb;margin-bottom:8px}.thumb-upload-text{font-size:1rem;color:#888}.thumb-upload-guide{font-size:.95rem;color:#bbb;margin-top:8px}.help-icon{display:inline-block;background:#e8f5e8;color:#03c75a;border-radius:50%;width:20px;height:20px;text-align:center;font-size:1rem;font-weight:900;margin-left:6px;line-height:20px;cursor:pointer}.dashboard{padding:20px}.dashboard-header{margin-bottom:30px}.dashboard-header h1{font-size:28px;font-weight:700;margin-bottom:8px;color:#333}.dashboard-header p{color:#666;font-size:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-bottom:30px}.stat-card{background:white;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e1e5e9;display:flex;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.stat-icon{font-size:32px;margin-right:16px}.stat-content{flex:1 1}.stat-value{font-size:24px;font-weight:700;color:#03c75a;margin-bottom:4px}.stat-label{font-size:14px;color:#666;font-weight:500}.dashboard-content{margin-top:30px}.content-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px}.episode-list{margin-top:16px}.episode-item{padding:16px 0;border-bottom:1px solid #e1e5e9}.episode-item:last-child{border-bottom:none}.episode-title{font-weight:600;margin-bottom:8px;color:#333}.episode-stats{display:flex;gap:16px;font-size:14px;color:#666}.quick-actions{display:flex;flex-direction:column;gap:12px;margin-top:16px}.quick-actions .button{width:100%;padding:12px 16px;text-align:left;border-radius:8px}@media (max-width:768px){.content-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}}.revenue{padding:20px}.revenue-overview{margin-bottom:30px}.total-revenue{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:30px;border-radius:12px;text-align:center}.total-revenue h2{margin:0 0 10px;font-size:18px;font-weight:500}.revenue-amount{font-size:36px;font-weight:700}.revenue-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.revenue-sources{display:flex;flex-direction:column;gap:16px}.source-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee}.source-item:last-child{border-bottom:none}.source-item span:last-child{font-weight:600;color:#007bff}.monthly-chart{height:200px;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:16px}.payment-history{display:flex;flex-direction:column;gap:12px}.payment-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.payment-item:last-child{border-bottom:none}.payment-info{display:flex;flex-direction:column;gap:4px}.payment-type{font-weight:500;text-transform:capitalize}.payment-date{font-size:12px;color:#666}.payment-amount{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.payment-amount span:first-child{font-weight:600;color:#007bff}.payment-status{font-size:12px;padding:2px 8px;border-radius:12px}.payment-status.completed{background:#d4edda;color:#155724}.payment-status.pending{background:#fff3cd;color:#856404}@media (max-width:768px){.revenue-grid{grid-template-columns:1fr}}.settings{padding:20px}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.setting-group{gap:16px}.setting-group,.setting-item{display:flex;flex-direction:column}.setting-item{gap:8px}.setting-item label{font-weight:500;color:#333}.setting-item input[type=checkbox]{width:auto;margin-top:4px}.profile-upload{display:flex;align-items:center;gap:16px}.profile-preview{width:60px;height:60px;background:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}.connected-account{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.connected-account:last-child{border-bottom:none}.connected{color:#28a745;font-weight:500}.not-connected{color:#6c757d;font-weight:500}@media (max-width:768px){.settings-grid{grid-template-columns:1fr}}