@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;padding-bottom:env(safe-area-inset-bottom)}@media(max-width:640px){:root{font-size:14px}}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-color: #f8fafc;--text-primary: #1e293b;--text-secondary: #64748b;--card-bg: #ffffff;--accent-color: #4f46e5;--accent-hover: #4338ca;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}.home-container{min-height:100vh;width:100%;background-color:var(--bg-color);color:var(--text-primary);display:flex;flex-direction:column;align-items:center;padding:4rem 1rem;font-family:Inter,system-ui,-apple-system,sans-serif}.home-header{text-align:center;margin-bottom:4rem;animation:fadeInDown .8s ease-out}.home-title{font-size:3.5rem;font-weight:800;letter-spacing:-.05em;line-height:1.1;margin:0;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-subtitle{font-size:1.125rem;color:var(--text-secondary);font-weight:500;margin-top:1rem;letter-spacing:.1em}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:900px;animation:fadeInUp .8s ease-out .2s backwards}.tool-card{background:var(--card-bg);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-md);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(226,232,240,.8);display:block;text-decoration:none;position:relative;overflow:hidden}.tool-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--accent-color);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.tool-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--accent-color)}.tool-card:hover:before{transform:scaleX(1)}.card-content h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.card-content p{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin:0}.card-arrow{margin-top:1.5rem;font-weight:600;font-size:.9rem;color:var(--accent-color);display:flex;align-items:center;gap:.25rem;opacity:0;transform:translate(-10px);transition:all .3s ease}.tool-card:hover .card-arrow{opacity:1;transform:translate(0)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.home-title{font-size:2.25rem;letter-spacing:-.02em}.home-subtitle{font-size:1rem;margin-top:.75rem}.home-container{padding:2rem 1rem;align-items:stretch}.tools-grid{grid-template-columns:1fr;gap:1.5rem}.tool-card{padding:1.5rem}.card-arrow{opacity:1;transform:translate(0)}}:root{--font-sans: "Inter", "Noto Sans JP", sans-serif;--font-mono: "JetBrains Mono", monospace;--c-bg-body: #f9f9f9;--c-bg-surface: #ffffff;--c-text-primary: #111827;--c-text-secondary: #6b7280;--c-text-tertiary: #9ca3af;--c-text-on-accent: #ffffff;--c-border: #e5e7eb;--c-border-hover: #d1d5db;--c-accent: #2563eb;--c-accent-hover: #1d4ed8;--c-accent-light: #eff6ff;--c-danger: #ef4444;--c-danger-text: #b91c1c;--c-success: #10b981;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--ease-out: cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background-color:var(--c-bg-body);color:var(--c-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;letter-spacing:-.025em;line-height:1.2}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none;padding:0}input{font-family:var(--font-sans)}.text-mono{font-family:var(--font-mono)}#root{max-width:800px;margin:0 auto;padding:4rem 2rem}@media(max-width:640px){#root{padding:2rem 1.5rem}}.app-header{margin-bottom:4rem}.app-header h1{font-size:2.5rem;color:var(--c-text-primary);margin-bottom:.5rem;letter-spacing:-.04em}.app-header .subtitle{font-size:1rem;color:var(--c-text-tertiary);font-weight:500}.nav-bar{display:flex;gap:2rem;margin-bottom:3rem;border-bottom:1px solid var(--c-border);padding-bottom:1rem}.nav-bar button{font-size:.875rem;font-weight:500;color:var(--c-text-secondary);transition:color .2s ease}.nav-bar button:hover{color:var(--c-accent)}.card{background:var(--c-bg-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:2.5rem;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.card-header h2{font-size:1.125rem;font-weight:600;color:var(--c-text-primary)}.data-count{font-size:.75rem;font-family:var(--font-mono);color:var(--c-text-tertiary);background:var(--c-bg-body);padding:.25rem .75rem;border-radius:var(--radius-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-md);transition:all .2s var(--ease-out);height:42px}.btn-primary{background-color:var(--c-accent);color:var(--c-text-on-accent)}.btn-primary:hover{background-color:var(--c-accent-hover);transform:translateY(-1px)}.btn-outline{border:1px solid var(--c-border);color:var(--c-text-primary);background-color:transparent}.btn-outline:hover{border-color:var(--c-text-secondary);background-color:var(--c-bg-body)}.btn-ghost{color:var(--c-text-secondary)}.btn-ghost:hover{color:var(--c-text-primary);background-color:var(--c-bg-body)}.btn-danger{color:var(--c-danger-text);background-color:#fef2f2}.btn-danger:hover{background-color:#fee2e2}.stopwatch-container{text-align:center;padding:1rem 0}.stopwatch-display{font-family:var(--font-mono);font-size:5rem;font-weight:500;color:var(--c-text-primary);line-height:1;margin-bottom:2rem;letter-spacing:-.05em;font-variant-numeric:tabular-nums}.stopwatch-display.running{color:var(--c-accent)}.stopwatch-buttons{display:flex;gap:1rem;justify-content:center}.stopwatch-buttons button{min-width:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--c-text-secondary)}input[type=text],input[type=number]{background:var(--c-bg-body);border:1px solid transparent;border-bottom:1px solid var(--c-border);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.938rem;color:var(--c-text-primary);transition:all .2s ease}input[type=text]:focus,input[type=number]:focus{outline:none;border-color:var(--c-accent);background:var(--c-bg-surface);box-shadow:0 0 0 3px var(--c-accent-light)}.item-section{margin-top:2.5rem;padding-top:2rem;border-top:1px dashed var(--c-border)}.item-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;justify-content:center;align-items:center;width:100%}@media(min-width:641px){.item-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;align-items:stretch;justify-items:stretch;width:100%}.item-checkbox{width:100%;justify-content:center;padding:1rem 1.25rem;min-height:64px;font-size:1rem}}@media(max-width:640px){.item-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.item-checkbox{width:100%;padding:.85rem;min-height:56px;font-size:.95rem}}.item-checkbox{display:flex;align-items:center;justify-content:center;padding:.75rem;border:1px solid var(--c-border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.item-checkbox:hover{border-color:var(--c-text-tertiary)}.item-checkbox input{display:none}.item-checkbox.checked{background-color:var(--c-text-primary);border-color:var(--c-text-primary);color:var(--c-bg-surface)}.item-checkbox span{font-size:.813rem;font-weight:500}.result-stats{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--c-border);border-radius:var(--radius-md);overflow:hidden;margin-bottom:2rem}.result-stat{padding:2rem;text-align:center;border-right:1px solid var(--c-border);background:var(--c-bg-body)}.result-stat:last-child{border-right:none}.result-stat-label{font-size:.75rem;color:var(--c-text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.result-stat-value{font-size:2rem;font-family:var(--font-mono);font-weight:600;color:var(--c-text-primary)}.result-stat-unit{font-size:.75rem;color:var(--c-text-tertiary)}.ranking-table{width:100%;border-collapse:collapse}.ranking-table th{text-align:left;padding:1rem 0;border-bottom:2px solid var(--c-border);font-size:.75rem;color:var(--c-text-secondary);text-transform:uppercase;letter-spacing:.05em}.ranking-table td{padding:1rem 0;border-bottom:1px solid var(--c-border);font-size:.938rem;color:var(--c-text-primary)}.ranking-table tr:hover td{color:var(--c-accent)}.rank-number{font-family:var(--font-mono);font-weight:500;color:var(--c-text-tertiary)}.rank-number.top{color:var(--c-text-primary);font-weight:700}.item-tags{display:flex;gap:.5rem}.item-tag-text{font-size:.75rem;color:var(--c-text-secondary)}.text-right{text-align:right}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.w-full{width:100%}@media(max-width:640px){#root{padding:2rem 1rem;max-width:100%}.app-header{margin-bottom:2rem}.app-header h1{font-size:2rem}.nav-bar{gap:1rem;padding-bottom:.75rem;margin-bottom:2rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.nav-bar::-webkit-scrollbar{display:none}.stopwatch-display{font-size:3.5rem}.stopwatch-buttons{flex-wrap:wrap}.stopwatch-buttons button{flex:1;min-width:80px}.form-row{grid-template-columns:1fr;gap:1.25rem}.card{padding:1.5rem}.item-grid{grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:.75rem}.item-checkbox{padding:.625rem}.result-stats{display:flex;grid-template-columns:1fr 1fr}.ranking-table{display:block;overflow-x:auto;white-space:nowrap}}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1;padding:24px 16px 80px}.header{display:none;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px;height:64px;position:sticky;top:0;z-index:100}.header__inner{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between}.header__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.header__nav{display:flex;gap:8px}.header__link{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none;transition:all .2s ease}.header__link:hover{background:#f3f4f6;color:#111827}.header__link--active{background:#f0f7ff;color:#2563eb}.header__icon{width:18px;height:18px}.tabbar{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:8px 0;padding-bottom:max(8px,env(safe-area-inset-bottom));z-index:100}.tabbar__link{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;text-decoration:none;color:#9ca3af;transition:all .2s ease}.tabbar__link--active{color:#2563eb}.tabbar__icon{width:24px;height:24px}.tabbar__label{font-size:.75rem;font-weight:500}@media(min-width:768px){.header{display:block}.tabbar{display:none}.layout__main{padding:32px 24px}}.register-page{max-width:480px;margin:0 auto}.register-page__header{text-align:center;margin-bottom:32px}.register-page__title{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 8px}.register-page__subtitle{font-size:.875rem;color:#6b7280;margin:0}.register-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.form-group{margin-bottom:24px}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:8px}.form-input{width:100%;padding:12px 16px;font-size:1rem;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#111827;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.form-input--large{font-size:1.5rem;font-weight:600;text-align:center;padding:16px}input[type=date].form-input,input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#111827;background:#f9fafb;padding:10px 12px;max-width:100%}input[type=date]::-webkit-calendar-picker-indicator{right:8px;opacity:.8}.form-group{margin-bottom:24px;overflow:hidden}.mode-selector{display:flex;gap:8px}.mode-button{flex:1;padding:12px 8px;font-size:.875rem;font-weight:500;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease}.mode-button:hover{border-color:#d1d5db;background:#f9fafb}.mode-button--add.mode-button--active{border-color:#10b981;background:#ecfdf5;color:#059669}.mode-button--premium.mode-button--active{border-color:#8b5cf6;background:#f5f3ff;color:#7c3aed}.mode-button--other.mode-button--active{border-color:#f59e0b;background:#fffbeb;color:#d97706}.mode-button--serebo.mode-button--active{border-color:#06b6d4;background:#ecfeff;color:#0ea5b0}.mode-button--pick.mode-button--active{border-color:#ef4444;background:#fff1f2;color:#dc2626}.last-coin-info{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f3f4f6;border-radius:10px;margin-bottom:24px}.last-coin-info__label{font-size:.875rem;color:#6b7280}.last-coin-info__value{font-size:1.125rem;font-weight:600;color:#111827}.submit-button{width:100%;padding:16px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #2563eb1a;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.submit-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.submit-button:active{transform:translateY(0)}.submit-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.error-message{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.875rem;margin-bottom:16px}.success-message{padding:12px 16px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;color:#059669;font-size:.875rem;margin-bottom:16px;text-align:center}.diff-preview{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px;background:#f9fafb;border-radius:10px;margin-bottom:16px}.diff-preview__value{font-size:1.25rem;font-weight:600}.diff-preview__value--positive{color:#10b981}.diff-preview__value--negative{color:#ef4444}.diff-preview__label{font-size:.875rem;color:#6b7280}.calendar{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.calendar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.calendar__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.calendar__nav-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}.calendar__nav-button:hover{background:#f3f4f6}.calendar__nav-button svg{width:16px;height:16px;stroke:#6b7280}.calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.calendar__weekday{text-align:center;font-size:.75rem;font-weight:500;color:#9ca3af;padding:8px 0}.calendar__weekday:nth-child(6){color:#3b82f6}.calendar__weekday:last-child{color:#ef4444}.calendar__days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar__day{aspect-ratio:1;min-height:60px;padding:4px;border-radius:8px;background:#f9fafb;display:flex;flex-direction:column;overflow:hidden}.calendar__day--empty{background:transparent}.calendar__day--today{background:#eff6ff;border:2px solid #2563eb}.calendar__day--has-data{background:#fff;border:1px solid #e5e7eb}.calendar__day-number{font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:2px}.calendar__day--today .calendar__day-number{color:#2563eb;font-weight:600}.calendar__day-stats{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1px;font-size:.625rem}.calendar__stat{display:flex;align-items:center;gap:2px;white-space:nowrap;overflow:hidden}.calendar__stat--earned{color:#10b981}.calendar__stat--premium{color:#8b5cf6}.calendar__stat--other{color:#f59e0b}.calendar__stat--serebo{color:#0ea5b0}.calendar__stat--pick{color:#dc2626}.calendar__stat-dot{width:4px;height:4px;border-radius:50%;flex-shrink:0}.calendar__stat--earned .calendar__stat-dot{background:#10b981}.calendar__stat--premium .calendar__stat-dot{background:#8b5cf6}.calendar__stat--other .calendar__stat-dot{background:#f59e0b}.calendar__stat--serebo .calendar__stat-dot{background:#0ea5b0}.calendar__stat--pick .calendar__stat-dot{background:#dc2626}@media(max-width:480px){.calendar__day{min-height:50px}.calendar__day-stats{font-size:.5625rem}}@media(max-width:640px){.calendar{padding:8px;width:100%;box-sizing:border-box}.calendar__header{margin-bottom:12px;gap:8px}.calendar__nav-button{width:32px;height:32px}.calendar__weekdays{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:6px}.calendar__days{grid-template-columns:repeat(7,1fr);gap:2px;grid-auto-rows:minmax(40px,auto)}.calendar__day{aspect-ratio:auto;min-height:40px;padding:4px;border-radius:6px}.calendar__day-number{font-size:.625rem;margin-bottom:2px}.calendar__day-stats{font-size:.5rem;gap:1px}.calendar__stat{white-space:normal;overflow-wrap:anywhere;display:block;line-height:1}.calendar__stat-dot{width:3px;height:3px}.calendar__nav-button{width:30px;height:30px}.calendar__title{font-size:1rem}}.stats-page{max-width:800px;margin:0 auto}.stats-page__header{text-align:center;margin-bottom:24px}.stats-page__title{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 8px}.stats-page__subtitle{font-size:.875rem;color:#6b7280;margin:0}.stats-section{margin-bottom:24px}.stats-section__title{font-size:1rem;font-weight:600;color:#374151;margin:0 0 12px}.stats-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.chart-container{width:100%;height:220px}.pie-chart-container{width:100%;height:260px;display:flex;align-items:center;justify-content:center}.total-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.total-stat{text-align:center;padding:16px;border-radius:12px;background:#f9fafb}.total-stat--earned{background:#ecfdf5}.total-stat--premium{background:#f5f3ff}.total-stat--other{background:#fffbeb}.total-stat--serebo{background:#ecfeff}.total-stat--pick{background:#fff1f2}.total-stat__label{font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:4px}.total-stat__value{font-size:1.25rem;font-weight:700}.total-stat--earned .total-stat__value{color:#059669}.total-stat--premium .total-stat__value{color:#7c3aed}.total-stat--other .total-stat__value{color:#d97706}.total-stat--serebo .total-stat__value{color:#0ea5b0}.total-stat--pick .total-stat__value{color:#dc2626}.period-stats-table{width:100%;border-collapse:collapse}.period-stats-table th,.period-stats-table td{padding:12px 8px;text-align:right;font-size:.875rem}.period-stats-table th{font-weight:500;color:#6b7280;border-bottom:1px solid #e5e7eb}.period-stats-table th:first-child,.period-stats-table td:first-child{text-align:left}.period-stats-table td{color:#111827}.period-stats-table tbody tr:hover{background:#f9fafb}.period-stats-table__earned{color:#059669!important}.period-stats-table__premium{color:#7c3aed!important}.period-stats-table__other{color:#d97706!important}.period-stats-table__serebo{color:#0ea5b0!important}.period-stats-table__pick{color:#dc2626!important}.data-actions{display:flex;gap:12px;flex-wrap:wrap}.data-button{flex:1;min-width:140px;padding:12px 16px;font-size:.875rem;font-weight:500;border-radius:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.data-button--export{background:#2563eb;color:#fff;border:none}.data-button--export:hover{background:#1d4ed8}.data-button--import{background:#fff;color:#374151;border:1px solid #e5e7eb}.data-button--import:hover{background:#f9fafb}.data-button svg{width:18px;height:18px}.hidden-input{display:none}.stats-message{padding:12px 16px;border-radius:10px;font-size:.875rem;margin-bottom:16px}.stats-message--success{background:#ecfdf5;border:1px solid #a7f3d0;color:#059669}.stats-message--error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}@media(max-width:640px){.total-stats{grid-template-columns:1fr;gap:12px}.total-stat{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}.total-stat__label{margin-bottom:0}.period-stats-table th,.period-stats-table td{padding:10px 6px;font-size:.8125rem;white-space:nowrap}.period-stats-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.empty-state{text-align:center;padding:40px 20px;color:#6b7280}.empty-state__icon{width:48px;height:48px;margin:0 auto 16px;stroke:#d1d5db}.empty-state__text{font-size:.875rem;margin:0}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
