:root{--bg-page:#f7f8fb;--bg-card:#fff;--primary:#6366f1;--primary-hover:#4f46e5;--secondary:#8b5cf6;--text-title:#111827;--text-body:#374151;--text-muted:#6b7280;--success:#22c55e;--warning:#f59e0b;--error:#ef4444}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fb;background:var(--bg-page);color:#374151;color:var(--text-body);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cost-analysis-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.cost-analysis-card{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.cost-analysis-header{border-bottom:2px solid #e2e8f0;padding:30px 30px 20px}.cost-analysis-header h2{color:#2d3748;font-size:1.8rem;margin:0 0 10px}.model-info{margin:0}.cost-analysis-body{padding:30px}.tokens-info{background:#f7fafc;border-radius:12px;margin-bottom:25px;padding:20px}.token-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:10px 0}.token-item:last-child{border-bottom:none}.token-item.total{border-top:2px solid #cbd5e0;font-weight:600;margin-top:5px;padding-top:15px}.token-label{color:#4a5568;font-size:.95rem}.token-value{color:#2d3748;font-size:1.1rem;font-weight:600}.operations-cost{margin-bottom:25px}.operations-cost h3{color:#2d3748;font-size:1.2rem;margin:0 0 15px}.operation-item{align-items:center;background:#f7fafc;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:10px;padding:15px;transition:all .2s ease}.operation-item:hover{background:#edf2f7;transform:translateX(5px)}.operation-item.required{background:#e6fffa;border:1px solid #81e6d9}.operation-name{align-items:center;color:#2d3748;display:flex;font-weight:500;gap:10px}.operation-icon{font-size:1.3rem}.required-badge{background:#38b2ac;border-radius:12px;color:#fff;font-size:.7rem;font-weight:600;padding:2px 8px;text-transform:uppercase}.operation-cost{color:#667eea;font-size:1.1rem;font-weight:700}.total-cost{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.total-label{color:#fff;font-size:1.1rem;font-weight:500}.total-value{color:#fff;font-size:1.5rem;font-weight:700}.cost-warning{background:#fff5e6;border-left:4px solid #ffa726;border-radius:4px;color:#856404;font-size:.9rem;padding:12px 15px}.cost-analysis-actions{display:flex;gap:15px;padding:20px 30px 30px}.cost-analysis-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:14px 24px;transition:all .3s ease}.btn-cancel{background:#e2e8f0;color:#4a5568}.btn-cancel:hover{background:#cbd5e0;transform:translateY(-2px)}.btn-proceed{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.btn-proceed:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.config-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;margin-bottom:25px;padding:20px}.config-section h3{align-items:center;color:#2d3748;display:flex;font-size:1.1rem;gap:8px;margin:0 0 15px}.config-row{display:flex;gap:15px;margin-bottom:15px}.config-row:last-child{margin-bottom:0}.config-group{display:flex;flex:1 1;flex-direction:column;gap:6px}.config-group label{color:#4a5568;font-size:.85rem;font-weight:600}.config-input{background:#fff;border:1px solid #cbd5e0;border-radius:8px;color:#2d3748;font-size:.95rem;padding:10px 12px;transition:border-color .2s,box-shadow .2s}.config-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.study-plan-config{animation:fadeIn .3s ease;background:linear-gradient(135deg,#e0f2fe,#ede9fe);border-bottom:2px solid #dbeafe;border-top:2px solid #dbeafe;margin:20px -20px -20px;padding:20px}.study-plan-config h4{align-items:center;border-bottom:2px solid #bfdbfe;color:#1e40af;display:flex;font-size:1.05rem;font-weight:700;gap:10px;margin:0 0 18px;padding-bottom:12px}.study-plan-config .config-row{margin-bottom:16px}.study-plan-config .config-input{background:#fff;border-color:#bfdbfe;font-size:.9rem}.study-plan-config .config-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.study-plan-config .config-group label{color:#1e40af;font-size:.9rem;font-weight:600}@media (max-width:768px){.cost-analysis-card{margin:10px}.cost-analysis-actions,.cost-analysis-body,.cost-analysis-header{padding:20px}.total-cost{flex-direction:column;gap:10px;text-align:center}.operation-name{font-size:.9rem}.operation-cost{font-size:1rem}.config-row{flex-direction:column;gap:10px}.study-plan-config{margin-bottom:-20px;margin-left:-20px;margin-right:-20px;padding:18px 20px}.study-plan-config h4{font-size:1rem}}.purchase-cta-enhanced{align-items:center;animation:pulse-warning 2s ease-in-out infinite;background:linear-gradient(135deg,#ef444414,#f4727214);border:2px solid #fca5a5;border-radius:12px;display:flex;gap:16px;justify-content:space-between;margin:20px 0;padding:16px}@keyframes pulse-warning{0%,to{background:linear-gradient(135deg,#ef444414,#f4727214);border-color:#fca5a5}50%{background:linear-gradient(135deg,#ef44441f,#f472721f);border-color:#ef4444}}.cta-header{align-items:flex-start;display:flex;flex:1 1;gap:12px}.cta-icon{flex-shrink:0;font-size:1.5rem;line-height:1}.cta-message-container{display:flex;flex-direction:column;gap:4px}.cta-title{color:#dc2626;font-size:.95rem;font-weight:700}.cta-subtitle{color:#b91c1c;font-size:.85rem;font-weight:500}.btn-buy-pack-enhanced{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;box-shadow:0 4px 15px #ef44444d;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-weight:700;gap:8px;padding:10px 18px;transition:all .3s ease;white-space:nowrap}.btn-buy-pack-enhanced:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.btn-buy-pack-enhanced:active{transform:translateY(0)}.btn-icon{font-size:1.1rem}.btn-text{font-size:.9rem}.btn-arrow{font-size:1.2rem}.plans-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.plans-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 50px #0000004d;max-height:85vh;max-width:900px;overflow-y:auto;width:100%}.plans-modal-header{align-items:center;background:linear-gradient(135deg,#6366f10d,#764ba20d);border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;padding:25px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.plans-modal-header h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}.plans-modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;padding:8px;transition:all .2s ease}.plans-modal-close:hover{background:#f3f4f6;color:#1f2937}.plans-modal-body{display:flex;flex-direction:column;gap:40px;padding:30px}.packs-section,.plans-section{display:flex;flex-direction:column;gap:16px}.packs-section h3,.plans-section h3{color:#1f2937;font-size:1.3rem;font-weight:700;margin:0}.section-subtitle{color:#6b7280;font-size:.95rem;font-weight:500;margin:0}.plans-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.plan-card{border:2px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:20px;position:relative;transition:all .3s ease}.plan-card:hover{transform:translateY(-4px)}.plan-card.plan-recommended,.plan-card:hover{border-color:#6366f1;box-shadow:0 8px 20px #6366f126}.plan-card.plan-recommended{background:linear-gradient(135deg,#6366f10d,#764ba20d)}.plan-badge{background:linear-gradient(135deg,#6366f1,#764ba2);border-radius:20px;color:#fff;font-size:.8rem;font-weight:700;padding:4px 12px;position:absolute;right:20px;top:-12px;white-space:nowrap}.plan-card h4{color:#1f2937;font-size:1.1rem;font-weight:700;margin:0}.plan-price{color:#6366f1;font-size:1.3rem;font-weight:700}.plan-coins{background:#ff980014;border-left:3px solid #ff9800;border-radius:6px;color:#ff9800;font-size:.95rem;font-weight:600;padding:8px 12px}.plan-features{color:#4b5563;display:flex;flex:1 1;flex-direction:column;font-size:.9rem;gap:6px;list-style:none;margin:0;padding:0}.plan-features li{align-items:flex-start;display:flex;gap:6px}.plan-btn{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:700;padding:10px 16px;transition:all .3s ease}.plan-btn-subscribe{background:linear-gradient(135deg,#6366f1,#764ba2);box-shadow:0 4px 12px #6366f14d;color:#fff}.plan-btn-subscribe:hover{box-shadow:0 6px 16px #6366f166;transform:translateY(-2px)}.packs-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.pack-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:16px;position:relative;text-align:center;transition:all .3s ease}.pack-card:hover{border-color:#f59e0b;box-shadow:0 8px 20px #f59e0b26;transform:translateY(-4px)}.pack-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;box-shadow:0 2px 8px #f59e0b4d;color:#fff;font-size:.75rem;font-weight:700;padding:4px 10px;position:absolute;right:-10px;top:-10px;white-space:nowrap}.pack-card h4{color:#1f2937;font-size:1rem;font-weight:700;margin:0}.pack-coins{color:#6366f1;font-size:1.4rem;font-weight:800}.pack-unit{color:#6b7280;font-size:.85rem;font-weight:600}.pack-price{color:#059669;font-size:1.1rem;font-weight:700;margin-top:8px}.pack-btn{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:700;margin-top:4px;padding:8px 14px;transition:all .3s ease;width:100%}.pack-btn-buy{background:linear-gradient(135deg,#ff9800,#f57c00);box-shadow:0 4px 12px #ff98004d;color:#fff}.pack-btn-buy:hover{box-shadow:0 6px 16px #ff980066;transform:translateY(-2px)}.plans-divider{align-items:center;display:flex;gap:16px;justify-content:center;margin:20px 0}.plans-divider span{color:#d1d5db;font-size:.95rem;font-weight:700}.plans-divider:after,.plans-divider:before{background:linear-gradient(90deg,#0000,#d1d5db,#0000);content:"";flex:1 1;height:2px}.plans-info-note{background:#3b82f614;border:1px solid #dbeafe;border-left:4px solid #3b82f6;border-radius:6px;color:#1e40af;font-size:.9rem;margin-top:10px;padding:12px 16px}@media (max-width:768px){.plans-modal-content{max-height:90vh}.plans-modal-header{padding:20px}.plans-modal-body{gap:30px;padding:20px}.packs-grid,.plans-grid{grid-template-columns:1fr}.plans-modal-header h2{font-size:1.25rem}}.google-signin-btn{align-items:center;background-color:#fff;border:1px solid #dcdcdc;border-radius:5px;box-shadow:0 2px 4px #0003;color:#757575;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:16px;justify-content:center;padding:10px 15px;transition:background-color .3s ease}.google-signin-btn img{height:20px;margin-right:10px;width:20px}.google-signin-btn:hover{background-color:#f7f7f7}.results-view-container{min-height:100vh;width:100%}.results-tabs{animation:slideDown .4s ease-out;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000026;display:flex;gap:10px;left:50%;padding:10px;position:fixed;top:80px;transform:translateX(-50%);z-index:200}.tab-btn{align-items:center;background:#f7fafc;border:2px solid #0000;border-radius:10px;color:#4a5568;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.tab-btn:hover{background:#edf2f7}.tab-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.tab-icon{font-size:1.2rem}.results-content{min-height:100vh;width:100%}.download-buttons{animation:slideInRight .4s ease-out;display:flex;gap:10px;position:fixed;right:20px;top:140px;z-index:200}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.download-btn{align-items:center;background:#fff;border:2px solid;border-radius:10px;box-shadow:0 4px 15px #00000026;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease}.download-btn:hover{box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.pdf-btn{border-color:#dc2626;color:#dc2626}.pdf-btn:hover{background:#dc2626;color:#fff}.image-btn{border-color:#059669;color:#059669}.image-btn:hover{background:#059669;color:#fff}.download-icon{font-size:1.2rem}@media (max-width:768px){.results-tabs{flex-direction:column;left:10px;right:10px;top:10px;transform:none;width:auto}.tab-btn{justify-content:center;width:100%}.download-buttons{bottom:20px;flex-direction:column;right:20px;top:auto}.download-btn{justify-content:center;width:140px}}.summary-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px;position:relative;width:100%}.back-button-summary{align-items:center;background:#fff;border:2px solid #667eea;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#667eea;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;left:20px;padding:10px 20px;position:fixed;top:20px;transition:all .3s ease;z-index:100}.back-button-summary:hover{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}.summary-content{margin:0 auto;max-width:900px;padding-top:100px}.summary-header{animation:slideDown .5s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;margin-bottom:25px;padding:40px}.summary-title{align-items:center;color:#2d3748;display:flex;font-size:2rem;gap:15px;margin:0 0 30px}.summary-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-item{align-items:center;background:#f7fafc;border-radius:12px;display:flex;gap:12px;padding:15px;transition:all .3s ease}.stat-item:hover{background:#edf2f7;transform:translateY(-2px)}.stat-icon{font-size:2rem}.stat-label{margin-bottom:4px}.stat-value{font-size:1.1rem;font-weight:600}.summary-body{animation:fadeInUp .6s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;padding:40px}.summary-text{color:#2d3748;font-size:1.05rem;line-height:1.8;margin-bottom:30px}.summary-text p{margin:0 0 1em}.summary-text p:last-child{margin-bottom:0}.summary-footer{border-top:2px solid #e2e8f0;padding-top:25px}.model-info{align-items:center;color:#718096;display:flex;font-size:.95rem;gap:10px}.model-icon{font-size:1.5rem}.model-info strong{color:#667eea}@media (max-width:768px){.summary-container{padding:15px}.summary-content{padding-top:20px}.back-button-summary{margin-bottom:20px;position:static}.summary-body,.summary-header{padding:25px}.summary-title{font-size:1.5rem}.summary-stats{grid-template-columns:1fr}.summary-text{font-size:1rem}}.multiple-files-summaries{display:flex;flex-direction:column;gap:25px}.file-summary-item{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:25px;transition:all .3s ease}.file-summary-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000001a}.file-summary-header{margin-bottom:20px}.file-summary-title{align-items:center;color:#2d3748;display:flex;font-size:1.3rem;gap:10px;margin:0 0 15px}.file-summary-title .file-icon{font-size:1.5rem}.file-summary-stats{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.file-stat{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;display:inline-flex;font-size:.85rem;gap:5px;padding:6px 12px}.file-error{background:#fed7d7;border-radius:8px;color:#c53030;font-weight:600;margin-top:10px;padding:10px 15px}.file-summary-text{color:#2d3748;font-size:1rem;line-height:1.8;margin-bottom:15px}.file-summary-text p{margin:0 0 1em}.file-summary-text p:last-child{margin-bottom:0}.file-summary-footer{align-items:center;border-top:1px solid #e2e8f0;color:#718096;display:flex;font-size:.9rem;gap:8px;padding-top:15px}.file-summary-footer .model-icon{font-size:1.2rem}.file-summary-footer strong{color:#667eea}.react-flow{direction:ltr}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{background:#ffffff80;font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.study-plan-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px;position:relative;width:100%}.back-button{align-items:center;background:#fff;border:2px solid #667eea;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#667eea;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;left:20px;padding:10px 20px;position:fixed;top:20px;transition:all .3s ease;z-index:100}.back-button:hover{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}.study-plan-content{margin:0 auto;max-width:900px;padding-top:100px}.study-plan-header{animation:slideDown .5s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;margin-bottom:30px;padding:40px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.study-plan-title{align-items:center;color:#2d3748;display:flex;font-size:2rem;gap:15px;margin:0 0 10px}.title-icon{font-size:2.5rem}.study-plan-topic{color:#667eea;font-size:1.5rem;font-weight:600;margin:0 0 30px}.study-plan-meta{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:25px}.meta-item{align-items:center;background:#f7fafc;border-radius:12px;display:flex;gap:12px;padding:15px;transition:all .3s ease}.meta-item:hover{background:#edf2f7;transform:translateY(-2px)}.meta-icon{font-size:2rem}.meta-label{color:#718096;font-size:.85rem;margin-bottom:4px}.meta-value{color:#2d3748;font-size:1.1rem;font-weight:600}.phases-container{display:flex;flex-direction:column;gap:25px;margin-bottom:30px}.phase-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;padding:30px}.phase-card:first-child{animation-delay:.1s}.phase-card:nth-child(2){animation-delay:.2s}.phase-card:nth-child(3){animation-delay:.3s}.phase-card:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.phase-header{border-bottom:2px solid #e2e8f0;margin-bottom:25px;padding-bottom:20px}.phase-number{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:10px;padding:6px 16px}.phase-title{color:#2d3748;font-size:1.5rem;margin:10px 0}.phase-duration{color:#718096;font-size:.95rem}.phase-section{margin-bottom:25px}.section-title{align-items:center;color:#2d3748;display:flex;font-size:1.1rem;gap:10px;margin:0 0 15px}.section-icon{font-size:1.3rem}.objectives-list,.resources-list{margin:0;padding-left:25px}.objectives-list li,.resources-list li{color:#4a5568;line-height:1.6;margin-bottom:10px}.objectives-list li::marker{color:#667eea;font-weight:700}.resources-list li::marker{color:#38b2ac;font-weight:700}.phase-progress{margin-top:20px}.progress-bar{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .6s ease}.status-message{align-items:center;border-radius:12px;display:flex;font-size:1rem;font-weight:500;gap:12px;margin:20px 0;padding:15px 20px}.status-success{background:#d1fae5;border:2px solid #10b981;color:#065f46}.status-warning{background:#fef3c7;border:2px solid #f59e0b;color:#92400e}.status-icon{font-size:1.5rem}.topics-section{margin-bottom:30px}.section-main-title{align-items:center;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;color:#2d3748;display:flex;font-size:1.8rem;gap:12px;margin:0 0 25px;padding:20px}.topics-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:20px}.topic-card{background:#fff;border-left:4px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 40px #0003;padding:25px;transition:all .3s ease}.topic-card:hover{box-shadow:0 12px 48px #00000040;transform:translateY(-4px)}.topic-card.topic-included{background:linear-gradient(90deg,#f0fdf4 0,#fff 10%);border-left-color:#10b981}.topic-card.topic-excluded{background:linear-gradient(90deg,#fef2f2 0,#fff 10%);border-left-color:#ef4444;opacity:.8}.topic-header{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;margin-bottom:12px}.topic-title{color:#2d3748;flex:1 1;font-size:1.3rem;line-height:1.4;margin:0}.topic-priority{border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:4px 12px;white-space:nowrap}.topic-description{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0 0 15px}.topic-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding-top:15px}.topic-time{color:#718096;font-size:.9rem;font-weight:500}.topic-status{border-radius:8px;font-size:.8rem;font-weight:600;padding:4px 12px}.topic-status.included{background:#d1fae5;color:#065f46}.topic-status.excluded{background:#fee2e2;color:#991b1b}.plan-section{margin-bottom:30px}.plan-card{animation:fadeInUp .6s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;padding:30px}.plan-card.ideal{border-top:4px solid #667eea}.plan-card.constrained{border-top:4px solid #f59e0b}.plan-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:25px}.plan-stat{background:#f7fafc;border-radius:12px;padding:20px;text-align:center}.stat-label{color:#718096;font-size:.85rem;font-weight:500;margin-bottom:8px}.stat-value{color:#2d3748;font-size:1.4rem;font-weight:700}.plan-explanation{background:#eff6ff;border-left:4px solid #3b82f6;border-radius:12px;color:#1e40af;line-height:1.6;margin-top:20px;padding:20px}.plan-explanation strong{color:#1e3a8a}.coverage-progress{margin:25px 0}.coverage-label{color:#4a5568;font-size:.95rem;font-weight:500;margin-bottom:10px}.sessions-section{border-top:2px solid #e2e8f0;margin-top:30px;padding-top:25px}.sessions-title{color:#2d3748;font-size:1.3rem;margin:0 0 20px}.sessions-list{display:flex;flex-direction:column;gap:15px}.session-item{background:#f7fafc;border-left:4px solid #667eea;border-radius:12px;padding:20px;transition:all .3s ease}.session-item:hover{background:#edf2f7;transform:translateX(4px)}.session-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.session-badge{background:#fff;border:1px solid #cbd5e0;border-radius:8px;color:#667eea;font-size:.95rem;font-weight:700;padding:6px 12px}.compressed-badge{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;color:#92400e;font-size:.75rem;font-weight:600;padding:4px 10px}.session-topic{color:#2d3748;font-size:1.1rem;margin-bottom:12px}.session-topic strong{color:#667eea}.session-content{background:#fff;border-left:3px solid #e2e8f0;border-radius:8px;color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:15px;padding:12px}.session-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding-top:12px}.session-type-badge{background:#eff6ff;border:1px solid #3b82f6;border-radius:8px;color:#1e40af;font-size:.85rem;font-weight:600;padding:6px 12px}.session-type-badge[data-type=review]{background:#f0fdf4;border-color:#10b981;color:#065f46}.session-type-badge[data-type=learning]{background:#eff6ff;border-color:#3b82f6;color:#1e40af}.session-duration{color:#718096;font-size:.9rem;font-weight:500}.omitted-topics{background:#fef2f2;border-left:4px solid #ef4444;border-radius:12px;margin-top:25px;padding:20px}.omitted-title{color:#991b1b;font-size:1.1rem;font-weight:600;margin:0 0 15px}.omitted-list{color:#7f1d1d;margin:0;padding-left:25px}.omitted-list li{line-height:1.6;margin-bottom:8px}.plan-note{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:12px;color:#92400e;line-height:1.6;margin-top:20px;padding:15px 20px}.plan-note strong{color:#78350f}.compression-warning{background:#fee2e2;border-left:4px solid #ef4444;border-radius:12px;color:#991b1b;line-height:1.6;margin-top:15px;padding:15px 20px}.compression-warning strong{color:#7f1d1d}.study-plan-footer{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;padding:25px}.footer-info{display:flex;flex-direction:column;gap:15px}.footer-meta{border-bottom:1px solid #e2e8f0;color:#718096;font-size:.85rem;padding-bottom:15px;text-align:center}.footer-tip{color:#4a5568;font-size:.95rem;line-height:1.6}.footer-tip strong{color:#667eea}@media (max-width:768px){.study-plan-container{padding:15px}.study-plan-content{padding-top:20px}.back-button{margin-bottom:20px;position:static}.study-plan-header{padding:25px}.study-plan-title{font-size:1.5rem}.study-plan-topic{font-size:1.2rem}.study-plan-meta{grid-template-columns:1fr}.section-main-title{font-size:1.4rem;padding:15px}.topics-grid{grid-template-columns:1fr}.topic-card{padding:20px}.topic-title{font-size:1.1rem}.plan-stats{grid-template-columns:1fr}.phase-card,.plan-card{padding:20px}.phase-title{font-size:1.2rem}.session-item{padding:15px}.session-footer,.session-header{align-items:flex-start;flex-direction:column;gap:8px}}
/*# sourceMappingURL=main.fc453deb.css.map*/