@import"https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Secular+One&display=swap";*{box-sizing:border-box}:root{font-family:Lato,sans-serif;line-height:1.5;font-weight:400;color:#1a1a2e;background-color:#f5f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--hattrick-purple: #6b5aef;--hattrick-dark: #0f0f12}body{margin:0;min-width:320px}#root{width:100%}h1,h2,h3,h4,h5,h6{margin:0;font-family:Secular One,sans-serif;font-weight:400;letter-spacing:.3px}a{color:var(--hattrick-purple);text-decoration:none}a:hover{text-decoration:underline}button,input{font-family:inherit}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;width:100%}.metric-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e5e5;text-align:center;min-width:0;overflow:hidden}.metric-label{font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.metric-value{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.metric-subtext{font-size:.875rem;color:#888}.progress-ring{width:140px;height:140px;margin:0 auto 1rem}.progress-ring svg{width:100%;height:100%}.progress-ring-bg{stroke:#e8e8e8}.progress-ring-fill{stroke:var(--hattrick-purple);transition:stroke-dasharray .5s ease}.progress-text{font-size:1.5rem;font-weight:700;fill:#1a1a2e}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.status-on-track .status-badge{background:#dcfce7;color:#166534}.status-at-risk .status-badge{background:#fef9c3;color:#854d0e}.status-behind .status-badge{background:#fee2e2;color:#991b1b}.status-on-track .metric-value{color:#166534}.status-at-risk .metric-value{color:#854d0e}.status-behind .metric-value{color:#991b1b}@media(max-width:768px){.hero-metrics{grid-template-columns:1fr}}.section-progress{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e5e5;margin-bottom:2rem}.section-title{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0 0 1.5rem}.sections-list{display:flex;flex-direction:column;gap:.75rem}.section-block{border-bottom:1px solid #f0f0f0}.section-block:last-child{border-bottom:none}.section-row{display:grid;grid-template-columns:200px 1fr 80px 50px;align-items:center;gap:1rem;padding:.5rem 0}.section-row.expandable{grid-template-columns:20px 180px 1fr 80px 50px;cursor:pointer}.section-row.expandable:hover{background:#fafafa;margin:0 -1rem;padding:.5rem 1rem;border-radius:6px}.expand-icon{font-size:.625rem;color:#888;transition:transform .2s}.expand-icon.expanded{transform:rotate(90deg)}.section-name{font-size:.875rem;color:#333;font-weight:500;display:flex;align-items:center;gap:.5rem}.complete-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#dcfce7;color:#166534;border-radius:50%;font-size:.7rem;font-weight:700}.progress-bar-container{height:12px;background:#e8e8e8;border-radius:6px;overflow:hidden}.progress-bar{height:100%;border-radius:6px;transition:width .5s ease}.progress-high{background:linear-gradient(90deg,#22c55e,#16a34a)}.progress-medium{background:linear-gradient(90deg,#eab308,#ca8a04)}.progress-low{background:linear-gradient(90deg,#ef4444,#dc2626)}.section-points{font-size:.813rem;color:#666;text-align:right;white-space:nowrap}.section-percent{font-size:.875rem;font-weight:600;text-align:right}.percent-high{color:#166534}.percent-medium{color:#854d0e}.percent-low{color:#991b1b}.section-items{padding:.5rem 0 .75rem 1.5rem;margin-left:.5rem;border-left:2px solid #e8e8e8}.item-row{display:flex;align-items:center;gap:.75rem;padding:.375rem 0;font-size:.813rem}.item-status{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.75rem;flex-shrink:0}.item-status.done{background:#dcfce7;color:#166534}.item-status.pending{background:#f3f4f6;color:#9ca3af}.item-name{flex:1;color:#333}.item-row.complete .item-name{color:#666}.item-points{color:#888;font-size:.75rem}@media(max-width:640px){.section-row{grid-template-columns:1fr auto auto;gap:.5rem}.section-row.expandable{grid-template-columns:20px 1fr auto auto}.section-name{grid-column:span 1}.section-row:not(.expandable) .section-name{grid-column:1 / -1}.section-row.expandable .section-name{grid-column:span 1}.progress-bar-container{grid-column:1 / -1}.section-row.expandable .progress-bar-container{grid-column:2 / -1}.section-points,.section-percent{font-size:.75rem}.section-items{padding-left:1rem}}.trend-chart{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;margin-bottom:2rem}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.chart-title{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0}.view-toggle{display:flex;background:#f5f5f7;border-radius:6px;padding:2px}.toggle-option{padding:.375rem .75rem;border:none;background:transparent;font-size:.813rem;color:#666;cursor:pointer;border-radius:4px;transition:all .2s}.toggle-option:hover{color:#333}.toggle-option.active{background:var(--hattrick-purple);color:#fff;font-weight:500;box-shadow:0 1px 3px #6b5aef4d}.chart-container{width:100%}@media(max-width:480px){.chart-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.status-summary{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;margin-bottom:2rem}.summary-title{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0 0 1rem}.status-header{font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;border-radius:6px;display:inline-block;margin-bottom:1rem}.status-on-track{background:#dcfce7;color:#166534}.status-at-risk{background:#fef9c3;color:#854d0e}.status-behind{background:#fee2e2;color:#991b1b}.status-not-started{background:#f3f4f6;color:#6b7280}.summary-text{color:#444;line-height:1.7;margin-bottom:1.5rem}.summary-text strong{color:#1a1a2e}.summary-sections{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.summary-column h3{font-size:.875rem;font-weight:600;color:#1a1a2e;margin:0 0 .75rem}.summary-column ul{list-style:none;padding:0;margin:0}.summary-column li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.summary-column li:last-child{border-bottom:none}.highlight-item .section-progress{color:#166534;font-weight:500}.attention-item .section-progress{color:#991b1b;font-weight:500}.section-name{color:#333}@media(max-width:640px){.summary-sections{grid-template-columns:1fr;gap:1.5rem}}.velocity-planning{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e5e5;margin-bottom:2rem}.velocity-title{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0 0 1.5rem}.velocity-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.velocity-stat{text-align:center}.stat-label{display:block;font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.stat-value{display:block;font-size:1.25rem;font-weight:600;color:#1a1a2e}.velocity-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.velocity-input-group{display:flex;align-items:center;gap:.5rem}.velocity-input-group label{font-size:.875rem;font-weight:500;color:#333}.velocity-input-group input{width:70px;padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.875rem;text-align:center}.velocity-input-group input:focus{outline:none;border-color:var(--hattrick-purple);box-shadow:0 0 0 2px #6b5aef1a}.velocity-unit{font-size:.875rem;color:#666}.reset-btn{padding:.5rem .75rem;background:#f0f0f0;border:none;border-radius:6px;font-size:.75rem;color:#666;cursor:pointer;transition:background .2s}.reset-btn:hover{background:#e0e0e0}.toggle-btn{padding:.5rem 1rem;background:#f5f5f7;border:1px solid #ddd;border-radius:6px;font-size:.875rem;color:#333;cursor:pointer;transition:all .2s}.toggle-btn:hover{background:#e8e8e8}.toggle-btn.active{background:var(--hattrick-purple);border-color:var(--hattrick-purple);color:#fff}.weekly-breakdown{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.breakdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.breakdown-header h3{font-size:.875rem;font-weight:600;color:#1a1a2e;margin:0}.clear-btn{padding:.375rem .75rem;background:transparent;border:1px solid #ddd;border-radius:6px;font-size:.75rem;color:#666;cursor:pointer;transition:all .2s}.clear-btn:hover{background:#f5f5f7;border-color:#ccc}.weeks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.week-row{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f9f9f9;border-radius:6px;border:1px solid transparent}.week-row.modified{background:#fef3c7;border-color:#f59e0b}.week-label{flex:1;font-size:.813rem;color:#333}.week-velocity-input{width:50px;padding:.375rem;border:1px solid #ddd;border-radius:4px;font-size:.813rem;text-align:center}.week-velocity-input:focus{outline:none;border-color:#4f46e5}.week-unit{font-size:.75rem;color:#888}.breakdown-summary{margin-top:1rem;padding:.75rem;background:#f0f9ff;border-radius:6px;font-size:.875rem;color:#0369a1;text-align:center}@media(max-width:640px){.velocity-summary{grid-template-columns:1fr}.velocity-controls{flex-direction:column;align-items:stretch}.velocity-input-group{justify-content:center}.weeks-grid{grid-template-columns:1fr}}.file-upload-container{min-height:100vh;background:#f5f5f7;display:flex;align-items:center;justify-content:center;padding:2rem}.upload-content{background:#fff;border-radius:16px;padding:3rem;max-width:500px;width:100%;text-align:center;box-shadow:0 4px 20px #00000014}.upload-logo{width:80px;height:80px;border-radius:12px;object-fit:cover;margin-bottom:1.5rem}.upload-title{font-size:1.75rem;color:#1a1a2e;margin:0 0 .5rem}.upload-subtitle{color:#666;margin:0 0 2rem;font-size:1rem}.drop-zone{border:2px dashed #ddd;border-radius:12px;padding:2.5rem 1.5rem;cursor:pointer;transition:all .2s;background:#fafafa;position:relative}.drop-zone:hover{border-color:var(--hattrick-purple);background:#f8f7ff}.drop-zone.dragging{border-color:var(--hattrick-purple);background:#f0eeff;border-style:solid}.file-input{display:none}.drop-icon{color:var(--hattrick-purple);margin-bottom:1rem}.drop-text{font-size:1rem;font-weight:500;color:#333;margin:0 0 .25rem}.drop-hint{font-size:.875rem;color:#888;margin:0}.upload-error{margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.upload-instructions{margin-top:2rem;padding-top:2rem;border-top:1px solid #f0f0f0;text-align:left}.upload-instructions h3{font-size:.875rem;font-weight:600;color:#1a1a2e;margin:0 0 1rem}.upload-instructions ol{margin:0;padding-left:1.25rem;color:#666;font-size:.875rem;line-height:1.8}.upload-instructions li{padding-left:.5rem}.prompt-link{color:var(--hattrick-purple);font-weight:500;text-decoration:none}.prompt-link:hover{text-decoration:underline}@media(max-width:480px){.file-upload-container{padding:1rem}.upload-content{padding:2rem 1.5rem}.upload-logo{width:60px;height:60px}.upload-title{font-size:1.5rem}}.custom-sections-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e5e5;margin-bottom:2rem}.custom-sections-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.custom-sections-heading{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0}.add-section-btn{background:#4f46e5;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.add-section-btn:hover{background:#4338ca}.no-sections-text{color:#666;font-size:.875rem;text-align:center;padding:2rem 0;margin:0}.custom-sections-list{display:flex;flex-direction:column;gap:1rem}.custom-section{background:#fafafa;border-radius:8px;padding:1rem;border:1px solid #e8e8e8}.custom-section-export{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e5e5;margin-bottom:2rem}.custom-section-export .custom-section-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.custom-section-export .markdown-content p{white-space:pre-wrap;word-spacing:normal;letter-spacing:0}.custom-section-view{margin-bottom:.75rem}.custom-section-title{font-size:.938rem;font-weight:600;color:#1a1a2e;margin:0 0 .5rem}.custom-section-content{font-size:.875rem;color:#333;line-height:1.6;word-spacing:normal;white-space:normal}.markdown-content p{margin:0 0 .75rem}.markdown-content p:last-child{margin-bottom:0}.markdown-content a{color:#4f46e5;text-decoration:none;font-weight:500;border-bottom:1px solid #c7d2fe;transition:all .2s}.markdown-content a:hover{color:#4338ca;border-bottom-color:#4338ca}.markdown-content strong{font-weight:600;color:#1a1a2e}.markdown-content em{font-style:italic}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{color:#555;font-weight:600;margin:1rem 0 .5rem}.markdown-content h1:first-child,.markdown-content h2:first-child,.markdown-content h3:first-child{margin-top:0}.markdown-content h1{font-size:.875rem}.markdown-content h2{font-size:.844rem}.markdown-content h3,.markdown-content h4{font-size:.813rem}.markdown-content ul,.markdown-content ol{margin:.5rem 0;padding-left:1.5rem}.markdown-content li{margin:.25rem 0}.markdown-content ul li{list-style-type:disc}.markdown-content ol li{list-style-type:decimal}.markdown-content code{background:#f3f4f6;padding:.125rem .375rem;border-radius:4px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.813rem;color:#4338ca}.markdown-content pre{background:#f3f4f6;padding:.75rem 1rem;border-radius:6px;overflow-x:auto;margin:.75rem 0}.markdown-content pre code{background:none;padding:0;color:#333}.markdown-content blockquote{border-left:3px solid #4f46e5;margin:.75rem 0;padding:.5rem 0 .5rem 1rem;color:#666;background:#f8f8fc;border-radius:0 6px 6px 0}.markdown-content blockquote p{margin:0}.markdown-content hr{border:none;border-top:1px solid #e5e5e5;margin:1rem 0}.custom-section-empty{font-size:.813rem;color:#999;font-style:italic;margin:0}.custom-section-actions{display:flex;gap:.5rem;padding-top:.5rem;border-top:1px solid #e8e8e8}.action-btn{padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.move-btn{background:#f3f4f6;color:#666;border:1px solid #e5e5e5}.move-btn:hover:not(:disabled){background:#e5e5e5}.move-btn:disabled{opacity:.4;cursor:not-allowed}.edit-btn{background:#e0e7ff;color:#4338ca;border:1px solid #c7d2fe}.edit-btn:hover{background:#c7d2fe}.delete-btn{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.delete-btn:hover{background:#fecaca}.custom-section-edit{display:flex;flex-direction:column;gap:.75rem}.section-title-input{font-size:.938rem;font-weight:600;color:#1a1a2e;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;outline:none;transition:border-color .2s}.section-title-input:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.section-content-input{font-family:inherit;font-size:.875rem;color:#333;line-height:1.6;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;resize:vertical;min-height:120px;outline:none;transition:border-color .2s}.section-content-input:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.section-content-input::placeholder{color:#9ca3af}.section-edit-actions{display:flex;gap:.5rem;justify-content:flex-end}.save-btn{background:#22c55e;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.813rem;font-weight:500;cursor:pointer;transition:background .2s}.save-btn:hover{background:#16a34a}.cancel-btn{background:#f3f4f6;color:#666;border:1px solid #e5e5e5;padding:.5rem 1rem;border-radius:6px;font-size:.813rem;font-weight:500;cursor:pointer;transition:background .2s}.cancel-btn:hover{background:#e5e5e5}@media(max-width:640px){.custom-sections-header{flex-direction:column;gap:.75rem;align-items:stretch}.add-section-btn{text-align:center}.custom-section-actions{flex-wrap:wrap}.action-btn{flex:1;text-align:center;min-width:60px}}.app{min-height:100vh;background:#f5f5f7;display:flex;flex-direction:column}.app-header{background:#fff;padding:1.5rem 2rem;box-shadow:0 1px 3px #00000014;border-bottom:3px solid var(--hattrick-purple)}.header-content{display:flex;align-items:center;gap:1rem}.header-actions{margin-left:auto;display:flex;gap:.75rem}.export-pdf-btn{padding:.5rem 1rem;background:var(--hattrick-purple);border:none;border-radius:6px;font-size:.875rem;color:#fff;cursor:pointer;transition:all .2s;font-weight:500}.export-pdf-btn:hover{background:#5a4ad4}.export-pdf-btn:disabled{background:#a5a5a5;cursor:not-allowed}.change-project-btn{padding:.5rem 1rem;background:#f5f5f7;border:1px solid #ddd;border-radius:6px;font-size:.875rem;color:#666;cursor:pointer;transition:all .2s}.change-project-btn:hover{background:#e8e8e8;color:#333}.print-content{width:100%}.print-header{display:none;align-items:center;gap:1rem;background:#fff;padding:1.5rem 2rem;margin:-1.5rem -1.5rem 1.5rem;border-bottom:3px solid var(--hattrick-purple)}.print-logo{width:48px;height:48px;border-radius:8px;object-fit:cover}.print-title{margin:0;font-size:1.5rem;color:#1a1a2e}.print-date{margin:.25rem 0 0;font-size:.875rem;color:#666}.print-body{padding:0}.print-footer{display:none;background:var(--hattrick-dark);color:#fff;text-align:center;padding:1.5rem;margin:1.5rem -1.5rem -1.5rem;font-size:.875rem}.print-footer p{margin:0}.print-content.exporting .print-header{display:flex}.print-content.exporting .print-footer{display:block}.print-content.exporting{padding:1.5rem;background:#f5f5f7}.hide-for-print{display:none}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.export-modal{background:#fff;border-radius:12px;padding:1.5rem;max-width:400px;width:90%;box-shadow:0 4px 20px #00000026}.export-modal h3{margin:0 0 .5rem;font-size:1.25rem;color:#1a1a2e}.export-modal p{margin:0 0 1.25rem;color:#666;font-size:.875rem}.export-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.export-option{display:flex;flex-direction:column;align-items:flex-start;padding:1rem;background:#f5f5f7;border:2px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s}.export-option:hover{border-color:var(--hattrick-purple);background:#f8f7ff}.option-title{font-weight:600;color:#1a1a2e;font-size:.938rem}.option-desc{font-size:.813rem;color:#666;margin-top:.25rem}.modal-cancel{width:100%;padding:.75rem;background:transparent;border:1px solid #ddd;border-radius:6px;font-size:.875rem;color:#666;cursor:pointer;transition:all .2s}.modal-cancel:hover{background:#f5f5f7}.header-logo{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.header-content h1{margin:0;font-size:1.5rem;color:#1a1a2e}.report-date{margin:.25rem 0 0;font-size:.875rem;color:#666}.app-main{width:100%;max-width:1200px;margin:0 auto;padding:2rem;flex:1;box-sizing:border-box}.app-footer{background:var(--hattrick-dark);color:#fff;text-align:center;padding:2rem;font-size:.875rem;margin-top:auto}.app-footer a{color:var(--hattrick-purple)}@media(max-width:768px){.app-header,.app-main{padding:1rem}}
