*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}.sidebar{color:#fff;z-index:100;background-color:#1e293b;flex-direction:column;width:260px;height:100vh;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 10px #0000001a}.logo-header{justify-content:space-between;align-items:center;display:flex}.mobile-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:5px;font-size:1.2rem;display:none}.sidebar-logo{border-bottom:1px solid #ffffff1a;padding:24px 20px}.sidebar-logo h2{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.25rem;font-weight:800}.sidebar-nav{flex:1;padding:15px 0;overflow-y:auto}.sidebar-nav ul{margin:0;padding:0;list-style:none}.sidebar-nav li{margin-bottom:2px;padding:0 12px}.sidebar-nav a{color:#94a3b8;border-radius:8px;align-items:center;padding:10px 15px;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.sidebar-nav a:hover{color:#fff;background-color:#ffffff0d}.sidebar-nav a.active{color:#fff;background-color:#3b82f6;box-shadow:0 4px 12px #3b82f633}.sidebar-nav .icon{margin-right:12px;font-size:1.1rem}.sidebar-divider{border:0;border-top:1px solid #ffffff14;margin:12px 20px}.sidebar-footer{border-top:1px solid #ffffff14;padding:15px 20px}.logout-btn{color:#ef4444;cursor:pointer;background-color:#ef444414;border:1px solid #ef444426;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:12px;padding:10px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.logout-btn:hover{color:#fff;background-color:#ef4444}.sidebar-footer p{color:#64748b;text-align:center;margin:0;font-size:.75rem}@media (width<=768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.mobile-close-btn{display:block}}.layout-container{background-color:#f9fafb;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;min-width:0;margin-left:260px;transition:margin-left .3s;display:flex}.top-header{z-index:40;background-color:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0}.header-left{flex:1;align-items:center;gap:1rem;display:flex}.mobile-menu-btn{cursor:pointer;color:#1e293b;background:0 0;border:none;padding:5px;font-size:1.5rem;display:none}.search-bar{background-color:#f3f4f6;border-radius:8px;align-items:center;width:100%;max-width:400px;padding:.5rem 1rem;display:flex}.search-bar input{background:0 0;border:none;outline:none;width:100%;margin-left:.5rem;font-size:.875rem}.user-badge{color:#4f46e5;white-space:nowrap;background-color:#eef2ff;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.page-content{box-sizing:border-box;flex:1;width:100%;padding:1.5rem}.sidebar-overlay{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;position:fixed;inset:0}@media (width<=768px){.main-content{margin-left:0}.mobile-menu-btn{display:block}.top-header{padding:0 1rem}.search-bar{max-width:180px}.page-content{padding:1rem}}@media (width<=480px){.search-bar{display:none}.user-badge{font-size:.7rem}}.dashboard-container{max-width:1000px;margin:0 auto}.dashboard-header{margin-bottom:3rem}.dashboard-header h1{color:#111827;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.dashboard-header p{color:#6b7280;font-size:1.125rem}.tool-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.tool-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.tool-card.active:hover{border-color:#4f46e5;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.tool-card.upcoming{opacity:.7;background-color:#f9fafb}.tool-icon{align-items:flex-start;font-size:2.5rem;display:flex}.tool-info h3{color:#111827;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.tool-info p{color:#4b5563;margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5}.tool-link{color:#4f46e5;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.tool-link span{transition:transform .2s}.tool-link:hover span{transform:translate(4px)}.upcoming-badge{color:#6b7280;background-color:#f3f4f6;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-block}:root{--primary-color:#4f46e5;--secondary-color:#6366f1;--bg-color:#f9fafb;--text-color:#111827;--card-bg:#fff}.qr-container{color:var(--text-color);flex-direction:column;justify-content:flex-start;align-items:center;padding:10px;display:flex}.tab-menu{gap:12px;margin-bottom:24px;display:flex}.tab-menu button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 12px #4f46e533}.input-group-vertical{width:100%;max-width:600px;margin-bottom:2rem}.input-row{gap:12px;display:flex}.url-input{border:2px solid #e5e7eb;border-radius:12px;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:all .2s}.url-input:focus{border-color:var(--primary-color)}.generate-btn,.download-btn-batch{background-color:var(--text-color);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:0 1.5rem;font-weight:600;transition:all .2s}.download-btn-batch{background-color:#059669;width:100%;height:56px;margin-top:10px;font-size:1.1rem}.download-btn-batch:hover{background-color:#047857}.file-upload-box{flex-direction:column;align-items:center;gap:1rem;display:flex}.file-label{text-align:center;cursor:pointer;background:#fff;border:2px dashed #d1d5db;border-radius:16px;width:100%;padding:2rem;transition:all .2s;display:block}.file-label:hover{border-color:var(--primary-color);background:#f5f3ff}.batch-info{color:#4b5563;font-size:.9rem}.qr-preview-card{background:#fff;border:1px solid #f3f4f6;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:450px;padding:2rem;display:flex;box-shadow:0 10px 25px -5px #0000001a}.qr-code{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:15px}.qr-placeholder{color:#9ca3af;text-align:center;background-color:#f3f4f6;border:2px dashed #d1d5db;border-radius:12px;justify-content:center;align-items:center;width:256px;height:256px;padding:20px;display:flex}.qr-info-text{color:#4b5563;word-break:break-all;text-align:center;background:#f9fafb;border-radius:8px;padding:8px 16px;font-size:.9rem}.download-btn-high-qr{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:700}.batch-preview{flex-direction:column;gap:1rem;width:100%;display:flex}.batch-list-scroll{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-height:200px;padding:12px;overflow-y:auto}.batch-item{color:#4b5563;border-bottom:1px solid #f3f4f6;padding:4px 0;font-size:.85rem}.batch-more{color:#9ca3af;text-align:center;padding-top:8px;font-size:.8rem}.progress-container{text-align:center;width:100%}.progress-bar-bg{background:#e5e7eb;border-radius:4px;width:100%;height:8px;margin-bottom:8px;overflow:hidden}.progress-bar-fill{background:#059669;height:100%;transition:width .1s}.progress-text{color:#059669;font-size:.85rem;font-weight:600}.shortener-container{max-width:800px;margin:0 auto;padding:2rem;font-family:Inter,system-ui,sans-serif}.title{color:#111827;text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:800}.subtitle{color:#6b7280;text-align:center;margin-bottom:2rem}.tab-menu{justify-content:center;gap:10px;margin-bottom:1.5rem;display:flex}.tab-menu button{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.tab-menu button:hover{background:#f9fafb}.tab-menu button.active{color:#fff;background:#4f46e5;border-color:#4f46e5;box-shadow:0 4px 12px #4f46e533}.shortener-form{background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 10px 15px -3px #0000001a}.input-field{flex-direction:column;gap:.5rem;display:flex}.input-field label{color:#374151;font-size:.875rem;font-weight:600}.url-input-large,.alias-input{border:1.5px solid #e5e7eb;border-radius:10px;outline:none;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.url-input-large:focus,.alias-input:focus{border-color:#4f46e5}.alias-input-wrapper{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;display:flex}.domain-prefix{color:#6b7280;background:#f3f4f6;border-right:1.5px solid #e5e7eb;align-items:center;height:48px;padding:0 1rem;font-weight:600;display:flex}.alias-input{background:0 0;border:none;flex:1}.shorten-btn-large{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:12px;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .2s}.shorten-btn-large:hover:not(:disabled){background-color:#4338ca;transform:translateY(-2px)}.shorten-btn-large:disabled{cursor:not-allowed;background-color:#9ca3af}.error-message{color:#ef4444;text-align:center;margin-top:1.5rem;font-weight:500}.result-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;margin-top:2rem;padding:1.5rem}.result-label{color:#166534;text-align:center;margin-bottom:.75rem;font-size:.875rem;font-weight:700}.result-box{justify-content:center;align-items:center;gap:1rem;display:flex}.short-url{color:#15803d;word-break:break-all;font-size:1.5rem;font-weight:800}.copy-btn{color:#166534;cursor:pointer;background:#fff;border:1px solid #166534;border-radius:8px;padding:.5rem 1rem;font-weight:600}.copy-btn.copied{color:#fff;background:#166534}.info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:3rem;padding:1.5rem}.animate-slide-up{animation:.3s ease-out slideUp}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.barcode-container{color:#111827;flex-direction:column;justify-content:flex-start;align-items:center;padding:10px;display:flex}.barcode-preview-card{background:#fff;border:1px solid #f3f4f6;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:650px;padding:2rem;transition:transform .3s;display:flex;box-shadow:0 10px 25px -5px #0000001a}.barcode-preview{background:#fff;border:1px solid #f3f4f6;border-radius:12px;justify-content:center;min-width:350px;padding:20px;display:flex;overflow:auto}.barcode-placeholder{color:#9ca3af;text-align:center;background-color:#f3f4f6;border:2px dashed #d1d5db;border-radius:12px;justify-content:center;align-items:center;width:350px;height:180px;padding:20px;display:flex}.download-btn-high{color:#fff;cursor:pointer;background-color:#059669;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.download-btn-high:hover{background-color:#047857;box-shadow:0 4px 6px -1px #0000001a}.info-box-success{background-color:#ecfdf5;border-left:5px solid #10b981;border-radius:12px;width:100%;max-width:650px;margin-top:3rem;padding:1.5rem}.info-box-success h4{color:#065f46;margin-bottom:.5rem}.info-box-success p{color:#064e3b;font-size:.9rem;line-height:1.6}.voc-container{max-width:1200px;margin:0 auto;padding:40px 20px}.voc-header{text-align:center;margin-bottom:30px}.voc-header .title{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:10px;font-size:2.5rem}.voc-header .subtitle{color:#64748b;font-size:1.1rem}.quick-guide-card-voc{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:flex-start;gap:20px;margin-bottom:40px;padding:20px 25px;display:flex}.quick-guide-card-voc .guide-icon{font-size:2rem}.quick-guide-card-voc .guide-content h4{color:#334155;margin:0 0 10px}.quick-guide-card-voc .guide-content ul{margin:0;padding:0;list-style:none}.quick-guide-card-voc .guide-content li{color:#64748b;align-items:center;gap:8px;margin-bottom:5px;font-size:.95rem;display:flex}.quick-guide-card-voc .guide-content li:before{content:"✔";color:#10b981;font-weight:700}.voc-workspace{grid-template-columns:1fr 1.2fr;gap:30px;display:grid}.input-field-group{margin-bottom:25px}.name-input{border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 15px;font-size:1rem}.voc-textarea-new{resize:vertical;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;height:200px;padding:15px;font-size:1rem}.tone-tabs{gap:10px;margin-bottom:25px;display:flex}.tone-tabs button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:1;padding:12px;font-weight:600;transition:all .2s}.tone-tabs button.active{color:#fff;background:#1e293b;border-color:#1e293b}.generate-ai-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;width:100%;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s}.generate-ai-btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px #2563eb33}.ai-result-box{background:#fff;border:2px solid #e2e8f0;border-radius:16px;height:400px;position:relative;overflow:hidden}.ai-textarea{color:#334155;resize:none;background:#fff;border:none;width:100%;height:100%;padding:20px;font-size:1.05rem;line-height:1.7}.ai-placeholder{color:#94a3b8;text-align:center;justify-content:center;align-items:center;height:100%;display:flex}.copy-btn-large{cursor:pointer;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;margin-top:15px;padding:14px;font-weight:600}.copy-btn-large.copied{color:#166534;background:#dcfce7;border-color:#bbf7d0}.info-box-voc{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-top:50px;padding:30px}.info-box-voc h4{color:#1e293b;margin:0 0 20px;font-size:1.2rem}.info-box-voc p{color:#475569;margin-bottom:10px;font-size:.95rem}.mandatory-review{color:#be123e;background:#fff1f2;border:1.5px solid #fecdd3;border-radius:12px;margin-top:25px;padding:15px 20px;font-size:1rem}.mandatory-review strong{color:#9f1239}@media (width<=968px){.voc-workspace{grid-template-columns:1fr}}.unanswered-voc-list{background:#3b82f60d;border:1px solid #3b82f633;border-radius:12px;margin-bottom:24px;padding:16px}.voc-cards-container{flex-direction:column;gap:12px;max-height:250px;display:flex;overflow-y:auto}.voc-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;transition:all .2s;box-shadow:0 2px 4px #00000005}.voc-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f61a}.voc-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.voc-category{color:#475569;background:#f1f5f9;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600}.voc-name{color:#64748b;font-size:13px;font-weight:500}.voc-card-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.answered-voc-list{background:#10b9810d;border:1px solid #10b98133;border-radius:12px;margin-bottom:24px;padding:16px}.answered-card{border-left:3px solid #10b981}.save-knowledge-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:600;transition:all .2s}.save-knowledge-btn:hover{color:#fff;background:#10b981;border-color:#10b981}.sync-status-bar{justify-content:center;align-items:center;gap:15px;margin-top:15px;display:flex}.sync-auto-indicator{background:#3b82f614;border:1px dashed #3b82f64d;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;display:inline-flex}.sync-icon{font-size:1.1rem}.sync-text{color:#1e293b;font-size:13px;font-weight:600}.sync-info-highlight{color:#3b82f6;margin-left:5px;font-size:12px;font-weight:500}.draft-textarea{background:#f8fafc;height:120px!important}.voc-card-expanded-content{border-top:1px dashed #e2e8f0;margin-top:12px;padding-top:12px;animation:.3s fadeIn}.expanded-section{margin-bottom:12px}.expanded-label{color:#64748b;margin-bottom:4px;font-size:11px;font-weight:700}.expanded-text{color:#334155;white-space:pre-wrap;background:#f1f5f9;border-radius:6px;padding:8px 12px;font-size:13px;line-height:1.5}.answer-text{color:#065f46;background:#10b9811a;border:1px solid #10b98133}.expanded-actions{justify-content:flex-end;margin-top:10px;display:flex}.sketch-container{max-width:1200px;margin:0 auto;padding:40px 20px}.sketch-header{text-align:center;margin-bottom:30px}.sketch-header .title{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:10px;font-size:2.5rem}.quick-guide-card-sketch{background:#fdfcf0;border:1px solid #fef3c7;border-radius:16px;align-items:flex-start;gap:20px;margin-bottom:40px;padding:20px 25px;display:flex}.quick-guide-card-sketch .guide-icon{font-size:2rem}.quick-guide-card-sketch .guide-content h4{color:#92400e;margin:0 0 10px}.quick-guide-card-sketch .guide-content ul{margin:0;padding:0;list-style:none}.quick-guide-card-sketch .guide-content li{color:#b45309;margin-bottom:5px;font-size:.95rem}.sketch-upload-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:40px;padding:30px;box-shadow:0 10px 25px #0000000d}.input-row-v4{gap:20px;margin-bottom:30px;display:flex}.ep-input-wrapper{flex:1}.upload-btn-wrapper{flex:2}.section-label{color:#1e293b;margin-bottom:10px;font-size:.9rem;font-weight:700;display:block}.ep-input-field{border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:14px;font-size:1rem}.custom-upload-btn-v4{text-align:center;color:#64748b;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;width:100%;padding:14px;font-weight:600;transition:all .2s;display:block}.custom-upload-btn-v4:hover{color:#3b82f6;background:#f1f5f9;border-color:#3b82f6}.context-input-wrapper{margin-bottom:30px}.context-textarea{resize:vertical;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;min-height:100px;padding:16px;font-family:inherit;font-size:1rem;transition:all .2s}.context-textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.generate-magic-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:14px;width:100%;padding:18px;font-size:1.1rem;font-weight:700;transition:all .3s}.generate-magic-btn:hover:not(:disabled){background:#0f172a;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.info-box-sketch{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-top:50px;padding:30px}.info-box-sketch h4{color:#1e293b;margin:0 0 15px}.info-box-sketch p{color:#64748b;margin-bottom:8px;font-size:.95rem}.mandatory-review-sketch{color:#be123e;background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;margin-top:20px;padding:15px;font-weight:600}.file-preview-grid-v4{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px;margin-bottom:30px;display:grid}.preview-card-v4{border:1px solid #e2e8f0;border-radius:12px;position:relative;overflow:hidden}.preview-card-v4 img{object-fit:cover;width:100%;height:100px}.file-name-tag{text-align:center;background:#f8fafc;padding:5px;font-size:.7rem;display:block}.del-btn-v4{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;width:20px;height:20px;position:absolute;top:5px;right:5px}.dual-view-v4{grid-template-columns:1fr 1fr;gap:20px;margin-top:40px;display:grid}.panel-v4{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.panel-header-v4{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 20px;font-weight:700;display:flex}.preview-scroll-v4{height:400px;padding:20px;overflow-y:auto}.source-area-v4{resize:none;background:#fafafa;border:none;width:100%;height:350px;padding:15px;font-family:monospace;font-size:.85rem}.source-info.success{color:#15803d;background:#f0fdf4;border-bottom:1px solid #dcfce7;padding:10px 20px;font-size:.85rem}@media (width<=768px){.sketch-container{padding:16px 12px}.sketch-header .title{font-size:1.8rem}.sketch-header .subtitle{font-size:.9rem}.quick-guide-card-sketch{flex-direction:column;gap:12px;margin-bottom:24px;padding:15px}.quick-guide-card-sketch .guide-icon{font-size:1.5rem}.quick-guide-card-sketch .guide-content h4{font-size:1rem}.quick-guide-card-sketch .guide-content li{font-size:.85rem}.sketch-upload-card{border-radius:16px;margin-bottom:24px;padding:20px}.input-row-v4{flex-direction:column;gap:15px;margin-bottom:20px}.section-label{font-size:.85rem}.ep-input-field,.custom-upload-btn-v4,.context-textarea{padding:12px;font-size:.9rem}.generate-magic-btn{border-radius:10px;padding:14px;font-size:1rem}.file-preview-grid-v4{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px;margin-bottom:20px}.preview-card-v4 img{height:70px}.file-name-tag{padding:4px;font-size:.65rem}.dual-view-v4{grid-template-columns:1fr;gap:16px;margin-top:24px}.panel-header-v4{padding:10px 15px;font-size:.9rem}.preview-scroll-v4,.source-area-v4{height:250px;padding:12px}.info-box-sketch{border-radius:16px;margin-top:30px;padding:20px}.info-box-sketch h4{margin-bottom:10px;font-size:1rem}.info-box-sketch p{font-size:.85rem}.mandatory-review-sketch{margin-top:15px;padding:12px;font-size:.85rem}}.tips-container{max-width:1200px;margin:0 auto}.tips-header{text-align:center;margin-bottom:2.5rem}.tips-header .title{color:#1e293b;font-size:2.2rem;font-weight:800}.tips-grid{grid-template-columns:350px 1fr;gap:2rem;display:grid}.tip-form-card{background:#fff;border-radius:20px;padding:1.5rem;position:sticky;top:80px;box-shadow:0 4px 15px #00000008}.tip-form-card h3{color:#1e293b;margin-bottom:1.5rem;font-size:1.2rem}.form-group input,.form-group select,.form-group textarea{border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 12px;font-size:.9rem}.submit-tip-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;width:100%;padding:12px;font-weight:700;transition:all .2s}.submit-tip-btn:hover{background:#2563eb;transform:translateY(-2px)}.tip-item-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;margin-bottom:1.5rem;padding:1.5rem;transition:transform .2s;box-shadow:0 4px 10px #00000005}.tip-item-header{justify-content:space-between;margin-bottom:1rem;display:flex}.author-info{align-items:center;gap:5px;font-size:.85rem;display:flex}.author-dept{color:#94a3b8;font-weight:400}.delete-tip-btn{cursor:pointer;opacity:.3;background:0 0;border:none}.delete-tip-btn:hover{opacity:1}.tip-item-card h4{color:#1e293b;margin-bottom:.8rem;font-size:1.15rem}.tip-item-card p{color:#475569;font-size:.95rem;line-height:1.6}.tip-social-actions{border-top:1px solid #f8fafc;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;display:flex}.tip-like-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:6px 14px;font-size:.85rem;font-weight:700}.comment-summary{color:#64748b;font-size:.85rem;font-weight:600}.tip-comment-box{background:#f8fafc;border-radius:12px;margin-top:1rem;padding:1rem}.tip-comment-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:.5rem 0;font-size:.85rem;display:flex}.c-main strong{color:#1e293b;margin-right:8px}.c-del{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:.75rem}.tip-comment-input{margin-top:.8rem}.tip-comment-input input{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:8px 12px;font-size:.85rem}.category-tabs{gap:8px;margin-bottom:1.5rem;display:flex}.category-tabs button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:8px 16px}.category-tabs button.active{color:#fff;background:#1e293b}@media (width<=900px){.tips-grid{grid-template-columns:1fr}.tip-form-card{position:static}}.automation-request-container{max-width:800px;margin:0 auto}.tool-header{text-align:center;margin-bottom:2.5rem}.tool-header h1{color:#1e293b;margin-bottom:.5rem;font-size:2.2rem}.tool-header p{color:#64748b;font-size:1.1rem}.request-input-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;margin-bottom:2.5rem;padding:1.5rem;box-shadow:0 4px 20px #0000000a}.request-input-card textarea{resize:none;border:1.5px solid #e2e8f0;border-radius:16px;width:100%;min-height:100px;margin-bottom:1rem;padding:1.2rem;font-size:1rem;transition:all .2s}.request-input-card textarea:focus{background-color:#f8fafc;border-color:#3b82f6;outline:none}.submit-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:700;transition:all .2s}.submit-btn:hover:not(:disabled){background:#0f172a;transform:translateY(-2px)}.request-item-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 4px 15px #00000008}.item-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.user-meta{align-items:center;gap:8px;font-size:.9rem;display:flex}.user-meta .dept{color:#475569;background:#f1f5f9;border-radius:6px;padding:2px 8px;font-weight:600}.user-meta .name{color:#1e293b;font-weight:700}.user-meta .date{color:#94a3b8}.delete-icon-btn{cursor:pointer;opacity:.3;background:0 0;border:none;padding:5px;transition:opacity .2s}.delete-icon-btn:hover{opacity:1}.item-content{color:#334155;white-space:pre-wrap;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.item-actions{border-bottom:1px solid #f8fafc;align-items:center;gap:1.5rem;padding-bottom:1.2rem;display:flex}.action-btn.like{color:#e11d48;cursor:pointer;background:#fff1f2;border:1px solid #ffe4e6;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-weight:700;display:flex}.action-info{color:#64748b;font-size:.9rem;font-weight:600}.comment-box{background:#f8fafc;border-radius:16px;margin-top:1rem;padding:1rem}.comment-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:.6rem 0;display:flex}.comment-main{gap:10px;font-size:.9rem;display:flex}.c-user{color:#1e293b;min-width:60px;font-weight:700}.c-text{color:#475569}.c-delete{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:.8rem}.comment-form{margin-top:1rem}.comment-form input{border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 14px;font-size:.9rem}@media (width<=768px){.tool-header h1{font-size:1.7rem}.item-content{font-size:1rem}}.waterpark-sales-container{color:#1a1a1a;max-width:1400px;margin:0 auto;padding:24px}.sales-header h1{letter-spacing:-.5px;margin-bottom:8px;font-size:28px;font-weight:800}.sales-header p{color:#6b7280;margin-bottom:24px;font-size:15px}.cumulative-dashboard{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);border-radius:16px;margin-bottom:24px;padding:24px;box-shadow:0 10px 15px -3px #0000001a}.cumulative-dashboard h3{opacity:.9;margin:0 0 20px;font-size:18px;font-weight:600}.dash-compare-container{flex-direction:column;gap:20px;display:flex}.dash-column h4{color:#fffc;margin:0 0 12px;font-size:15px}.dash-column.prev .cum-card{background:#ffffff14}.dash-column.current .cum-card.highlight{background:#ffffff40;border:1px solid #fff3;box-shadow:0 4px 12px #0000001a}.dash-compare-container.detail-theme{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:24px;padding:24px}.dash-compare-container.detail-theme h4{color:#475569;font-weight:700}.dash-compare-container.detail-theme .dash-column.prev .cum-card{color:#475569;box-shadow:none;background:#f1f5f9;border:1px solid #cbd5e1}.dash-compare-container.detail-theme .dash-column.prev .cum-value{color:#64748b}.dash-compare-container.detail-theme .dash-column.current .cum-card.highlight{color:#0f172a;background:#fff;border:2px solid #3b82f6;box-shadow:0 4px 15px #00000014}.dash-compare-container.detail-theme .dash-column.current .cum-value{color:#1e3a8a}.cum-val-row{align-items:center;gap:12px;display:flex}.dash-badge{border-radius:6px;padding:4px 8px;font-size:13px;font-weight:700}.dash-badge.up{color:#ef4444;background:#fef2f2}.dash-badge.down{color:#3b82f6;background:#eff6ff}.cum-cards{flex-wrap:wrap;gap:24px;display:flex}.cum-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border-radius:12px;flex-direction:column;flex:1;min-width:200px;padding:16px 24px;transition:all .2s;display:flex}.cum-label{opacity:.8;margin-bottom:4px;font-size:14px}.cum-value{font-size:26px;font-weight:800}.cal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.cal-header h2{margin:0;font-size:22px;font-weight:700}.cal-header button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px;display:flex}.cal-header button:hover{background:#f3f4f6}.cal-grid{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.cal-days-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(7,1fr);display:grid}.cal-days-header div{text-align:center;color:#4b5563;padding:12px;font-size:14px;font-weight:600}.cal-row{border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(7,1fr);display:grid}.cal-row:last-child{border-bottom:none}.cal-cell{cursor:pointer;border-right:1px solid #e5e7eb;flex-direction:column;min-height:120px;padding:12px;transition:background .2s;display:flex}.cal-cell:last-child{border-right:none}.cal-cell:hover{background:#f0fdf4}.cal-cell.disabled{opacity:.4;cursor:default;background:#f9fafb}.cal-cell-header{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.cal-date{flex-direction:column;gap:2px;font-size:14px;font-weight:700;display:flex}.cal-date.red-day{color:#ef4444}.cal-date.blue-day{color:#3b82f6}.holiday-badge{color:#b91c1c;white-space:nowrap;background:#fee2e2;border-radius:4px;padding:2px 4px;font-size:10px;font-weight:800}.detail-holiday{color:#ef4444;vertical-align:middle;background:#fee2e2;border-radius:20px;margin-left:12px;padding:4px 10px;font-size:16px;font-weight:800}.cal-weather{color:#6b7280;background:#f3f4f6;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:11px;font-weight:600;display:flex}.cal-data-box{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;gap:4px;margin-bottom:8px;padding:6px;display:flex;box-shadow:0 1px 2px #0000000d}.cal-data-row{justify-content:space-between;align-items:center;font-size:12px;display:flex}.cal-data-row.current{color:#111827;font-weight:700}.cal-data-row.prev{color:#6b7280;font-weight:500}.year-label{color:#4b5563;background:#f3f4f6;border-radius:4px;padding:1px 4px;font-size:10px}.cal-data-row.current .year-label{color:#1e40af;background:#dbeafe}.cal-data-row .amt{text-align:right;flex-grow:1;margin-right:6px}.cal-data-row .qty{opacity:.7;text-align:right;min-width:32px;font-size:10px}.cal-yoy-bar{text-align:center;border-radius:4px;margin-top:2px;padding:4px 0;font-size:11px;font-weight:800}.cal-yoy-bar.up{color:#ef4444;background:#fef2f2}.cal-yoy-bar.down{color:#3b82f6;background:#eff6ff}.cal-yoy-bar.empty{color:#9ca3af;background:#f9fafb;font-size:10px;font-weight:500}.cal-dots{justify-content:center;gap:4px;margin-top:auto;display:flex}.dot{background:#10b981;border-radius:50%;width:8px;height:8px}.detail-header{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.detail-header h2{margin:0;font-size:24px}.weather-compare-box{gap:12px;margin-left:auto;display:flex}.detail-weather{border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:14px;font-weight:600;display:flex}.detail-weather.current-year{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe}.detail-weather.prev-year{color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb}.w-label{opacity:.8;margin-right:4px;font-size:12px}.rain-info{opacity:.9;font-size:13px;font-weight:500}.back-btn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-weight:600;display:flex}.back-btn:hover{background:#f3f4f6}.yoy-badge{border-radius:6px;margin-left:auto;padding:4px 8px;font-size:14px;font-weight:700}.yoy-badge.up{color:#ef4444;background:#fef2f2}.yoy-badge.down{color:#3b82f6;background:#eff6ff}.yoy-text{color:#6b7280;margin-top:8px;font-size:13px;font-weight:500}.cal-yoy-mini{border-radius:4px;margin-top:4px;padding:2px 4px;font-size:11px;font-weight:700;display:inline-block}.cal-yoy-mini.up{color:#ef4444;background:#fef2f2}.cal-yoy-mini.down{color:#3b82f6;background:#eff6ff}.action-bar{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 24px;display:flex;box-shadow:0 4px 6px -1px #0000000d}.action-info{color:#92400e;align-items:center;gap:8px;font-size:15px;display:flex}.save-btn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:15px;font-weight:700;transition:background .2s;display:flex}.save-btn:hover:not(:disabled){background:#d97706}.save-btn:disabled{opacity:.5;cursor:not-allowed}.tab-button.staged{position:relative}.new-badge{color:#fff;background:#ef4444;border-radius:10px;padding:2px 5px;font-size:10px;font-weight:800;position:absolute;top:-6px;right:-6px}.integrated-summary-board{color:#fff;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:12px;margin-bottom:32px;padding:24px;box-shadow:0 10px 25px -5px #3b82f680}.integrated-summary-header{border-bottom:1px solid #fff3;margin:0 0 20px;padding-bottom:12px}.integrated-summary-header h3{align-items:center;gap:8px;margin:0 0 8px;font-size:20px;display:flex}.integrated-date-info{opacity:.9;flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.date-label.current{color:#93c5fd;font-weight:700}.date-label.prev{color:#fca5a5;font-weight:700}.date-holiday{background:#fff3;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:11px}.integrated-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.integrated-card{background:#ffffff1a;border-radius:8px;padding:16px}.integrated-card.outline{background:#ffffff0d;border:1px solid #ffffff1a}.empty-state{text-align:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:16px;margin-bottom:24px;padding:60px 20px}.empty-icon{color:#9ca3af;margin-bottom:16px}.upload-dropzone{text-align:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:16px;flex-direction:column;align-items:center;margin-bottom:24px;padding:60px 20px;transition:all .2s;display:flex}.upload-dropzone.compact{text-align:left;flex-direction:row;justify-content:center;gap:24px;padding:30px 20px}.upload-dropzone.compact h4{margin:0 0 4px;font-size:18px}.upload-dropzone.compact p{margin:0}.upload-button.outline{color:#3b82f6;background:#fff;border:1px solid #3b82f6}.upload-button.outline:hover{background:#eff6ff}.tabs{border-bottom:2px solid #e5e7eb;gap:8px;margin-bottom:24px;padding-bottom:8px;display:flex}.tab-button{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-weight:600;display:flex}.tab-button.active{color:#1d4ed8;background:#eff6ff}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:24px;display:grid}.summary-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;align-items:center;gap:16px;padding:24px;display:flex;box-shadow:0 4px 6px -1px #0000000d}.card-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.summary-card.primary .card-icon{color:#3b82f6;background:#eff6ff}.summary-card.secondary .card-icon{color:#10b981;background:#f0fdf4}.card-info h4{color:#6b7280;margin:0 0 4px;font-size:14px}.card-info h2{color:#111827;margin:0;font-size:24px}.chart-box,.table-box{background:#fff;border:1px solid #f3f4f6;border-radius:16px;margin-bottom:24px;padding:24px}.chart-box h3,.table-box h3{margin:0 0 20px;font-size:18px}.chart-wrapper{height:350px}table{border-collapse:collapse;width:100%;font-size:14px}th,td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 16px}td{color:#1f2937;background:#fff}th{color:#4b5563;z-index:10;background:#f9fafb;font-weight:600;position:sticky;top:0}tr:hover{background:#f3f4f6}.right-align{text-align:right}.emphasis{color:#111827;font-weight:700}.table-split-layout{align-items:flex-start;gap:24px;display:flex}.category-donut-wrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex:1;min-width:300px;padding:20px}.category-donut-wrapper h4{text-align:center;color:#475569;margin:0 0 16px;font-weight:700}.list-wrapper{border:1px solid #e5e7eb;border-radius:8px;flex:2;max-height:350px;overflow-y:auto}@media (width<=1024px){.table-split-layout{flex-direction:column}.category-donut-wrapper,.list-wrapper{flex:auto;width:100%}}.cat-group{margin-bottom:24px}.cat-group-header{color:#334155;background:#f1f5f9;border-left:4px solid #3b82f6;border-radius:8px;justify-content:space-between;align-items:center;margin:0 0 12px;padding:10px 14px;font-size:14px;font-weight:700;display:flex}.cat-group-sum{color:#1d4ed8;font-weight:800}.cat-group-items{flex-direction:column;gap:14px;padding:0 8px;display:flex}.detailed-bar-row{flex-direction:column;gap:6px;display:flex}.d-bar-info{justify-content:space-between;align-items:center;font-size:13px;display:flex}.d-bar-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;flex:1;padding-right:12px;font-weight:600;overflow:hidden}.d-bar-metrics{color:#64748b;align-items:center;gap:10px;font-size:12px;font-weight:500;display:flex}.d-metric-pct{color:#3b82f6;text-align:right;width:45px;font-weight:800}.d-metric-qty{color:#0f172a;text-align:right;width:50px;font-weight:700}.d-metric-unit{color:#059669;background:#ecfdf5;border-radius:4px;padding:2px 6px;font-weight:700}.d-bar-track{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.d-bar-fill{background:linear-gradient(90deg,#60a5fa,#3b82f6);border-radius:4px;height:100%;transition:width .3s}.list-wrapper{background:#fff;padding:16px}@media (width<=768px){.waterpark-sales-container{padding:10px}.sales-header h1{font-size:22px}.cum-cards{flex-direction:column;gap:10px}.cal-header{flex-direction:column;align-items:flex-start;gap:10px}.cal-days-header div{padding:8px 4px;font-size:11px}.cal-cell{min-height:80px;padding:4px}.cal-date{font-size:12px}.cal-weather{display:none}.cal-data-box{padding:4px}.cal-data-row{flex-direction:column;align-items:flex-start;gap:2px;font-size:10px}.cal-data-row .amt{text-align:left}.cal-data-row .qty{display:none}.action-bar{flex-direction:column;align-items:stretch;gap:10px}.detail-header{flex-direction:column;align-items:flex-start}.weather-compare-box{flex-direction:column;gap:8px;width:100%;margin-left:0}.integrated-summary-board{margin-bottom:20px;padding:16px}.integrated-summary-header h3{font-size:16px}.integrated-date-info{flex-direction:column;gap:8px;font-size:12px}.integrated-summary-grid{grid-template-columns:1fr;gap:10px}.integrated-card,.integrated-card.outline{padding:12px}.integrated-card div[style*="font-size: 24px"]{font-size:18px!important}.integrated-card div[style*="font-size: 20px"]{font-size:16px!important}.integrated-card div[style*="font-size: 13px"]{font-size:11px!important}.integrated-card div[style*="font-size: 12px"],.integrated-card div[style*="font-size: 11px"]{font-size:10px!important}.tabs{flex-wrap:wrap;gap:4px;padding-bottom:4px}.tab-button{white-space:nowrap;flex:1;justify-content:center;padding:8px 12px;font-size:12px}.chart-wrapper{height:250px}.chart-box,.table-box{box-sizing:border-box;width:100%;padding:16px;overflow-x:auto}.chart-box h3,.table-box h3{margin-bottom:12px;font-size:15px}table{min-width:400px;font-size:12px}th,td{padding:8px 10px}}.login-wrapper{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border:1px solid #fffc;border-radius:24px;width:100%;max-width:420px;padding:40px;box-shadow:0 20px 50px #00000014}@media (width<=480px){.login-card{border-radius:16px;padding:30px 20px}.login-header{margin-bottom:25px}.logo-icon{font-size:2.5rem}.login-header h1{font-size:1.5rem}.login-form input{padding:12px}.login-submit-btn{padding:14px}}.login-header{text-align:center;margin-bottom:35px}.logo-icon{margin-bottom:15px;font-size:3rem}.login-header h1{color:#1e293b;letter-spacing:-.02em;margin:0 0 8px;font-size:1.75rem;font-weight:800}.login-header p{color:#64748b;margin:0;font-size:.95rem}.login-form .form-group{margin-bottom:20px}.login-form label{color:#475569;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.login-form input{border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 16px;font-size:1rem;transition:all .2s}.login-form input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61a}.login-submit-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:12px;width:100%;margin-top:10px;padding:16px;font-size:1rem;font-weight:700;transition:all .3s}.login-submit-btn:hover:not(:disabled){background:#0f172a;transform:translateY(-2px);box-shadow:0 10px 20px #0f172a33}.login-mode-toggle{text-align:center;color:#64748b;margin-top:20px;font-size:.9rem}.toggle-link-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-left:8px;padding:0;font-weight:700;text-decoration:underline}.toggle-link-btn:hover{color:#1d4ed8}.login-divider{text-align:center;color:#cbd5e1;align-items:center;margin:25px 0;display:flex}.login-divider:before,.login-divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.login-divider span{padding:0 15px;font-size:.85rem;font-weight:500}.kakao-login-btn{color:#000;cursor:pointer;background-color:#fee500;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.kakao-login-btn:hover:not(:disabled){background-color:#f7e100;transform:translateY(-1px)}.login-error-msg{color:#b91c1c;text-align:center;background:#fef2f2;border:1px solid #fee2e2;border-radius:10px;margin-bottom:20px;padding:12px;font-size:.85rem}.login-success-msg{color:#15803d;text-align:center;background:#f0fdf4;border:1px solid #dcfce7;border-radius:10px;margin-bottom:20px;padding:12px;font-size:.85rem}.login-footer{text-align:center;border-top:1px solid #f1f5f9;margin-top:30px;padding-top:25px}.login-footer .copyright{color:#cbd5e1;font-size:.75rem}.animate-fade-in{animation:.6s ease-out fadeIn}.approvals-container{flex-direction:column;max-width:1400px;height:calc(100vh - 100px);margin:0 auto;padding:20px 30px;display:flex}.approvals-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.header-titles h1{color:#1e293b;margin:0 0 5px;font-size:24px}.header-titles p{color:#64748b;margin:0;font-size:14px}.upload-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .2s;display:flex}.upload-btn:hover{background:#2563eb;transform:translateY(-1px)}.approvals-controls{gap:15px;margin-bottom:20px;display:flex}.search-box{background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex:1;align-items:center;padding:0 15px;display:flex}.search-box input{border:none;outline:none;flex:1;padding:12px 10px;font-size:14px}.year-filter select{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:12px 20px;font-size:14px}.approvals-content{flex:1;gap:20px;min-height:0;display:flex}.approvals-list{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;max-width:400px;padding:15px;overflow-y:auto}.view-mode-toggle{background:#f1f5f9;border-radius:8px;gap:4px;padding:4px;display:flex}.toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.toggle-btn.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #0000001a}.approval-group{margin-bottom:20px}.group-header{border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}.accordion-header{cursor:pointer;border-radius:8px;margin:0 -8px 12px;padding:8px;transition:background-color .2s}.accordion-header:hover{background-color:#f8fafc}.group-title{color:#334155;margin:0;font-size:15px;font-weight:700}.group-count{color:#64748b;background:#f1f5f9;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600}.approval-card{cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;padding:15px;transition:all .2s}.approval-card:hover{background:#f8fafc;border-color:#cbd5e1}.approval-card.active{background:#eff6ff;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.approval-card-header{justify-content:space-between;margin-bottom:8px;font-size:12px;display:flex}.approval-dept{color:#475569;background:#f1f5f9;border-radius:4px;padding:2px 8px;font-weight:500}.approval-date{color:#64748b}.approval-title{color:#0f172a;margin:0 0 8px;font-size:15px;line-height:1.4}.approval-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-size:13px;display:-webkit-box;overflow:hidden}.approval-card-footer{color:#94a3b8;justify-content:space-between;font-size:12px;display:flex}.approval-filename{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}.approval-detail{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:2.5;display:flex;overflow-y:auto}.empty-detail{text-align:center;color:#64748b;justify-content:center;align-items:center}.empty-detail .icon{opacity:.5;margin-bottom:15px;font-size:48px}.empty-state{text-align:center;color:#94a3b8;padding:40px 20px}.detail-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:20px 25px}.detail-header h2{color:#0f172a;margin:0 0 10px;font-size:20px}.detail-meta{color:#64748b;gap:10px;font-size:13px;display:flex}.detail-actions button{cursor:pointer;border:none;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s}.edit-btn{color:#475569;background:#f1f5f9}.edit-btn:hover{background:#e2e8f0}.delete-btn{color:#ef4444;background:#fef2f2}.delete-btn:hover{background:#fee2e2}.detail-body{border-bottom:1px solid #e2e8f0;padding:25px}.detail-desc-box{margin-bottom:20px}.detail-desc-box h4{color:#334155;margin:0 0 10px;font-size:14px}.detail-desc-box p{color:#475569;white-space:pre-wrap;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;margin:0;padding:15px;font-size:14px;line-height:1.6}.ai-summarize-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7 0%,#6366f1 100%);border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.ai-summarize-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ai-summarize-btn:disabled{opacity:.6;cursor:not-allowed}.detail-file-box{background:#eff6ff;border:1px dashed #bfdbfe;border-radius:8px;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.file-info{color:#1e40af;align-items:center;gap:10px;font-weight:500;display:flex}.download-btn{color:#2563eb;background:#fff;border:1px solid #bfdbfe;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.download-btn:hover{color:#fff;background:#2563eb;border-color:#2563eb}.detail-pdf-preview{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;height:800px;margin-bottom:25px;overflow:hidden}.detail-pdf-preview iframe{border:none;width:100%;height:100%;display:block}.detail-comments{flex-direction:column;padding:20px 25px;display:flex}.detail-comments h3{color:#334155;margin:0 0 15px;font-size:15px}.comments-list{flex-direction:column;gap:15px;margin-bottom:20px;display:flex}.no-comments{text-align:center;color:#94a3b8;margin-top:30px;font-size:13px}.comment-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 15px}.comment-meta{justify-content:space-between;margin-bottom:8px;font-size:12px;display:flex}.comment-author{color:#475569;font-weight:600}.comment-date{color:#94a3b8}.comment-content{color:#334155;margin:0;font-size:13px;line-height:1.5}.comment-input-box{gap:10px;display:flex}.comment-input-box textarea{resize:none;border:1px solid #cbd5e1;border-radius:8px;outline:none;flex:1;padding:12px;font-family:inherit;font-size:13px}.comment-input-box button{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;padding:0 20px;font-weight:600;transition:background .2s}.comment-input-box button:hover:not(:disabled){background:#059669}.comment-input-box button:disabled{cursor:not-allowed;background:#94a3b8}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:500px;max-width:90%;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.modal-header h2{color:#0f172a;margin:0;font-size:18px}.modal-header button{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:20px}.modal-content form{padding:25px}.form-group{margin-bottom:20px}.form-group label{color:#475569;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.form-group input[type=text],.form-group input[type=date],.form-group textarea{border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.form-group input[type=file]{background:#f8fafc;border:1px dashed #94a3b8;border-radius:6px;width:100%;padding:10px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:30px;display:flex}.cancel-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:10px 20px;font-weight:500}.submit-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:10px 20px;font-weight:500}.submit-btn:disabled{opacity:.7;cursor:not-allowed}@media (width<=768px){.approvals-container{height:auto;padding:10px}.approvals-header{flex-direction:column;align-items:flex-start;gap:15px}.approvals-controls{flex-direction:column;gap:10px}.approvals-content{flex-direction:column}.approvals-list{max-width:100%;max-height:50vh}.approval-detail{border-radius:12px;min-height:60vh}.modal-content{width:95%}.detail-pdf-preview{height:400px}}.tts-container{max-width:1200px;margin:0 auto;padding:20px}.tts-header{border-bottom:1px solid #e2e8f0;margin-bottom:30px;padding-bottom:20px}.tts-header h1{color:#0f172a;align-items:center;gap:10px;margin:0 0 10px;font-size:28px;display:flex}.tts-header p{color:#64748b;margin:0;font-size:15px}.tts-content-grid{grid-template-columns:1.2fr 1fr;gap:30px;display:grid}.panel-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:25px;padding:25px;box-shadow:0 4px 6px -1px #0000000d}.section-title{color:#1e293b;margin:0 0 8px;font-size:18px;font-weight:700}.section-desc{color:#64748b;margin:0 0 20px;font-size:13px}.situation-selector select{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;width:100%;margin-bottom:15px;padding:12px;font-size:14px}.custom-situation{gap:10px;display:flex}.custom-situation input{border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:12px;font-size:14px}.generate-script-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#a855f7 0%,#6366f1 100%);border:none;border-radius:8px;padding:0 20px;font-weight:600;transition:opacity .2s}.generate-script-btn:hover:not(:disabled){opacity:.9}.generate-script-btn:disabled{cursor:not-allowed;background:#cbd5e1}.script-textarea{resize:vertical;border:1px solid #cbd5e1;border-radius:8px;width:100%;height:250px;padding:15px;font-family:inherit;font-size:15px;line-height:1.6}.script-textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.voice-selector{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.voice-card{cursor:pointer;border:2px solid #e2e8f0;border-radius:10px;align-items:center;gap:15px;padding:15px;transition:all .2s;display:flex}.voice-card:hover{background-color:#f8fafc;border-color:#94a3b8}.voice-card.active{background-color:#eff6ff;border-color:#3b82f6}.voice-icon{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;display:flex;box-shadow:0 2px 4px #0000000d}.voice-info{flex:1}.voice-info h4{color:#0f172a;margin:0 0 4px;font-size:15px}.voice-info p{color:#64748b;margin:0;font-size:12px}.preview-btn{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:all .2s;display:flex}.preview-btn:hover{background:#f1f5f9;border-color:#94a3b8;transform:scale(1.05)}.generate-audio-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:background-color .2s;display:flex}.generate-audio-btn:hover:not(:disabled){background:#1d4ed8}.generate-audio-btn:disabled{cursor:not-allowed;background:#94a3b8}.audio-result-section{background:#f0fdf4;border-color:#bbf7d0}.audio-player-wrapper{margin-bottom:20px}.custom-audio-player{width:100%;height:40px}.download-mp3-btn{color:#fff;background:#10b981;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex}.download-mp3-btn:hover{background:#059669}@media (width<=900px){.tts-content-grid{grid-template-columns:1fr}}@media (width<=768px){.tts-container{padding:12px}.tts-header h1{font-size:20px}.tts-header p{font-size:13px}.panel-section{margin-bottom:15px;padding:15px}.section-title{font-size:15px}.section-desc{margin-bottom:12px;font-size:12px}.custom-situation{flex-direction:column;gap:8px}.custom-situation input{padding:10px;font-size:13px}.generate-script-btn{padding:12px;font-size:14px}.script-textarea{height:180px;padding:12px;font-size:13px}.voice-card{gap:10px;padding:10px}.voice-icon{width:32px;height:32px;font-size:18px}.voice-info h4{font-size:13px}.voice-info p{font-size:11px}.generate-audio-btn{padding:12px;font-size:15px}}.thumb-container{max-width:1200px;margin:0 auto;padding:20px}.thumb-header{text-align:center;margin-bottom:30px}.thumb-header h1{color:#1e293b;margin-bottom:10px;font-size:28px}.thumb-header p{color:#64748b;font-size:16px}.thumb-input-section{gap:15px;max-width:800px;margin:0 auto 40px;display:flex}.thumb-input-section input{border:2px solid #e2e8f0;border-radius:12px;flex:1;padding:16px 20px;font-size:16px;transition:all .2s}.thumb-input-section input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.thumb-input-section button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);border:none;border-radius:12px;padding:0 30px;font-size:16px;font-weight:700;transition:opacity .2s}.thumb-input-section button:hover:not(:disabled){opacity:.9}.thumb-input-section button:disabled{cursor:not-allowed;background:#cbd5e1}.thumb-editor-grid{grid-template-columns:1fr 400px;align-items:start;gap:30px;display:grid}.thumb-preview-panel{flex-direction:column;gap:20px;display:flex}.canvas-wrapper{aspect-ratio:1;background-position:50%;background-size:cover;border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.canvas-overlay{pointer-events:none;transition:background-color .2s;position:absolute;inset:0}.canvas-content{text-align:center;flex-direction:column;gap:10px;padding:40px;display:flex;position:absolute;left:0;right:0}.canvas-content.position-top{justify-content:flex-start;top:0}.canvas-content.position-center{justify-content:center;top:50%;transform:translateY(-50%)}.canvas-content.position-bottom{justify-content:flex-end;bottom:0}.canvas-content h2{text-shadow:0 2px 10px #00000080;word-break:keep-all;margin:0;font-size:38px;font-weight:900;line-height:1.3}.canvas-content p{text-shadow:0 2px 8px #00000080;word-break:keep-all;margin:0;font-size:20px;font-weight:500}.download-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:12px;width:100%;padding:18px;font-size:18px;font-weight:700;transition:background .2s}.download-btn:hover{background:#059669}.thumb-controls-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:25px;padding:25px;display:flex}.control-group h3{color:#1e293b;margin:0 0 15px;font-size:16px}.copy-options{flex-direction:column;gap:10px;display:flex}.copy-card{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;padding:15px;transition:all .2s}.copy-card:hover{border-color:#cbd5e1}.copy-card.active{background:#f5f3ff;border-color:#8b5cf6}.copy-badge{color:#8b5cf6;background:#ede9fe;border-radius:12px;margin-bottom:8px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-block}.copy-texts strong{color:#0f172a;margin-bottom:4px;font-size:15px;display:block}.copy-texts span{color:#64748b;font-size:13px;display:block}.edit-input{border:1px solid #cbd5e1;border-radius:8px;width:100%;margin-bottom:10px;padding:12px;font-size:14px}label{color:#64748b;margin:15px 0 8px;font-size:13px;font-weight:600;display:block}.color-presets{gap:10px;display:flex}.color-btn{cursor:pointer;border:2px solid #e2e8f0;border-radius:50%;width:30px;height:30px}.color-btn.active{border-color:#3b82f6;transform:scale(1.1)}.slider{accent-color:#3b82f6;width:100%}.position-buttons{background:#f1f5f9;border-radius:8px;padding:4px;display:flex}.position-buttons button{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;flex:1;padding:8px;font-weight:600}.position-buttons button.active{color:#0f172a;background:#fff;box-shadow:0 2px 4px #0000000d}@media (width<=900px){.thumb-editor-grid{grid-template-columns:1fr}}@media (width<=768px){.thumb-container{padding:12px}.thumb-header h1{margin-bottom:5px;font-size:20px}.thumb-header p{font-size:13px}.thumb-input-section{flex-direction:column;gap:10px;margin-bottom:20px}.thumb-input-section input{padding:12px 15px;font-size:14px}.thumb-input-section button{padding:12px;font-size:14px}.canvas-content{padding:20px}.canvas-content h2{font-size:20px!important}.canvas-content p{font-size:13px!important}.thumb-controls-panel{gap:15px;padding:15px}.control-group h3{margin-bottom:10px;font-size:14px}.copy-card{padding:10px}.copy-texts strong{font-size:13px}.copy-texts span{font-size:11px}.download-btn{padding:14px;font-size:16px}}#root{width:100%}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif}
