@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--sky-apricot: #F2C5A0;--sky-apricot-light: #F8DCC5;--sky-apricot-dark: #E5A878;--sky-rose: #D4A8B5;--sky-rose-light: #E5C5CE;--sky-rose-dark: #8B5A6B;--sky-mauve: #C5A0B0;--sky-blue-light: #B8D4E3;--sky-blue-pale: #D4E5EF;--sky-slate: #5A7A90;--sky-slate-light: #7A98AD;--sky-slate-dark: #455D6E;--sky-gray: #94A8B8;--sky-gray-light: #B5C5D0;--sky-cloud: #E8EFF4;--sky-white: #F5F8FA;--color-bg: var(--sky-cloud);--color-bg-card: var(--sky-white);--color-text: var(--sky-slate-dark);--color-text-muted: var(--sky-gray);--color-text-light: var(--sky-gray-light);--color-primary: var(--sky-apricot-dark);--color-primary-hover: var(--sky-apricot);--color-primary-light: var(--sky-apricot-light);--color-secondary: var(--sky-rose);--color-secondary-hover: var(--sky-rose-light);--color-accent: var(--sky-slate);--color-accent-hover: var(--sky-slate-light);--color-border: var(--sky-blue-pale);--color-link: var(--sky-slate);--color-link-hover: var(--sky-apricot-dark);--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Nunito", "Varela Round", "Quicksand", sans-serif;font-family:var(--font-body);line-height:1.6;color:var(--color-text)}body{background:linear-gradient(180deg,var(--sky-blue-pale) 0%,var(--sky-cloud) 30%,var(--sky-white) 100%);min-height:100vh;overflow-x:hidden}.clouds-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.cloud{position:absolute;background:linear-gradient(135deg,#ffffffe6,#e8eff4b3);border-radius:50%;filter:blur(1px);opacity:.6}.cloud:before,.cloud:after{content:"";position:absolute;background:inherit;border-radius:50%}.cloud-1{width:120px;height:35px;top:8%;animation:drift-1 60s linear infinite;opacity:.5}.cloud-1:before{width:55px;height:45px;top:-25px;left:15px}.cloud-1:after{width:65px;height:40px;top:-20px;right:10px}.cloud-2{width:320px;height:90px;top:20%;animation:drift-2 130s linear infinite;animation-delay:-20s;opacity:.55}.cloud-2:before{width:160px;height:120px;top:-70px;left:40px}.cloud-2:after{width:140px;height:85px;top:-40px;right:40px}.cloud-3{width:90px;height:28px;top:38%;animation:drift-3 50s linear infinite;animation-delay:-15s;opacity:.4}.cloud-3:before{width:45px;height:38px;top:-22px;left:12px}.cloud-3:after{width:50px;height:32px;top:-16px;right:8px}.cloud-4{width:400px;height:110px;top:55%;animation:drift-1 150s linear infinite;animation-delay:-70s;opacity:.4}.cloud-4:before{width:200px;height:140px;top:-80px;left:60px}.cloud-4:after{width:170px;height:100px;top:-50px;right:50px}.cloud-5{width:180px;height:50px;top:75%;animation:drift-2 85s linear infinite;animation-delay:-40s;opacity:.35}.cloud-5:before{width:85px;height:65px;top:-38px;left:25px}.cloud-5:after{width:95px;height:55px;top:-28px;right:15px}@keyframes drift-1{0%{left:-300px}to{left:100vw}}@keyframes drift-2{0%{left:100vw}to{left:-350px}}@keyframes drift-3{0%{left:-250px}to{left:100vw}}.page-content{position:relative;z-index:1}.cloud-card{background:linear-gradient(135deg,#fffffff2,#f5f8fae6,#e8eff4d9);border:none;border-radius:2rem 2.5rem 2rem 2.2rem;box-shadow:0 0 20px #fffc,0 0 40px #fff6,0 8px 32px #5a7a901f,inset 0 1px 1px #ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative}.cloud-card:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;background:linear-gradient(135deg,#fff9,#d4e5ef4d,#fff6);filter:blur(4px);z-index:-1}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:-.01em}button{font-family:var(--font-heading);font-weight:600}.games-list .game-item:nth-child(odd),.archive-grid .archive-card:nth-child(odd),.waiting-games-grid .game-item-compact:nth-child(odd){transform:rotate(.5deg)}.games-list .game-item:nth-child(2n),.archive-grid .archive-card:nth-child(2n),.waiting-games-grid .game-item-compact:nth-child(2n){transform:rotate(-.5deg)}.games-list .game-item:nth-child(3n),.archive-grid .archive-card:nth-child(3n),.waiting-games-grid .game-item-compact:nth-child(3n){transform:rotate(1deg)}.games-list .game-item:nth-child(4n),.archive-grid .archive-card:nth-child(4n),.waiting-games-grid .game-item-compact:nth-child(4n){transform:rotate(-1deg)}.games-list .game-item:nth-child(5n),.archive-grid .archive-card:nth-child(5n),.waiting-games-grid .game-item-compact:nth-child(5n){transform:rotate(.25deg)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#5a7a904d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease-out}.modal-content{max-width:650px;width:100%;max-height:90vh;overflow:visible;animation:slideIn .3s ease-out;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.modal-header h2{margin:0;color:var(--color-text);font-size:1.5rem}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--color-text-muted);cursor:pointer;padding:.25rem .5rem;transition:color .2s}.modal-close:hover{color:var(--color-text)}.modal-body{margin-bottom:1.5rem;color:var(--color-text);line-height:1.8}.modal-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid var(--color-border)}.modal-footer button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;cursor:pointer;font-size:1rem;transition:all .2s;font-weight:500}.modal-footer .btn-primary{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-hover) 100%);color:#fff;box-shadow:0 2px 8px #f2c5a04d}.modal-footer .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f2c5a066}.modal-footer .btn-secondary{background:var(--color-bg-card);color:var(--color-text);border:1px solid var(--color-border)}.modal-footer .btn-secondary:hover{background:var(--color-border)}.modal-progress{text-align:center;margin-bottom:1rem;color:var(--color-text-muted);font-size:.875rem}.site-footer{position:relative;margin-top:4rem;padding:2rem 1rem;text-align:center;color:var(--color-text-muted);font-size:.9rem;z-index:1}.site-footer a{color:var(--color-link);text-decoration:none;transition:color .2s}.site-footer a:hover{color:var(--color-link-hover);text-decoration:underline}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links button,.footer-links a{background:none;border:none;cursor:pointer;color:var(--color-link);font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.footer-links button:hover,.footer-links a:hover{color:var(--color-link-hover)}.footer-credit{margin-top:.5rem}.tenuki-board{margin:1.5rem auto;display:flex;justify-content:center}.tenuki-board canvas{border-radius:.5rem;box-shadow:0 2px 8px #5a7a9026}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-inner.svelte-1v22r3k{padding:2rem;max-height:85vh;overflow-y:auto}.modal-body.svelte-1v22r3k{padding:0 .5rem}.step-counter.svelte-1v22r3k{color:var(--color-text-muted);font-size:.9rem;padding:0 1rem;white-space:nowrap}.board-container.svelte-1v22r3k{display:flex;justify-content:center;margin:1.5rem 0 .5rem;max-width:100%}.board-container.svelte-1v22r3k>div{max-width:400px;width:100%}.move-controls.svelte-1v22r3k{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.move-btn.svelte-1v22r3k{background:linear-gradient(135deg,var(--color-bg-card) 0%,var(--color-border) 100%);border:1px solid var(--color-border);border-radius:.5rem;padding:.5rem .75rem;cursor:pointer;font-size:1rem;transition:all .2s;color:var(--color-text)}.move-btn.svelte-1v22r3k:hover:not(:disabled){background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary) 100%);transform:translateY(-1px);box-shadow:0 2px 8px #f2c5a04d}.move-btn.svelte-1v22r3k:active:not(:disabled){transform:translateY(0)}.move-counter.svelte-1v22r3k{padding:.5rem 1rem;color:var(--color-text-muted);font-size:.9rem;min-width:120px;text-align:center}button.svelte-1v22r3k:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.modal-inner.svelte-1v22r3k{padding:1.5rem}.board-container.svelte-1v22r3k>div{max-width:300px}.move-btn.svelte-1v22r3k{padding:.4rem .6rem;font-size:.9rem}.move-counter.svelte-1v22r3k{font-size:.85rem;min-width:100px;padding:.4rem .8rem}}.footer-credit.svelte-jz8lnl{display:flex;align-items:center;justify-content:center;gap:.25rem;flex-wrap:wrap}.claude-link.svelte-jz8lnl{background:none;border:none;padding:0;cursor:pointer;color:var(--color-link);font-size:inherit;display:inline-flex;align-items:center;gap:.35rem;transition:all .2s;text-decoration:none}.claude-link.svelte-jz8lnl:hover{color:var(--color-link-hover);transform:translateY(-1px)}.claude-logo.svelte-jz8lnl{width:1.1em;height:1.1em;display:inline-block}.modal-inner.svelte-jz8lnl{padding:2rem}.modal-header.svelte-jz8lnl{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header.svelte-jz8lnl h2:where(.svelte-jz8lnl){margin:0;color:var(--color-text);font-size:1.5rem}.modal-close.svelte-jz8lnl{background:none;border:none;font-size:1.5rem;color:var(--color-text-muted);cursor:pointer;padding:.25rem .5rem;transition:color .2s}.modal-close.svelte-jz8lnl:hover{color:var(--color-text)}.modal-body.svelte-jz8lnl{margin-bottom:1.5rem;color:var(--color-text);line-height:1.8}.modal-body.svelte-jz8lnl p:where(.svelte-jz8lnl){margin-bottom:1rem}.modal-body.svelte-jz8lnl p:where(.svelte-jz8lnl):last-child{margin-bottom:0}.modal-footer.svelte-jz8lnl{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid var(--color-border)}.btn-primary.svelte-jz8lnl{padding:.75rem 1.5rem;border:none;border-radius:.5rem;cursor:pointer;font-size:1rem;transition:all .2s;font-weight:500;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-hover) 100%);color:#fff;box-shadow:0 2px 8px #f2c5a04d}.btn-primary.svelte-jz8lnl:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f2c5a066}.profile-dropdown.svelte-dmbcuo{position:relative}.avatar-button.svelte-dmbcuo{background:none;border:none;cursor:pointer;padding:0;border-radius:50%;transition:all .6s ease}.avatar-wrapper.svelte-dmbcuo{position:relative;border-radius:50%;padding:3px;transition:all .6s ease}.avatar-wrapper.status-playing.svelte-dmbcuo{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 0 20px #0596694d,0 0 40px #05966933,0 0 60px #0596691a;filter:blur(.5px)}.avatar-wrapper.status-watching.svelte-dmbcuo{background:linear-gradient(135deg,#ca8a04,#eab308);box-shadow:0 0 20px #ca8a044d,0 0 40px #ca8a0433,0 0 60px #ca8a041a;filter:blur(.5px)}.avatar-wrapper.status-offline.svelte-dmbcuo{background:linear-gradient(135deg,#94a3b8,#cbd5e1);box-shadow:0 0 20px #94a3b840,0 0 40px #94a3b826,0 0 60px #94a3b81a;filter:blur(.5px)}.avatar-button.svelte-dmbcuo:hover .avatar-wrapper:where(.svelte-dmbcuo){transform:scale(1.05)}.avatar-button.svelte-dmbcuo:hover .avatar-wrapper.status-playing:where(.svelte-dmbcuo){box-shadow:0 0 25px #05966966,0 0 50px #0596694d,0 0 75px #05966926}.avatar-button.svelte-dmbcuo:hover .avatar-wrapper.status-watching:where(.svelte-dmbcuo){box-shadow:0 0 25px #ca8a0466,0 0 50px #ca8a044d,0 0 75px #ca8a0426}.avatar-button.svelte-dmbcuo:hover .avatar-wrapper.status-offline:where(.svelte-dmbcuo){box-shadow:0 0 25px #94a3b859,0 0 50px #94a3b833,0 0 75px #94a3b81a}.avatar-img.svelte-dmbcuo{width:80px;height:80px;border-radius:50%;border:3px solid var(--sky-white);object-fit:cover;transition:all .6s ease;display:block}.avatar-fallback.svelte-dmbcuo{width:80px;height:80px;border-radius:50%;border:3px solid var(--sky-white);background:linear-gradient(135deg,var(--sky-apricot-light),var(--sky-rose-light));display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--sky-slate-dark);font-size:2rem;transition:all .6s ease}.dropdown-menu.svelte-dmbcuo{position:absolute;top:calc(100% + .5rem);right:0;min-width:220px;background:var(--sky-white);border:2px solid var(--sky-blue-pale);border-radius:.75rem;box-shadow:0 8px 24px #5a7a9026;z-index:10000;overflow:hidden}.dropdown-item.svelte-dmbcuo{display:block;width:100%;padding:.875rem 1.25rem;border:none;background:var(--sky-white);color:var(--sky-slate-dark);text-align:left;text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .6s ease;border-bottom:1px solid var(--sky-cloud)}.dropdown-item.svelte-dmbcuo:last-child{border-bottom:none}.dropdown-item.svelte-dmbcuo:hover{background:var(--sky-apricot-light);box-shadow:0 0 12px #e5a87866,inset 0 0 20px #e5a8781a}.logout-btn.svelte-dmbcuo{font-family:inherit}.status-section.svelte-dmbcuo{padding:1rem 1.25rem;border-bottom:1px solid var(--sky-cloud)}.status-label.svelte-dmbcuo{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--sky-gray);margin-bottom:.75rem;text-align:center}.status-circles.svelte-dmbcuo{display:flex;justify-content:space-around;gap:.5rem}.status-circle.svelte-dmbcuo{display:flex;flex-direction:column;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;padding:.25rem;transition:all .2s;border-radius:.5rem}.status-circle.svelte-dmbcuo:hover:not(:disabled){background:var(--sky-cloud)}.status-circle.svelte-dmbcuo:disabled{opacity:.5;cursor:not-allowed}.status-circle.active.svelte-dmbcuo .circle:where(.svelte-dmbcuo){box-shadow:0 0 0 3px var(--sky-apricot-light);transform:scale(1.1)}.circle.svelte-dmbcuo{width:32px;height:32px;border-radius:50%;transition:all .2s;border:2px solid transparent}.circle.playing.svelte-dmbcuo{background:radial-gradient(circle at 35% 35%,#22c55e,#16a34a);border-color:#15803d}.circle.watching.svelte-dmbcuo{background:radial-gradient(circle at 35% 35%,#facc15,#eab308);border-color:#ca8a04}.circle.offline.svelte-dmbcuo{background:radial-gradient(circle at 35% 35%,#cbd5e1,#94a3b8);border-color:#64748b}.status-text.svelte-dmbcuo{font-size:.7rem;font-weight:500;color:var(--sky-slate);text-align:center}.status-circle.active.svelte-dmbcuo .status-text:where(.svelte-dmbcuo){font-weight:700;color:var(--sky-slate-dark)}.sfx-toggle.svelte-dmbcuo{display:flex;justify-content:space-between;align-items:center}.sfx-label.svelte-dmbcuo{font-weight:500}.sfx-status.svelte-dmbcuo{font-size:.85rem;color:var(--sky-gray)}.header-wrapper.svelte-1elxaub{max-width:1200px;margin:clamp(1rem,3vw,2rem) auto clamp(1.5rem,4vw,3rem);padding:0 clamp(1rem,3vw,2rem)}.header.svelte-1elxaub{background:linear-gradient(135deg,#fffffff2,#f5f8fae6,#e8eff4d9);border:none;border-radius:2rem 2.5rem 2rem 2.2rem;box-shadow:0 0 20px #fffc,0 0 40px #fff6,0 8px 32px #5a7a901f,inset 0 1px 1px #ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:100}.header.svelte-1elxaub:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;background:linear-gradient(135deg,#fff9,#d4e5ef4d,#fff6);filter:blur(4px);z-index:-1}.header-content.svelte-1elxaub{display:flex;align-items:center;justify-content:space-between;padding:clamp(1rem,2vw,1.5rem) clamp(1.5rem,3vw,2.5rem);max-width:1200px;margin:0 auto}.logo.svelte-1elxaub{font-size:clamp(1.5rem,4vw,2.75rem);font-weight:700;color:var(--sky-slate-dark);text-decoration:none;letter-spacing:-.02em;transition:color .6s ease,transform .6s ease}.logo.svelte-1elxaub:hover{color:var(--sky-apricot-dark);filter:drop-shadow(0 0 8px rgba(229,168,120,.6))}.header-right.svelte-1elxaub{display:flex;align-items:center}.login-link.svelte-1elxaub{color:var(--sky-slate);text-decoration:none;font-weight:500;font-size:clamp(1rem,2vw,1.125rem);padding:.75rem 1.25rem;border-radius:.5rem;transition:all .6s ease}.login-link.svelte-1elxaub:hover{background:var(--sky-apricot-light);color:var(--sky-apricot-dark);box-shadow:0 0 12px #e5a87880}.avatar-placeholder.svelte-1elxaub{width:80px;height:80px;border-radius:50%;background:var(--sky-cloud);animation:svelte-1elxaub-pulse 1.5s ease-in-out infinite}@keyframes svelte-1elxaub-pulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 768px){.avatar-placeholder.svelte-1elxaub{width:60px;height:60px}}.proverb-banner.svelte-1vfwedo{display:flex;justify-content:center;margin-bottom:1.5rem;animation:svelte-1vfwedo-unfurl .8s ease-out}@keyframes svelte-1vfwedo-unfurl{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.scroll.svelte-1vfwedo{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.scroll-body.svelte-1vfwedo{width:100%;background:linear-gradient(to right,#f5e6d3,#f9ead8 5%,#fdf5eb,#f9ead8 95%,#f5e6d3);padding:1.5rem 3rem 1.5rem 2rem;box-shadow:inset 2px 0 3px #0000000d,inset -2px 0 3px #0000000d,0 4px 12px #5a7a901a;border-left:1px solid rgba(212,196,168,.5);border-right:1px solid rgba(212,196,168,.5);position:relative;overflow:hidden}.scroll-body.svelte-1vfwedo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 19px,rgba(139,115,85,.03) 19px,rgba(139,115,85,.03) 20px);pointer-events:none}.scroll-body.svelte-1vfwedo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 30%,rgba(139,115,85,.02),transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(139,115,85,.015),transparent 50%),radial-gradient(ellipse at 40% 80%,rgba(139,115,85,.02),transparent 40%);pointer-events:none}.scroll-content.svelte-1vfwedo{position:relative;text-align:center;z-index:1}.proverb-category.svelte-1vfwedo{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#8b7355;font-weight:600;margin-bottom:.5rem;opacity:.7}.proverb-text.svelte-1vfwedo{display:block;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;line-height:1.6;color:#3a2f23;text-decoration:none;font-style:italic;transition:color .3s ease;margin-bottom:.25rem}.proverb-text.svelte-1vfwedo:hover{color:var(--sky-apricot-dark)}.proverb-hint.svelte-1vfwedo{font-size:.7rem;color:#8b7355;opacity:0;transition:opacity .3s ease}.proverb-text.svelte-1vfwedo:hover+.proverb-hint:where(.svelte-1vfwedo),.scroll.svelte-1vfwedo:hover .proverb-hint:where(.svelte-1vfwedo){opacity:.6}.dismiss-btn.svelte-1vfwedo{position:absolute;top:.5rem;right:.5rem;background:#8b73551a;border:1px solid rgba(139,115,85,.2);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#8b7355;font-size:.9rem;transition:all .3s ease;z-index:2}.dismiss-btn.svelte-1vfwedo:hover{background:#8b735533;border-color:#8b735566;transform:rotate(90deg)}@media (max-width: 640px){.scroll-body.svelte-1vfwedo{padding:1.25rem 2.5rem 1.25rem 1.5rem}.proverb-text.svelte-1vfwedo{font-size:1rem}}.proverb-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}
