@import"https://fonts.googleapis.com/css2?family=Mali:wght@400;600;700&display=swap";.app{height:100vh;display:flex;flex-direction:column;font-family:Mali,cursive;overflow:hidden;cursor:var(--bee-cursor);transition:all .3s ease}.header{background:var(--color-nav-bg);position:relative;overflow:hidden;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.bee-logo-wrapper{display:inline-block;cursor:var(--bee-cursor);-webkit-user-select:none;user-select:none;caret-color:transparent;outline:none}.bee-logo{font-size:110px;width:110px;height:110px;animation:buzz 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 20px rgba(240,132,48,.8));transition:all .3s ease;position:relative}.bee-logo-image{width:100%;height:100%;object-fit:contain;pointer-events:none}.bee-logo-wrapper:hover .bee-logo{animation:buzz-excited .8s ease-in-out infinite;filter:drop-shadow(0 0 40px rgba(255,215,0,1))}@keyframes buzz{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-5px) rotate(-5deg)}75%{transform:translateY(-5px) rotate(5deg)}}@keyframes buzz-right{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-5px) rotate(5deg)}75%{transform:translateY(-5px) rotate(-5deg)}}@keyframes buzz-excited{0%,to{transform:translateY(0) rotate(0) scale(1.2)}12.5%{transform:translateY(-8px) rotate(8deg) scale(1.2)}25%{transform:translateY(3px) rotate(-6deg) scale(1.2)}37.5%{transform:translateY(-6px) rotate(7deg) scale(1.2)}50%{transform:translateY(2px) rotate(-5deg) scale(1.2)}62.5%{transform:translateY(-7px) rotate(6deg) scale(1.2)}75%{transform:translateY(4px) rotate(-7deg) scale(1.2)}87.5%{transform:translateY(-5px) rotate(5deg) scale(1.2)}}@keyframes glow-pulse{0%,to{filter:drop-shadow(0 0 20px rgba(240,132,48,.5)) drop-shadow(0 0 40px rgba(240,132,48,.3))}50%{filter:drop-shadow(0 0 30px rgba(240,132,48,.7)) drop-shadow(0 0 60px rgba(240,132,48,.4))}}.title-container{flex:1;text-align:left;margin-left:15px}.title{color:var(--color-nav-text);font-size:2.2em;text-shadow:0 2px 6px rgba(0,0,0,.15);margin-bottom:2px;transition:all .3s ease}.slogan{color:var(--color-accent-primary);font-size:1.1em;font-style:italic;margin:0;opacity:.9;position:relative;display:inline-block;cursor:var(--bee-cursor);transition:all .3s ease}.slogan:hover{cursor:var(--bee-cursor-large)}.slogan:hover:before,.slogan:hover:after{content:"✨";position:absolute;font-size:20px;animation:sparkle 1s ease-in-out infinite}.slogan:hover:before{top:-10px;left:-20px;animation-delay:0s}.slogan:hover:after{top:-5px;right:-20px;animation-delay:.5s}.header-controls{display:flex;gap:15px;align-items:center}.theme-toggle{background:var(--color-accent-primary);color:var(--color-text-body);border:2px solid var(--color-border);padding:10px 15px;border-radius:50%;font-size:20px;cursor:var(--bee-cursor);transition:all .3s ease;width:45px;height:45px;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:var(--color-accent-primary);border-color:var(--color-border);box-shadow:0 0 0 2px #14b8a633,0 6px 10px #0000001f;transform:scale(1.05);cursor:var(--bee-cursor-large)}.language-toggle{background:var(--color-accent-primary);color:var(--color-text-body);border:2px solid var(--color-border);padding:10px 20px;border-radius:20px;font-size:16px;cursor:var(--bee-cursor);transition:all .3s ease}.language-toggle:hover{background:var(--color-accent-primary);border-color:var(--color-border);box-shadow:0 0 0 2px #14b8a633,0 6px 10px #0000001f;transform:scale(1.05);cursor:var(--bee-cursor-large)}.teacher-preview-badge{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;margin-top:8px;display:inline-block;border:2px solid #93c5fd}.back-to-dashboard-btn{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;border:2px solid #93c5fd;padding:10px 18px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;margin-right:10px}.back-to-dashboard-btn:hover{background:linear-gradient(135deg,#bfdbfe,#93c5fd);border-color:#60a5fa;transform:scale(1.05)}.honeycomb-container{flex:1;display:flex;background:var(--color-bg-page);overflow:hidden;position:relative;transition:all .3s ease;min-height:calc(100vh - 420px)}.navbar{background:var(--color-bg-container);border-bottom:2px solid var(--color-border);padding:14px 18px;display:flex;justify-content:center;gap:0;flex-wrap:nowrap;box-shadow:0 2px 8px #00000014;overflow-x:auto;align-items:flex-start;transition:all .3s ease;position:relative}.nav-button{width:144px;height:125px;position:relative;cursor:var(--bee-cursor);clip-path:polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%);background:var(--color-accent-primary);transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-family:Mali,cursive;border:none;overflow:visible;margin-right:-36px;text-decoration:none;filter:none}.nav-button:nth-child(2n){margin-top:63px}.nav-button:hover{background:linear-gradient(135deg,#c5e8d2,#d4ede0,#c5e8d2);transform:translateY(-5px) scale(1.08);cursor:var(--bee-cursor-large);position:relative;z-index:10;box-shadow:0 8px 16px #00000026,0 0 0 2px var(--color-border)}.nav-button:hover .nav-icon{transform:rotate(360deg) scale(1.2)}.nav-hexagon-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5px}.nav-icon{font-size:37px;margin-bottom:5px;transition:transform .3s ease}.nav-svg-icon{width:42px!important;height:42px!important;font-size:42px!important;display:inline-block;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.5) brightness(.8)}.nav-text{font-size:14px;font-weight:600;color:var(--color-text-body);max-width:92px;line-height:1.2;transition:all .3s ease}.honeycomb-container{position:relative;background:var(--color-bg-page)}.hive-background{width:60%;height:60%;max-width:600px;max-height:600px;margin:auto;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}.honeycomb-button-grid{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;padding:40px;margin-left:50px}.honeycomb-row{display:flex;gap:0;margin-bottom:-26px;margin-left:0}.honeycomb-row:last-child{margin-bottom:0}.honeycomb-row-offset{margin-left:-241px}.honeycomb-row-even{margin-left:0}.honeycomb-hexagon{width:120px;height:104px;position:relative;cursor:var(--bee-cursor);clip-path:polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%);background:var(--color-accent-primary);border:2px solid var(--color-border);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000014;margin:0 0 0 2px}.honeycomb-hexagon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:none;opacity:0;transition:opacity .3s ease;clip-path:inherit}.honeycomb-hexagon-center{background:var(--color-accent-primary);animation:subtle-pulse 3s ease-in-out infinite}.honeycomb-hexagon-center:hover{background:var(--color-accent-primary);animation:none}@keyframes subtle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.honeycomb-hexagon:hover{background:var(--color-accent-primary);transform:translateY(-5px) scale(1.05);box-shadow:0 8px 16px #00000026;z-index:2}.honeycomb-hexagon:hover:before{opacity:1}.honeycomb-hexagon:active{transform:translateY(-2px) scale(1.02);transition:all .1s ease}.hexagon-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px}.hexagon-icon{font-size:36px;margin-bottom:5px}.side-number{position:absolute;font-size:12px;font-weight:700;color:var(--color-text-heading)}.side-number.top{top:10px;left:50%;transform:translate(-50%)}.side-number.top-right{top:26px;right:18px}.side-number.bottom-right{bottom:26px;right:18px}.side-number.bottom{bottom:10px;left:50%;transform:translate(-50%)}.side-number.bottom-left{bottom:26px;left:18px}.side-number.top-left{top:26px;left:18px}.center-letter{font-size:24px;font-weight:700;color:var(--color-text-heading)}.hexagon-label{font-size:13px;font-weight:600;color:var(--color-text-heading);max-width:90px;line-height:1.2}.sunflower-button{position:absolute;right:60px;bottom:26px;background:none;border:none;font-size:160px;cursor:var(--bee-cursor);transition:all .8s ease-in-out;animation:gentle-sway 4s infinite ease-in-out;z-index:5;transform-origin:bottom center;text-shadow:2px 2px 4px rgba(0,0,0,.2),0 0 10px #f08430;display:inline-flex;align-items:flex-end;justify-content:center;padding:0}.sunflower-button:hover{animation:none!important;transform:scale(1.1)!important;cursor:var(--bee-cursor-large)}.sunflower-button:hover:before,.sunflower-button:hover:after{content:"✨";position:absolute;font-size:30px;animation:sparkle 1s ease-in-out infinite}.sunflower-button:hover:before{top:20%;left:10%;animation-delay:0s}.sunflower-button:hover:after{top:30%;right:10%;animation-delay:.5s}.sunflower-button:active{transform:scale(.95)!important}.sunflower-image{width:140px;height:auto;display:block;pointer-events:none}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(30px)}}@keyframes sway{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}@keyframes gentle-sway{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}@keyframes sparkle-rotate{0%,to{transform:rotate(0) scale(1);opacity:.8}50%{transform:rotate(180deg) scale(1.2);opacity:1}}.bee-facts-container{position:absolute;top:calc(55% - 140px);left:50%;transform:translate(-50%,-50%);background:#fff;padding:15px 80px 20px;border-radius:20px;max-width:800px;height:160px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;border:3px solid var(--color-border);box-shadow:0 6px 14px #0000001a;z-index:1;transition:all .3s ease;animation:floating 6s ease-in-out infinite;overflow:hidden}@keyframes floating{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-3px)}}.bee-facts-container:hover{animation-play-state:paused;box-shadow:0 10px 18px #00000024}.bee-facts-title{color:var(--color-text-heading);font-size:1.5em;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:15px;transition:none}.bee-icon{font-size:1.2em;animation:gentle-bounce 2s ease-in-out infinite}.bee-icon:first-child{animation:gentle-bounce-flipped 2s ease-in-out infinite}.bee-icon-image{width:36px;height:36px;display:inline-block;object-fit:contain}.bee-icon-image:first-child{animation:gentle-bounce 2s ease-in-out infinite}.bee-fact{color:var(--color-text-body);font-size:1.1em;line-height:1.5;margin:0;transition:none}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes gentle-bounce-flipped{0%,to{transform:translateY(0) scaleX(-1)}50%{transform:translateY(-5px) scaleX(-1)}}.dark-mode .header{background:var(--color-nav-bg);box-shadow:0 2px 8px #00000014}.dark-mode .bee-logo{filter:drop-shadow(0 0 12px rgba(255,201,60,.8))}.dark-mode .nav-button,.dark-mode .nav-button:hover{box-shadow:0 2px 6px #0000001a}.dark-mode .bee-facts-container{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-color:var(--color-border);box-shadow:0 4px 12px #0000001f}.dark-mode .honeycomb-container:before{display:none}@keyframes twinkle{0%,to{opacity:.8}50%{opacity:.3}}@keyframes soft-glow{0%,to{filter:brightness(1.2) drop-shadow(0 0 20px rgba(255,255,200,.9))}50%{filter:brightness(1.4) drop-shadow(0 0 30px rgba(255,255,200,1))}}.vocab-preview{margin-top:20px;padding:15px;background:#fff;border-radius:15px;border:2px solid var(--facts-border);animation:vocab-float 4s ease-in-out infinite}@keyframes vocab-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.vocab-hint{margin:0;font-size:1.1em;font-weight:600;color:var(--color-text-body);text-align:center;font-style:italic}@media (max-width: 900px){.navbar{flex-wrap:wrap;justify-content:center;padding:12px 10px;gap:10px}.nav-button{width:125px;height:108px;margin-right:-20px}.nav-button:nth-child(2n){margin-top:42px}.nav-icon{font-size:32px}.nav-text{font-size:13px;max-width:86px}.bee-facts-container{max-width:90%;padding:20px 24px;bottom:30px}.bee-facts-title{font-size:1.3em;gap:10px}.bee-icon-image{width:32px;height:32px}.bee-fact{font-size:1em}}@media (max-width: 640px){.header{flex-wrap:wrap;gap:12px;text-align:center;padding:8px 12px;align-items:center}.bee-logo-wrapper{margin-bottom:4px}.title-container{align-items:center;order:2;width:100%}.header-controls{order:1;align-self:center;margin:4px 0}.honeycomb-container{overflow:visible;padding-bottom:24px}.navbar{gap:8px;padding:10px;justify-content:center;overflow:visible}.nav-button{width:112px;height:96px;margin-right:0;margin-top:0}.nav-button:nth-child(2n){margin-top:0}.nav-icon{font-size:28px}.nav-text{font-size:12px;max-width:76px}.bee-facts-container{position:static;transform:none;max-width:94%;padding:16px 18px;margin:12px auto 8px;animation:none}.bee-facts-title{font-size:1.15em;gap:8px}.bee-icon-image{width:28px;height:28px}.bee-fact{font-size:.98em}}@media (min-width: 768px) and (max-width: 1024px){.navbar{overflow-x:hidden;gap:6px}}@media (min-width: 820px) and (max-width: 1180px) and (max-height: 850px){.language-arts-page .honeycomb-container{min-height:auto;padding:12px 0 28px}.language-arts-page .bee-facts-container{position:static!important;transform:none!important;margin:24px auto 16px;max-width:90vw;height:auto!important;padding:18px 28px 22px;animation:none}.language-arts-page .math-navbar .nav-button{width:128px;height:112px;margin-right:-18px}.language-arts-page .math-navbar .nav-button:nth-child(2n){margin-top:42px}}.site-copyright{text-align:center;font-size:.75rem;color:#6b7280;padding:8px 0;margin-top:auto;position:relative;top:-50px}@media (min-width: 1181px){.bee-facts-container{top:calc(55% - 60px)}}@media (min-width: 820px) and (max-width: 1180px) and (max-height: 780px){.bee-facts-container{top:calc(55% - 20px)!important}.site-copyright{position:relative!important;top:-40px!important}}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef3c7,#fcd34d)}.app-loading .loading-spinner{width:60px;height:60px;border:5px solid #fef3c7;border-top-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.header-welcome{display:flex;align-items:center;gap:10px}.header-welcome .welcome-text{font-family:Comic Neue,Mali,cursive;font-size:1.1rem;font-weight:700;color:var(--color-accent-primary)}.header-welcome .welcome-bee-avatar{display:inline-flex;align-items:center;position:relative;top:3px}.header-welcome .welcome-emoji{font-size:1.5rem}@media print{.app{height:auto!important;overflow:visible!important}}body{background-color:var(--color-bg-page);color:var(--color-text-body);font-family:Arial,sans-serif;min-height:100vh;overflow-x:hidden}.container-card{background:var(--color-bg-container);border:2px solid var(--color-border);border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:24px}.btn-primary{background:var(--color-accent-primary);color:var(--color-text-body);border:2px solid var(--color-accent-primary);border-radius:8px;padding:10px 16px;cursor:pointer}.btn-secondary{background:var(--color-accent-secondary);color:var(--color-nav-text);border:2px solid var(--color-accent-secondary);border-radius:8px;padding:10px 16px;cursor:pointer}.btn-special{background:var(--color-accent-special);color:var(--color-nav-text);border:2px solid var(--color-accent-special);border-radius:8px;padding:10px 16px;cursor:pointer}.btn-primary:hover,.btn-secondary:hover,.btn-special:hover{filter:brightness(.9)}.checkbox{width:18px;height:18px;border:2px solid var(--color-border);background:var(--color-bg-page);border-radius:4px}.checkbox.checked{background:var(--color-success);color:#fff}.stage-tab{background:transparent;border:2px solid var(--color-border);color:var(--color-text-body);border-radius:8px;padding:8px 14px}.stage-tab.active{background:var(--color-accent-primary);color:var(--color-text-body);border:none}.stage-tab:hover{background:var(--color-bg-container)}.password-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef3c7,#fde68a,#fcd34d);padding:20px}.password-gate-card{background:#fff;border-radius:24px;padding:48px 40px;box-shadow:0 8px 32px #0000001f;text-align:center;max-width:360px;width:100%}.password-gate-bee{width:80px;height:80px;margin-bottom:16px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.password-gate-card h1{font-family:Mali,Comic Neue,cursive,sans-serif;font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 8px}.password-gate-card>p{font-family:Mali,Comic Neue,cursive,sans-serif;font-size:1rem;color:#6b7280;margin:0 0 24px}.password-gate-card form{display:flex;flex-direction:column;gap:12px}.password-gate-card input{font-family:Mali,Comic Neue,cursive,sans-serif;font-size:1.125rem;padding:14px 18px;border:2px solid #e5e7eb;border-radius:12px;text-align:center;transition:border-color .2s,box-shadow .2s}.password-gate-card input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}.password-gate-card input.password-gate-error{border-color:#ef4444;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.password-gate-card button{font-family:Mali,Comic Neue,cursive,sans-serif;font-size:1.125rem;font-weight:600;padding:14px 24px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:transform .15s,box-shadow .15s}.password-gate-card button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.password-gate-card button:active{transform:translateY(0)}.password-gate-message{font-family:Mali,Comic Neue,cursive,sans-serif;font-size:.9rem;color:#ef4444;margin:12px 0 0}.bee-customizer{height:100%;min-height:100%;background:linear-gradient(170deg,#fef9c3,#fde68a 30%,#fef3c7 70%,#fde68a);padding:20px 16px 40px;font-family:Mali,cursive;box-sizing:border-box;display:flex;flex-direction:column}.customizer-header{text-align:center;margin-bottom:20px;flex-shrink:0}.header-buttons{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.back-btn{font-family:Mali,cursive;font-size:14px;font-weight:600;padding:8px 16px;border-radius:20px;border:2px solid #fde68a;background:#fffc;color:#78350f;cursor:pointer;transition:all .2s}.back-btn:hover{background:#fef3c7;transform:translateY(-2px)}.language-btn{font-family:Mali,cursive;font-size:14px;font-weight:600;padding:8px 16px;border-radius:20px;border:2px solid #93c5fd;background:#fffc;color:#1e40af;cursor:pointer;transition:all .2s}.language-btn:hover{background:#dbeafe;transform:translateY(-2px)}.customizer-title{font-size:clamp(22px,5vw,32px);font-weight:700;color:#78350f;margin:0 0 4px}.customizer-subtitle{color:#b45309;font-size:13px;margin:0}.customizer-content{display:flex;gap:24px;max-width:960px;margin:0 auto;flex-wrap:wrap;justify-content:center;flex:1;min-height:0;background:#c8c8c899;padding:20px;border-radius:20px;border:2px solid #9ca3af;box-shadow:0 4px 15px #00000014}.preview-section{display:flex;flex-direction:column;align-items:center;gap:12px;position:sticky;top:20px}.bee-preview-card{background:#ffffffb3;border-radius:24px;padding:24px 28px;border:2px solid #fde68a;box-shadow:0 8px 30px #f7c95f33}.bee-bounce{animation:beeBounce 3s ease-in-out infinite}@keyframes beeBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hive-preview{text-align:center;margin-top:5px}.hive-preview-label{font-size:13px;color:#92400e;margin-bottom:6px;font-weight:600}.hex-preview{width:140px;height:122px;position:relative;margin:0 auto}.hex-outer{position:absolute;top:0;right:0;bottom:0;left:0;background:#b45309}.hex-inner{position:absolute;top:4px;right:4px;bottom:4px;left:4px;background:#fbbf24}.hex-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.mini-bee{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.mini-bee svg{width:100%;height:100%}.preview-name{font-weight:700;font-size:10px;color:#78350f;line-height:1}.name-input{font-family:Mali,cursive;font-size:18px;font-weight:700;text-align:center;padding:10px 16px;border-radius:16px;border:2px solid #fde68a;background:#fffc;color:#000;width:226px;outline:none;transition:border-color .2s;margin-bottom:10px;box-sizing:border-box;letter-spacing:1px}.name-input:focus{border-color:#f59e0b}.action-buttons{display:flex;gap:8px}.randomize-btn{font-family:Mali,cursive;font-size:12px;font-weight:600;padding:8px 16px;border-radius:16px;border:2px solid #9ca3af;background:#fef9c399;color:#78350f;cursor:pointer;transition:all .2s}.randomize-btn:hover{background:#fef3c7;transform:translateY(-2px)}.save-btn{font-family:Mali,cursive;font-size:12px;font-weight:600;padding:8px 16px;border-radius:16px;border:2px solid #9ca3af;background:#86efac99;color:#166534;cursor:pointer;transition:all .2s}.save-btn:hover{background:#86efaccc;transform:translateY(-2px)}.save-btn:disabled{opacity:.7;cursor:not-allowed}.save-btn.saved{background:#22c55eb3}.options-section{flex:1;min-width:280px;min-height:0;background:#fff9;border-radius:20px;padding:18px 20px;border:1.5px solid #fde68a;overflow-y:auto}.option-row{margin-bottom:14px}.option-label{font-weight:700;font-size:17px;color:#78350f;margin-bottom:6px}.option-buttons{display:flex;gap:6px;flex-wrap:wrap}.option-btn{padding:6px 12px;border-radius:14px;border:2px solid #e5e7eb;background:#ffffffb3;font-family:Mali,cursive;font-size:11.5px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.option-btn:hover{border-color:#fde68a;background:#fef9c380}.option-btn.selected{border:2.5px solid #f59e0b;background:#fbbf242e;font-weight:700;color:#78350f;transform:scale(1.05);box-shadow:0 2px 8px #f59e0b40}.color-swatches{display:flex;gap:6px;flex-wrap:wrap}.color-swatch{width:38px;height:38px;border-radius:50%;border:2px solid #e5e7eb;cursor:pointer;transition:all .2s}.color-swatch:hover{transform:scale(1.1)}.color-swatch.selected{border:3px solid #78350f;transform:scale(1.15);box-shadow:0 3px 10px #0003}@media (min-width: 1181px){.bee-customizer{height:100vh;overflow:auto;padding:15px 16px 20px;box-sizing:border-box}.customizer-header{margin-bottom:12px}.customizer-content{gap:20px}.bee-preview-card{padding:16px 20px}.preview-section{gap:8px}.options-section{padding:14px 16px;max-height:calc(100vh - 120px);overflow-y:auto;flex:none;height:auto;align-self:flex-start}.option-row{margin-bottom:10px}}@media (min-width: 820px) and (max-width: 1180px){.bee-customizer{height:100%;max-height:100%;min-height:0;overflow:hidden;padding:20px 24px;box-sizing:border-box;display:flex;flex-direction:column}.customizer-header{margin-bottom:16px;flex-shrink:0}.customizer-title{font-size:28px;margin-bottom:4px}.customizer-subtitle{font-size:13px}.customizer-content{gap:24px;flex-wrap:nowrap;align-items:flex-start;flex:none;min-height:0}.preview-section{position:static;gap:10px;flex-shrink:0;justify-content:flex-start}.bee-preview-card{padding:16px 20px}.bee-preview-card svg{width:160px!important;height:184px!important}.hive-preview{margin-top:10px}.hive-preview-label{font-size:13px;margin-bottom:6px}.hex-preview{width:120px;height:104px}.hex-name{font-size:10px}.mini-bee{width:55px;height:55px}.preview-name{font-size:10px;margin-bottom:2px}.name-input{width:180px;padding:8px 14px;font-size:14px}.action-buttons{gap:10px}.randomize-btn,.save-btn{padding:5px 10px;font-size:10px}.options-section{flex:none;min-width:0;padding:10px 14px 20px;overflow-y:auto;height:auto;align-self:flex-start}.option-row{margin-bottom:5px}.option-row:last-child{margin-bottom:0}.option-label{font-size:11px;margin-bottom:4px}.option-buttons{gap:4px}.option-btn{padding:4px 8px;font-size:10px;border-radius:10px}.color-swatches{gap:4px}.color-swatch{width:28px;height:28px}.back-btn{position:static;margin-bottom:6px;font-size:11px;padding:5px 10px}}@media (min-width: 820px) and (max-width: 1180px) and (max-height: 780px){.bee-customizer{padding:12px 20px}.customizer-header{margin-bottom:8px}.customizer-title{font-size:24px}.customizer-subtitle{font-size:12px}.customizer-content{gap:20px;flex:none;align-items:flex-start}.preview-section{gap:6px}.hive-preview{margin-top:6px}.hive-preview-label{font-size:11px;margin-bottom:4px}.hex-preview{width:105px;height:91px}.hex-name{font-size:9px}.mini-bee{width:48px;height:48px}.preview-name{font-size:9px;margin-bottom:2px}.bee-preview-card{padding:12px 16px}.bee-preview-card svg{width:140px!important;height:161px!important}.name-input{width:160px;padding:6px 12px;font-size:13px}.action-buttons{gap:8px}.randomize-btn,.save-btn{padding:8px 14px;font-size:11px}.options-section{padding:8px 12px 18px;flex:none;height:auto;align-self:flex-start}.option-row{margin-bottom:4px}.option-label{font-size:12px;margin-bottom:4px}.option-btn{padding:5px 10px;font-size:11px}.color-swatch{width:32px;height:32px}.back-btn{margin-bottom:6px;font-size:12px;padding:6px 12px}}@media (max-width: 819px){.bee-customizer{min-height:100vh;height:auto}.customizer-content{flex-direction:column;align-items:center}.preview-section{position:static}.options-section{width:100%;max-width:400px;flex:none;height:auto}.back-btn{position:static;margin-bottom:10px}}:root{--color-bg-page: #fffef9;--color-bg-container: #fff4e0;--color-text-body: #3e4a59;--color-text-heading: #5b7c99;--color-accent-primary: #f7c95f;--color-accent-secondary: #5b7c99;--color-accent-special: #ff9a76;--color-success: #a8d5ba;--color-border: #5b7c99;--color-border-subtle: #e8ebf0;--color-nav-bg: #5b7c99;--color-nav-text: #fffef9}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:var(--color-bg-page);color:var(--color-text-body);min-height:100vh;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4{color:var(--color-text-heading)}a{color:var(--color-accent-secondary);text-decoration:none}a:hover{color:#486583}
