:root{color:#111;font-synthesis:none;text-rendering:optimizelegibility;--background:#f5f1e8;--surface:#fffdf7;--foreground:#111;--primary:#ff5c35;--primary-dark:#db3e19;--secondary:#7c5cff;--accent:#ffd84d;--success:#53d769;--danger:#ff3b30;--muted:#dedbd2;--muted-foreground:#5e5b55;--border:3px solid var(--foreground);--shadow:5px 5px 0 var(--foreground);--shadow-small:3px 3px 0 var(--foreground);--radius:9px;background:#f5f1e8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--background);min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,.sidebar__brand strong,.button{letter-spacing:-.025em;font-family:Arial Black,Impact,Inter,sans-serif}h1{margin-bottom:.65rem;font-size:clamp(2rem,5vw,3.4rem);line-height:.98}h2{margin-bottom:.55rem;font-size:clamp(1.35rem,3vw,2rem)}p{color:var(--muted-foreground);line-height:1.6}:focus-visible{outline:4px solid var(--secondary);outline-offset:3px}.skip-link{z-index:100;border:var(--border);background:var(--accent);padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.button{border:var(--border);border-radius:var(--radius);background:var(--primary);min-height:44px;color:var(--foreground);box-shadow:var(--shadow-small);justify-content:center;align-items:center;gap:.55rem;padding:.72rem 1.05rem;font-size:.9rem;font-weight:900;transition:transform .12s,box-shadow .12s;display:inline-flex}.button:hover:not(:disabled){box-shadow:1px 1px 0 var(--foreground);transform:translate(2px,2px)}.button--disabled{pointer-events:none;opacity:.55}.button--secondary{background:var(--secondary);color:#fff}.button--danger{background:var(--danger);color:#fff}.button--ghost{background:var(--surface)}.icon-button{border:2px solid var(--foreground);background:var(--surface);width:42px;height:42px;color:var(--foreground);border-radius:7px;place-items:center;padding:0;display:inline-grid}.card{border:var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.badge{border:2px solid var(--foreground);background:var(--surface);border-radius:999px;align-items:center;width:fit-content;padding:.18rem .55rem;font-size:.72rem;font-weight:900;line-height:1.3;display:inline-flex}.badge--accent{background:var(--accent)}.badge--success{background:var(--success)}.badge--danger{background:var(--danger);color:#fff}.badge--muted{background:var(--muted)}.input,.select,.textarea{border:2px solid var(--foreground);width:100%;min-height:44px;color:var(--foreground);background:#fff;border-radius:6px;margin-top:.35rem;padding:.72rem .8rem}.textarea{resize:vertical;min-height:130px}.form-stack{gap:1rem;display:grid}.form-stack label,.form-grid label{color:var(--foreground);font-size:.84rem;font-weight:850;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.form-grid .span-full{grid-column:1/-1}.form-error,.error-state{border:2px solid var(--foreground);color:#8d160e;background:#ffe0dc;padding:.75rem;font-weight:700}.success-state{border:2px solid var(--foreground);background:#dff8df;border-radius:7px;align-items:center;gap:.65rem;padding:.85rem;display:flex}.auth-link{color:var(--primary-dark);text-underline-offset:3px;margin-top:1.1rem;font-weight:850;text-decoration:underline;display:block}.auth-link--inline{text-align:right;margin-top:-.35rem}.field-hint{color:var(--muted-foreground)}.field-hint--error{color:#a4150c}.eyebrow{color:var(--primary-dark);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.55rem;font-size:.72rem;font-weight:950;display:block}.app-shell{min-height:100vh}.sidebar{z-index:30;border-right:var(--border);background:var(--primary);flex-direction:column;width:276px;padding:1.1rem;display:flex;position:fixed;inset:0 auto 0 0}.sidebar__brand{border-bottom:3px solid var(--foreground);align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.sidebar__brand strong{font-size:1.1rem;display:block}.sidebar__brand small{margin-top:.15rem;font-size:.68rem;font-weight:750;display:block}.brand-mark{border:3px solid var(--foreground);background:var(--accent);width:48px;height:48px;box-shadow:3px 3px 0 var(--foreground);border-radius:8px;flex:none;place-items:center;font-family:Arial Black,Impact,sans-serif;display:grid;transform:rotate(-3deg)}.brand-mark--large{width:76px;height:76px;font-size:1.45rem}.sidebar__nav{gap:.45rem;margin:1.2rem 0;display:grid;overflow-y:auto}.nav-item{border:2px solid #0000;border-radius:7px;grid-template-columns:24px 1fr auto;align-items:center;gap:.55rem;min-height:44px;padding:.65rem .7rem;font-size:.85rem;font-weight:850;display:grid}.nav-item:hover{border-color:var(--foreground);background:#ff7959}.nav-item--active{border-color:var(--foreground);background:var(--accent);box-shadow:3px 3px 0 var(--foreground)}.nav-item__arrow{opacity:.55}.sidebar__profile{border-top:3px solid var(--foreground);grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;margin-top:auto;padding-top:1rem;display:grid}.sidebar__profile strong{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.82rem;display:block;overflow:hidden}.avatar{border:2px solid var(--foreground);background:var(--accent);object-fit:cover;border-radius:50%;place-items:center;width:43px;height:43px;font-size:.75rem;font-weight:950;display:inline-grid}.sidebar__close,.mobile-header{display:none}.main-content{min-height:100vh;margin-left:276px;padding:clamp(1.2rem,3vw,2.5rem)}.page-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.page-header p{max-width:700px;margin-bottom:0}.page-header__actions{flex-wrap:wrap;gap:.65rem;display:flex}.grid{gap:1.25rem;display:grid}.grid>*{min-width:0}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.section-card{padding:1.25rem}.section-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.section-heading h2,.section-heading h3{margin-bottom:0}.stat-card{padding:1.1rem;position:relative;overflow:hidden}.stat-card:after{border:3px solid var(--foreground);background:var(--accent);content:"";border-radius:50%;width:72px;height:72px;position:absolute;bottom:-24px;right:-18px}.stat-card strong{margin-top:.35rem;font-family:Arial Black,Impact,sans-serif;font-size:1.75rem;display:block}.stat-card small{color:var(--muted-foreground);font-weight:750}.list{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.list-item{border:2px solid var(--foreground);background:#fff;border-radius:7px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.list-item__body{flex:1;min-width:0}.list-item__body strong{display:block}.list-item__body p,.list-item__body small{color:var(--muted-foreground);text-overflow:ellipsis;margin:.2rem 0 0;display:block;overflow:hidden}.table-wrap{border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto}.table{border-collapse:collapse;background:var(--surface);width:100%}.table th,.table td{border-bottom:2px solid var(--foreground);text-align:left;vertical-align:middle;padding:.8rem}.table th{background:var(--accent);letter-spacing:.07em;text-transform:uppercase;font-size:.75rem}.table tr:last-child td{border-bottom:0}.table-actions{flex-wrap:wrap;gap:.5rem;display:flex}.profile-link{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.6rem;padding:0;display:inline-flex}.mobile-bottom-nav{display:none}.category-list{flex-wrap:wrap;gap:.45rem;min-width:0;display:flex}.category-list .badge{overflow-wrap:anywhere;white-space:normal;max-width:100%}.game-card{min-width:0;overflow:hidden}.game-card__cover{aspect-ratio:16/10;border-bottom:var(--border);background:var(--muted);position:relative;overflow:hidden}.game-card__cover>img{object-fit:cover;width:100%;height:100%}.game-card__cover-placeholder{width:100%;height:100%;color:var(--muted-foreground);place-content:center;justify-items:center;gap:.45rem;font-weight:850;display:grid}.game-card__cover-action{border:2px solid var(--foreground);background:var(--accent);width:42px;height:42px;box-shadow:var(--shadow-small);cursor:pointer;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:.65rem;right:.65rem}.game-card__body{padding:1.1rem}.upload-field{border:2px dashed var(--foreground);background:#fff9df;border-radius:7px;align-content:start;justify-items:start;gap:.55rem;padding:1rem}.upload-field small{color:var(--muted-foreground);margin-top:.2rem;display:block}.memory-page{width:min(100%,760px);margin-inline:auto}.profile-photo-editor{border-bottom:2px solid var(--muted);grid-template-columns:auto 1fr;align-items:center;gap:.9rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:grid}.profile-photo-editor .avatar{width:76px;height:76px;font-size:1.15rem}.profile-photo-editor h2,.profile-photo-editor p{margin-bottom:.25rem}.profile-photo-editor .button{grid-column:1/-1}.profile-security-card{align-self:start}.permission-summary{gap:.9rem;margin-bottom:1rem;display:grid}.permission-summary section{border-top:2px solid var(--muted);padding-top:.75rem}.permission-summary h3{letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5rem;font-size:.82rem}.permission-sections{gap:.9rem;display:grid}.permission-section{border:2px solid var(--foreground);background:#fffdf7;border-radius:8px;padding:1rem}.permission-section legend{padding:0 .35rem;font-family:Arial Black,Impact,sans-serif}.permission-section p{margin-bottom:.75rem;font-size:.82rem;line-height:1.4}.permission-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.permission-options label{border:1px solid var(--muted);background:#fff;border-radius:6px;align-items:center;gap:.55rem;padding:.65rem;font-size:.82rem;font-weight:750;display:flex}.permission-options input{flex:none}.memory-composer{gap:1rem;margin-bottom:1.4rem;padding:1.15rem;display:grid}.memory-composer__author,.memory-post__header{align-items:center;gap:.75rem;min-width:0;display:flex}.memory-composer__author strong,.memory-composer__author small{display:block}.memory-composer__author small,.memory-post__author span,.memory-post__author small{color:var(--muted-foreground)}.memory-composer__input{border:0;border-bottom:2px solid var(--muted);resize:vertical;width:100%;min-height:100px;color:var(--foreground);font:inherit;background:0 0;outline:0;padding:.85rem;font-size:1rem}.memory-composer__input:focus{border-color:var(--secondary)}.memory-composer__actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.memory-image-picker{cursor:pointer;position:relative;overflow:hidden}.memory-image-picker__input{z-index:1;cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;inset:0}.memory-preview-grid,.memory-gallery{border:2px solid var(--foreground);background:var(--foreground);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;display:grid;overflow:hidden}.memory-preview-grid--1,.memory-gallery--1{grid-template-columns:1fr}.memory-preview,.memory-gallery img{aspect-ratio:1;width:100%;min-width:0;min-height:0}.memory-preview{height:100%;position:relative}.memory-preview img,.memory-gallery img{object-fit:cover;width:100%;height:100%}.memory-preview-grid--1 .memory-preview,.memory-gallery--1 img{aspect-ratio:4/5}.memory-preview-grid--3 .memory-preview:first-child,.memory-gallery--3 img:first-child{aspect-ratio:auto;grid-row:span 2}.memory-preview__remove{color:#fff;background:#111111c7;border:2px solid #fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:.5rem;right:.5rem}.memory-feed{gap:1.15rem;width:100%;max-width:680px;margin-inline:auto;display:grid}.memory-post{padding:1.1rem;overflow:hidden}.memory-post__header{align-items:flex-start}.memory-post__author{flex:1;min-width:0}.memory-post__author strong,.memory-post__author span,.memory-post__author small{display:block}.memory-post__author small{align-items:center;gap:.25rem;margin-top:.2rem;display:flex}.memory-post__delete{box-shadow:none;border-color:#0000;flex:none}.memory-post__content{color:var(--foreground);overflow-wrap:anywhere;white-space:pre-wrap;margin:1rem 0;font-size:1.02rem}.memory-post__footer{justify-content:flex-end;padding-top:.9rem;display:flex}.state-card,.empty-state,.error-state{text-align:center;place-items:center;min-height:180px;padding:2rem;display:grid}.empty-state>span{font-size:2.5rem}.loader{border:4px solid var(--foreground);border-right-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.7s linear infinite spin}.auth-page{grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);min-height:100vh;display:grid}.auth-hero{border-right:var(--border);background:var(--primary);place-items:center;padding:4rem;display:grid;position:relative;overflow:hidden}.auth-hero__content{z-index:2;max-width:650px;position:relative}.auth-hero h1{max-width:620px;margin-top:1.5rem;font-size:clamp(3rem,8vw,6rem)}.auth-hero p{max-width:560px;color:var(--foreground);font-size:1.05rem;font-weight:650}.auth-hero__shape{border:4px solid var(--foreground);background:var(--accent);display:block;position:absolute}.auth-hero__shape--one{border-radius:50%;width:130px;height:130px;top:8%;right:8%}.auth-hero__shape--two{background:var(--secondary);width:150px;height:90px;bottom:7%;left:7%;transform:rotate(13deg)}.auth-form-wrap{background-image:linear-gradient(#ddd8cd 1px,#0000 1px),linear-gradient(90deg,#ddd8cd 1px,#0000 1px);background-size:28px 28px;place-items:center;padding:2rem;display:grid}.auth-card{width:min(100%,460px);padding:clamp(1.4rem,5vw,2.3rem)}.auth-card__icon{border:var(--border);background:var(--accent);width:52px;height:52px;box-shadow:var(--shadow-small);border-radius:8px;place-items:center;margin-bottom:1.25rem;display:grid}.centered-page{background:var(--background);place-items:center;min-height:100vh;padding:1.5rem;display:grid}.narrow-card,.not-found{width:min(100%,560px);padding:clamp(1.5rem,5vw,2.5rem)}.not-found{text-align:center}.not-found>span{color:var(--primary);text-shadow:4px 4px 0 var(--foreground);font-family:Arial Black,Impact,sans-serif;font-size:5rem}.dialog-backdrop{z-index:60;background:#1111119e;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.dialog{width:min(100%,700px);max-height:calc(100vh - 2rem);padding:1.4rem;overflow-y:auto}.dialog__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;display:flex}.dialog__header h2{margin:0}.tabs{gap:.5rem;margin-bottom:1.3rem;padding:.25rem .25rem .45rem;display:flex;overflow-x:auto}.tab{border:2px solid var(--foreground);background:#fff;border-radius:999px;flex:none;padding:.55rem .8rem;font-weight:850}.tab--active{background:var(--accent);box-shadow:2px 2px 0 var(--foreground)}.ballot-list{counter-reset:ballot;gap:.7rem;margin:1.2rem 0;padding:0;list-style:none;display:grid}.ballot-item{border:var(--border);border-radius:var(--radius);background:#fff;grid-template-columns:42px auto 1fr auto;align-items:center;gap:.75rem;padding:.7rem;display:grid}.ballot-rank{border:2px solid var(--foreground);background:var(--accent);border-radius:50%;place-items:center;width:38px;height:38px;font-family:Arial Black,Impact,sans-serif;display:grid}.ballot-actions{gap:.35rem;display:flex}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1100px){.grid--4,.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){body{overflow-x:hidden}.mobile-header{z-index:20;min-height:64px;padding:calc(.7rem + env(safe-area-inset-top)) 1rem .7rem;border-bottom:var(--border);background:var(--primary);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.sidebar{width:min(88vw,320px);transition:transform .18s;transform:translate(-110%)}.sidebar--open{transform:translate(0)}.sidebar__close{margin-left:auto;display:grid}.sidebar-backdrop{z-index:25;background:#1119;border:0;position:fixed;inset:0}.main-content{padding:1.1rem 1.1rem calc(6.2rem + env(safe-area-inset-bottom));margin-left:0}.mobile-bottom-nav{z-index:22;min-height:70px;padding:.45rem .35rem calc(.4rem + env(safe-area-inset-bottom));border-top:var(--border);background:var(--surface);grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px #1111111a}.mobile-bottom-nav__item{min-width:0;color:var(--muted-foreground);border-radius:7px;align-content:center;place-items:center;gap:.22rem;font-size:.64rem;font-weight:850;display:grid;position:relative}.mobile-bottom-nav__item .avatar{border-width:1.5px;width:24px;height:24px;font-size:.52rem}.mobile-bottom-nav__item--active{color:var(--foreground)}.mobile-bottom-nav__item--active:before{background:var(--primary);content:"";border-radius:0 0 4px 4px;width:34px;height:4px;position:absolute;top:-.45rem}.page-header{margin-bottom:1.35rem}.page-header h1{font-size:clamp(1.9rem,9vw,2.6rem)}.page-header p{font-size:.94rem;line-height:1.45}.dialog-backdrop{align-items:end;padding:0}.dialog{width:100%;max-height:calc(94dvh - env(safe-area-inset-top));padding:1.1rem 1rem calc(1.1rem + env(safe-area-inset-bottom));box-shadow:0 -5px 0 var(--foreground);border-bottom:0;border-left:0;border-right:0;border-radius:18px 18px 0 0}.table-wrap{max-width:calc(100vw - 2.2rem);box-shadow:var(--shadow-small)}.table th,.table td{white-space:nowrap;padding:.68rem}.tabs{scrollbar-width:none;margin-left:-1.1rem;margin-right:-1.1rem;padding-left:1.1rem;padding-right:1.1rem}.tabs::-webkit-scrollbar{display:none}.auth-page{grid-template-columns:1fr}.auth-hero{border-right:0;border-bottom:var(--border);min-height:340px;padding:2rem 1.5rem}.auth-hero h1{font-size:clamp(2.7rem,15vw,4.5rem)}}@media (width<=620px){.grid--2,.grid--3,.grid--4,.form-grid{grid-template-columns:1fr}.form-grid .span-full{grid-column:auto}.page-header{flex-direction:column;align-items:flex-start}.page-header__actions,.page-header__actions .button{width:100%}.main-content{padding-left:.85rem;padding-right:.85rem}.section-card,.memory-composer,.memory-post,.game-card__body{padding:.9rem}.section-heading{align-items:flex-start}.list-item{flex-wrap:wrap;min-width:0}.list-item__body{flex-basis:calc(100% - 64px)}.memory-page .page-header{margin-bottom:1rem}.memory-composer__actions{flex-direction:column;align-items:stretch}.memory-composer__actions .button{width:100%}.memory-image-picker__input{font-size:16px}.game-grid{gap:1rem}.permission-options{grid-template-columns:1fr}.auth-form-wrap{padding:1rem}.ballot-item{grid-template-columns:38px auto 1fr}.ballot-actions{grid-column:1/-1;justify-content:flex-end}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
