@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Roboto+Mono:wght@400;700&display=swap";.react-calendar-heatmap text{font-size:10px;fill:#aaa}.react-calendar-heatmap .react-calendar-heatmap-small-text{font-size:5px}.react-calendar-heatmap rect:hover{stroke:#555;stroke-width:1px}.react-calendar-heatmap .color-empty{fill:#eee}.react-calendar-heatmap .color-filled{fill:#8cc665}.react-calendar-heatmap .color-github-0{fill:#eee}.react-calendar-heatmap .color-github-1{fill:#d6e685}.react-calendar-heatmap .color-github-2{fill:#8cc665}.react-calendar-heatmap .color-github-3{fill:#44a340}.react-calendar-heatmap .color-github-4{fill:#1e6823}.react-calendar-heatmap .color-gitlab-0{fill:#ededed}.react-calendar-heatmap .color-gitlab-1{fill:#acd5f2}.react-calendar-heatmap .color-gitlab-2{fill:#7fa8d1}.react-calendar-heatmap .color-gitlab-3{fill:#49729b}.react-calendar-heatmap .color-gitlab-4{fill:#254e77}.heatmap-tile{text-align:center;padding:1rem}.react-calendar-heatmap text{fill:#9a8e7f!important}.heatmap-tile h3{color:#e8e0d4;margin-bottom:.75rem}.heatmap-legend{display:flex;justify-content:center;align-items:center;margin-top:.5rem}.legend-item{display:flex;align-items:center;margin:0 .75rem}.legend-color{width:16px;height:16px;border-radius:3px;margin-right:4px;display:inline-block}.react-calendar-heatmap .color-empty{fill:#1c1916!important}rect.color-empty{fill:#1c1916}rect.color-scale-1{fill:#3d2e1a}rect.color-scale-2{fill:#7a5a2e}rect.color-scale-3{fill:#b8842e}rect.color-scale-4{fill:#e09f3e}.legend-color.color-empty{background-color:#1c1916;border:1px solid #2a2318}.legend-color.color-scale-1{background-color:#3d2e1a}.legend-color.color-scale-2{background-color:#7a5a2e}.legend-color.color-scale-3{background-color:#b8842e}.legend-color.color-scale-4{background-color:#e09f3e}.legend-label{font-size:.8rem;color:#9a8e7f}:root{--bg: #141210;--bg-card: #1c1916;--border: rgba(224, 159, 62, .1);--amber: #e09f3e;--rose: #c97b6b;--text: #e8e0d4;--text-muted: #9a8e7f;--text-faint: #6b6156;--mono: "Roboto Mono", monospace;--body: "Jost", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--body);font-size:.95rem;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.app-container:before,.app-container:after{content:"";position:fixed;top:0;width:220px;height:100%;pointer-events:none;z-index:0}.app-container:before{left:0;background:radial-gradient(ellipse at left center,rgba(224,159,62,.12) 0%,transparent 70%)}.app-container:after{right:0;background:radial-gradient(ellipse at right center,rgba(224,159,62,.12) 0%,transparent 70%)}.app-container>*{position:relative;z-index:1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#e09f3e33;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#e09f3e59}h1,h2,h3{font-family:var(--body);color:var(--text);font-weight:600;line-height:1.3}h1{font-size:2rem}h2{font-size:1rem;color:var(--text-muted);margin-bottom:.75rem}h3{font-size:.9rem;color:var(--text-muted)}a{color:var(--amber);text-decoration:none}a:hover{opacity:.8}.app-container{min-height:100vh;background:var(--bg);display:flex}.upload-container{display:flex;flex-direction:column;align-items:center;gap:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:40px 56px;margin:auto;text-align:center}.logo{width:80px;margin-bottom:4px}.upload-container h1{font-size:1.8rem;font-weight:700;letter-spacing:-.01em}.upload-container p{color:var(--text-muted);font-size:.95rem;max-width:300px;line-height:1.5}#file-input{display:none}.upload-button{display:inline-block;background:var(--amber);color:#141210;font-family:var(--body);font-size:.95rem;font-weight:600;padding:10px 28px;border:none;border-radius:var(--radius);cursor:pointer;transition:opacity .15s}.upload-button:hover{opacity:.85}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1.25rem}.spinner{width:32px;height:32px;border:3px solid rgba(224,159,62,.15);border-top-color:var(--amber);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress-bar-container{width:260px;height:4px;background:#e09f3e1f;border-radius:2px;overflow:hidden}.progress-bar{height:100%;background:var(--amber);transition:width .3s ease}.progress-text{color:var(--text-muted);font-family:var(--mono);font-size:.8rem}.dashboard{width:100%;padding:2rem;background:var(--bg)}.dashboard-header{text-align:center;padding:1.5rem 0;margin-bottom:1.5rem}.dashboard-header h1{font-size:1.8rem}.dashboard-header p{color:var(--text-muted);font-size:.9rem}.dashboard-content{max-width:1200px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.stats-grid.secondary-stats,.stats-grid.fun-stats{margin-top:2rem}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;min-height:90px}.stat-card h3{font-size:.8rem;margin-bottom:.4rem}.stat-value{font-family:var(--mono);font-weight:700;font-size:2.2rem;color:var(--amber);line-height:1;margin-top:auto}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.charts-grid>:first-child{grid-column:span 2}.lists-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.chart-card,.list-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.chart-card-full-row{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:2rem}.date-info{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.date-info>div{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex:1;min-width:200px;padding:1rem}.date-info h3{margin:0;font-size:.85rem}.date-info p{margin:.4rem 0 0;font-size:.95rem;color:var(--amber)}.favorites-tile h2{margin-bottom:.75rem;text-align:center}.favorites-content{display:flex;justify-content:space-between;gap:1.5rem}.list-section{width:50%}.list-section h3{font-size:.85rem;margin-bottom:.5rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.list-section ul{list-style:none;padding:0;margin:0;max-height:200px;overflow-y:auto}.list-section li{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}.film-title{font-size:.88rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.75rem}.film-year{font-family:var(--mono);font-size:.75rem;color:var(--text-muted);background:var(--bg);padding:2px 5px;border-radius:3px}.lag-value-container{display:flex;align-items:flex-end;gap:.5rem;margin-top:auto}.lag-value{font-family:var(--mono);font-size:2.2rem;font-weight:700;color:var(--amber);line-height:1}.lag-label{font-size:1.1rem;font-weight:500;padding-bottom:.2rem;color:var(--text-muted)}.prolific-month-value{margin-top:auto}.prolific-month-value .stat-value{font-size:1.5rem;line-height:1.2}.prolific-month-count{font-size:.88rem;color:var(--text-muted)}.rating-change-content{margin-top:auto;text-align:center}.rating-change-film-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.rating-change-values{display:flex;justify-content:center;align-items:center;gap:.75rem}.rating-value{font-family:var(--mono);font-size:1.3rem;font-weight:700;color:var(--amber);background:var(--bg);padding:.2rem .5rem;border-radius:3px}.rating-arrow{font-size:1.5rem;color:var(--text-muted)}.no-change-text{margin-top:auto;font-size:.88rem;color:var(--text-muted);text-align:center}.actor-tile h2{margin-bottom:.25rem}.actor-tile .tile-subtitle,.tile-subtitle{font-size:.78rem;color:var(--text-faint);margin-top:-.25rem;margin-bottom:.75rem;text-align:center}.actor-list{list-style:none;padding:0 8px 0 0;margin:0;display:flex;flex-direction:column;gap:.65rem;max-height:280px;overflow-y:auto}.actor-list::-webkit-scrollbar{width:4px}.actor-list::-webkit-scrollbar-thumb{background:#e09f3e26;border-radius:3px}.actor-list-item{display:flex;align-items:center;gap:.7rem}.actor-profile-pic{width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--bg);flex-shrink:0}.actor-name{font-weight:500;font-size:.88rem;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actor-count,.star-rating{font-family:var(--mono);font-size:.8rem;color:var(--text-muted)}.star-rating{color:var(--amber);font-weight:700}.map-card h2{text-align:center;margin-bottom:.25rem}.map-card .tile-subtitle{text-align:center;margin-top:0;margin-bottom:1rem;font-size:.85rem;color:var(--text-muted)}.word-cloud-card{display:flex;flex-direction:column;align-items:center}.word-cloud-container{width:100%;max-width:500px;display:flex;justify-content:center;overflow:hidden}.word-cloud-subtitle{text-align:center;margin-top:6px;font-style:italic;font-size:.8rem;color:var(--text-faint)}.insights-tile{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-top:2rem}.insights-title{font-size:1rem;font-weight:600;color:var(--text-muted);margin:0 0 1.25rem}.insights-list{display:flex;flex-direction:column;gap:.6rem}.insight-row{display:flex;align-items:baseline;gap:.65rem;padding:0;background:none;border:none;border-radius:0}.insight-emoji{font-family:var(--mono);font-size:.75rem;color:var(--text-faint);flex-shrink:0;min-width:1.5em}.insight-text{font-size:.9rem;color:var(--text);line-height:1.55}.no-data-warning{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;gap:1rem}.no-data-warning p{color:var(--text-muted);font-size:.95rem;max-width:400px}.no-data-warning button,.no-data-warning .upload-button{background:var(--amber);color:#141210;font-family:var(--body);font-size:.95rem;font-weight:600;padding:10px 28px;border:none;border-radius:var(--radius);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}.charts-grid,.lists-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard{padding:1rem}.dashboard-header{padding:1rem 0}.stats-grid{grid-template-columns:repeat(2,1fr)}.charts-grid,.lists-grid{grid-template-columns:1fr}.stat-value,.lag-value{font-size:1.8rem}h1{font-size:1.5rem}.date-info{flex-direction:column}.date-info>div{min-width:100%}.favorites-content{flex-direction:column;gap:1rem}.list-section{width:100%}.actor-list{max-height:220px}.actor-profile-pic{width:30px;height:30px}.chart-card,.list-card,.chart-card-full-row{padding:1rem}}@media (max-width: 480px){.dashboard{padding:.75rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.stat-card{padding:.85rem;min-height:75px}.stat-card h3{font-size:.75rem}.stat-value{font-size:1.5rem}.upload-container{padding:30px 24px;margin:1rem;width:calc(100% - 2rem)}.logo{width:60px}h1{font-size:1.4rem}.upload-button{padding:10px 24px;font-size:.9rem}.prolific-month-value .stat-value{font-size:1.2rem}.rating-value{font-size:1.1rem}.rating-arrow{font-size:1.2rem}}
