*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh}#root{width:100%}*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #09b1ba;--primary-dark: #078a91;--primary-light: #5eced5;--success: #0d9488;--success-light: #14b8a6;--danger: #e11d48;--danger-light: #f43f5e;--warning: #d97706;--warning-light: #f59e0b;--accent-1: #0891b2;--accent-2: #0e7490;--accent-3: #06b6d4;--bg: #f0f9fa;--card-bg: #ffffff;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--glass-bg: rgba(255, 255, 255, .7);--glass-bg-strong: rgba(255, 255, 255, .85);--glass-border: rgba(255, 255, 255, .5);--glass-shadow: 0 8px 32px rgba(9, 177, 186, .1);--glass-blur: blur(12px)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.app{min-height:100vh}.app-header{background:var(--card-bg);border-bottom:1px solid var(--border);padding:.75rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;position:sticky;top:0;z-index:100}.app-header h1{font-size:1.25rem;font-weight:700;color:var(--primary)}.app-nav{display:flex;gap:.25rem;width:100%;justify-content:center}.nav-btn{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .75rem;border:none;background:transparent;color:var(--text-muted);font-size:.75rem;font-weight:500;cursor:pointer;border-radius:.5rem;transition:all .2s;flex:1;max-width:120px}.nav-btn:hover{background:var(--bg);color:var(--text)}.nav-btn.active{background:var(--primary);color:#fff}.app-main{padding:1rem}.dashboard h2{margin-bottom:1rem;font-size:1.125rem}.stats-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.stat-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--glass-shadow);transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #09b1ba26}.stat-icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.25rem;font-weight:700;color:var(--text)}.stat-label{font-size:.75rem;color:var(--text-muted)}.section-title{font-size:1rem;font-weight:600;margin:1.5rem 0 1rem;color:var(--text)}.charts-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.chart-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:.75rem;padding:1rem;box-shadow:var(--glass-shadow)}.chart-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.chart-header h3{font-size:.8125rem;font-weight:600;color:var(--text);margin:0}.chart-legend{display:flex;gap:1rem;margin-bottom:.75rem;font-size:.6875rem;color:var(--text-muted)}.legend-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.25rem}.bar-chart{display:flex;align-items:flex-end;gap:.5rem;height:120px;padding-top:1.5rem}.bar-chart.dual{gap:.75rem}.bar-container{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.bar-wrapper{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.bar-wrapper.dual{gap:2px}.bar{width:100%;max-width:40px;min-height:4px;border-radius:4px 4px 0 0;position:relative;transition:height .3s ease}.bar-wrapper.dual .bar{max-width:18px}.bar-value{position:absolute;top:-1.25rem;left:50%;transform:translate(-50%);font-size:.625rem;font-weight:600;color:var(--text);white-space:nowrap}.bar-label{font-size:.625rem;color:var(--text-muted);margin-top:.375rem;text-transform:capitalize}.line-chart{position:relative}.line-chart-value{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.current-value{font-size:1.5rem;font-weight:700;color:var(--text)}.change{font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:4px}.change.positive{color:var(--success);background:#10b9811a}.change.negative{color:var(--danger);background:#ef44441a}.line-chart-svg{width:100%;height:80px}.line-chart-labels{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.625rem;color:var(--text-muted)}.item-list-container{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:.75rem;box-shadow:var(--glass-shadow);overflow:hidden}.list-header{padding:1rem;border-bottom:1px solid var(--border);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.list-header h2{font-size:1rem}.list-actions{display:flex;flex-direction:row;gap:.75rem}.filters-section{padding:1rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem;background:var(--bg)}.search-box{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--card-bg);border:1px solid var(--border);border-radius:.5rem;color:var(--text-muted);transition:border-color .2s}.search-box:focus-within{border-color:var(--primary)}.search-box input{flex:1;border:none;background:transparent;font-size:.875rem;color:var(--text);outline:none}.search-box input::placeholder{color:var(--text-muted)}.clear-search{display:flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:50%;transition:all .2s}.clear-search:hover{background:var(--border);color:var(--text)}.filters-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.filter-group{display:flex;align-items:center;gap:.5rem;color:var(--text-muted)}.filter-group select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;font-size:.8125rem;background:var(--card-bg);cursor:pointer;min-width:140px}.btn-clear-filters{padding:.5rem .75rem;font-size:.8125rem;gap:.25rem}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.items-table{width:100%;border-collapse:collapse;font-size:.8125rem}.items-table th,.items-table td{padding:.625rem .5rem;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.items-table th{background:var(--bg);font-weight:600;font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.items-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s,color .2s}.items-table th.sortable:hover{background:var(--border);color:var(--text)}.items-table th.sortable span{margin-right:.25rem}.items-table th.sortable svg{vertical-align:middle;opacity:.5}.items-table th.sortable:hover svg{opacity:1}.items-table tbody tr:hover{background:var(--bg)}.description-cell strong{color:var(--text)}.status-badge{display:inline-block;padding:.2rem .5rem;border-radius:9999px;font-size:.625rem;font-weight:600;color:#fff}.gain-positive{color:#0d9488;font-weight:600}.gain-negative{color:#e11d48;font-weight:600}.actions-cell{display:flex;gap:.25rem}.clickable-row{cursor:pointer;transition:background-color .2s}.clickable-row:hover{background:var(--bg)}.empty-state{padding:2rem 1rem;text-align:center;color:var(--text-muted)}.empty-state p{margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;width:100%}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-icon{width:32px;height:32px;border:none;background:transparent;border-radius:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .2s}.btn-icon:hover{background:var(--bg);color:var(--text)}.btn-icon.btn-danger:hover{background:#fef2f2;color:var(--danger)}.btn-icon.btn-sell:hover{background:#ecfdf5;color:var(--success)}.modal-overlay{position:fixed;inset:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0}.modal{background:var(--glass-bg-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-bottom:none;border-radius:1.5rem 1.5rem 0 0;width:100%;max-height:90vh;overflow-y:auto}.modal-small{max-width:100%}.modal-header{padding:1rem;border-bottom:1px solid var(--glass-border);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:var(--glass-bg-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur)}.modal-header h3{font-size:1rem}.glass-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.detail-panel-overlay{position:fixed;inset:0;background:#0006;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.detail-panel{background:var(--glass-bg-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-radius:1rem;width:calc(100vw - 2rem);max-width:500px;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem);overflow-y:auto;display:flex;flex-direction:column;border:1px solid var(--glass-border);box-shadow:0 25px 50px -12px #00000040}.detail-image-container{position:relative;width:100%;height:200px;overflow:hidden;border-radius:1rem 1rem 0 0;background:linear-gradient(135deg,#e0f2f1,#b2dfdb);flex-shrink:0}.detail-image{width:100%;height:100%;object-fit:cover}.detail-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--primary);opacity:.6}.detail-image-placeholder span{font-size:.875rem;font-weight:500}.detail-header-glass{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%);display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.detail-header-content{flex:1;min-width:0}.detail-header-glass h3{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem;text-shadow:0 1px 3px rgba(0,0,0,.3)}.detail-header-glass .status-badge{display:inline-block}.btn-close-glass{background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:50%;width:36px;height:36px;flex-shrink:0}.btn-close-glass:hover{background:#ffffff4d}.detail-panel-content{padding:1rem;flex:1;overflow-y:auto}.detail-info-grid{display:flex;flex-direction:column;gap:.75rem}.detail-section{border-radius:.75rem;padding:1rem}.detail-section.glass-card{background:#ffffff80}.detail-section h4{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(9,177,186,.2)}.detail-section h4 svg{color:var(--primary)}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.8125rem}.detail-row.total{border-top:1px solid rgba(9,177,186,.2);margin-top:.5rem;padding-top:.5rem;font-weight:600}.detail-label{color:var(--text-muted);display:flex;align-items:center;gap:.375rem}.detail-label svg{width:14px;height:14px}.detail-value{color:var(--text);font-weight:500}.detail-value.savings{color:var(--success)}.detail-panel-actions{padding:1rem;display:flex;flex-direction:column;gap:.5rem;border-radius:.75rem .75rem 0 0;margin:0 -1px -1px}.detail-panel-actions.glass-card{background:#fffc;border:none;border-top:1px solid var(--glass-border)}.btn-glass{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid transparent;font-weight:500}.btn-glass.btn-success{background:#0d9488e6;color:#fff}.btn-glass.btn-success:hover{background:#0d9488}.btn-glass.btn-secondary{background:#09b1ba1a;color:var(--primary-dark);border-color:#09b1ba4d}.btn-glass.btn-secondary:hover{background:#09b1ba33}.btn-glass.btn-outline{background:transparent;color:var(--text-muted);border-color:var(--border)}.btn-glass.btn-outline:hover{background:#0000000d;color:var(--text)}@media(min-width:640px){.detail-panel{max-width:550px}.detail-image-container{height:240px}.detail-header-glass h3{font-size:1.125rem}.detail-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.detail-section:first-child{grid-column:1 / -1}.detail-panel-actions{flex-direction:row;justify-content:flex-end;border-radius:0}.detail-panel-actions .btn{width:auto}}.item-form{padding:1rem}.form-section{margin-bottom:1.25rem}.form-section h4{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.form-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.8125rem;font-weight:500;color:var(--text)}.form-group input,.form-group select{padding:.75rem;border:1px solid var(--border);border-radius:.5rem;font-size:1rem;transition:border-color .2s;-webkit-appearance:none}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary)}.form-group input::placeholder{color:var(--text-muted)}.total-display{margin-top:.75rem;padding:.75rem;background:var(--bg);border-radius:.5rem;text-align:right;font-size:.875rem}.form-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid var(--border)}.sell-info{padding:.75rem;background:var(--bg);border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.sell-info p{margin-bottom:.25rem}.loading{padding:2rem;text-align:center;color:var(--text-muted)}.home{max-width:1000px;margin:0 auto}.home-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:var(--text-muted)}.home-loading .loading-icon{color:var(--primary);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.home-hero{background:linear-gradient(135deg,#09b1ba,#078a91);border-radius:.75rem;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;color:#fff;box-shadow:0 4px 20px #09b1ba4d}.hero-content{width:100%}.hero-welcome{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.25rem}.hero-crown{color:#fbbf24;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));width:28px;height:28px}.hero-welcome h1{font-size:1.25rem;font-weight:700}.hero-username{color:#fef3c7}.hero-subtitle{font-size:.875rem;opacity:.9;margin-bottom:1rem}.hero-stats{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem 1rem;background:#ffffff26;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column;align-items:center;min-width:60px}.hero-stat-value{font-size:1.125rem;font-weight:700}.hero-stat-label{font-size:.625rem;opacity:.85;text-transform:uppercase;letter-spacing:.05em}.hero-stat-divider{display:none}.hero-progress-ring{position:relative;width:90px;height:90px;flex-shrink:0}.hero-progress-ring svg{transform:rotate(-90deg);width:100%;height:100%}.progress-ring-bg{fill:none;stroke:#fff3;stroke-width:8}.progress-ring-fill{fill:none;stroke:#fbbf24;stroke-width:8;stroke-linecap:round;transition:stroke-dasharray .5s ease}.progress-ring-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.progress-ring-value{font-size:1.125rem;font-weight:700}.progress-ring-label{font-size:.5rem;text-transform:uppercase;letter-spacing:.05em;opacity:.85}.quests-section{margin-bottom:1.5rem}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--text)}.section-header svg{width:20px;height:20px}.section-header h2{font-size:1rem;font-weight:600;flex:1}.section-progress{background:var(--bg);padding:.2rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:var(--text-muted)}.quests-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.quest-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:.75rem;padding:1rem;display:flex;gap:.75rem;box-shadow:var(--glass-shadow);border-left:4px solid var(--quest-color);transition:transform .2s,box-shadow .2s}.quest-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.quest-card.completed{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left-color:var(--success)}.quest-icon-wrapper{position:relative;width:44px;height:44px;background:linear-gradient(135deg,var(--quest-color) 0%,color-mix(in srgb,var(--quest-color),black 20%) 100%);border-radius:.625rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.quest-icon-wrapper svg{width:22px;height:22px}.quest-card.completed .quest-icon-wrapper{background:linear-gradient(135deg,var(--success) 0%,#059669 100%)}.quest-completed-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#fbbf24;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:#1e293b;box-shadow:0 2px 4px #0003}.side-quest .quest-icon-wrapper{width:40px;height:40px}.side-quest .quest-icon-wrapper svg{width:20px;height:20px}.quest-content{flex:1;min-width:0}.quest-title{font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.125rem}.quest-description{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem;line-height:1.4}.quest-progress{margin-bottom:.375rem}.quest-progress-bar{height:6px;background:var(--bg);border-radius:9999px;overflow:hidden;margin-bottom:.25rem}.quest-progress-fill{height:100%;background:linear-gradient(90deg,var(--quest-color) 0%,color-mix(in srgb,var(--quest-color),white 20%) 100%);border-radius:9999px;transition:width .5s ease}.quest-card.completed .quest-progress-fill{background:linear-gradient(90deg,var(--success) 0%,#34d399 100%)}.quest-progress-text{font-size:.625rem;color:var(--text-muted);font-weight:500}.quest-reward{display:flex;align-items:center;gap:.25rem;font-size:.625rem;color:#d97706;font-weight:500}.quest-reward svg{width:12px;height:12px}.home-actions{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.action-btn.primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 12px #09b1ba4d}.action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #09b1ba66}.action-btn.secondary{background:var(--card-bg);color:var(--text);border:1px solid var(--border)}.action-btn.secondary:hover{background:var(--bg)}@media(min-width:480px){.stats-grid,.form-grid{grid-template-columns:repeat(2,1fr)}.form-actions{flex-direction:row;justify-content:flex-end}.btn{width:auto}.home-actions{flex-direction:row;justify-content:center}.action-btn{width:auto}.charts-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:640px){.app-header{flex-direction:row;justify-content:space-between;padding:1rem 1.5rem}.app-header h1{font-size:1.375rem}.app-nav{width:auto;justify-content:flex-end}.nav-btn{flex:none;max-width:none;padding:.5rem 1rem;font-size:.8125rem}.app-main{padding:1.5rem}.filters-section{flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem}.search-box{flex:1;min-width:250px;max-width:400px}.filters-row{flex:1;justify-content:flex-end}.modal-overlay{align-items:center;padding:1rem}.modal{border-radius:1.5rem;max-width:600px;border:1px solid var(--glass-border)}.modal-small{max-width:400px}.home-hero{flex-direction:row;text-align:left;padding:1.5rem;gap:1.5rem}.hero-welcome{justify-content:flex-start}.hero-welcome h1{font-size:1.5rem}.hero-crown{width:32px;height:32px}.hero-stats{justify-content:flex-start}.hero-stat-divider{display:block;width:1px;height:32px;background:#ffffff4d}.hero-progress-ring{width:100px;height:100px}.progress-ring-value{font-size:1.25rem}.quests-grid.main-quests,.quests-grid.side-quests{grid-template-columns:repeat(2,1fr)}.chart-card{padding:1.25rem}.chart-header h3{font-size:.875rem}.bar-chart{height:140px}.bar-value,.bar-label{font-size:.6875rem}.line-chart-svg{height:100px}.current-value{font-size:1.75rem}.line-chart-labels{font-size:.6875rem}}@media(min-width:768px){.app-header{padding:1rem 2rem}.app-header h1{font-size:1.5rem}.nav-btn{padding:.5rem 1rem;font-size:.875rem}.app-main{padding:2rem}.dashboard h2{margin-bottom:1.5rem;font-size:1.25rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.stat-card{padding:1.25rem;gap:1rem}.stat-icon{width:48px;height:48px}.stat-value{font-size:1.5rem}.stat-label,.items-table{font-size:.875rem}.items-table th,.items-table td{padding:.875rem 1rem}.items-table th{font-size:.75rem}.status-badge{padding:.25rem .75rem;font-size:.75rem}.modal{max-width:700px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.form-group input,.form-group select{padding:.625rem .75rem;font-size:.875rem}.home-hero{padding:2rem;gap:2rem;border-radius:1rem}.hero-welcome h1{font-size:1.75rem}.hero-crown{width:40px;height:40px}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-stats{padding:1rem 1.5rem;gap:1.5rem}.hero-stat-value{font-size:1.5rem}.hero-stat-label{font-size:.75rem}.hero-stat-divider{height:40px}.hero-progress-ring{width:120px;height:120px}.progress-ring-value{font-size:1.5rem}.progress-ring-label{font-size:.625rem}.section-header{gap:.75rem;margin-bottom:1rem}.section-header svg{width:24px;height:24px}.section-header h2{font-size:1.25rem}.section-progress{padding:.25rem .75rem;font-size:.875rem}.quests-grid{gap:1rem}.quests-grid.main-quests{grid-template-columns:repeat(3,1fr)}.quest-card{padding:1.25rem;gap:1rem}.quest-icon-wrapper{width:56px;height:56px}.quest-icon-wrapper svg{width:32px;height:32px}.side-quest .quest-icon-wrapper{width:48px;height:48px}.side-quest .quest-icon-wrapper svg{width:28px;height:28px}.quest-title{font-size:1rem;margin-bottom:.25rem}.quest-description{font-size:.8125rem;margin-bottom:.75rem}.quest-progress-bar{height:8px;margin-bottom:.375rem}.quest-progress-text{font-size:.75rem}.quest-reward{font-size:.75rem;gap:.375rem}.quest-reward svg{width:14px;height:14px}.home-actions{padding-top:1rem;gap:1rem}.action-btn{padding:.875rem 1.5rem;font-size:1rem}.section-title{font-size:1.25rem}.charts-grid{gap:1rem}.chart-card{padding:1.5rem;border-radius:1rem}.chart-header{margin-bottom:1rem}.chart-header h3{font-size:1rem}.chart-legend{font-size:.75rem}.bar-chart{height:160px;gap:.75rem}.bar{max-width:48px}.bar-wrapper.dual .bar{max-width:22px}.bar-value,.bar-label{font-size:.75rem}.current-value{font-size:2rem}.change{font-size:.8125rem}.line-chart-svg{height:120px}.line-chart-labels{font-size:.75rem}}@media(min-width:1024px){.app-main{max-width:1400px;margin:0 auto}.stats-grid,.quests-grid.side-quests{grid-template-columns:repeat(4,1fr)}.charts-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.chart-card{padding:1.5rem}.bar-chart{height:180px}.bar{max-width:56px}.bar-wrapper.dual .bar{max-width:26px}}
