/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.contents{display:contents}.inline{display:inline}.table{display:table}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#17213a;--muted:#69738a;--paper:#f6f3ed;--line:#ddd8cf;--green:#17745f;--green-dark:#0d5948}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}button{cursor:pointer}.auth-loading{min-height:100vh;color:var(--muted);place-content:center;justify-items:center;gap:12px;display:grid}.auth-page{background:var(--paper);min-height:100vh}.auth-brand{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:12px;height:78px;padding:0 max(24px,50vw - 590px);font:700 20px Georgia,serif;display:flex}.auth-brand small{color:var(--muted);letter-spacing:.08em;margin-top:2px;font:11px Arial;display:block}.auth-card{border:1px solid var(--line);background:#fff;border-radius:14px;width:min(480px,100% - 32px);margin:54px auto;padding:30px}.auth-card h1{font-size:34px}.auth-card>p{color:var(--muted)}.auth-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;margin:24px 0;display:grid}.auth-tabs button{color:var(--muted);background:0 0;border:0;padding:12px}.auth-tabs button.active{color:var(--ink);border-bottom:3px solid var(--green);font-weight:700}.auth-card form{gap:16px;display:grid}.auth-card label{gap:7px;font-weight:700;display:grid}.auth-card input{border:1px solid var(--line);background:#fff;border-radius:8px;padding:12px}.password-help{font-size:12px;line-height:1.5;margin:-7px 0 0!important}.auth-submit{background:var(--green);color:#fff;border:0;border-radius:9px;padding:13px;font-weight:700}.auth-submit:disabled{opacity:.65;cursor:wait}.auth-message{color:var(--green-dark);background:#e8f2ed;border-radius:8px;margin-bottom:16px;padding:11px 13px;font-size:13px}.auth-security,.no-chatgpt{text-align:center;font-size:12px;line-height:1.5}.no-chatgpt{font-weight:700;color:var(--green-dark)!important}.pending-card{text-align:center}.pending-icon{font-size:46px}.pending-card .auth-submit{width:100%;margin-top:16px}.topbar{border-bottom:1px solid var(--line);z-index:5;background:#fff;align-items:center;gap:48px;height:78px;padding:0 max(24px,50vw - 590px);display:flex;position:sticky;top:0}.brand{color:var(--ink);align-items:center;gap:12px;min-width:220px;font-family:Georgia,serif;font-size:20px;font-weight:700;text-decoration:none;display:flex}.brand small{color:var(--muted);letter-spacing:.08em;margin-top:2px;font:11px Arial;display:block}.brand-mark{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-size:23px;display:grid}nav{flex:1;align-items:center;gap:8px;height:100%;display:flex}nav button{height:100%;color:var(--muted);background:0 0;border:0;padding:0 16px;position:relative}nav button.active{color:var(--ink);font-weight:700}nav button.active:after{content:"";background:var(--green);height:3px;position:absolute;bottom:0;left:12px;right:12px}.profile{color:var(--ink);background:0 0;border:0;align-items:center;gap:9px;display:flex}.profile b{color:var(--muted);font-size:11px}.profile span{width:34px;height:34px;color:var(--green-dark);background:#dfe9df;border-radius:50%;place-items:center;font-size:12px;font-weight:700;display:grid}.shell{max-width:1180px;margin:auto;padding:58px 24px 80px}.security-banner{color:#6f5512;background:#fff4d6;border:1px solid #dec682;border-radius:9px;margin-bottom:24px;padding:11px 14px;font-size:13px;font-weight:700}.hero{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px;display:flex}.eyebrow{color:var(--green);letter-spacing:.13em;margin:0 0 11px;font-size:12px;font-weight:700}h1{letter-spacing:-.035em;margin:0 0 12px;font:48px/1.05 Georgia,serif}.hero p:last-child,.intro{color:var(--muted);margin:0;font-size:17px}.upload{background:var(--green);color:#fff;cursor:pointer;white-space:nowrap;border-radius:10px;padding:14px 19px;font-weight:700;box-shadow:0 5px 12px #155d492c}.upload:hover,.play:hover{background:var(--green-dark)}.upload input{display:none}.notice{color:var(--green-dark);background:#e8f2ed;border:1px solid #b9d5ca;border-radius:9px;justify-content:space-between;margin:-22px 0 22px;padding:12px 15px;display:flex}.notice button{color:inherit;background:0 0;border:0;font-size:20px}.toolbar{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.search{border:1px solid var(--line);background:#fff;border-radius:9px;gap:9px;width:min(420px,75%);padding:11px 14px;display:flex}.search input{width:100%;color:var(--ink);border:0;outline:0}.count{color:var(--muted);font-size:13px}.game-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.empty-library{border:1px dashed var(--line);text-align:center;color:var(--muted);background:#fff;border-radius:14px;grid-column:1/-1;padding:52px 24px}.empty-library span{font-size:48px}.empty-library h2{color:var(--ink);margin:12px 0 8px;font:28px Georgia,serif}.empty-library p{margin:0}.game{border:1px solid var(--line);background:#fff;border-radius:14px;transition:all .2s;overflow:hidden;box-shadow:0 3px 10px #2730470b}.game:hover{transform:translateY(-3px);box-shadow:0 10px 26px #27304718}.cover{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:174px;display:flex;position:relative;overflow:hidden}.cover:before,.cover:after{content:"";opacity:.12;border:1px solid;border-radius:50%;width:180px;height:180px;position:absolute}.cover:after{width:110px;height:110px}.cover span{z-index:1;filter:drop-shadow(0 8px 9px #0002);font-size:56px}.cover small{z-index:1;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700}.cover-1{color:#1a684f;background:#d9e9df}.cover-2{color:#8f592a;background:#f2dfc5}.cover-3{color:#435d8e;background:#dde4f2}.cover-4{color:#80577d;background:#eadfe9}.game-body{padding:18px}.game h2{margin:0 0 7px;font:22px Georgia,serif}.game p{color:var(--muted);margin:0 0 17px;font-size:12px}.game p.creator{color:var(--green-dark);margin-bottom:7px;font-weight:700}.license-note{color:var(--muted);max-width:850px;margin:26px 0 0;font-size:12px;line-height:1.6}.license-note strong{color:var(--ink)}.actions{gap:8px;display:flex}.actions button{border:1px solid var(--line);border-radius:8px;height:39px}.play{background:var(--green);color:#fff;flex:1;font-weight:700;border-color:var(--green)!important}.download{width:42px;color:var(--ink);background:#fff;font-size:19px}.activity-page h1{margin-bottom:10px}.activity-page .intro{margin-bottom:36px}.stats{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:30px;display:grid}.stats>div{border:1px solid var(--line);background:#fff;border-radius:12px;padding:22px}.stats small,.stats span{color:var(--muted);display:block}.stats strong{margin:10px 0 5px;font:36px Georgia,serif;display:block}.stats span{font-size:12px}.activity-list{border:1px solid var(--line);background:#fff;border-radius:13px;padding:10px 24px}.list-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.list-head h2{font:24px Georgia,serif}.list-head button{color:var(--green);background:0 0;border:0;font-weight:700}.activity-row{border-bottom:1px solid #eeeae3;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:17px 0;display:grid}.activity-row:last-child{border-bottom:0}.avatar{width:40px;height:40px;color:var(--green-dark);background:#e5ede8;border-radius:50%;place-items:center;font-weight:700;display:grid}.activity-row p{color:var(--muted);margin:4px 0 0;font-size:13px}.activity-row time{color:var(--muted);font-size:12px}.owner-page h1{margin-bottom:10px}.owner-page .intro{margin-bottom:32px}.member-panel{border:1px solid var(--line);background:#fff;border-radius:13px;margin-bottom:22px;padding:10px 24px}.list-head>span{color:var(--muted);font-size:13px}.member-row{border-bottom:1px solid #eeeae3;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:17px 0;display:grid}.member-row:last-child{border-bottom:0}.member-row p{color:var(--muted);margin:4px 0 0;font-size:13px}.member-actions{gap:8px;display:flex}.member-actions button{border-radius:8px;padding:9px 14px;font-weight:700}.approve-member{background:var(--green);color:#fff;border:1px solid var(--green)}.block-member{color:#8a2d2d;background:#fff;border:1px solid #d7aaaa}.approved-label{color:var(--green-dark);font-size:13px;font-weight:700}.empty-members{color:var(--muted);padding:18px 0}@media (max-width:900px){.game-grid{grid-template-columns:repeat(2,1fr)}.topbar{gap:12px}.brand{min-width:0}.brand small{display:none}}@media (max-width:650px){.topbar{flex-wrap:wrap;height:auto;padding:12px 16px}.profile{margin-left:auto}.brand{font-size:17px}nav{order:3;width:100%;height:42px}nav button{flex:1;padding:0 6px;font-size:13px}.shell{padding:38px 16px}.hero{flex-direction:column;align-items:flex-start}h1{font-size:38px}.upload{text-align:center;width:100%}.game-grid,.stats{grid-template-columns:1fr}.activity-row,.member-row{grid-template-columns:42px 1fr}.activity-row time,.member-actions,.approved-label{grid-column:2}.member-actions{justify-content:flex-start}.cover{height:190px}}
