@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap";.progress-bar{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ad9;border-bottom:1px solid #a78bfa26;padding:.75rem 1.5rem;position:sticky;top:0}.progress-bar__info{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.progress-bar__label{color:var(--color-text-muted);font-size:.85rem;font-weight:500}.progress-bar__count{color:var(--color-secondary-light);font-size:.85rem;font-weight:600}.progress-bar__track{background:#ffffff14;border-radius:9999px;width:100%;height:8px;overflow:hidden}.progress-bar__fill{background:linear-gradient(90deg, var(--color-primary), var(--color-secondary-light));border-radius:9999px;height:100%;transition:width .6s cubic-bezier(.22,1,.36,1);box-shadow:0 0 12px #fbbf2466}.stats-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;background:#0f172a99;border:1px solid #fbbf2433;border-radius:20px;gap:1rem;padding:.4rem 1rem;display:flex}.stats-bar__item{align-items:center;gap:.4rem;display:flex}.stats-bar__icon{font-size:1.1rem}.stats-bar__value{color:#fff;min-width:1.2rem;font-size:1rem;font-weight:700}.sound-toggle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:1000;background:#1e293bb3;border:1px solid #a78bfa4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s;display:flex;position:fixed;bottom:1.5rem;left:1.5rem;box-shadow:0 4px 12px #0000004d}.sound-toggle:hover{background:#1e293be6}.sound-toggle--muted{border-color:#ef44444d}.sound-toggle__icon{font-size:1.4rem}.home{text-align:center;background:radial-gradient(ellipse at 50% 20%, #1e1b4b 0%, var(--color-bg) 70%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.home__fireflies{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.home__firefly{background:var(--color-secondary-light);opacity:.5;border-radius:50%;width:6px;height:6px;position:absolute;box-shadow:0 0 12px 4px #fbbf2466}.home__firefly:first-child{top:15%;left:20%}.home__firefly:nth-child(2){top:30%;left:70%}.home__firefly:nth-child(3){top:55%;left:40%}.home__firefly:nth-child(4){top:70%;left:80%}.home__firefly:nth-child(5){top:85%;left:15%}.home__firefly:nth-child(6){top:40%;left:90%}.home__content{z-index:1;max-width:600px;position:relative}.home__icon{margin-bottom:1rem;font-size:4rem}.home__title{background:linear-gradient(135deg, var(--color-secondary-light), var(--color-primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.2}.home__subtitle{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:400}.home__buttons{flex-direction:column;align-items:center;gap:1rem;display:flex}.home__start-btn{color:#fff;background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));border-radius:9999px;align-items:center;gap:.75rem;padding:1.1rem 3rem;font-size:1.35rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 24px #7c3aed66}.home__start-btn:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 10px 32px #7c3aed8c}.home__start-btn:active{transform:translateY(0)scale(.98)}.home__thurup-btn{background:linear-gradient(135deg,#0d5c2e,#0a3d1f);padding:.9rem 2.5rem;font-size:1.15rem;box-shadow:0 6px 24px #0d5c2e66}.home__thurup-btn:hover{box-shadow:0 10px 32px #0d5c2e99}.leaderboard{border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293b80;border:1px solid #a78bfa33;width:100%;max-width:480px;margin-top:3rem;padding:1.5rem}.leaderboard__title{text-align:center;color:var(--color-secondary-light);margin-bottom:1rem;font-size:1.25rem}.leaderboard__list{flex-direction:column;gap:.5rem;display:flex}.leaderboard__item{background:#ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.leaderboard__rank{color:var(--color-primary-light);width:2rem;font-weight:700}.leaderboard__name{flex:1;font-size:.95rem}.leaderboard__score{color:var(--color-accent);font-weight:600}@media (width>=500px){.leaderboard{max-width:640px}}.game{background:radial-gradient(ellipse at 50% 0%, #1e1b4b 0%, var(--color-bg) 60%);flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex}.game__header{text-align:center;margin-bottom:2.5rem}.game__back-link{color:var(--color-text-muted);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.95rem;transition:color .2s;display:inline-flex}.game__back-link:hover{color:var(--color-text)}.game__title{color:var(--color-secondary-light);font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700}.game__subtitle{color:var(--color-text-muted);margin-top:.25rem;font-size:1rem}.game__grid{grid-template-columns:1fr;gap:1.25rem;width:100%;max-width:480px;display:grid}@media (width>=500px){.game__grid{grid-template-columns:1fr 1fr 1fr;max-width:640px}}.game__card{color:inherit;text-decoration:none;display:block}.game__card-inner{background:var(--color-bg-card);border-radius:var(--radius);box-shadow:var(--shadow);border:2px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1.5rem;transition:border-color .3s,box-shadow .3s;display:flex;position:relative}.game__card-icon{font-size:2.5rem}.game__card-title{font-size:1.15rem;font-weight:600}.game__card-desc{color:var(--color-text-muted);text-align:center;font-size:.85rem}.game__card--completed{border-color:var(--color-accent);box-shadow:0 0 20px #10b98126}.game__card-badge{font-size:1.25rem}.scene{border-radius:var(--radius);flex-direction:column;justify-content:flex-end;align-items:center;min-height:420px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.scene__bg{z-index:0;background:linear-gradient(#0c1628 0%,#162040 40%,#1a3a2a 100%);position:absolute;inset:0}.scene__trees{background-position:bottom;background-repeat:repeat-x;position:absolute;bottom:0;left:0;right:0}.scene__trees--back{opacity:.2;background:linear-gradient(#0000 0%,#0a3d1e 100%);height:60%}.scene__trees--mid{opacity:.35;background:linear-gradient(#0000 0%,#0d4f26 100%);height:45%}.scene__trees--front{opacity:.5;background:linear-gradient(#0000 0%,#0f5f2e 100%);height:30%}.scene__mist{background:linear-gradient(#0000 0%,#0f172acc 100%);height:60px;position:absolute;bottom:0;left:0;right:0}.scene__content{z-index:1;flex-direction:column;align-items:center;gap:1.25rem;width:100%;padding:2rem 1.5rem;display:flex;position:relative}.scene__text-box{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172abf;border:1px solid #a78bfa40;border-radius:12px;width:100%;max-width:500px;padding:1.25rem 1.5rem;animation:.4s ease-out sceneTextFadeIn}.scene__text{color:var(--color-text);text-align:center;font-size:1.05rem;line-height:1.6}.scene__btn{color:#fff;background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));border-radius:9999px;padding:.85rem 2.25rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #7c3aed59}.scene__btn:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 8px 24px #7c3aed80}.scene__btn:active{transform:translateY(0)scale(.97)}@keyframes sceneTextFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.companion{z-index:100;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s;position:fixed;bottom:2rem;right:2rem}.companion:hover{transform:scale(1.15)}.companion__body{filter:drop-shadow(0 0 8px #fbbf2499);font-size:2.5rem;display:block}.companion__glow{pointer-events:none;background:radial-gradient(circle,#fbbf2459 0%,#0000 70%);border-radius:50%;width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.reward-burst{pointer-events:none;z-index:999;width:100vw;height:100vh;position:fixed;top:0;left:0}.reward-burst__star{opacity:0;font-size:1.5rem;animation:1.2s cubic-bezier(.16,1,.3,1) forwards reward-fly;position:absolute}@keyframes reward-fly{0%{opacity:0;transform:translate(0)scale(.5)}20%{opacity:1;transform:translateY(-20px)scale(1.5)}to{opacity:0;top:20px;left:50%;transform:translate(-50%)scale(.5)}}.level{background:radial-gradient(ellipse at 50% 0%, #1e1b4b 0%, var(--color-bg) 60%);flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex}.level__header{text-align:center;margin-bottom:2rem}.level__back-link{color:var(--color-text-muted);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.95rem;transition:color .2s;display:inline-flex}.level__back-link:hover{color:var(--color-text)}.level__title{color:var(--color-secondary-light);font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700}.level__subtitle{color:var(--color-text-muted);margin-top:.25rem;font-size:1rem}.level__area{background:var(--color-bg-card);border:2px dashed var(--color-primary-light);border-radius:var(--radius);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:600px;min-height:350px;padding:2rem;display:flex}.level__placeholder-icon{opacity:.6;font-size:3rem}.level__placeholder-text{color:var(--color-text-muted);text-align:center;font-size:1.1rem}.success-stars{justify-content:center;gap:.5rem;margin:1.5rem 0;font-size:2.5rem;display:flex}.success-star{filter:grayscale()opacity(.3)}.success-star--active{filter:grayscale(0)opacity();text-shadow:0 0 15px #fbbf2499}.puzzle-loading{color:var(--color-primary-light);justify-content:center;align-items:center;min-height:200px;font-size:1.5rem;animation:1.5s infinite pulse;display:flex}@keyframes pulse{0%,to{opacity:.6;transform:scale(.98)}50%{opacity:1;transform:scale(1)}}.pattern__sequence{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0;font-size:3rem;display:flex}.pattern__item{text-align:center;text-shadow:0 0 10px #ffffff80;background:#ffffff1a;border-radius:10px;min-width:60px;padding:.5rem}.pattern__item--missing{border:2px dashed #ffffff80}.pattern__choices{justify-content:center;gap:1rem;display:flex}.pattern__choice{background:var(--color-surface);border:2px solid var(--color-primary);cursor:pointer;border-radius:12px;padding:1rem;font-size:2.5rem;transition:all .2s}.pattern__choice:hover{background:var(--color-primary-light)}.colormix__target{border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:1rem auto;display:flex;box-shadow:0 0 20px #fffc}.colormix__basin{border:4px dashed #ffffff80;border-radius:50%;flex-wrap:wrap;justify-content:center;align-items:center;gap:.2rem;width:120px;height:120px;margin:2rem auto;padding:1rem;transition:border-color .5s;display:flex}.colormix__drop-in{border-radius:50%;width:20px;height:20px;box-shadow:inset -2px -2px 5px #0000004d}.colormix__sources{justify-content:center;gap:2rem;display:flex}.colormix__dropper{cursor:pointer;border:2px solid #fff;border-radius:50% 50% 0;width:60px;height:60px;transform:rotate(45deg);box-shadow:0 5px 15px #0000004d}.colormix__dropper:disabled{opacity:.3;cursor:not-allowed}.starconnect__canvas{border:2px solid var(--color-primary-dark);background:radial-gradient(circle,#1e293b 0%,#0f172a 100%);border-radius:20px;width:100%;max-width:400px;height:400px;margin:0 auto;position:relative;overflow:hidden}.starconnect__lines{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.starconnect__point{cursor:pointer;color:#0f172a;background:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;font-weight:700;transition:all .3s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 10px #fffc}.starconnect__point--active{color:#fff;background:#fbbf24;box-shadow:0 0 20px #fbbf24}.balance__container{justify-content:center;align-items:center;height:300px;margin-top:2rem;display:flex}.balance__beam{background:#cbd5e1;border-radius:5px;width:300px;height:10px;position:relative}.balance__fulcrum{border-bottom:40px solid #64748b;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.balance__pan{background:#94a3b8;justify-content:center;align-items:flex-end;gap:2px;width:100px;height:20px;display:flex;position:absolute;top:-20px}.balance__pan--left{left:0}.balance__pan--right{right:0}.balance__stone{color:#fff;text-shadow:1px 1px 2px #00000080;border-radius:4px;justify-content:center;align-items:center;font-weight:700;display:flex;box-shadow:inset 0 0 10px #0003}.balance__dropzone{text-align:center;color:#ffffff80;width:100%;font-size:.8rem;position:absolute;top:-40px}.balance__weights{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;display:flex}.balance__draggable{color:#fff;cursor:grab;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 6px #0000004d}.mirror__grid{aspect-ratio:1;background:#1e293b;border-radius:12px;gap:4px;width:100%;max-width:400px;margin:0 auto;padding:10px;display:grid;position:relative}.mirror__cell{background:#334155;border-radius:4px;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:relative}.mirror__object{cursor:pointer;color:#fff;background:#fff3;border:1px solid #fff;border-radius:4px;justify-content:center;align-items:center;width:80%;height:80%;font-weight:700;display:flex}.mirror__beam{z-index:10;transform-origin:0 0;background:#fbbf24cc;position:absolute;box-shadow:0 0 10px #fbbf24}.mirror__target--lit{text-shadow:0 0 20px #fbbf24}.mastermind__board{background:#1e293b;border-radius:12px;max-width:400px;margin:0 auto;padding:1rem}.mastermind__row{border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.mastermind__row--empty{opacity:.3}.mastermind__guess{gap:.5rem;font-size:1.5rem;display:flex}.mastermind__slot{cursor:pointer;background:#334155;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mastermind__pins{grid-template-columns:1fr 1fr;gap:2px;font-size:.8rem;display:grid}.mastermind__input-row{border-top:2px solid #a855f7;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.mastermind__submit{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:700}.mastermind__submit:disabled{opacity:.5;cursor:not-allowed}.mastermind__palette{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.mastermind__color-btn{cursor:pointer;filter:drop-shadow(0 2px 4px #0000004d);background:0 0;border:none;font-size:2rem}.mastermind__color-btn:disabled{opacity:.3;cursor:not-allowed}.level__back-floating{color:#fff;cursor:pointer;z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172ab3;border:1px solid #fff3;border-radius:20px;padding:.5rem 1rem;transition:all .3s;position:absolute;top:1rem;left:1rem}.level__back-floating:hover{background:#4f46e5cc;transform:translateY(-2px);box-shadow:0 4px 10px #4f46e566}.puzzle__instruction-box{border-left:4px solid var(--color-primary);background:#0f172a99;border-radius:8px;max-width:90%;margin:1rem auto;padding:1rem;font-size:1rem;line-height:1.4}.puzzle__instruction-box strong{color:#fbbf24}.btn-glow{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899,#6366f1) 0 0/300%;border:none;border-radius:30px;padding:1rem 2rem;font-size:1.2rem;font-weight:700;transition:all .5s;animation:3s linear infinite bgPulse;position:relative;box-shadow:0 0 20px #a855f780}.btn-glow:hover{background-position:100%;transform:scale(1.05);box-shadow:0 0 30px #ec4899cc}@keyframes bgPulse{0%{background-position:0%}to{background-position:100%}}.chessboard-wrapper{flex-direction:column;align-items:center;margin:1rem auto;display:flex;position:relative}.chessboard{flex-direction:column;align-items:center;gap:0;display:flex}.chessboard__rank-labels{display:none}.chessboard__file-labels{gap:0;margin-top:2px;display:flex}.chessboard__file-labels span{text-align:center;color:#94a3b8;width:min(11vw,60px);font-size:.75rem;font-weight:600}.chessboard__spacer{width:0}.chessboard__grid{border:3px solid #334155;border-radius:6px;grid-template-rows:repeat(8,min(11vw,60px));grid-template-columns:repeat(8,min(11vw,60px));display:grid;overflow:hidden;box-shadow:0 8px 32px #00000080}.chessboard__square{cursor:pointer;justify-content:center;align-items:center;transition:background-color .15s;display:flex;position:relative}.chessboard__square--light{background-color:#e8dcc8}.chessboard__square--dark{background-color:#7b6f5d}.chessboard__square--selected{background-color:#f6e36b!important}.chessboard__square--legal{cursor:pointer}.chessboard__square--last-move{background-color:#f6e36b80!important}.chessboard__dot{background:#0003;border-radius:50%;width:30%;height:30%}.chessboard__capture-ring{border:4px solid #0003;border-radius:50%;position:absolute;inset:2px}.chessboard__piece{-webkit-user-select:none;user-select:none;pointer-events:none;filter:drop-shadow(1px 1px 1px #0000004d);font-size:min(8vw,44px);line-height:1}.chessboard__piece--white{color:#fff;text-shadow:0 0 2px #0009}.chessboard__piece--black{color:#1a1a2e;text-shadow:0 0 2px #ffffff4d}.chess-brilliant{color:#fff;background:linear-gradient(135deg,#059669,#10b981);border:1px solid #ffffff4d;border-radius:30px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.6rem 1.2rem;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 0 20px #10b98180,0 4px 12px #0000004d}.chess-brilliant__icon{font-size:1.3rem;animation:.6s ease-in-out infinite alternate brilliantPulse}.chess-brilliant__san{background:#fff3;border-radius:6px;padding:.15rem .5rem;font-family:monospace;font-size:.95rem}@keyframes brilliantPulse{0%{text-shadow:0 0 4px #ffffff4d;transform:scale(1)}to{text-shadow:0 0 12px #fffc;transform:scale(1.3)}}.chess-feedback{pointer-events:none;border-radius:12px;margin-top:1rem;padding:.75rem 1.5rem;font-size:1.2rem;font-weight:700}.chess-feedback--correct{color:#fff;background:#22c55ee6;box-shadow:0 0 30px #22c55e99}.chess-feedback--wrong{color:#fff;background:#ef4444e6;box-shadow:0 0 30px #ef444499}.chess-map{min-height:100vh;padding:2rem 1rem}.chess-map__header{text-align:center;margin-bottom:2rem}.chess-map__header h1{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem}.chess-map__header p{color:#94a3b8;margin-top:.5rem}.chess-map__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;max-width:900px;margin:0 auto;display:grid}.chess-map__card{cursor:pointer;text-align:center;background:#1e293bcc;border:2px solid #334155;border-radius:12px;padding:1.5rem;transition:all .3s}.chess-map__card:hover{border-color:#fbbf24;transform:translateY(-4px);box-shadow:0 8px 24px #fbbf2433}.chess-map__card--locked{opacity:.4;cursor:default;pointer-events:none}.chess-map__card--completed{border-color:#22c55e}.chess-map__card-icon{margin-bottom:.5rem;font-size:2.5rem}.chess-map__card-title{color:#fff;font-size:1.1rem;font-weight:700}.chess-map__card-theme{color:#94a3b8;margin-top:.25rem;font-size:.85rem}.chess-map__card-diff{margin-top:.5rem}.chess-map__back{color:#fff;cursor:pointer;background:#0f172ab3;border:1px solid #fff3;border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s;display:inline-block}.chess-map__back:hover{background:#4f46e5cc;transform:translateY(-2px)}.chess-puzzle-page{flex-direction:column;align-items:center;min-height:100vh;padding:1rem;display:flex}.chess-puzzle-page__header{text-align:center;max-width:500px;margin-bottom:1rem}.chess-puzzle-page__title{color:#fbbf24;margin-bottom:.25rem;font-size:1.5rem}.chess-puzzle-page__desc{color:#cbd5e1;font-size:1rem;line-height:1.4}.chess-puzzle-page__theme{color:#a5b4fc;background:#6366f14d;border-radius:20px;margin-top:.5rem;padding:.25rem .75rem;font-size:.8rem;display:inline-block}.chess-puzzle-page__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.chess-puzzle-page__nav-btn{color:#fff;cursor:pointer;background:#0f172ab3;border:1px solid #fff3;border-radius:20px;padding:.5rem 1rem;transition:all .3s}.chess-puzzle-page__nav-btn:hover{background:#4f46e5cc;transform:translateY(-2px)}.difficulty-stars{color:#fbbf24;letter-spacing:2px}@media (width<=500px){.chess-map__grid{grid-template-columns:1fr}}.storybook{background:radial-gradient(#1a1a3e 0%,#0f0f1a 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}.storybook:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(1px 1px at 10% 20%,#ffffc866 0%,#0000 100%),radial-gradient(1px 1px at 25% 55%,#ffffc84d 0%,#0000 100%),radial-gradient(1px 1px at 45% 15%,#ffffc84d 0%,#0000 100%),radial-gradient(1px 1px at 65% 75%,#ffffc866 0%,#0000 100%),radial-gradient(1px 1px at 85% 35%,#ffffc84d 0%,#0000 100%),radial-gradient(1px 1px at 92% 60%,#ffffc833 0%,#0000 100%);animation:4s ease-in-out infinite alternate twinkle;position:absolute;inset:0}@keyframes twinkle{0%{opacity:.4}to{opacity:1}}.storybook__ambient{pointer-events:none;z-index:0;position:fixed;inset:0}.ambient-sparkle{color:#fbbf2480;pointer-events:none;font-size:12px;position:absolute}.storybook__home-btn{z-index:1000;color:#fff;cursor:pointer;background:#0f172ad9;border:1px solid #fff3;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s;position:fixed;top:12px;left:12px}.storybook__home-btn:hover{background:#6366f1cc;transform:translateY(-2px)}.openbook{z-index:1;perspective:1200px;width:95vw;max-width:1000px;min-height:520px;display:flex;position:relative}.openbook__left,.openbook__right{cursor:pointer;flex:1;min-height:520px;position:relative;overflow:hidden}.openbook__left{cursor:w-resize;background:linear-gradient(135deg,#f0e4c8,#e5d5ac);border-radius:12px 0 0 12px;box-shadow:-8px 4px 20px #00000059,inset -15px 0 30px #00000014}.openbook__right{cursor:e-resize;background:linear-gradient(135deg,#f8f0d8,#f0e4c8);border-radius:0 12px 12px 0;box-shadow:8px 4px 20px #00000059,inset 15px 0 30px #0000000d}.openbook__spine{z-index:10;background:linear-gradient(90deg,#00000026,#8b735599 30%,#645037cc 50%,#8b735599 70%,#00000026);border-radius:2px;width:20px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 10px #0000004d,inset 0 0 6px #0003}.openbook__page-inner{flex-direction:column;width:100%;height:100%;min-height:520px;display:flex}.openbook__cover-page{border-radius:12px 0 0 12px;flex-direction:column;flex:1;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.openbook__full-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.openbook__cover-overlay{z-index:2;text-align:center;background:linear-gradient(#0000,#000000bf);padding:2rem 1rem;position:relative}.openbook__cover-overlay h1{color:#fbbf24;text-shadow:0 2px 8px #0009;margin:0;font-family:Georgia,serif;font-size:1.8rem}.openbook__cover-overlay p{color:#e2e8f0;margin:.3rem 0 0;font-size:.95rem;font-style:italic}.openbook__cover-right{text-align:center;color:#5a4a2f;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:2rem;font-family:Georgia,serif;display:flex}.openbook__cover-right h2{color:#8b5a2b;margin:0;font-size:1.5rem}.openbook__cover-right p{color:#6b5a3d;max-width:320px;font-size:.95rem;line-height:1.6}.openbook__start-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:30px;margin-top:.5rem;padding:.8rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 16px #f59e0b66}.openbook__start-btn:hover{transform:scale(1.06);box-shadow:0 6px 24px #f59e0b99}.openbook__age-badge{color:#6b5a3d;background:#6366f126;border:1px solid #c4b68a;border-radius:20px;padding:.3rem 1rem;font-size:.8rem}.openbook__img-page{flex:1;position:relative;overflow:hidden}.openbook__img-page .openbook__full-img{border-radius:12px 0 0 12px}.openbook__text-page{flex-direction:column;max-height:520px;padding:1.5rem 1.75rem;font-family:Georgia,serif;display:flex;overflow-y:auto}.openbook__chapter-heading{color:#6b4423;text-align:center;border-bottom:2px solid #d4c5a0;margin:0 0 .75rem;padding-bottom:.5rem;font-size:1.15rem}.openbook__story-text{color:#3d3520;white-space:pre-line;flex:1;font-size:.9rem;line-height:1.75}.openbook__ending-stars{text-align:center;letter-spacing:6px;margin-top:1rem;font-size:1.3rem}.openbook__toc-left{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;font-family:Georgia,serif;display:flex}.openbook__toc-decor{color:#6b4423}.openbook__toc-big-icon{margin-bottom:1rem;font-size:4rem;display:block}.openbook__toc-decor h2{margin:0 0 .5rem;font-size:1.5rem}.openbook__toc-author{color:#8b7355;margin:0 0 1rem;font-size:.9rem;font-style:italic}.openbook__toc-ornament{letter-spacing:8px;color:#c4a76a;font-size:1.2rem}.openbook__toc-right{padding:1.5rem;font-family:Georgia,serif}.openbook__toc-heading{color:#6b4423;text-align:center;border-bottom:2px solid #d4c5a0;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.2rem}.openbook__toc-list{margin:0;padding:0;list-style:none}.openbook__toc-list li{cursor:pointer;color:#5a4a2f;border-radius:4px;align-items:center;gap:.4rem;padding:.5rem .4rem;font-size:.95rem;transition:background .2s;display:flex}.openbook__toc-list li:hover{background:#fbbf241f}.toc-icon{font-size:1rem}.toc-name{flex-shrink:0}.toc-dots{border-bottom:2px dotted #c4b68a;flex:1;min-width:15px;margin:0 4px}.toc-page{color:#8b7355;font-size:.85rem}.magic-particles{pointer-events:none;z-index:20;position:absolute;inset:0;overflow:hidden}.magic-particle{pointer-events:none;position:absolute}.magic-particle--sparkle{filter:drop-shadow(0 0 4px #fbbf2499)}.magic-particle--smoke{color:#c8b49699;filter:blur(1px)drop-shadow(0 0 6px #c8b4964d)}.page-turn-dust{pointer-events:none;z-index:15;width:60px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.dust-mote{background:radial-gradient(circle,#dac396cc,#c8aa7800);border-radius:50%;width:4px;height:4px;position:absolute;box-shadow:0 0 6px #dac39666}.storybook__nav{z-index:1;align-items:center;gap:1rem;margin-top:1rem;display:flex}.storybook__nav-btn{color:#fff;cursor:pointer;background:#1e293bd9;border:1px solid #fff3;border-radius:20px;padding:.5rem 1.2rem;font-size:.9rem;transition:all .3s}.storybook__nav-btn:hover:not(:disabled){background:#6366f1b3;transform:translateY(-2px)}.storybook__nav-btn:disabled{opacity:.3;cursor:default}.storybook__page-num{color:#94a3b8;text-align:center;min-width:120px;font-size:.85rem}@media (width<=700px){.openbook{flex-direction:column;max-width:460px;min-height:auto}.openbook__left,.openbook__right{border-radius:0;min-height:300px}.openbook__left{border-radius:12px 12px 0 0;box-shadow:0 -4px 20px #0000004d,inset 0 -10px 20px #0000000d}.openbook__right{border-radius:0 0 12px 12px;box-shadow:0 4px 20px #0000004d,inset 0 10px 20px #0000000d}.openbook__spine{background:linear-gradient(#0000001a,#8b735580 30%,#645037b3 50%,#8b735580 70%,#0000001a);border-radius:0;width:100%;height:12px;top:50%;bottom:auto;left:0;transform:translateY(-50%)}.openbook__page-inner{min-height:300px}.openbook__text-page{max-height:350px;padding:1rem 1.25rem}.openbook__cover-page,.openbook__img-page .openbook__full-img{border-radius:12px 12px 0 0}.page-turn-dust{width:100%;height:40px;top:50%;left:0;transform:translateY(-50%)}}:root{--thurup-felt:#0d5c2e;--thurup-felt-dark:#0a3d1f;--thurup-felt-light:#12753a;--thurup-wood:#5c2e0a;--thurup-wood-light:#8b5a2b;--thurup-gold:#d4a847;--thurup-gold-light:#f0d48a;--thurup-warm-white:#f5f0e6;--thurup-panel:#0000008c;--thurup-panel-border:#d4a84733;--thurup-danger:#e53e3e;--thurup-success:#38a169;--thurup-info:#4299e1;--thurup-hand-overlap:-20px;--thurup-fan-degree:4}.thurup-lobby,.thurup-game-page{overscroll-behavior-y:contain}.thurup-btn,.thurup-card--clickable,.thurup-room__code,.chat-panel__toggle,.voice-controls__btn{touch-action:manipulation}.thurup-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Fredoka,sans-serif;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.thurup-btn--primary{background:linear-gradient(135deg, var(--thurup-gold), #c4962e);color:#1a1a1a;box-shadow:0 4px 16px #d4a84759}.thurup-btn--primary:hover{box-shadow:0 6px 24px #d4a84780}.thurup-btn--primary:disabled{opacity:.5;cursor:not-allowed}.thurup-btn--secondary{background:var(--thurup-panel);color:var(--thurup-warm-white);border:1px solid var(--thurup-panel-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.thurup-btn--accent{background:linear-gradient(135deg, var(--thurup-felt-light), var(--thurup-felt));color:#fff;box-shadow:0 4px 16px #0d5c2e66}.thurup-btn--accent:disabled{opacity:.5;cursor:not-allowed}.thurup-btn--danger{color:#fc8181;background:#e53e3e33;border:1px solid #e53e3e4d}.thurup-btn--small{border-radius:8px;padding:.4rem .8rem;font-size:.8rem}.thurup-btn--large{padding:1rem 2rem;font-size:1.15rem}.thurup-input{width:100%;max-width:320px;color:var(--thurup-warm-white);border:1px solid var(--thurup-panel-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border-radius:12px;outline:none;padding:.85rem 1.2rem;font-family:Fredoka,sans-serif;font-size:1.05rem;transition:border-color .2s}.thurup-input:focus{border-color:var(--thurup-gold)}.thurup-input::placeholder{color:#f5f0e666}.thurup-input--code{text-align:center;letter-spacing:.5rem;text-transform:uppercase;font-size:1.6rem;font-weight:700}.thurup-link{color:var(--thurup-gold);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin-top:.5rem;font-family:inherit;font-size:.95rem;text-decoration:underline}.thurup-error{color:#fc8181;text-align:center;background:#e53e3e26;border:1px solid #e53e3e4d;border-radius:10px;margin-top:.75rem;padding:.75rem 1.25rem;font-size:.9rem}.thurup-loading{min-height:60dvh;color:var(--thurup-warm-white);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.1rem;display:flex}.thurup-loading__spinner{font-size:3rem}.thurup-error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60dvh;display:flex}.thurup-lobby{background:radial-gradient(ellipse at 50% 30%, var(--thurup-felt-dark) 0%, #05200f 70%);flex-direction:column;justify-content:flex-start;align-items:center;min-height:100dvh;padding:2rem;display:flex;position:relative;overflow:hidden}.thurup-lobby__cards-bg{pointer-events:none;z-index:0;position:fixed;inset:0}.thurup-lobby__floating-card{background:#d4a84714;border:1px solid #d4a8471f;border-radius:8px;justify-content:center;align-items:center;width:60px;height:84px;display:flex;position:absolute}.thurup-lobby__card-suit{opacity:.4;font-size:1.8rem}.thurup-lobby__content{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:600px;display:flex;position:relative}.thurup-lobby__hero{text-align:center;margin-bottom:.5rem}.thurup-lobby__icon{margin-bottom:.5rem;font-size:4rem;display:block}.thurup-lobby__title{background:linear-gradient(135deg, var(--thurup-gold-light), var(--thurup-gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,7vw,4rem);font-weight:700;line-height:1.1}.thurup-lobby__subtitle{color:#f5f0e6b3;margin-top:.5rem;font-size:1.1rem}.thurup-lobby__name-section{justify-content:center;width:100%;display:flex}.thurup-lobby__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.thurup-lobby__form{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.thurup-lobby__form-desc{color:#f5f0e699;text-align:center;font-size:.95rem}.thurup-lobby__rules{text-align:center;width:100%;margin-top:1.5rem}.thurup-lobby__rules h3{color:var(--thurup-gold);margin-bottom:1rem;font-size:1.3rem}.thurup-lobby__rules-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;display:grid}.thurup-lobby__rule-card{background:var(--thurup-panel);border:1px solid var(--thurup-panel-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;border-radius:12px;padding:1rem}.thurup-lobby__rule-icon{margin-bottom:.3rem;font-size:1.5rem;display:block}.thurup-lobby__rule-card strong{color:var(--thurup-gold-light);font-size:.95rem;display:block}.thurup-lobby__rule-card p{color:#f5f0e699;margin-top:.25rem;font-size:.8rem}.thurup-lobby__back-home{margin-top:2rem}.thurup-room__content{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:700px;display:flex}.thurup-room__header{text-align:center}.thurup-room__title{color:var(--thurup-gold);font-size:1.8rem}.thurup-room__code-section{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.thurup-room__code-label{color:#f5f0e699;font-size:.9rem}.thurup-room__code{letter-spacing:.4rem;color:var(--thurup-gold-light);background:var(--thurup-panel);border:2px dashed var(--thurup-gold);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:Fredoka,monospace;font-size:1.8rem;font-weight:700;display:inline-flex}.thurup-room__copy-icon{font-size:1rem}.thurup-room__table-wrapper{justify-content:center;width:100%;padding:1rem 0;display:flex}.thurup-room__table{width:320px;height:320px;position:relative}.thurup-room__table-felt{background:radial-gradient(circle, var(--thurup-felt-light), var(--thurup-felt));border:4px solid var(--thurup-wood);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:40px;box-shadow:0 0 30px #0d5c2e66,inset 0 0 20px #0000004d}.thurup-room__table-label{color:#d4a84726;font-size:2rem;font-weight:700}.thurup-room__seat{background:var(--thurup-panel);border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;min-width:100px;padding:.5rem;transition:border-color .3s,box-shadow .3s;display:flex;position:absolute}.thurup-room__seat--bottom{bottom:-10px;left:50%;transform:translate(-50%)}.thurup-room__seat--top{top:-10px;left:50%;transform:translate(-50%)}.thurup-room__seat--left{top:50%;left:-30px;transform:translateY(-50%)}.thurup-room__seat--right{top:50%;right:-30px;transform:translateY(-50%)}.thurup-room__seat--ready{border-color:var(--thurup-success);box-shadow:0 0 12px #38a1694d}.thurup-room__seat--speaking{box-shadow:0 0 16px #4299e180}.thurup-room__seat--stale{border-color:var(--thurup-danger);opacity:.6}.thurup-room__seat--stale .thurup-room__seat-team{color:var(--thurup-danger);font-style:italic}.thurup-room__seat-icon{font-size:1.2rem}.thurup-room__seat-name{color:var(--thurup-warm-white);text-align:center;font-size:.8rem;font-weight:600}.thurup-room__seat-status{font-size:.65rem}.thurup-room__seat-status--ready{color:var(--thurup-success)}.thurup-room__seat-team{color:var(--thurup-gold);opacity:.7;font-size:.6rem}.thurup-room__teams-info{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.thurup-room__team-badge{border-radius:8px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.thurup-room__team-badge--a{color:#68d391;background:#38a16926;border:1px solid #38a1694d}.thurup-room__team-badge--b{color:#63b3ed;background:#4299e126;border:1px solid #4299e14d}.thurup-room__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.thurup-game-page{background:radial-gradient(ellipse at 50% 40%, var(--thurup-felt-dark) 0%, #031a08 80%);min-height:100dvh;padding:0}.thurup-game{flex-direction:column;min-height:100dvh;display:flex;position:relative}.thurup-game__header{background:var(--thurup-panel);border-bottom:1px solid var(--thurup-panel-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.thurup-game__status{text-align:center;flex-direction:column;align-items:center;gap:.1rem;display:flex}.thurup-game__phase-indicator{color:var(--thurup-gold);font-size:.9rem;font-weight:600}.thurup-game__turn-indicator{color:#f5f0e699;font-size:.75rem}.thurup-game__turn-indicator--me{color:var(--thurup-gold-light);font-weight:600}.thurup-game__header-actions{align-items:center;gap:.5rem;display:flex}.thurup-peek-popover{top:calc(3.5rem + env(safe-area-inset-top));right:calc(1rem + env(safe-area-inset-right));background:var(--thurup-panel);border:1px dashed var(--thurup-gold);color:var(--thurup-warm-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:35;border-radius:12px;flex-direction:column;align-items:flex-end;gap:.15rem;padding:.6rem 1rem;font-size:.85rem;display:flex;position:fixed}.thurup-peek-popover__suit--red{color:#fc8181}.thurup-peek-popover__suit--black{color:var(--thurup-warm-white)}.thurup-peek-popover__hint{color:#f5f0e680;font-size:.65rem;font-style:italic}.running-score{align-items:center;gap:.5rem;font-size:.8rem;display:flex}.running-score__row{align-items:center;gap:.3rem;display:flex}.running-score__label{color:#f5f0e680;font-weight:500}.running-score__value{color:var(--thurup-warm-white);font-weight:700}.running-score__value--bidder{color:var(--thurup-gold-light)}.running-score__game-pts{color:var(--thurup-gold);font-size:.7rem}.running-score__petti{color:var(--thurup-gold-light);font-size:.75rem;font-weight:600}.running-score__divider{color:#f5f0e633}.running-score__trick-info{color:#f5f0e680}.thurup-table{flex:1;grid-template:".top."130px"left center right"1fr".bottom."80px/160px 1fr 160px;gap:.25rem;width:100%;max-width:900px;margin:0 auto;padding:.5rem;display:grid}.thurup-table__seat--top{grid-area:top}.thurup-table__seat--left{grid-area:left;align-items:center;display:flex}.thurup-table__seat--right{grid-area:right;align-items:center;display:flex}.thurup-table__seat--bottom{grid-area:bottom;justify-content:center;display:flex}.thurup-table__center{background:radial-gradient(circle, var(--thurup-felt-light), var(--thurup-felt));border:3px solid var(--thurup-wood);border-radius:20px;flex-direction:column;grid-area:center;justify-content:center;align-items:center;gap:.5rem;min-height:200px;display:flex;position:relative;box-shadow:0 0 40px #0d5c2e66,inset 0 0 30px #0003}.thurup-table__thurup-area{position:absolute;top:10px;right:10px}.thurup-table__trick{width:200px;height:130px;position:relative}.thurup-table__played-card{position:absolute}.thurup-table__played-card--bottom{bottom:0;left:50%;transform:translate(-50%)}.thurup-table__played-card--top{top:0;left:50%;transform:translate(-50%)}.thurup-table__played-card--left{top:50%;left:0;transform:translateY(-50%)}.thurup-table__played-card--right{top:50%;right:0;transform:translateY(-50%)}.thurup-table__my-info{text-align:center}.thurup-table__my-name{color:var(--thurup-warm-white);background:var(--thurup-panel);border-radius:8px;padding:.25rem .75rem;font-size:.9rem;font-weight:600;transition:box-shadow .3s}.thurup-table__my-name--active{color:var(--thurup-gold-light);box-shadow:0 0 20px #d4a84780}.player-seat{background:var(--thurup-panel);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:.3rem;width:100%;padding:.5rem;transition:border-color .3s,box-shadow .3s;display:flex}.player-seat--active{border-color:var(--thurup-gold);animation:1.5s infinite pulse-glow;box-shadow:0 0 16px #d4a84766}@keyframes pulse-glow{0%,to{box-shadow:0 0 16px #d4a84766}50%{box-shadow:0 0 28px #d4a847b3}}.player-seat--speaking{border-color:var(--thurup-info)}.player-seat--stale{border-color:var(--thurup-danger);opacity:.6}.player-seat__avatar{background:linear-gradient(135deg, var(--thurup-gold), #c4962e);color:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex;position:relative}.player-seat__stale-dot{background:var(--thurup-danger);border:2px solid var(--thurup-felt-dark);border-radius:50%;width:12px;height:12px;position:absolute;top:-2px;right:-2px}.player-seat__stale-label{color:var(--thurup-danger);font-style:italic}.player-seat__name{color:var(--thurup-warm-white);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:.75rem;font-weight:600;overflow:hidden}.player-seat__meta{color:var(--thurup-gold);opacity:.6;font-size:.6rem}.player-seat__cards{margin-top:.2rem;display:flex}.player-seat__card-back{background:linear-gradient(135deg,#1a1a3e,#2d2d5e);border:1px solid #d4a84733;border-radius:3px;width:18px;height:26px}.player-seat--empty{opacity:.3;color:var(--thurup-warm-white);text-align:center;padding:1rem;font-size:.8rem}.thurup-hand{background:linear-gradient(#0000,#0006);flex-direction:column;align-items:center;gap:.5rem;padding:.5rem 1rem 1rem;display:flex}.thurup-hand__cards{perspective:800px;justify-content:center;align-items:flex-end;padding:.5rem 2rem;display:flex}.thurup-hand__reveal-btn{margin-top:.5rem}.thurup-bid-panel{bottom:calc(160px + env(safe-area-inset-bottom));background:var(--thurup-panel);border:1px solid var(--thurup-panel-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20;text-align:center;border-radius:16px;min-width:280px;padding:1.25rem 2rem;position:fixed;left:50%;transform:translate(-50%)}.thurup-bid-panel--waiting{bottom:unset;left:unset;color:#f5f0e6b3;max-width:400px;margin:0 auto;font-size:.9rem;position:relative;transform:none}.thurup-bid-panel__title{color:var(--thurup-gold);margin-bottom:.5rem;font-size:1.1rem}.thurup-bid-panel__current{color:#f5f0e699;margin-bottom:.75rem;font-size:.85rem}.thurup-bid-panel__controls{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.thurup-bid-panel__slider{accent-color:var(--thurup-gold);flex:1;height:6px}.thurup-bid-panel__value{color:var(--thurup-gold-light);min-width:50px;font-size:2rem;font-weight:700}.thurup-bid-panel__actions{justify-content:center;gap:.75rem;display:flex}.thurup-select-panel{background:var(--thurup-panel);border:1px solid var(--thurup-gold);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:30;text-align:center;border-radius:20px;min-width:320px;padding:2rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.thurup-select-panel--waiting{top:unset;left:unset;color:#f5f0e6b3;max-width:400px;margin:0 auto;font-size:.95rem;position:relative;transform:none}.thurup-select-panel__title{color:var(--thurup-gold);margin-bottom:.3rem;font-size:1.3rem}.thurup-select-panel__desc{color:#f5f0e680;margin-bottom:1rem;font-size:.85rem}.thurup-select-panel__suits{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.thurup-select-panel__suit-btn{cursor:pointer;background:#0000004d;border:2px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .5rem;transition:all .2s;display:flex}.thurup-select-panel__suit-btn--hearts,.thurup-select-panel__suit-btn--diamonds{color:#e53e3e}.thurup-select-panel__suit-btn--clubs,.thurup-select-panel__suit-btn--spades{color:var(--thurup-warm-white)}.thurup-select-panel__suit-btn--selected{border-color:var(--thurup-gold);background:#d4a84726;box-shadow:0 0 16px #d4a8474d}.thurup-select-panel__suit-symbol{font-size:2rem}.thurup-select-panel__suit-name{text-transform:capitalize;font-size:.7rem}.thurup-scoreboard-overlay{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.thurup-scoreboard{background:var(--thurup-panel);border:1px solid var(--thurup-gold);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;border-radius:20px;width:90%;max-width:480px;padding:2rem}.thurup-scoreboard__title{margin-bottom:1rem;font-size:1.8rem}.thurup-scoreboard__details{flex-direction:column;gap:1rem;display:flex}.thurup-scoreboard__bid-info{color:#f5f0e699;font-size:.9rem}.thurup-scoreboard__teams{justify-content:center;align-items:center;gap:1rem;display:flex}.thurup-scoreboard__team{background:#0000004d;border:2px solid #0000;border-radius:12px;flex:1;padding:1rem}.thurup-scoreboard__team--winner{border-color:var(--thurup-gold);box-shadow:0 0 20px #d4a8474d}.thurup-scoreboard__team h3{color:var(--thurup-gold-light);margin-bottom:.5rem;font-size:1rem}.thurup-scoreboard__points{color:var(--thurup-warm-white);font-size:1.8rem;font-weight:700}.thurup-scoreboard__tricks{color:#f5f0e680;font-size:.8rem}.thurup-scoreboard__vs{color:var(--thurup-gold);font-size:.9rem;font-weight:700}.thurup-scoreboard__result{color:var(--thurup-gold);margin-top:.5rem;font-size:1rem;font-weight:600}.thurup-petti-transfer{border:1px dashed var(--thurup-panel-border);background:#00000040;border-radius:12px;margin-top:.75rem;padding:.75rem}.thurup-petti-transfer__label{color:#f5f0e6cc;margin-bottom:.4rem;font-size:.85rem}.thurup-petti-transfer__cards{justify-content:center;gap:.3rem;min-height:2rem;font-size:1.5rem;display:flex}.thurup-petti-transfer__totals{color:#f5f0e699;justify-content:center;gap:1.25rem;margin-top:.5rem;font-size:.8rem;display:flex}.thurup-petti-transfer__totals strong{color:var(--thurup-gold-light)}.thurup-series-complete{border:2px solid var(--thurup-gold);color:var(--thurup-gold-light);text-align:center;background:linear-gradient(135deg,#d4a84733,#d4a8470d);border-radius:14px;margin-top:1rem;padding:1rem;font-size:1.05rem;font-weight:700}.thurup-scoreboard__waiting-text{color:#f5f0e699;font-size:.85rem;font-style:italic}.thurup-scoreboard__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.thurup-toast{bottom:calc(180px + env(safe-area-inset-bottom));z-index:40;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;max-width:400px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;position:fixed;left:50%;transform:translate(-50%)}.thurup-toast--error{color:#fff;background:#e53e3ee6}.thurup-toast--success{color:#fff;background:#38a169e6}.thurup-toast--info{color:#fff;background:#4299e1e6}.thurup-rules-overlay{z-index:60;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.thurup-rules-modal{background:var(--thurup-panel);border:1px solid var(--thurup-panel-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;width:90%;max-width:450px;padding:2rem}.thurup-rules-modal h3{color:var(--thurup-gold);margin-bottom:1rem}.thurup-rules-modal ul{padding:0;list-style:none}.thurup-rules-modal li{color:#f5f0e6cc;border-bottom:1px solid #ffffff0d;padding:.4rem 0;font-size:.85rem}.thurup-rules-modal li:last-child{border-bottom:none}.thurup-game__footer{padding:.5rem 1rem calc(.5rem + env(safe-area-inset-bottom));background:var(--thurup-panel);border-top:1px solid var(--thurup-panel-border);justify-content:center;display:flex}.chat-panel-wrapper{bottom:calc(1rem + env(safe-area-inset-bottom));right:calc(1rem + env(safe-area-inset-right));z-index:45;position:fixed}.chat-panel__toggle{background:var(--thurup-gold);color:#1a1a1a;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;position:relative;box-shadow:0 4px 16px #d4a84766}.chat-panel__badge{background:var(--thurup-danger);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.chat-panel{border:1px solid var(--thurup-panel-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#05140af2;border-radius:16px;flex-direction:column;width:300px;height:400px;display:flex;position:absolute;bottom:60px;right:0;overflow:hidden}.chat-panel__header{border-bottom:1px solid var(--thurup-panel-border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.chat-panel__header h4{color:var(--thurup-gold);font-size:.95rem}.chat-panel__close{color:#f5f0e680;cursor:pointer;background:0 0;border:none;font-size:1rem}.chat-panel__messages{flex-direction:column;flex:1;gap:.4rem;padding:.75rem;display:flex;overflow-y:auto}.chat-panel__empty{text-align:center;color:#f5f0e64d;margin-top:2rem;font-size:.85rem}.chat-panel__msg{background:#ffffff0d;border-radius:8px;flex-direction:column;max-width:85%;padding:.35rem .6rem;display:flex}.chat-panel__msg--me{background:#d4a84726;align-self:flex-end}.chat-panel__sender{color:var(--thurup-gold);font-size:.65rem;font-weight:600}.chat-panel__text{color:var(--thurup-warm-white);word-break:break-word;font-size:.82rem}.chat-panel__input-row{border-top:1px solid var(--thurup-panel-border);display:flex}.chat-panel__input{color:var(--thurup-warm-white);background:0 0;border:none;outline:none;flex:1;padding:.65rem;font-family:inherit;font-size:.85rem}.chat-panel__input::placeholder{color:#f5f0e64d}.chat-panel__send{background:var(--thurup-gold);color:#1a1a1a;cursor:pointer;border:none;padding:.65rem 1rem;font-size:1rem}.voice-controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.voice-controls__error{color:#fc8181;font-size:.75rem}.voice-controls__btn{cursor:pointer;border:none;border-radius:8px;padding:.4rem .8rem;font-family:inherit;font-size:.8rem;font-weight:600}.voice-controls__btn--join{color:#63b3ed;background:#4299e133;border:1px solid #4299e14d}.voice-controls__btn--unmuted{color:#68d391;background:#38a16933;border:1px solid #38a1694d}.voice-controls__btn--muted{color:#fc8181;background:#e53e3e33;border:1px solid #e53e3e4d}.voice-controls__btn--leave{color:#fc8181;background:#e53e3e26;font-size:.7rem}.voice-controls__active{align-items:center;gap:.4rem;display:flex}.voice-controls__speakers{gap:.5rem;margin-left:.5rem;display:flex}.voice-controls__speaker{color:#f5f0e680;align-items:center;gap:.2rem;font-size:.65rem;display:flex}.voice-controls__speaker-dot{background:#f5f0e633;border-radius:50%;width:6px;height:6px;transition:background .2s}.voice-controls__speaker--speaking .voice-controls__speaker-dot{background:#68d391;box-shadow:0 0 8px #68d39180}@media (width<=768px){:root{--thurup-hand-overlap:-18px;--thurup-fan-degree:3}.thurup-table{grid-template-rows:100px 1fr 60px;grid-template-columns:100px 1fr 100px}.thurup-hand__cards{padding:.5rem}.chat-panel{width:260px;height:350px}.thurup-bid-panel{min-width:260px;padding:1rem}.thurup-select-panel{min-width:280px;padding:1.5rem}}@media (width<=480px){:root{--thurup-hand-overlap:-11px;--thurup-fan-degree:2}.thurup-room__table{width:240px;height:240px}.thurup-room__table-felt{inset:30px}.thurup-room__seat{min-width:80px;padding:.3rem}.thurup-room__seat-icon{font-size:1rem}.thurup-room__seat-name{font-size:.7rem}.thurup-room__seat--left{left:-20px}.thurup-room__seat--right{right:-20px}.thurup-btn--large{padding:.8rem 1.5rem;font-size:1rem}.thurup-room__code{letter-spacing:.2rem;padding:.5rem 1rem;font-size:1.4rem}.thurup-table{grid-template-rows:80px 1fr 50px;grid-template-columns:70px 1fr 70px}.player-seat__avatar{width:28px;height:28px;font-size:.8rem}.player-seat__name{font-size:.65rem}.player-seat__cards{display:none}.thurup-game__header{font-size:.75rem}.thurup-bid-panel,.thurup-select-panel{min-width:unset;width:95%;padding:1rem}.thurup-select-panel__title{font-size:1.1rem}.thurup-select-panel__desc{font-size:.75rem}.thurup-select-panel__suits{gap:.2rem!important}}@media (width<=360px){:root{--thurup-hand-overlap:-10px;--thurup-fan-degree:1}.thurup-room__table{width:210px;height:210px}.thurup-room__table-felt{inset:24px}.thurup-room__seat{min-width:70px}.thurup-room__seat--left{left:-14px}.thurup-room__seat--right{right:-14px}.thurup-lobby{padding:1.25rem}.thurup-lobby__title{font-size:2.1rem}}@media (height<=480px) and (orientation:landscape){.thurup-game__header{padding:.25rem .75rem}.thurup-table{grid-template-rows:60px 1fr 40px;grid-template-columns:90px 1fr 90px;padding:.25rem}.thurup-table__center{min-height:110px}.thurup-hand{padding:.25rem .5rem .5rem}.thurup-hand__cards{padding:.25rem}.player-seat{padding:.3rem}.player-seat__avatar{width:26px;height:26px;font-size:.75rem}.player-seat__cards{display:none}.thurup-bid-panel{bottom:calc(90px + env(safe-area-inset-bottom));padding:.75rem 1.25rem}.thurup-toast{bottom:calc(100px + env(safe-area-inset-bottom))}.thurup-select-panel{max-height:90vh;padding:1rem;overflow-y:auto}}.thurup-card{-webkit-user-select:none;user-select:none;width:72px;height:100px;transform-style:preserve-3d;background:#faf8f0;border-radius:10px;flex-shrink:0;transition:filter .2s,box-shadow .2s;position:relative;box-shadow:0 2px 8px #0000004d,0 1px 3px #0003}.thurup-card--small{width:52px;height:72px}.thurup-card--red .thurup-card__rank,.thurup-card--red .thurup-card__suit-small,.thurup-card--red .thurup-card__suit-large{color:#c41e3a}.thurup-card--black .thurup-card__rank,.thurup-card--black .thurup-card__suit-small,.thurup-card--black .thurup-card__suit-large{color:#1a1a2e}.thurup-card__corner{flex-direction:column;align-items:center;line-height:1;display:flex;position:absolute}.thurup-card__corner--top{top:5px;left:6px}.thurup-card__corner--bottom{bottom:5px;right:6px;transform:rotate(180deg)}.thurup-card__rank{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:700}.thurup-card__suit-small{margin-top:-2px;font-size:.7rem}.thurup-card--small .thurup-card__rank{font-size:.75rem}.thurup-card--small .thurup-card__suit-small{font-size:.55rem}.thurup-card__center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.thurup-card__suit-large{font-size:2rem}.thurup-card--small .thurup-card__suit-large{font-size:1.4rem}.thurup-card__points{color:#fff;background:#d4a847e6;border-radius:4px;padding:1px 4px;font-size:.5rem;font-weight:700;line-height:1.2;position:absolute;top:4px;right:4px}.thurup-card--small .thurup-card__points{padding:0 3px;font-size:.4rem}.thurup-card__thurup-label{font-size:2.5rem}.thurup-card__thurup-text{color:#d4a847;letter-spacing:.2rem;text-transform:uppercase;margin-top:.15rem;font-size:.55rem;font-weight:700}.thurup-card--thurup-revealed{border:2px solid #d4a847;box-shadow:0 0 16px #d4a84766,0 2px 8px #0000004d}.thurup-card--back{background:linear-gradient(145deg,#1a1a3e,#2d2d5e);border:2px solid #d4a84740}.thurup-card__back-pattern{background:repeating-linear-gradient(45deg,#0000,#0000 6px,#d4a8470f 6px 7px);border:1px solid #d4a84726;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute;inset:4px}.thurup-card__back-diamond{color:#d4a84740;font-size:1.5rem}.thurup-card__back-label{color:#d4a8474d;font-size:1.8rem;font-weight:700}.thurup-card--thurup-hidden{border:2px solid #d4a84780;box-shadow:0 0 12px #d4a84733}.thurup-card--clickable{cursor:pointer}.thurup-card--clickable:hover{box-shadow:0 8px 24px #0006,0 0 12px #d4a84733}.thurup-card--disabled{filter:brightness(.5)saturate(.3);cursor:not-allowed}.thurup-card--selected{box-shadow:0 0 0 3px #d4a847,0 4px 16px #d4a84780}.thurup-card--played{box-shadow:0 4px 12px #0006}@media (width<=768px){.thurup-card{width:58px;height:82px}.thurup-card--small{width:42px;height:60px}.thurup-card__rank{font-size:.85rem}.thurup-card__suit-small{font-size:.6rem}.thurup-card__suit-large{font-size:1.5rem}}@media (width<=480px){.thurup-card{width:54px;height:76px}.thurup-card--small{width:38px;height:54px}.thurup-card__rank{font-size:.78rem}.thurup-card__suit-small{font-size:.62rem}.thurup-card__suit-large{font-size:1.35rem}.thurup-card__points{display:none}}@media (width<=360px){.thurup-card{width:46px;height:65px}.thurup-card--small{width:34px;height:48px}.thurup-card__rank{font-size:.7rem}.thurup-card__suit-small{font-size:.56rem}.thurup-card__suit-large{font-size:1.15rem}}@media (height<=480px) and (orientation:landscape){.thurup-card{width:44px;height:62px}.thurup-card--small{width:32px;height:46px}}:root{--color-primary:#7c3aed;--color-primary-light:#a78bfa;--color-primary-dark:#5b21b6;--color-secondary:#f59e0b;--color-secondary-light:#fbbf24;--color-accent:#10b981;--color-bg:#0f172a;--color-bg-card:#1e293b;--color-bg-card-hover:#334155;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--radius:16px;--shadow:0 8px 32px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Fredoka,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}
