:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;overflow-x:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background-color:#0f0f0f;color:#ffffffde;padding:2rem}main{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.header-row{width:100%;max-width:1000px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #333;padding-bottom:1rem}.header-title-group{display:flex;align-items:center;gap:.75rem}.header-row h1{margin:0;font-size:2rem;letter-spacing:.05em}.home-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fffffff2;opacity:.75;transition:opacity .2s ease}.home-link:hover{opacity:1}.home-icon{display:inline-flex;width:24px;height:24px}.home-link svg{width:100%;height:100%;stroke:currentColor}.breadcrumb-separator{color:#555;font-size:1.4rem;font-weight:300;margin-top:-2px}.header-app-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--accent, #4ECDC4);background:#ffffff14;border-radius:12px;padding:.25rem}.hero-stat{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:2rem;background:#1a1a1a;padding:2rem;border-radius:12px;border:1px solid #333;min-width:200px;gap:3rem;box-shadow:0 4px 6px #0000004d;width:100%;max-width:1000px}.hero-group{display:flex;flex-direction:column;align-items:center}.hero-group.hero-active{flex-direction:row;align-items:center;gap:1.5rem}.hero-primary{display:flex;flex-direction:column;align-items:center}.hero-meta{display:flex;flex-direction:column;gap:.75rem;padding-left:1.5rem;border-left:1px solid #2d2d2d}.hero-meta-item{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.meta-value{font-size:1.5rem;font-weight:600;color:#e0e0e0;line-height:1.1}.meta-label{font-size:.85rem;letter-spacing:.05em;color:#888}.hero-divider{width:1px;height:80px;background-color:#444}.hero-number{font-size:4rem;font-weight:700;color:#e0e0e0;line-height:1}.hero-number.active{color:#81c784}.hero-number.total{color:#1b5e20}.hero-label{font-size:1.2rem;color:#888;margin-top:.5rem}.controls{background:#1a1a1a;padding:1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:1000px;border:1px solid #333;box-shadow:0 4px 6px #0000004d}.input-group{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.stats{display:flex;gap:2rem;font-size:1.1rem;color:#aaa}.input-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem}.input-wrapper label{font-size:.85rem;color:#aaa;letter-spacing:.5px;font-weight:600}input{font-size:1.2rem;padding:.75rem;border-radius:8px;border:1px solid #444;background:#222;color:#fff;width:120px;text-align:center;transition:border-color .2s,background-color .2s}input:focus{outline:none;border-color:#646cff;background-color:#2a2a2a}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield;-moz-appearance:textfield}.years-container{display:flex;flex-direction:column;gap:3px;padding:1rem;width:100%;background:#1a1a1a;border-radius:12px;border:1px solid #333;max-width:1000px}.year-row{display:grid;grid-template-columns:30px 1fr;align-items:center;gap:10px;min-height:0}.year-label{width:30px;text-align:right;font-size:.8rem;color:#888;flex-shrink:0;line-height:1;display:block;height:auto}.weeks-grid{display:grid;grid-template-columns:repeat(53,1fr);gap:3px;width:100%}.cell{aspect-ratio:1;border-radius:2px;background-color:#4caf50;transition:opacity .2s}.cell:hover{opacity:.8}.cell.active{background-color:#81c784}.cell.retirement{background-color:#1b5e20}.cell.lived{background-color:#333;border:1px solid #222}@media(max-width:800px){.weeks-grid{gap:1px}.years-container{padding:.5rem;gap:1px}body{padding:1rem}.hero-stat{flex-direction:column;gap:1.5rem}.hero-divider{width:80%;height:1px}.hero-number{font-size:3rem}.hero-group.hero-active{flex-direction:column;gap:1rem}.hero-meta{border-left:none;border-top:1px solid #2d2d2d;padding-left:0;padding-top:1rem;align-items:center}.hero-meta-item{align-items:center;text-align:center}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
