.evolution-progress-tree{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden}.evolution-header{display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:12px;z-index:2}.evolution-language{font-size:18px;font-weight:700;color:#33691e}.evolution-count{font-size:13px;color:#558b2f}.evolution-canvas{position:relative;width:100%;flex:0 0 auto;height:480px;display:flex;align-items:flex-end;justify-content:center}.evolution-canvas svg{display:block;width:100%;height:100%}.evolution-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffffe6;padding:16px 24px;border-radius:12px;font-size:14px;color:#33691e;text-align:center;box-shadow:0 2px 12px #00000014;pointer-events:none}.evolution-apple{transform-box:fill-box}.evolution-apple--picked{opacity:0;pointer-events:none;transform:scale(0);transition:opacity .3s ease,transform .3s ease}.evolution-apple--falling{animation:apple-fall .5s cubic-bezier(.6,-.28,.735,.045) forwards;pointer-events:none}@keyframes apple-fall{0%{transform:scale(1);opacity:1}20%{transform:scale(1.15)}to{transform:translateY(250px) scale(.8);opacity:0}}.evolution-apple:hover{filter:drop-shadow(0 0 4px rgba(229,57,53,.5))}@keyframes leafSwayAndStop{0%{transform:rotate(0)}15%{transform:rotate(7deg)}30%{transform:rotate(0)}45%{transform:rotate(-4deg)}60%{transform:rotate(0)}75%{transform:rotate(2deg)}90%{transform:rotate(-.5deg)}to{transform:rotate(0)}}.tree-ready .swaying-leaf{animation:leafSwayAndStop 4.5s ease-in-out forwards}.tree-ready .swaying-leaf{animation:leafSwayAndStop 4.5s ease-in-out forwards,idleSway 6s ease-in-out infinite 4.5s}@keyframes idleSway{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}.evolution-controls{display:flex;justify-content:center;gap:8px;margin-bottom:16px;flex-wrap:wrap;z-index:2}.evolution-control-button{padding:8px 14px;font-weight:700;cursor:pointer;border-radius:6px;border:1px solid #C5E1A5;background:#fff;color:#33691e;transition:background .2s,color .2s,border-color .2s}.evolution-control-button.active{border-color:#33691e;background:#81c784;color:#fff}.evolution-control-button:hover{background:#f1f8e9}.evolution-apple--ready{animation:applePulse 4s ease-in-out infinite}@keyframes applePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}[data-theme=dark] .evolution-language{color:#a5d6a7}[data-theme=dark] .evolution-count{color:#9ccc9c}[data-theme=dark] .evolution-empty{background:#1a211beb;color:#a5d6a7;box-shadow:0 2px 12px #0006}[data-theme=dark] .evolution-control-button{border:1px solid #2c3a2d;background:#1a211b;color:#a5d6a7}[data-theme=dark] .evolution-control-button.active{border-color:#4caf50;background:#4caf50;color:#0f1410}[data-theme=dark] .evolution-control-button:hover{background:#233c28}.hedgehog-widget{display:flex;align-items:center;gap:8px;background:#ffc1071f;border:1px solid rgba(255,193,7,.3);border-radius:14px;padding:8px 14px;margin:0 auto 12px;width:fit-content;animation:hedgehog-walk 3s ease-in-out infinite}@keyframes hedgehog-walk{0%,to{transform:translate(0)}25%{transform:translate(4px)}75%{transform:translate(-4px)}}.hedgehog-icon{font-size:22px;animation:hedgehog-bounce 1.5s ease-in-out infinite}@keyframes hedgehog-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.hedgehog-info{display:flex;flex-direction:column}.hedgehog-label{font-size:12px;font-weight:600;color:#b45309}.hedgehog-time{font-size:11px;color:#9a6a00;font-variant-numeric:tabular-nums}.hedgehog-basket{font-size:18px;animation:basket-swing 2s ease-in-out infinite}@keyframes basket-swing{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.hedgehog-push-prompt{margin:0 auto 12px;width:fit-content;max-width:360px}.hedgehog-push-inner{display:flex;align-items:flex-start;gap:10px;background:#fff;border:1px solid rgba(255,193,7,.3);border-radius:14px;padding:12px 14px}.hedgehog-push-icon{font-size:22px;flex-shrink:0}.hedgehog-push-text{flex:1}.hedgehog-push-text p{margin:0;font-size:13px;color:#b45309;line-height:1.4}.hedgehog-push-actions{display:flex;gap:6px;margin-top:8px}.hedgehog-push-btn{background:#f9a825;color:#1a1a1a;border:none;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer}.hedgehog-push-btn-secondary{background:none;border:1px solid rgba(249,168,37,.4);color:#b45309;padding:6px 14px;border-radius:8px;font-size:12px;cursor:pointer}[data-theme=dark] .hedgehog-label{color:#ffb300}[data-theme=dark] .hedgehog-time{color:#ffd54f}[data-theme=dark] .hedgehog-push-inner{background:#1a211b}[data-theme=dark] .hedgehog-push-text p{color:#ffb300}[data-theme=dark] .hedgehog-push-btn{background:#ffb300;color:#0f1410}[data-theme=dark] .hedgehog-push-btn-secondary{color:#ffd54f}.crops-section{margin-top:4px}.crops-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.crops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.garden-demo{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:24px;background:#f1f8e9;box-sizing:border-box}.garden-demo-header{text-align:center;margin-bottom:16px}.garden-demo-header h1{margin:0 0 8px;color:#33691e;font-size:24px}.garden-demo-header p{margin:0;color:#558b2f;font-size:14px}.garden-demo-tree{width:100%;max-width:800px;flex:1;min-height:520px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:20px;box-sizing:border-box}.garden-demo-legend{display:flex;gap:20px;margin-top:16px;font-size:13px;color:#33691e}.garden-demo-legend-item{background:#fff;padding:8px 14px;border-radius:8px;box-shadow:0 1px 4px #0000000d}[data-theme=dark] .garden-demo{background:#0f1410}[data-theme=dark] .garden-demo-header h1{color:#a5d6a7}[data-theme=dark] .garden-demo-header p{color:#9ccc9c}[data-theme=dark] .garden-demo-tree{background:#1a211b;box-shadow:0 4px 20px #00000073}[data-theme=dark] .garden-demo-legend{color:#a5d6a7}[data-theme=dark] .garden-demo-legend-item{background:#1a211b;box-shadow:0 1px 4px #0006}.reg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reg-sheet{width:100%;max-width:420px;background:#fff;border-radius:24px 24px 0 0;padding:28px 24px 32px;animation:slideUp .25s cubic-bezier(.25,1,.5,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.reg-apple{font-size:56px;text-align:center;margin-bottom:12px;animation:appleBounce 1s ease-in-out infinite}@keyframes appleBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.reg-title{font-size:22px;font-weight:800;text-align:center;color:#1a1a1a;margin:0 0 10px}.reg-subtitle{font-size:15px;text-align:center;color:#555;line-height:1.5;margin:0 0 24px}.reg-btn{width:100%;padding:16px;border:none;border-radius:16px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .15s,background .15s;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px}.reg-btn:hover{transform:translateY(-1px)}.reg-btn-vk{background:#07f;color:#fff}.reg-btn-vk:hover{background:#06d}.reg-btn-email{background:#e3f2fd;color:#1565c0}.reg-btn-email:hover{background:#bbdefb}.reg-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.reg-input{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:14px;font-size:16px;margin-bottom:12px;outline:none;box-sizing:border-box}.reg-input:focus{border-color:#1565c0}.reg-code-row{display:flex;gap:8px;margin-bottom:12px}.reg-code-row .reg-input{flex:1;margin-bottom:0;text-align:center;letter-spacing:4px;font-weight:700}.reg-hint{font-size:13px;color:#888;text-align:center;margin:0 0 16px}.reg-error{font-size:13px;color:#c62828;text-align:center;margin:-8px 0 12px}.reg-later{display:block;width:100%;padding:12px;border:none;background:transparent;color:#888;font-size:14px;cursor:pointer;text-align:center}.reg-later:hover{color:#555}[data-theme=dark] .reg-overlay{background:#000000a6}[data-theme=dark] .reg-sheet{background:#1a211b}[data-theme=dark] .reg-title{color:#e6ece2}[data-theme=dark] .reg-subtitle{color:#b8c4b4}[data-theme=dark] .reg-btn-vk{background:#07f;color:#fff}[data-theme=dark] .reg-btn-email{background:#1b303b;color:#81d4fa}[data-theme=dark] .reg-btn-email:hover{background:#233c4a}[data-theme=dark] .reg-input{border:2px solid #2c3a2d;background:#10150f;color:#e6ece2}[data-theme=dark] .reg-input:focus{border-color:#4fc3f7}[data-theme=dark] .reg-hint{color:#7d8a79}[data-theme=dark] .reg-error{color:#ef9a9a}[data-theme=dark] .reg-later{color:#7d8a79}[data-theme=dark] .reg-later:hover{color:#b8c4b4}.shop-page{flex:1 1 auto;min-height:0;background:#f1f8e9;color:#1a1a1a;padding-bottom:20px}.shop-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08)}.shop-header h2{font-size:20px;font-weight:700;margin:0;flex:1;text-align:center}.shop-back-btn{background:none;border:none;color:#2e7d32;font-size:15px;cursor:pointer;padding:8px 12px;border-radius:10px;transition:background .2s}.shop-back-btn:hover{background:#2e7d3214}.shop-balance{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 20px;background:#fff9;border-bottom:1px solid rgba(0,0,0,.06)}.shop-balance-apples{display:flex;align-items:center;gap:6px;font-size:22px;font-weight:700;color:#2e7d32}.shop-balance-icon{font-size:24px}.shop-balance-amount{font-variant-numeric:tabular-nums}.shop-hedgehog-badge{background:#2e7d321f;border:1px solid rgba(46,125,50,.3);color:#1b5e20;padding:6px 14px;border-radius:20px;font-size:13px;cursor:pointer;transition:background .2s}.shop-hedgehog-badge:hover{background:#2e7d3233}.shop-bonus{padding:12px 20px}.shop-bonus-inner{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:12px 16px}.shop-bonus-icon{font-size:24px}.shop-bonus-text{flex:1;font-size:14px;color:#b45309}.shop-bonus-btn{background:#f9a825;color:#1a1a1a;border:none;padding:8px 18px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s}.shop-bonus-btn:disabled{opacity:.5;cursor:default}.shop-bonus-btn.claimed{background:#2e7d3226;color:#2e7d32}.shop-error{margin:12px 20px;padding:12px 16px;background:#c6282814;border:1px solid rgba(198,40,40,.25);border-radius:12px;color:#c62828;font-size:14px;text-align:center}.shop-categories{display:flex;gap:6px;padding:12px 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.shop-cat-btn{flex-shrink:0;background:#0000000a;border:1px solid rgba(0,0,0,.1);color:#555;padding:8px 16px;border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s;white-space:nowrap}.shop-cat-btn.active{background:#2e7d321f;border-color:#2e7d3266;color:#1b5e20;font-weight:600}.shop-cat-btn:hover:not(.active){background:#00000012}.shop-grid{display:flex;flex-direction:column;gap:12px;padding:8px 20px}.shop-item{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:16px;transition:transform .15s,border-color .2s,box-shadow .2s}.shop-item:hover{border-color:#2e7d3259;box-shadow:0 2px 8px #0000000d}.shop-item--owned{opacity:.6;border-color:#2e7d3233}.shop-item-icon{font-size:36px;flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#0000000a;border-radius:14px}.shop-item-info{flex:1;min-width:0}.shop-item-name{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.shop-item-desc{font-size:13px;color:#666;line-height:1.4;margin-bottom:6px}.shop-item-meta{display:flex;align-items:center;gap:8px}.shop-item-price-apples{color:#2e7d32;font-weight:600;font-size:14px}.shop-item-price-rub{color:#b45309;font-weight:600;font-size:14px}.shop-item-pro{background:linear-gradient(135deg,#ffd54f,#ff9800);color:#1a1a1a;padding:2px 10px;border-radius:8px;font-size:11px;font-weight:800;letter-spacing:.5px}.shop-item-action{flex-shrink:0}.shop-buy-btn{background:#2e7d32;color:#fff;border:none;padding:10px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s,background .2s;white-space:nowrap}.shop-buy-btn:hover:not(:disabled){background:#1b5e20}.shop-buy-btn:disabled{opacity:.4;cursor:default}.shop-item-owned{color:#2e7d32;font-size:14px;font-weight:600}.shop-item-active{color:#b45309;font-size:13px;font-weight:600;background:#f9a8251f;padding:6px 14px;border-radius:10px}.shop-loading,.shop-empty{text-align:center;padding:40px 20px;color:#666;font-size:15px}[data-theme=dark] .shop-page{background:#0f1410;color:#e6ece2}[data-theme=dark] .shop-header{border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .shop-back-btn{color:#81c784}[data-theme=dark] .shop-back-btn:hover{background:#4caf501f}[data-theme=dark] .shop-balance{background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06)}[data-theme=dark] .shop-balance-apples{color:#81c784}[data-theme=dark] .shop-hedgehog-badge{background:#4caf5024;border:1px solid rgba(76,175,80,.35);color:#a5d6a7}[data-theme=dark] .shop-hedgehog-badge:hover{background:#4caf5038}[data-theme=dark] .shop-bonus-inner{background:#1a211b;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .shop-bonus-text{color:#ffd54f}[data-theme=dark] .shop-bonus-btn{background:#ffb300;color:#0f1410}[data-theme=dark] .shop-bonus-btn.claimed{background:#4caf5029;color:#81c784}[data-theme=dark] .shop-error{background:#ef53501f;border:1px solid rgba(239,83,80,.3);color:#ef9a9a}[data-theme=dark] .shop-cat-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#b8c4b4}[data-theme=dark] .shop-cat-btn.active{background:#4caf502e;border-color:#4caf5080;color:#a5d6a7}[data-theme=dark] .shop-cat-btn:hover:not(.active){background:#ffffff17}[data-theme=dark] .shop-item{background:#1a211b;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .shop-item:hover{border-color:#4caf5073;box-shadow:0 2px 8px #00000073}[data-theme=dark] .shop-item--owned{border-color:#4caf5040}[data-theme=dark] .shop-item-icon{background:#ffffff0d}[data-theme=dark] .shop-item-name{color:#e6ece2}[data-theme=dark] .shop-item-desc{color:#9aab96}[data-theme=dark] .shop-item-price-apples{color:#81c784}[data-theme=dark] .shop-buy-btn{background:#4caf50;color:#0f1410}[data-theme=dark] .shop-buy-btn:hover:not(:disabled){background:#66bb6a}[data-theme=dark] .shop-item-owned{color:#81c784}[data-theme=dark] .shop-item-active{color:#ffd54f;background:#ffb30024}[data-theme=dark] .shop-loading,[data-theme=dark] .shop-empty{color:#9aab96}.expert-page{flex:1 1 auto;min-height:0;background:#f1f8e9;color:#1a1a1a;display:flex;flex-direction:column}.expert-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08)}.expert-header h2{font-size:20px;font-weight:700;margin:0;flex:1;text-align:center}.expert-back-btn{background:none;border:none;color:#2e7d32;font-size:15px;cursor:pointer;padding:8px 12px;border-radius:10px;transition:background .2s}.expert-back-btn:hover{background:#2e7d321a}.expert-loading{text-align:center;padding:60px 20px;color:#666}.expert-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.expert-stats{display:flex;justify-content:center;gap:24px;padding:30px 20px}.expert-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.expert-stat-value{font-size:32px;font-weight:800;color:#1a1a1a}.expert-stat-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.expert-stat--victory .expert-stat-value{color:#2e7d32}.expert-stat--fail .expert-stat-value{color:#c62828}.expert-start-btn{display:block;margin:20px auto;background:linear-gradient(135deg,#c62828,#e53935);color:#fff;border:none;padding:16px 32px;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .2s;box-shadow:0 4px 12px #c628284d}.expert-start-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #c6282866}.expert-secondary-btn{display:block;margin:10px auto 0;background:none;border:1px solid rgba(0,0,0,.2);color:#555;padding:12px 24px;border-radius:12px;font-size:14px;cursor:pointer;transition:border-color .2s,background .2s}.expert-secondary-btn:hover{border-color:#0006;background:#0000000a}.expert-not-ready{text-align:center;padding:30px 20px;color:#666;font-size:14px;line-height:1.6}.expert-empty{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.expert-empty-icon{font-size:64px;margin-bottom:16px}.expert-empty h3{font-size:20px;font-weight:700;margin:0 0 8px;color:#1a1a1a}.expert-empty p{color:#666;font-size:14px;line-height:1.6;margin:0 0 8px;max-width:320px}.expert-progress{padding:12px 20px}.expert-progress-bar{height:6px;background:#00000014;border-radius:3px;overflow:hidden}.expert-progress-fill{height:100%;background:linear-gradient(90deg,#c62828,#e53935);transition:width .3s ease;border-radius:3px}.expert-progress-text{display:flex;justify-content:space-between;margin-top:6px;font-size:13px;color:#666}.expert-errors{color:#c62828}.expert-question{text-align:center;padding:40px 20px 20px}.expert-question-text{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.expert-question-sub{font-size:18px;color:#666}.expert-options{display:flex;flex-direction:column;gap:10px;padding:0 20px 20px}.expert-option{background:#fff;border:2px solid rgba(0,0,0,.12);color:#1a1a1a;padding:16px 20px;border-radius:14px;font-size:16px;cursor:pointer;transition:all .2s;text-align:left}.expert-option:hover:not(:disabled){background:#f5f5f5;border-color:#00000040}.expert-option.correct{background:#4caf501f;border-color:#4caf50;color:#2e7d32}.expert-option.wrong{background:#f4433614;border-color:#f44336;color:#c62828}.expert-page--victory,.expert-page--gameover{display:flex;align-items:center;justify-content:center}.expert-victory,.expert-gameover{text-align:center;padding:40px 20px}.expert-victory-icon,.expert-gameover-icon{font-size:64px;margin-bottom:16px}.expert-victory-title{font-size:28px;font-weight:800;color:#f9a825;margin:0 0 12px}.expert-gameover-title{font-size:28px;font-weight:800;color:#c62828;margin:0 0 12px}.expert-victory-text,.expert-gameover-text{font-size:16px;color:#555;margin:0 0 20px;line-height:1.5}.expert-victory-rewards{display:flex;justify-content:center;gap:16px;margin-bottom:24px}.expert-reward{background:#f9a8251f;border:1px solid rgba(249,168,37,.4);padding:8px 16px;border-radius:10px;font-size:14px;font-weight:600;color:#f57f17}.expert-complete{text-align:center;padding:60px 20px;color:#666}[data-theme=dark] .expert-page{background:#0f1410;color:#e6ece2}[data-theme=dark] .expert-header{border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .expert-back-btn{color:#81c784}[data-theme=dark] .expert-back-btn:hover{background:#4caf501f}[data-theme=dark] .expert-loading{color:#9aab96}[data-theme=dark] .expert-stat-value{color:#e6ece2}[data-theme=dark] .expert-stat-label{color:#9aab96}[data-theme=dark] .expert-stat--victory .expert-stat-value{color:#81c784}[data-theme=dark] .expert-stat--fail .expert-stat-value{color:#ef9a9a}[data-theme=dark] .expert-start-btn{color:#fff}[data-theme=dark] .expert-secondary-btn{border:1px solid rgba(255,255,255,.25);color:#b8c4b4}[data-theme=dark] .expert-secondary-btn:hover{border-color:#ffffff73;background:#ffffff0d}[data-theme=dark] .expert-not-ready{color:#9aab96}[data-theme=dark] .expert-empty h3{color:#e6ece2}[data-theme=dark] .expert-empty p{color:#9aab96}[data-theme=dark] .expert-progress-bar{background:#ffffff1a}[data-theme=dark] .expert-progress-text{color:#9aab96}[data-theme=dark] .expert-errors{color:#ef9a9a}[data-theme=dark] .expert-question-text{color:#e6ece2}[data-theme=dark] .expert-question-sub{color:#9aab96}[data-theme=dark] .expert-option{background:#1a211b;border:2px solid rgba(255,255,255,.14);color:#e6ece2}[data-theme=dark] .expert-option:hover:not(:disabled){background:#20291f;border-color:#ffffff4d}[data-theme=dark] .expert-option.correct{background:#66bb6a29;border-color:#4caf50;color:#a5d6a7}[data-theme=dark] .expert-option.wrong{background:#ef53501f;border-color:#ef5350;color:#ef9a9a}[data-theme=dark] .expert-victory-text,[data-theme=dark] .expert-gameover-text{color:#b8c4b4}[data-theme=dark] .expert-reward{background:#ffb30024;border:1px solid rgba(255,179,0,.45);color:#ffd54f}[data-theme=dark] .expert-complete{color:#9aab96}.vocabulary-page{flex:1 1 auto;min-height:0;background:#f1f8e9;color:#1a1a1a;display:flex;flex-direction:column}.vocabulary-header{padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08)}.vocabulary-header h2{font-size:20px;font-weight:700;margin:0;text-align:center}.vocabulary-infographic{display:flex;justify-content:space-around;padding:16px 20px;background:#fff9;border-bottom:1px solid rgba(0,0,0,.06)}.v-info{display:flex;flex-direction:column;align-items:center;gap:2px}.v-info-value{font-size:20px;font-weight:800;color:#2e7d32}.v-info-label{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.5px}.vocabulary-controls{padding:12px 20px;display:flex;flex-direction:column;gap:10px}.v-search{width:100%;padding:12px 16px;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:#fff;color:#1a1a1a;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}.v-search:focus{border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d3226}.v-search::placeholder{color:#999}.v-deck-filters{display:flex;gap:6px;flex-wrap:wrap}.v-deck-btn{flex-shrink:0;background:#0000000a;border:1px solid rgba(0,0,0,.1);color:#555;padding:6px 14px;border-radius:16px;font-size:12px;cursor:pointer;transition:all .2s}.v-deck-btn:hover{background:#00000012}.v-deck-btn.active{background:#2e7d321f;border-color:#2e7d3266;color:#1b5e20;font-weight:600}.v-hide-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:#555;cursor:pointer;-webkit-user-select:none;user-select:none}.v-hide-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#2e7d32}.v-error{margin:12px 20px;padding:12px 16px;background:#f4433614;border:1px solid rgba(244,67,54,.25);border-radius:12px;color:#c62828;font-size:14px;text-align:center}.v-loading,.v-empty{text-align:center;padding:40px 20px;color:#666;font-size:15px}.v-word-list{display:flex;flex-direction:column;gap:8px;padding:8px 20px 20px;overflow-y:auto}.v-word-card{display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.v-word-card:hover{border-color:#2e7d3259;box-shadow:0 2px 8px #0000000d}.v-word-main{display:flex;align-items:center;gap:10px}.v-word-text{font-size:18px;font-weight:700;color:#1a1a1a}.v-word-pinyin{font-size:14px;color:#666}.v-word-translation{font-size:14px;color:#555}.v-word-hidden{font-size:14px;color:#2e7d32;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .2s}.v-word-hidden:hover{background:#2e7d321a}.v-word-meta{display:flex;align-items:center;gap:8px}.v-deck-tag{font-size:11px;padding:3px 8px;border-radius:6px;font-weight:600}.v-deck-tag--new{background:#75757526;color:#616161}.v-deck-tag--studying{background:#2196f31f;color:#1565c0}.v-deck-tag--fast{background:#ffc10726;color:#f57f17}.v-deck-tag--long{background:#4caf5026;color:#2e7d32}.v-deck-tag--saved{background:#9c27b01f;color:#7b1fa2}.v-word-level{font-size:11px;color:#888}[data-theme=dark] .vocabulary-page{background:#0f1410;color:#e6ece2}[data-theme=dark] .vocabulary-header{border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .vocabulary-infographic{background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06)}[data-theme=dark] .v-info-value{color:#81c784}[data-theme=dark] .v-info-label{color:#9aab96}[data-theme=dark] .v-search{border:1px solid rgba(255,255,255,.15);background:#1a211b;color:#e6ece2}[data-theme=dark] .v-search:focus{border-color:#4caf50;box-shadow:0 0 0 2px #4caf5040}[data-theme=dark] .v-search::placeholder{color:#7d8a79}[data-theme=dark] .v-deck-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#b8c4b4}[data-theme=dark] .v-deck-btn:hover{background:#ffffff17}[data-theme=dark] .v-deck-btn.active{background:#4caf502e;border-color:#4caf5080;color:#a5d6a7}[data-theme=dark] .v-hide-toggle{color:#b8c4b4}[data-theme=dark] .v-error{background:#ef53501f;border:1px solid rgba(239,83,80,.3);color:#ef9a9a}[data-theme=dark] .v-loading,[data-theme=dark] .v-empty{color:#9aab96}[data-theme=dark] .v-word-card{background:#1a211b;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .v-word-card:hover{border-color:#4caf5073;box-shadow:0 2px 8px #00000073}[data-theme=dark] .v-word-text{color:#e6ece2}[data-theme=dark] .v-word-pinyin{color:#9aab96}[data-theme=dark] .v-word-translation{color:#b8c4b4}[data-theme=dark] .v-word-hidden{color:#81c784}[data-theme=dark] .v-word-hidden:hover{background:#4caf501f}[data-theme=dark] .v-deck-tag--new{background:#ffffff14;color:#b8c4b4}[data-theme=dark] .v-deck-tag--studying{background:#4fc3f726;color:#81d4fa}[data-theme=dark] .v-deck-tag--fast{background:#ffb30029;color:#ffd54f}[data-theme=dark] .v-deck-tag--long{background:#66bb6a29;color:#81c784}[data-theme=dark] .v-deck-tag--saved{background:#ce93d824;color:#ce93d8}[data-theme=dark] .v-word-level{color:#7d8a79}.builder-root{display:flex;flex-direction:column;gap:16px;max-width:720px;margin:0 auto;padding:8px 0 120px}.builder-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.builder-results{display:flex;flex-direction:column;gap:8px;max-height:46vh;overflow-y:auto;padding-right:4px}.word-row{transition:border-color .15s ease,background-color .15s ease}.word-row.is-selected{border-color:#2e7d32!important;background:#e8f5e9}.word-main{font-weight:700;font-size:17px;color:#1b5e20}.word-pinyin{font-weight:400;font-size:13px;color:#558b2f}.builder-summary{position:sticky;bottom:0;background:#fff;border-radius:16px;padding:12px 16px;z-index:5}[data-theme=dark] .word-row.is-selected{border-color:#4caf50!important;background:#233c28}[data-theme=dark] .word-main{color:#a5d6a7}[data-theme=dark] .word-pinyin{color:#9ccc9c}[data-theme=dark] .builder-summary{background:#1a211b}:root{--bg: #f1f8e9;--surface: #ffffff;--surface-elevated: #f4f9ef;--surface-border: #dce8d0;--accent: #2e7d32;--accent-soft: rgba(46, 125, 50, .1);--success: #43a047;--success-soft: rgba(67, 160, 71, .12);--error: #c62828;--error-soft: rgba(198, 40, 40, .08);--text: #1b1b1b;--text-muted: #5f5f5f;--text-dim: #8a8a8a;--streak-amber: #f9a825;--streak-soft: rgba(249, 168, 37, .12);--overlay-bg: rgba(0, 0, 0, .35);--shadow: 0 2px 8px rgba(0, 0, 0, .05);--radius: 14px;--radius-sm: 10px}[data-theme=dark]{--bg: #0f1410;--surface: #1a211b;--surface-elevated: #20291f;--surface-border: #2c3a2d;--accent: #4caf50;--accent-soft: rgba(76, 175, 80, .16);--success: #66bb6a;--success-soft: rgba(102, 187, 106, .16);--error: #ef5350;--error-soft: rgba(239, 83, 80, .16);--text: #e6ece2;--text-muted: #a2af9f;--text-dim: #7d8a79;--streak-amber: #ffb300;--streak-soft: rgba(255, 179, 0, .16);--overlay-bg: rgba(0, 0, 0, .6);--shadow: 0 2px 8px rgba(0, 0, 0, .45)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background-color:var(--bg);color:var(--text);min-height:100vh;line-height:1.5;overflow-x:hidden}#root{min-height:100vh}
