:root{--miiverse-green: #19b463;--miiverse-light: #e8f8f1;--miiverse-accent: #ffdd57}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:Arial,sans-serif;font-size:16px;background-color:#eef3f0;color:#333}html{scroll-behavior:smooth}.text-center{text-align:center}.text-bold{font-weight:700}.text-muted{color:#666}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.flex-center{display:flex;justify-content:center;align-items:center}.flex-column{display:flex;flex-direction:column}.flex-gap-1{gap:8px}.flex-gap-2{gap:16px}.scroll-auto{overflow-y:auto}.layout{display:grid;grid-template-columns:96px minmax(0,1fr) 315px;gap:20px;padding:12px 20px;align-items:start;min-height:calc(100vh - 72px)}.main-layout{display:flex;gap:20px;padding:12px 20px;margin-top:4px;min-height:calc(100vh - 72px)}.main{min-width:0;width:100%;display:flex;flex-direction:column;gap:14px;overflow-y:auto;padding-bottom:90px}.sidebar,.right-panel{overflow-y:auto}.home-route-shell{display:flex;flex-direction:column;gap:14px;width:100%;min-width:0}.home-page{width:100%;max-width:none;min-width:0}.desktop-composer-wrap{min-width:0}.feed-posts{width:100%;max-width:none}.layout.layout-full-width{grid-template-columns:96px minmax(0,1fr)}.app-header{background-color:#00a651;height:90px;display:flex;justify-content:space-between;align-items:center;padding:0 24px;color:#fff;position:sticky;top:0;z-index:1000;max-width:100vw;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-left .logo-icon{font-weight:700;font-size:2rem}.header-left .logo-text{font-size:2.5rem;font-weight:700}.header-right{display:flex;align-items:center;gap:18px;flex-shrink:0;flex-wrap:nowrap}.header-right button{background-color:#ffffff26;border:none;border-radius:12px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.header-right button:hover{background-color:#ffffff40;transform:scale(1.15)}.header-icon{width:36px;height:36px;fill:#fff}.header-right button:active{transform:scale(.9)}.header-bounce{transition:transform .2s ease-in-out}.header-bounce:hover{animation:bounce .3s ease-in-out;transform:translateY(-2px);filter:drop-shadow(0 4px 4px rgba(0,0,0,.3)) drop-shadow(0 0 6px #00ff90)}.header-icon-btn{position:relative}.notification-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff3b30;color:#fff;font-size:11px;font-weight:900;line-height:18px;text-align:center}.notification-menu-shell{position:relative}.notification-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:320px;background:#fff;border:1px solid #e6ebef;border-radius:16px;box-shadow:0 16px 30px #0000001f;padding:10px;z-index:3000}.notification-dropdown-header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:4px 4px 8px}.notification-dropdown-header button{border:none;background:#e8f8f1;color:#00934a;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;cursor:pointer}.notification-list{display:flex;flex-direction:column;gap:6px}.notification-item{width:100%;border:none;background:#f8fbf9;border-radius:12px;padding:10px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:4px}.notification-item.unread{background:#e8f8f1;border-left:4px solid #19b463}.notification-item span{color:#253126;font-weight:700}.notification-item small{color:#667085;font-size:11px}.notification-empty{padding:14px 8px;color:#667085;font-weight:700;text-align:center}.notification-item-main{display:flex;align-items:flex-start;gap:7px}.notification-dot{width:8px;height:8px;margin-top:5px;border-radius:999px;background:#19b463;flex-shrink:0}.left-strip{width:96px;display:flex;flex-direction:column;align-items:center;background:#f7f7f7;padding:22px 0;gap:22px;position:sticky;top:88px;align-self:start;min-height:calc(100vh - 110px);border-radius:18px}.strip-icon{display:flex;flex-direction:column;align-items:center;gap:6px;color:#333;text-decoration:none;font-size:.9rem;transition:all .2s ease;position:relative}.strip-icon svg{width:32px;height:32px;fill:var(--miiverse-green);transition:transform .2s ease}.strip-icon:hover{transform:translateY(-2px)}.strip-tooltip{position:absolute;left:100%;top:50%;transform:translateY(-50%) translate(8px);background-color:#333;color:#fff;padding:6px 12px;border-radius:8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;font-size:.85rem;z-index:100}.strip-icon:hover .strip-tooltip{opacity:1;transform:translateY(-50%) translate(0)}.sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:14px;position:sticky;top:88px;align-self:start;max-height:calc(100vh - 110px)}.menu-section,.friends-section{background-color:#fff;border-radius:16px;padding:14px 18px;font-size:1.15rem;font-weight:700;box-shadow:0 2px 6px #00000014;transition:all .25s ease}.menu-section h3,.friends-section h3{margin:0 0 12px;font-size:1.25rem;color:#333}.menu-list,.friends-list{list-style:none;padding:0;margin:0}.menu-list li,.friends-list li{display:flex;align-items:center;gap:12px;padding:10px 0;cursor:pointer;font-size:1.15rem;transition:background .2s ease;background-color:transparent}.menu-list li:hover,.friends-list li:hover{background-color:transparent}.menu-list li svg,.menu-list li .menu-icon{width:28px;height:28px;fill:var(--miiverse-green);filter:drop-shadow(0 1px 1px rgba(0,0,0,.1));transition:transform .2s ease}.menu-list li:hover svg,.menu-list li:hover .menu-icon{animation:bounce .3s ease-in-out;transform:translateY(-2px);filter:drop-shadow(0 3px 3px rgba(0,0,0,.25)) drop-shadow(0 0 6px #00ff90)}.menu-list li span,.friends-list li .avatar{transition:transform .2s ease,filter .2s ease}.menu-list li span:hover,.friends-list li .avatar:hover{transform:translateY(-2px);filter:drop-shadow(0 3px 3px rgba(0,0,0,.25)) drop-shadow(0 0 6px #00ff90);animation:bounce .3s ease-in-out}.sidebar-link{display:flex;align-items:center;gap:12px;padding:6px 0;font-weight:700;font-size:1.15rem;color:#333;text-decoration:none;transition:all .2s ease}.sidebar-link:hover{background:none;transform:none}.menu-icon{font-size:2rem;color:#00a651}.menu-list li+li{border-top:1px solid #e0e0e0;padding-top:8px;margin-top:8px}.friends-list li .avatar{width:36px;height:36px;border-radius:50%}.friends-list li span{font-size:1.15rem}.right-panel{width:315px;flex-shrink:0;display:flex;flex-direction:column;gap:14px;position:sticky;top:88px;align-self:start;max-height:calc(100vh - 110px);overflow:visible;padding-top:8px}.right-top-menu{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:8px;padding:0 0 8px;background:#eef3f0}.card{background-color:#fff;border-radius:14px;padding:16px;transition:all .25s ease}.card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001f}.card h3{margin-top:0;font-size:1.3rem;font-weight:700;margin-bottom:12px;border-bottom:1px solid #ddd;padding-bottom:8px}.right-panel .highlight-list{list-style:none;padding:0;margin:0}.right-panel .highlight-list li{font-size:1.05rem;font-weight:700;display:flex;align-items:center;gap:10px;padding:8px 0}.right-panel .highlight-list li span{font-size:3rem;line-height:1;display:inline-block;transition:transform .2s ease-in-out}.right-panel .highlight-list li span:hover{animation:bounce .3s ease-in-out;transform:translateY(-2px);filter:drop-shadow(0 3px 3px rgba(0,0,0,.25)) drop-shadow(0 0 4px #FFD700)}.highlight-list li+li{border-top:1px solid #e0e0e0;margin-top:6px;padding-top:8px}.right-top-menu{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.menu-tab{padding:7px 12px;border-radius:999px;background:#fff;color:#2f3b35;font-size:12px;font-weight:800;line-height:1;box-shadow:0 2px 8px #0000000f;white-space:nowrap}.menu-tab.active{background:#00a651;color:#fff;box-shadow:0 4px 10px #00a65138}.now-playing-widget{display:flex;flex-direction:column;gap:10px}.now-playing-cover.placeholder{display:flex;align-items:center;justify-content:center;background:#f2f4f7;font-size:28px}.now-playing-title{font-weight:700;line-height:1.2}.now-playing-meta{font-size:13px;color:#6b7280}.now-playing-actions button,.now-playing-empty button{border:none;border-radius:10px;padding:8px 12px;cursor:pointer}.now-playing-empty p{margin:0 0 8px}.now-playing-card{background:#fff;border:1px solid #d9eadf;border-radius:18px;box-shadow:0 6px 16px #00000014;padding:14px;overflow:hidden}.now-playing-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:8px}.now-playing-title-wrap{display:flex;align-items:center;gap:8px}.now-playing-title-wrap h3{margin:0;font-size:1rem;font-weight:800;color:#3d3425}.now-playing-icon{font-size:1.1rem}.now-playing-pill{font-size:.7rem;font-weight:700;color:#2f6b45;background:#eaf7ee;border:1px solid #cfe8d7;padding:4px 8px;border-radius:999px;white-space:nowrap}.now-playing-body{display:flex;gap:14px;align-items:center}.now-playing-cover{width:72px;aspect-ratio:2 / 3;height:auto;border-radius:12px;-o-object-fit:cover;object-fit:cover;background:none;padding:0;flex-shrink:0}.now-playing-cover.placeholder{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#eefaf1,#dff3e5);font-size:2rem}.now-playing-info{min-width:0;display:flex;flex-direction:column;gap:6px}.now-playing-game-title{font-weight:800;color:#332b1d;line-height:1.2;font-size:.98rem;word-break:break-word}.now-playing-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:.84rem;color:#6b5b39}.now-playing-hours{font-weight:700}.now-playing-dot{opacity:.6}.now-playing-status{display:inline-flex;align-items:center;gap:4px;font-weight:700;padding:3px 8px;border-radius:999px;background:#f4f4f5;color:#3f3f46}.now-playing-status.playing{background:#dcfce7;color:#166534}.now-playing-status.completed{background:#dbeafe;color:#1d4ed8}.now-playing-status.paused{background:#fef3c7;color:#92400e}.now-playing-status.want-to-play{background:#ede9fe;color:#6d28d9}.now-playing-actions{display:flex;gap:8px;margin-top:12px}.now-playing-updated{font-size:.78rem;color:#7a7a7a}.np-btn{border:none;border-radius:10px;padding:7px 12px;font-size:12px;font-weight:700;line-height:1;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.np-btn:hover{transform:translateY(-1px)}.np-btn:active{transform:translateY(0)}.np-btn-primary{background:#00a651;color:#fff;box-shadow:0 3px 8px #00a65138}.np-btn-primary:hover{background:#17a85c}.np-btn-secondary{background:#e8f8f0;color:#19b463;border:1px solid #bfe9d2}.np-btn-secondary:hover{background:#d9f3e6}.np-btn:active{transform:scale(.97)}.now-playing-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:10px 4px 4px}.now-playing-empty-art{width:72px;height:72px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#eefaf1,#dff3e5);border:2px solid #d9eadf;font-size:2rem}.now-playing-empty-title{margin:0;font-weight:800;color:#3d3425}.now-playing-empty-text{margin:0 0 4px;font-size:.88rem;color:#736449;line-height:1.35}.profile-area{display:flex;align-items:center;gap:8px}.header-icon-btn{border:none;background:transparent;cursor:pointer;padding:6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.header-icon-btn:hover{background:#0000000d}.profile-menu-shell{position:relative}.profile-menu-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:180px;background:#fff;border:1px solid #e6ebef;border-radius:16px;box-shadow:0 16px 30px #0000001f;padding:8px;z-index:3000;display:flex;flex-direction:column;gap:4px}.profile-menu-item{display:flex;width:100%;text-decoration:none;border:none;background:transparent;color:#253126;font-size:.95rem;font-weight:700;padding:10px 12px;border-radius:12px;text-align:left;cursor:pointer}.profile-menu-item:hover{background:#f8fbf9}.profile-menu-item.danger{color:#b42318}.feed-posts .post,.post-card{background-color:#fff;border-radius:14px;padding:18px;margin-bottom:18px;font-size:1.15rem;transition:all .25s ease}.feed-posts .post:hover,.post-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001f}.post-header{display:flex;align-items:center;gap:14px;margin-bottom:12px}.avatar{width:36px;height:36px;border-radius:50%}.username{font-weight:600;color:#333}.time{color:#666;font-size:.9rem}.post-image{width:100%;margin-top:8px;border-radius:8px}.post-reactions{display:flex;gap:12px;margin-top:12px;font-size:.9rem}.feed-tabs{display:flex;gap:12px;margin-bottom:18px}.post-image-preview-wrap{display:flex;flex-direction:column;gap:8px;margin-top:6px}.post-image-preview{width:100%;max-height:320px;-o-object-fit:cover;object-fit:cover;border-radius:14px;border:1px solid #d9eadf}.remove-image-btn{align-self:flex-start;background:#fff4e5;color:#d97706;border:1px solid #ffd8a8;border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer}.playtime-post-card{border:1px solid #d9eadf;background:#fff;border-radius:16px;padding:14px;margin-bottom:16px;box-shadow:0 6px 16px #0000000f;display:flex;flex-direction:column;gap:12px}.playtime-post-header{display:flex;align-items:center;gap:10px}.playtime-post-avatar{width:38px;height:38px;border-radius:50%;background:#e8f8f0;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.playtime-post-user-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.playtime-post-user{font-weight:700;color:#253126}.playtime-post-time{font-size:.82rem;color:#6b7280}.playtime-post-pill{margin-left:auto;background:#e8f8f0;color:#19b463;border:1px solid #bfe9d2;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}.playtime-post-body{display:flex;gap:12px;align-items:center}.playtime-post-cover{width:72px;aspect-ratio:2 / 3;height:auto;border-radius:14px;-o-object-fit:cover;object-fit:cover;border:2px solid #d9eadf;background:#fff;flex-shrink:0;image-rendering:auto}.playtime-post-cover.placeholder{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#eefaf1,#dff3e5);font-size:1.8rem}.playtime-post-info{display:flex;flex-direction:column;gap:6px;min-width:0}.playtime-post-title{font-size:1rem;font-weight:800;color:#253126;line-height:1.2;word-break:break-word}.playtime-post-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:.84rem;color:#5f6b60}.playtime-post-hours{font-weight:700}.playtime-post-status{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;font-weight:700;background:#f4f4f5;color:#3f3f46}.playtime-post-status.playing{background:#dcfce7;color:#166534}.playtime-post-status.completed{background:#dbeafe;color:#1d4ed8}.playtime-post-status.paused{background:#fef3c7;color:#92400e}.playtime-post-status.want-to-play{background:#ede9fe;color:#6d28d9}.playtime-post-caption{margin:0;color:#374151;line-height:1.45;overflow-wrap:anywhere;word-break:break-word}.playtime-post-actions{display:flex;gap:14px;font-size:.9rem;color:#4b5563}.answered-badge{background-color:#19b463;color:#fff;font-size:12px;padding:2px 8px;border-radius:999px;margin-left:8px;font-weight:600}.comment.accepted{border:2px solid #19b463;background-color:#e8f8f1;border-radius:10px;padding:10px}.comment.accepted:before{content:"✔ Accepted Answer";display:block;font-size:12px;font-weight:700;color:#19b463;margin-bottom:4px}.feed-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 0 16px;padding:4px 2px 10px;overflow:visible}.feed-header .tab:active{transform:scale(.97)}.tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px 14px;border-radius:999px;background:#f5f7fa;border:1px solid #e3e8ee;color:#5f6b7a;font-size:.95rem;font-weight:800;line-height:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.tab span{display:inline-block}.tab:hover{background:#eef3f0;color:#253126;border-color:#cfe3d8;transform:translateY(-1px) scale(1.02)}.tab.active{background:#19b463;color:#fff;border-color:#19b463;box-shadow:0 4px 10px #19b4632e}.tab.active:hover{background:#17a55b;border-color:#17a55b}.tab:active{transform:scale(.97)}.post-something-card{background-color:#fff;border-radius:14px;padding:16px;margin-bottom:18px;box-shadow:0 4px 12px #00000014;transition:all .2s ease;display:flex;flex-direction:column;gap:12px}.post-something-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001f}.post-something-card .content-row{display:flex;gap:12px}.post-something-card .avatar{width:56px;height:56px;border-radius:50%;background-color:#7bc86c;flex-shrink:0;margin-top:4px}.post-something-card .message-area{flex:1;display:flex;flex-direction:column;gap:8px}.post-something-card .post-title{font-weight:700;font-size:1.25rem;color:#333}.post-something-card button{padding:10px 16px;border-radius:12px;border:none;cursor:pointer;font-weight:700;transition:all .2s ease;font-size:.95rem}.post-something-card .attach-btn{background-color:#f0f0f0;min-width:140px;color:#333}.post-something-card .attach-btn:hover{background-color:#e8e8e8}.post-something-card .game-btn{background-color:#f0f0f0;color:#333}.post-something-card .game-btn:hover{background-color:#e8e8e8}.post-something-card .post-btn{background-color:#19b463;color:#fff}.post-something-card .post-btn:hover{background-color:#17a85c}.post-something-card input[type=text]{padding:10px 12px;border-radius:12px;border:1px solid #ccc;font-size:1rem;width:100%;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.post-something-card input[type=text]:focus{border-color:var(--miiverse-green);box-shadow:0 0 6px #19b4634d}.post-something-card .button-row button{align-self:center;padding:10px 20px;border-radius:12px;font-weight:700;border:none;cursor:pointer;font-size:1rem;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.post-something-card .button-row button:hover{transform:none}.post-something textarea{width:100%;border-radius:8px;border:1px solid #ccc;padding:8px;resize:none;font-size:1rem}.post-actions{display:flex;gap:10px;justify-content:flex-end}.post-actions button{padding:8px 14px;border-radius:12px;border:none;cursor:pointer;background-color:var(--miiverse-green);color:#fff;font-weight:700;transition:all .2s ease}.post-actions button:hover{background-color:#17a85c}.post-something-input{width:100%;min-height:96px;resize:vertical;padding:12px 14px;border:1px solid #d9eadf;border-radius:14px;font:inherit;line-height:1.45;box-sizing:border-box;background:#fff;color:#253126}.post-something-input:focus{outline:none;border-color:#19b463;box-shadow:0 0 0 3px #19b4631f}.post-meta-row{display:flex;justify-content:flex-end;margin-top:6px}.char-counter{font-size:.82rem;color:#667085;font-weight:700}.char-counter.warning{color:#d97706}.post-type-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.post-type-pill{border:1px solid #d9eadf;background:#f7faf8;color:#344054;border-radius:999px;padding:8px 12px;font-weight:700;cursor:pointer;transition:all .18s ease;align-self:auto}.post-type-pill:hover{background:#eef7f1;transform:translateY(-1px)}.post-type-pill.active{background:#19b463;color:#fff;border-color:#19b463;box-shadow:0 4px 10px #19b46338}.post-type-pill.discussion{background:#f5f7fa;color:#4b5563;border-color:#d8dee6}.post-type-pill.discussion:hover{background:#eceff3}.post-type-pill.screenshot{background:#fff4e8;color:#c96a1b;border-color:#ffd7b0}.post-type-pill.screenshot:hover{background:#ffeddc}.post-type-pill.drawing{background:#eef7f1;color:#148a4a;border-color:#cfe9d9}.post-type-pill.drawing:hover{background:#e3f5ea}.post-type-pill.drawing.active{background:#19b463;color:#fff}.post-type-pill.achievement{background:#fff8db;color:#a87400;border-color:#f5de8a}.post-type-pill.achievement:hover{background:#fff2c2}.post-type-pill.question{background:#eef4ff;color:#2f6ecb;border-color:#cfe0ff}.post-type-pill.question:hover{background:#e4eeff}.post-something-card .button-row,.button-row{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap;margin-top:4px}.attach-btn,.game-btn,.post-btn{height:42px;box-sizing:border-box;flex:0 0 auto;white-space:nowrap}.attach-btn:hover,.game-btn:hover,.post-btn:hover{transform:none}.post-something-card.modal-open:hover{transform:none;box-shadow:0 4px 12px #00000014}.game-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;display:flex;align-items:flex-start;justify-content:center;padding:36px 16px;overflow-y:auto;z-index:9999}.game-picker-modal{width:min(560px,100%);max-height:calc(100vh - 72px);background:#fff;border-radius:20px;box-shadow:0 24px 60px #0000002e;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.game-picker-header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #eef2f4}.game-picker-title{font-weight:800;font-size:1.05rem;color:#253126}.game-picker-subtitle{font-size:.85rem;color:#6b7280;margin-top:2px}.game-picker-close{border:none;background:transparent;font-size:1.2rem;cursor:pointer;color:#6b7280}.game-picker-search-wrap{padding:16px 18px 12px}.game-picker-search{width:100%;box-sizing:border-box;border:1px solid #d9eadf;border-radius:12px;padding:12px 14px;font:inherit;outline:none}.game-picker-results{padding:0 18px 18px;overflow-y:auto}.game-picker-status{padding:14px 6px;color:#6b7280;font-weight:600}.game-picker-list{display:flex;flex-direction:column;gap:10px}.game-picker-result{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.game-picker-result:hover{transform:none;background:#f8fbf9;border-color:#cfe3d8;box-shadow:0 6px 14px #0000000d}.game-picker-result-art{width:44px;height:58px;-o-object-fit:cover;object-fit:cover;border-radius:10px;flex-shrink:0}.game-picker-result-art.placeholder{background:#eef2f4}.game-picker-result-meta{display:flex;flex-direction:column;min-width:0}.game-picker-result-name{font-weight:800;color:#253126}.game-picker-result-subtitle{font-size:.82rem;color:#6b7280;margin-top:2px}.clear-game-btn{height:42px;min-width:42px;padding:0 12px;border-radius:12px;border:1px solid #ffd8a8;background:#fff4e5;color:#d97706;font-weight:800;cursor:pointer;box-sizing:border-box}.clear-game-btn:hover{background:#ffeddc;transform:none}.log-session-modal{max-width:430px;padding:0;overflow:hidden;border-radius:22px;border:1px solid rgba(0,166,81,.14)}.log-session-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 12px;background:linear-gradient(180deg,#fff,#f3fbf7)}.log-session-modal .modal-header h2{margin:0;font-size:24px;color:#27352d}.log-session-modal .modal-close{width:32px;height:32px;border:none;border-radius:999px;background:#e8f8f1;color:#00934a;font-size:20px;font-weight:800;cursor:pointer}.log-session-modal .modal-body{padding:14px 20px 18px}.log-session-game{display:flex;flex-direction:column;gap:3px;padding:12px 14px;border-radius:16px;background:#e8f8f1;margin-bottom:16px}.log-session-game strong{font-size:16px;color:#26352d}.log-session-game span{font-size:13px;color:#00a651;font-weight:800}.log-session-modal label{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;color:#34443a;font-size:13px;font-weight:800}.log-session-modal input,.log-session-modal select,.log-session-modal textarea{width:100%;box-sizing:border-box;border:1px solid #d5e8dd;border-radius:12px;background:#fbfffd;padding:10px 12px;font:inherit;font-size:14px;color:#26352d;outline:none}.log-session-modal textarea{min-height:82px;resize:vertical}.log-session-modal input:focus,.log-session-modal select:focus,.log-session-modal textarea:focus{border-color:#00a651;box-shadow:0 0 0 3px #00a6511f}.log-session-duration-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.log-session-modal .modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px 20px;background:#f7fbf9}.log-session-modal .form-error{margin-top:4px;padding:10px 12px;border-radius:12px;background:#fff1f0;color:#c62828;font-weight:700;font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#00000059;display:flex;align-items:center;justify-content:center;padding:16px}.modal-card{background:#fff;border-radius:18px;padding:20px;width:min(420px,100%);max-height:calc(100vh - 32px);overflow-y:auto;box-shadow:0 18px 40px #00000040;position:relative}.quick-duration-row{display:flex;flex-wrap:wrap;gap:8px;margin:-4px 0 14px}.quick-duration-row button{border:none;border-radius:999px;padding:7px 10px;background:#e8f8f1;color:#00934a;font-size:12px;font-weight:800;cursor:pointer;transition:transform .15s ease,background .15s ease}.quick-duration-row button:hover{transform:translateY(-1px);background:#d6f4e5}.quick-duration-row .quick-duration-reset{background:#f3f3f3;color:#666}.quick-duration-row .quick-duration-reset:hover{background:#e8e8e8}.daily-highlights{background-color:#fff;border-radius:14px;padding:24px;display:flex;flex-direction:column;align-items:center;transition:all .25s ease;margin-bottom:20px}.daily-highlights:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001f}.daily-highlights .feed-header{display:flex;justify-content:center;gap:18px;margin-bottom:18px}.highlight-cards{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.highlight-card{display:flex;flex-direction:column;align-items:center;padding:20px;background-color:#f7f7f7;border-radius:14px;width:150px;text-align:center;font-size:1.15rem;transition:all .25s ease}.highlight-card:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 16px #0000001f,0 0 0 3px #19b46326}.highlight-icon{width:42px;height:42px;fill:var(--miiverse-green);margin-bottom:10px;transition:transform .25s ease}.highlight-card:hover .highlight-icon{transform:scale(1.15) rotate(-5deg)}.highlight-card span{color:#333}.highlight-card:hover span{color:var(--miiverse-green)}.daily-highlights-header{text-align:center;margin-bottom:16px}.daily-highlights-eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#19b463;margin-bottom:4px}.daily-highlights h3{margin:0}.highlight-feature-card{width:100%;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit;background:#fff;border:1px solid #dbe5ea;border-radius:18px;overflow:hidden;min-height:190px;display:flex;flex-direction:column;box-shadow:0 10px 22px #0000000f,0 2px #ffffffb3 inset;padding:0;text-align:left;cursor:pointer;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,border-color .18s ease,background-color .18s ease}.highlight-feature-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 20px #00000014;border-color:#cfe3d8}.highlight-feature-card:hover .highlight-icon{transform:scale(1.15) rotate(-3deg)}.highlight-feature-card:hover .highlight-feature-body{transform:translateY(-2px)}.highlight-feature-card.active{transform:translateY(-4px) scale(1.02);border-color:#19b463;background:linear-gradient(180deg,#f4fff8,#ecfff5);box-shadow:0 10px 20px #0000001a,0 0 0 2px #19b4632e;animation:highlightActivate .22s ease}.highlight-feature-card.active:hover{transform:translateY(-4px) scale(1.035)}.highlight-feature-media{width:100%;height:130px;aspect-ratio:auto;border-radius:14px;background:linear-gradient(180deg,#eef7f1,#e4f3ea);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.highlight-feature-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff05,#ffffff14);pointer-events:none}.highlight-feature-image{max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;image-rendering:auto}.highlight-feature-media-game{aspect-ratio:3 / 4;align-items:center;justify-content:center;background:linear-gradient(180deg,#eef7f1,#e4f3ea)}.highlight-feature-image-game{width:auto;height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.highlight-feature-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.highlight-feature-fallback .highlight-icon{width:42px;height:42px;fill:currentColor}.highlight-feature-card.disabled:hover{transform:none}.highlight-feature-card.disabled.active{border-color:transparent;box-shadow:none}.fallback-game{background:linear-gradient(135deg,#e8f8f0,#d7f1e3);color:#19b463}.fallback-screenshot{background:linear-gradient(135deg,#eef4ff,#dde9ff);color:#2f6ecb}.fallback-art{background:linear-gradient(135deg,#fff4e8,#ffe5c9);color:#c96a1b}.fallback-tip{background:linear-gradient(135deg,#fff8db,#ffefb0);color:#a87400}.highlight-feature-body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:2px;flex:1;transition:transform .18s ease}.highlight-feature-title{font-size:.8rem;font-weight:800;color:#253126;margin-bottom:2px}.highlight-feature-subtitle{font-size:.84rem;color:#667085;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.3em}.highlight-feature-card:disabled{opacity:1}.highlight-feature-card.disabled{cursor:default}.highlight-feature-card.disabled:hover{transform:none;box-shadow:0 6px 14px #0000000d;border-color:#e6ebef}.highlight-feature-grid{width:100%;display:grid;grid-template-columns:1.45fr 1fr 1fr;grid-template-areas:"hero pick1 pick2" "hero tip tip";gap:12px;align-items:stretch}.highlight-badge{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#1db954,#19b463);color:#fff;font-size:.65rem;font-weight:900;letter-spacing:.05em;padding:6px 8px;border-radius:6px;box-shadow:0 6px 12px #00000026}.highlight-feature-card:nth-child(1){grid-area:hero;min-height:100%;background:radial-gradient(circle at top left,rgba(25,180,99,.16),transparent 42%),linear-gradient(180deg,#fff,#f3fff8);border-color:#19b46347;position:relative;overflow:hidden}.highlight-feature-card:nth-child(1) .highlight-feature-media{height:180px;aspect-ratio:auto;position:relative}.highlight-feature-card:nth-child(1) .highlight-feature-label{display:inline-flex;width:-moz-fit-content;width:fit-content;background:#e8f8f1;border:1px solid #bfe9d2;color:#00934a;border-radius:999px;padding:4px 9px;font-size:.66rem;font-weight:900;letter-spacing:.07em}.highlight-feature-card:nth-child(1) .highlight-feature-title{font-size:1.15rem;font-weight:950;color:#17251d;line-height:1.1}.highlight-feature-card:nth-child(1) .highlight-feature-body{position:static;padding:12px 14px 14px;gap:6px;background:transparent}.highlight-feature-card:nth-child(1) .highlight-feature-subtitle{opacity:.9;font-size:.9rem;font-weight:700;color:#3f5f4c}.highlight-feature-card:nth-child(1) .highlight-feature-image{transition:transform .4s ease;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.highlight-feature-card:nth-child(1):hover .highlight-feature-image{transform:scale(1.05)}.highlight-feature-card:nth-child(2){grid-area:pick1}.highlight-feature-card:nth-child(3){grid-area:pick2}.highlight-feature-card:nth-child(4){grid-area:tip;min-height:170px;display:grid;grid-template-columns:160px minmax(0,1fr);align-items:stretch;background:linear-gradient(180deg,#fffdf5,#fff7db)}.highlight-feature-card:nth-child(4) .highlight-feature-media{height:100%;aspect-ratio:auto;border-radius:14px 0 0 14px}.highlight-feature-card:nth-child(4) .highlight-feature-body{justify-content:center}@media (max-width: 1100px){.highlight-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.highlight-feature-card:first-child{grid-row:auto}.highlight-feature-card:first-child .highlight-feature-media{aspect-ratio:3 / 4;height:auto}}@media (max-width: 700px){.highlight-feature-grid{grid-template-columns:1fr}}.post-detail-shell{max-width:900px;margin:0 auto;padding:4px 0 20px}.post-detail-back,.post-detail-home-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;background:#f5f7fa;border:1px solid #e3e8ee;border-radius:999px;padding:8px 14px;color:#253126;font-weight:700;text-decoration:none;cursor:pointer}.post-detail-card-wrap{margin-top:4px}.highlight-detail-shell{margin-top:18px}.highlight-detail-enter{animation:highlightDetailIn .22s ease-out}.highlight-detail-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;background:#f5f7fa;border:1px solid #e3e8ee;border-radius:999px;padding:8px 14px;color:#253126;font-weight:700;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.highlight-detail-back:hover{background:#eef3f0;border-color:#cfe3d8;transform:translateY(-1px)}.highlight-detail-back:active{transform:scale(.98)}@keyframes highlightDetailIn{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes highlightActivate{0%{transform:translateY(-2px) scale(1.01)}60%{transform:translateY(-5px) scale(1.045)}to{transform:translateY(-4px) scale(1.035)}}.highlight-feature-label{font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#19b463;margin-bottom:2px;opacity:.9}.daily-highlights-header{margin-bottom:10px}.friends-online{margin-top:20px}.friends-list{display:flex;flex-direction:column;gap:10px}.friend{display:flex;align-items:center;gap:10px}.avatar{width:32px;height:32px}.avatar img{width:100%;height:100%;border-radius:50%}.avatar-placeholder{width:100%;height:100%;border-radius:50%;background:#ccc}.online-dot{width:8px;height:8px;background:#00c853;border-radius:50%;margin-left:auto}.avatar-online-fallback{background:#7bc86c;border-radius:50%;flex-shrink:0}.friends-online-card{overflow:hidden}.friends-online-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.friends-online-count{min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#e8f8f1;color:#159a57;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.friends-online-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.friend-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;cursor:pointer;transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease}.friend-row:hover{background:#19b46314;transform:translate(2px)}.friend-row:focus-visible{outline:2px solid #19b463;outline-offset:2px}.friend-avatar-wrap{position:relative;flex-shrink:0}.friend-avatar{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block}.friend-avatar-fallback{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.friend-game-cover{width:28px;height:38px;border-radius:6px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;box-shadow:0 2px 6px #0000002e;background:#f2f2f2}.friend-game-cover-placeholder{background:linear-gradient(180deg,#f1f1f1,#e5e5e5);border:1px solid rgba(0,0,0,.06)}.friend-meta{min-width:0;display:flex;flex-direction:column}.friend-name{font-size:14px;font-weight:700;color:#2d2d2d;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.friend-status{font-size:12px;color:#7b7b7b;margin-top:2px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.online-dot{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border-radius:50%;background:#00c853;border:2px solid #fff;box-shadow:0 0 0 2px #00c85329}.online-dot:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:#00c85340;animation:onlinePulse 1.8s ease-out infinite}.friends-online-empty{padding:8px 2px 2px;font-size:13px;color:#7b7b7b}@keyframes onlinePulse{0%{transform:scale(.75);opacity:.8}70%{transform:scale(1.7);opacity:0}to{opacity:0}}.status-playing{color:#19b463;font-weight:600;text-shadow:0 0 6px rgba(25,180,99,.25)}.status-paused{color:#ffb020;font-weight:600}.status-want-to-play{color:#4d96ff;font-weight:600}.status-completed{color:#9c27b0;font-weight:600}.status-online{color:#7b7b7b}.friend-substatus{font-size:11px;color:#8a8a8a;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.friend-status{line-height:1.2}.communities-page{display:flex;flex-direction:column;gap:18px}img{max-width:100%;display:block}.communities-hero{position:relative;border-radius:22px;overflow:hidden;min-height:260px;background:linear-gradient(135deg,#19b4632e,#123825bf),linear-gradient(135deg,#2b7d55,#173c2b);background-size:cover;background-position:center;border:1px solid rgba(191,233,210,.55);box-shadow:0 14px 28px #0000001a}.communities-hero-inner{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;min-height:260px;padding:24px}.communities-hero-copy{max-width:620px;color:#fff}.communities-eyebrow{display:inline-block;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.18);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.communities-hero-copy h1{margin:0 0 10px;font-size:2rem;line-height:1.05}.communities-hero-copy p{margin:0;color:#ffffffe6;line-height:1.5;max-width:520px}.communities-featured-card{display:flex;align-items:center;gap:12px;min-width:260px;max-width:320px;background:#ffffffeb;border:1px solid rgba(255,255,255,.75);border-radius:18px;padding:12px;text-align:left;cursor:pointer;box-shadow:0 12px 26px #00000029;transition:transform .18s ease,box-shadow .18s ease}.communities-featured-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0003}.communities-featured-art,.communities-featured-fallback{width:64px;height:84px;border-radius:12px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.communities-featured-fallback{display:flex;align-items:center;justify-content:center;background:#eefaf1;font-size:1.7rem}.communities-featured-meta{display:flex;flex-direction:column;min-width:0;gap:3px}.communities-featured-label{font-size:.74rem;font-weight:800;color:#148a4a;text-transform:uppercase;letter-spacing:.04em}.communities-featured-meta strong{color:#253126;line-height:1.2}.communities-featured-meta span:last-child{color:#6b7280;font-size:.82rem}.communities-controls{display:flex}.community-search-input{width:100%;padding:13px 15px;border-radius:16px;border:1px solid #d9eadf;background:#fff;font-size:1rem;box-sizing:border-box;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.community-search-input:focus{border-color:#19b463;box-shadow:0 0 0 3px #19b4631f}.communities-list-shell{background:#fff;border:1px solid #e6ebef;border-radius:20px;padding:18px;box-shadow:0 8px 18px #0000000d}.communities-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.communities-section-header h2{margin:0 0 4px;color:#253126;font-size:1.15rem}.communities-section-header p{margin:0;color:#6b7280;font-size:.9rem}.communities-section-header span{color:#6b7280;font-size:.84rem;font-weight:700;white-space:nowrap}.communities-empty-state{background:#f8fbf9;border:1px dashed #d9eadf;border-radius:16px;padding:28px 20px;text-align:center;color:#6b7280;font-weight:600}.community-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.community-card{display:flex;flex-direction:column;padding:0;border:1px solid #e6ebef;border-radius:18px;overflow:hidden;background:#fff;cursor:pointer;text-align:left;box-shadow:0 6px 14px #0000000d;transition:transform .2s ease,box-shadow .2s ease,border-color .18s ease}.community-card:hover{transform:translateY(-3px);border-color:#cfe3d8;box-shadow:0 12px 22px #00000014}.community-card-media{height:184px;background:#f3f5f7}.community-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.community-card-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(135deg,#eefaf1,#dff3e5)}.community-card-body{padding:12px 14px 14px}.community-card-title{font-size:.95rem;font-weight:800;color:#253126;line-height:1.25;word-break:break-word;margin-bottom:4px}.community-card-subtitle{font-size:.82rem;color:#6b7280}@media (max-width: 1100px){.community-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 860px){.communities-hero-inner{flex-direction:column;align-items:flex-start}.communities-featured-card{max-width:100%}.community-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.community-grid{grid-template-columns:1fr}.communities-hero-copy h1{font-size:1.6rem}}.community-detail-page{display:flex;flex-direction:column;gap:18px;position:relative;z-index:0}.community-detail-back{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:8px 14px;border-radius:999px;background:#f5f7fa;border:1px solid #e3e8ee;color:#253126;text-decoration:none;font-weight:700}.community-detail-back:hover{background:#eef3f0}.community-detail-hero{position:relative;z-index:1;border-radius:28px;overflow:hidden;min-height:320px;background-size:cover;background-position:center;border:1px solid rgba(191,233,210,.45);box-shadow:0 18px 36px #0000001f,0 0 0 1px #ffffff0f inset}.community-detail-hero:before,.community-detail-hero:after{z-index:0}.community-detail-hero-inner{position:relative;z-index:2}.community-detail-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.12),transparent 60%),linear-gradient(180deg,#00000026,#0000008c);pointer-events:none}.community-detail-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:120%;pointer-events:none}.community-detail-hero-inner{position:relative;z-index:1;display:flex;align-items:flex-end;gap:22px;min-height:300px;padding:26px}.community-detail-cover{width:130px;height:170px;border-radius:20px;border:2px solid rgba(255,255,255,.65);box-shadow:0 14px 30px #0000004d,0 0 0 2px #ffffff14;transform:translateY(6px)}.community-detail-cover.fallback{display:flex;align-items:center;justify-content:center;background:#eefaf1;font-size:2.4rem}.community-detail-meta{color:#fff;max-width:660px}.community-detail-eyebrow{display:inline-block;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.18);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.community-detail-meta h1{margin:0 0 10px;font-size:2.2rem;line-height:1.02;text-shadow:0 3px 14px rgba(0,0,0,.35)}.community-detail-meta p{margin:0 0 14px;color:#fffffff0;line-height:1.5;max-width:560px;text-shadow:0 1px 6px rgba(0,0,0,.16)}.community-detail-stats{display:flex;gap:10px;flex-wrap:wrap}.community-detail-stats span{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:999px;background:#ffffff2e;border:1px solid rgba(255,255,255,.22);font-size:.8rem;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.community-detail-feed{background:#fff;border:1px solid #e6ebef;border-radius:22px;padding:20px;box-shadow:0 12px 24px #0000000f,0 0 0 1px #fff6 inset;position:relative;z-index:2}.community-detail-feed-header{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.community-detail-feed-header h2{margin:0;color:#253126;font-size:1.15rem}.community-detail-feed .feed-header{justify-content:flex-start;margin-top:4px}.community-detail-empty{background:#f8fbf9;border:1px dashed #d9eadf;border-radius:16px;padding:28px 20px;text-align:center;color:#6b7280;font-weight:600}@media (max-width: 760px){.community-detail-hero-inner{flex-direction:column;align-items:flex-start;gap:16px}.community-detail-cover{width:100px;height:140px}.community-detail-meta h1{font-size:1.7rem}}.community-detail-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:4px}.community-detail-post-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff29;color:#fff;font-weight:800;font-size:.9rem;cursor:pointer;box-shadow:0 8px 20px #00000024;transition:background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.community-detail-post-btn:hover{background:#ffffff3d;border-color:#ffffff52;transform:translateY(-1px)}.community-detail-post-btn:active{transform:translateY(0)}.community-detail-composer{margin-top:-4px}.community-detail-content{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start;position:relative;z-index:2}.community-detail-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:16px}.profile-detail-meta{max-width:620px}.profile-hero-now-playing{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;max-width:100%;margin:4px 0 12px;padding:8px 12px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);color:#fff;font-size:.9rem;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-hero-now-playing.muted{color:#ffffffe0;font-weight:700}.profile-avatar-shell{display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-avatar-ring{width:126px;height:126px;border-radius:50%;background:#ffffff2e;border:2px solid rgba(255,255,255,.55);box-shadow:0 14px 30px #00000038,0 0 0 6px #ffffff0f;display:flex;align-items:center;justify-content:center}.profile-avatar-face{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#eefaf1,#dff3e5);display:flex;align-items:center;justify-content:center;font-size:2.4rem;box-shadow:inset 0 2px 8px #ffffff73}.community-sidebar-card{background:#fff;border:1px solid #e6ebef;border-radius:20px;padding:15px;box-shadow:0 10px 22px #0000000d}.community-sidebar-title{font-size:.9rem;font-weight:800;color:#253126;margin-bottom:10px}.community-sidebar-stat-list{display:flex;flex-direction:column;gap:8px}.community-sidebar-stat{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:#f8fbf9;border:1px solid #e3efe7}.community-sidebar-stat span{color:#5f6b60;font-size:.88rem;font-weight:600}.community-sidebar-stat strong{color:#253126;font-size:.9rem}.community-contributor-list{display:flex;flex-direction:column;gap:10px}.community-contributor-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;border-radius:14px;background:#f8fbf9;border:1px solid #e3efe7}.community-contributor-rank{font-weight:800;color:#19b463}.community-contributor-name{font-weight:700;color:#253126;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-contributor-count{font-size:.82rem;color:#6b7280;font-weight:700;white-space:nowrap}.community-sidebar-activity{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:16px;background:#f8fbf9;border:1px solid #e3efe7}.community-sidebar-activity-type{font-size:.8rem;font-weight:800;color:#148a4a;text-transform:uppercase;letter-spacing:.04em}.community-sidebar-activity-user{font-weight:800;color:#253126}.community-sidebar-activity-text{color:#5f6b60;line-height:1.4;word-break:break-word}.community-sidebar-empty{color:#6b7280;font-weight:600;font-size:.9rem}@media (max-width: 1100px){.community-detail-content{grid-template-columns:1fr}.community-detail-sidebar{display:none!important}}@media (max-width: 760px){.gamelog-hero-art{width:100px;height:140px}}.community-detail-topbar{display:flex;flex-direction:column;gap:12px;position:relative}.community-detail-search-shell{position:relative;max-width:420px}.community-detail-search-input{width:100%;padding:12px 14px;border-radius:16px;border:1px solid #d9eadf;background:#fff;font-size:.95rem;box-sizing:border-box;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.community-detail-search-input:focus{border-color:#19b463;box-shadow:0 0 0 3px #19b4631f}.community-detail-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:50;background:#fff;border:1px solid #e6ebef;border-radius:18px;box-shadow:0 16px 30px #0000001a;padding:10px;display:flex;flex-direction:column;gap:8px}.community-detail-search-status{padding:12px 10px;color:#6b7280;font-weight:600;font-size:.9rem}.community-detail-search-result{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.community-detail-search-result:hover{background:#f8fbf9;border-color:#cfe3d8;box-shadow:0 6px 14px #0000000d}.community-detail-search-result-art{width:42px;height:56px;-o-object-fit:cover;object-fit:cover;border-radius:10px;flex-shrink:0}.community-detail-search-result-art.fallback{display:flex;align-items:center;justify-content:center;background:#eefaf1;font-size:1.3rem}.community-detail-search-result-meta{display:flex;flex-direction:column;min-width:0}.community-detail-search-result-name{font-weight:800;color:#253126}.community-detail-search-result-subtitle{font-size:.82rem;color:#6b7280;margin-top:2px}.gamelog-hero-art-shell{display:flex;align-items:center;justify-content:center;flex-shrink:0}.gamelog-hero-art{width:128px;height:168px;-o-object-fit:cover;object-fit:cover;border-radius:20px;border:2px solid rgba(255,255,255,.65);box-shadow:0 14px 30px #0000004d,0 0 0 2px #ffffff14;background:#ffffff14}.gamelog-hero-art.fallback{display:flex;align-items:center;justify-content:center;background:#eefaf1;font-size:2.6rem}.gamelog-card-list{display:flex;flex-direction:column;gap:14px}.gamelog-card{display:flex;gap:14px;padding:16px;border-radius:18px;border:1px solid #e6ebef;background:#fff;box-shadow:0 8px 18px #0000000d;transition:transform .15s ease,box-shadow .15s ease}.gamelog-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #00000014}.gamelog-card-art{width:92px;aspect-ratio:2 / 3;height:auto;border-radius:14px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:#eefaf1;image-rendering:auto}.gamelog-card-art.fallback{display:flex;align-items:center;justify-content:center;font-size:2rem}.gamelog-card-content{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}.gamelog-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.gamelog-card-heading{min-width:0;flex:1}.gamelog-card-top-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.gamelog-card-title{font-weight:800;font-size:1.05rem;color:#253126;line-height:1.2;word-break:break-word}.gamelog-card-submeta{font-size:.84rem;color:#6b7280;margin-top:3px}.gamelog-card-hours{font-weight:900;font-size:1rem;color:#253126}.gamelog-card-status{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:.82rem;font-weight:800;white-space:nowrap;background:#dcfce7;color:#166534}.gamelog-card-status.completed{background:#dbeafe;color:#1d4ed8}.gamelog-card-status.paused{background:#fef3c7;color:#92400e}.gamelog-card-status.want-to-play{background:#ede9fe;color:#6d28d9}.gamelog-card-update{display:inline-flex;align-items:center;justify-content:center;padding:6px 11px;border-radius:999px;border:1px solid #bfe9d2;background:#e8f8f0;color:#148a4a;font-size:.8rem;font-weight:800;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.gamelog-card-update:hover{background:#dcf4e8;border-color:#a9dfc2;transform:translateY(-1px);box-shadow:0 6px 12px #19b4631f}.gamelog-card-note{color:#374151;line-height:1.45;word-break:break-word}.gamelog-card-note.muted{color:#6b7280}.gamelog-card-left{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;position:relative}.gamelog-card-action{width:100%;max-width:84px;background:#19b463;color:#fff;border:none;border-radius:999px;padding:6px 10px;font-size:.8rem;font-weight:800;cursor:pointer;position:absolute;top:-8px;transition:transform .1s ease,box-shadow .1s ease}.gamelog-card-action:hover{transform:translateY(-1px);box-shadow:0 6px 12px #19b46340}@media (max-width: 760px){.gamelog-card{flex-direction:column}.gamelog-card-art{width:96px;height:126px}.gamelog-card-top{flex-direction:column;align-items:flex-start}.gamelog-card-top-actions{justify-content:flex-start}}.gamelog-card-clickable{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.gamelog-card-clickable:hover{transform:translateY(-2px)}.gamelog-detail-page{width:100%}.gamelog-detail-hero-inner{align-items:flex-start;gap:20px}.gamelog-detail-cover-shell{flex-shrink:0}.gamelog-detail-cover,.gamelog-detail-cover.fallback{width:140px;height:190px;border-radius:20px;-o-object-fit:cover;object-fit:cover;display:block}.gamelog-detail-cover.fallback{display:flex;align-items:center;justify-content:center;background:#e9ece8;font-size:48px}.gamelog-detail-meta{display:flex;flex-direction:column;gap:12px}.gamelog-detail-back{display:inline-block;margin-bottom:4px;font-weight:700;text-decoration:none}.gamelog-detail-last-played{font-size:.98rem;opacity:.85}.gamelog-detail-stats{display:flex;flex-wrap:wrap;gap:10px}.gamelog-detail-stats span{background:#ffffffb3;border-radius:999px;padding:8px 14px;font-weight:700}.gamelog-detail-content{margin-top:20px}.gamelog-detail-main{display:flex;flex-direction:column;gap:18px}.gamelog-detail-note-card{background:#fff;border-radius:22px;padding:20px;box-shadow:0 8px 24px #0000000f}.gamelog-detail-note-card p{margin:0;line-height:1.6}.gamelog-detail-activity-list{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 8px 24px #0000000f}.gamelog-detail-activity-row{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:18px 20px;border-bottom:1px solid #edf0eb}.gamelog-detail-activity-row:last-child{border-bottom:none}.gamelog-detail-activity-date{font-weight:800}.gamelog-detail-activity-hours{font-weight:800;margin-bottom:6px}.gamelog-detail-activity-text{opacity:.9;line-height:1.5}@media (max-width: 768px){.gamelog-detail-hero-inner{flex-direction:column}.gamelog-detail-cover,.gamelog-detail-cover.fallback{width:120px;height:160px}.gamelog-detail-activity-row{grid-template-columns:1fr;gap:8px}}.gamelog-filter-row{display:flex;flex-wrap:wrap;gap:8px}.gamelog-filter-chip{border:1px solid #d9eadf;background:#fff;color:#253126;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.gamelog-filter-chip:hover{background:#f8fbf9;border-color:#cfe3d8}.gamelog-filter-chip.active{background:#e8f8f0;border-color:#bfe9d2;color:#148a4a}.gamelog-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:flex;align-items:center;justify-content:center;padding:16px;z-index:3000}.gamelog-modal{width:min(760px,100%);background:#fff;border-radius:24px;border:1px solid #e6ebef;box-shadow:0 22px 44px #0000002e;padding:20px}.gamelog-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.gamelog-modal-header h2{margin:0;color:#253126}.gamelog-modal-close{border:none;background:#f3f5f7;width:38px;height:38px;border-radius:999px;cursor:pointer;font-size:1rem}.gamelog-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gamelog-form-group{display:flex;flex-direction:column;gap:6px}.gamelog-form-group-full{grid-column:1 / -1}.gamelog-form-group label{font-weight:800;color:#253126;font-size:.9rem}.gamelog-form-group input,.gamelog-form-group select,.gamelog-form-group textarea{width:100%;box-sizing:border-box;border:1px solid #d9eadf;border-radius:14px;background:#fff;padding:12px 14px;font-size:.95rem;outline:none}.gamelog-form-group input:focus,.gamelog-form-group select:focus,.gamelog-form-group textarea:focus{border-color:#19b463;box-shadow:0 0 0 3px #19b4631f}.gamelog-inline-fields{display:grid;grid-template-columns:1fr 140px;gap:10px}.gamelog-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.gamelog-primary-btn,.gamelog-secondary-btn{border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}.gamelog-primary-btn{border:1px solid #19b463;background:#19b463;color:#fff}.gamelog-secondary-btn{border:1px solid #d9eadf;background:#fff;color:#253126}.gamelog-form-error{margin-top:14px;color:#b42318;font-weight:700}.gamelog-selected-game{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:#f8fbf9;border:1px solid #e3efe7}.gamelog-selected-game-title{font-weight:800;color:#253126}.gamelog-detail-empty-row{padding:20px;color:#6b7280;font-weight:600}@media (max-width: 760px){.gamelog-form-grid,.gamelog-inline-fields{grid-template-columns:1fr}}.gamelog-session-modal{width:min(620px,100%)}.gamelog-detail-meta .community-detail-actions{margin-top:6px}.gamelog-session-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.gamelog-session-btn{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;border:1px solid #d9eadf;background:#fff;color:#253126;font-size:.82rem;font-weight:800;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.gamelog-session-btn:hover{background:#f8fbf9;border-color:#cfe3d8}.gamelog-danger-btn{background:#b4231829;border-color:#ffffff2e;color:#fff}.gamelog-danger-btn:hover{background:#b4231847;border-color:#ffffff3d}.gamelog-detail-hero-rich{min-height:340px;background-size:cover;background-position:center}.gamelog-detail-hero-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(12px) saturate(1.08);backdrop-filter:blur(12px) saturate(1.08);background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.08),transparent 40%),linear-gradient(180deg,#0b140f1f,#0b140f8c);pointer-events:none;z-index:1}.gamelog-detail-hero-inner{position:relative;z-index:2;align-items:flex-end;gap:26px}.gamelog-detail-cover{width:156px;height:214px;border-radius:22px;border:2px solid rgba(255,255,255,.68);box-shadow:0 18px 34px #00000057,0 0 0 2px #ffffff14}.gamelog-detail-meta{max-width:700px;gap:14px}.gamelog-detail-meta h1{margin-bottom:4px}.gamelog-detail-status-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.gamelog-detail-last-played{font-size:.96rem;color:#ffffffeb;font-weight:700;text-shadow:0 1px 10px rgba(0,0,0,.2)}.gamelog-detail-stats span{background:#ffffff29;border:1px solid rgba(255,255,255,.22);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:800;box-shadow:0 10px 22px #0000001f}.gamelog-detail-actions{margin-top:4px;gap:10px}.gamelog-action-btn{min-height:42px}.gamelog-danger-btn{background:#b423182e;border-color:#ffffff2e;color:#fff}.gamelog-danger-btn:hover{background:#b423184d;border-color:#ffffff3d}.gamelog-summary-card{box-shadow:0 12px 24px #0000000f}.gamelog-detail-note-card,.gamelog-detail-activity-list{border:1px solid #edf2ee;box-shadow:0 10px 22px #0000000d,0 0 0 1px #fff6 inset}.gamelog-detail-activity-row{grid-template-columns:190px 1fr;padding:20px 22px;transition:background-color .16s ease}.gamelog-detail-activity-row:hover{background:#fbfdfb}.gamelog-detail-activity-date{font-weight:900;color:#253126}.gamelog-detail-activity-hours{font-weight:900;font-size:1rem;color:#253126;margin-bottom:7px}.gamelog-detail-activity-text{color:#536055;line-height:1.55}.gamelog-session-actions{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.gamelog-session-btn{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;border:1px solid #d9eadf;background:#fff;color:#253126;font-size:.82rem;font-weight:800;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .14s ease}.gamelog-session-btn:hover{background:#f8fbf9;border-color:#cfe3d8;transform:translateY(-1px)}.gamelog-session-btn.danger{border-color:#f3c7c7;color:#b42318}.gamelog-session-btn.danger:hover{background:#fff5f5;border-color:#e7aaaa}.gamelog-modal-polished{padding:22px}.gamelog-modal-subtitle{margin:4px 0 0;color:#6b7280;font-size:.92rem;line-height:1.4}.gamelog-selected-game-card{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border-radius:18px;background:linear-gradient(180deg,#fbfdfb,#f5faf6);border:1px solid #e3efe7}.gamelog-selected-game-art,.gamelog-selected-game-art.fallback{width:68px;height:92px;border-radius:14px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.gamelog-selected-game-art.fallback{display:flex;align-items:center;justify-content:center;background:#eefaf1;font-size:2rem}.gamelog-selected-game-meta{min-width:0}.gamelog-selected-game-kicker{font-size:.73rem;text-transform:uppercase;letter-spacing:.04em;font-weight:900;color:#148a4a;margin-bottom:4px}.gamelog-selected-game-title{font-weight:900;font-size:1rem;color:#253126;line-height:1.25;word-break:break-word}.gamelog-inline-fields-3{grid-template-columns:1fr auto 1fr;align-items:center}.gamelog-inline-label{font-weight:800;color:#253126;text-align:center;white-space:nowrap}.gamelog-inline-help{margin-top:6px;font-size:.82rem;color:#6b7280}.gamelog-card{border-radius:20px;box-shadow:0 10px 22px #0000000d,0 0 0 1px #ffffff73 inset}.gamelog-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px #00000014,0 0 0 1px #ffffff73 inset}.gamelog-card-title{font-size:1.08rem}.gamelog-card-hours{font-size:1.02rem;font-weight:900}.gamelog-card-note{color:#4b5563}@media (max-width: 860px){.gamelog-selected-game-card{grid-template-columns:56px minmax(0,1fr)}.gamelog-selected-game-card .gamelog-secondary-btn{grid-column:1 / -1;justify-self:start}}@media (max-width: 760px){.gamelog-detail-hero-inner{flex-direction:column;align-items:flex-start}.gamelog-detail-cover{width:122px;height:168px}.gamelog-detail-actions{width:100%}.gamelog-action-btn{width:100%;justify-content:center}.gamelog-detail-activity-row{grid-template-columns:1fr;gap:10px}.gamelog-inline-fields-3{grid-template-columns:1fr}}.miiverse-toast{position:fixed;right:18px;bottom:18px;z-index:4000;min-width:280px;max-width:420px;display:grid;grid-template-columns:34px 1fr 28px;gap:10px;align-items:center;padding:12px 14px;border-radius:18px;border:1px solid #d9eadf;background:#fffffff5;box-shadow:0 18px 34px #00000029;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.miiverse-toast.success{border-color:#bfe9d2}.miiverse-toast.error{border-color:#f3c7c7}.miiverse-toast-icon{width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900;background:#e8f8f0;color:#148a4a}.miiverse-toast.error .miiverse-toast-icon{background:#fff1f1;color:#b42318}.miiverse-toast-message{color:#253126;font-weight:700;line-height:1.35}.miiverse-toast-close{border:none;background:transparent;color:#6b7280;cursor:pointer;font-size:.95rem}.gamelog-empty-state{padding:34px 22px;text-align:center;border:1px dashed #d9eadf;border-radius:20px;background:linear-gradient(180deg,#fbfdfb,#f5faf6)}.gamelog-empty-icon{font-size:2.4rem;margin-bottom:10px}.gamelog-empty-state h3{margin:0 0 8px;color:#253126;font-size:1.15rem}.gamelog-empty-state p{margin:0 0 16px;color:#6b7280;line-height:1.5}.gamelog-detail-badges{display:flex;flex-wrap:wrap;gap:10px}.gamelog-badge{min-width:120px;padding:10px 12px;border-radius:16px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 22px #0000001f}.gamelog-badge-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;font-weight:900;color:#ffffffdb;margin-bottom:3px}.gamelog-badge strong{color:#fff;font-size:.95rem;line-height:1.2}@media (max-width: 760px){.miiverse-toast{left:12px;right:12px;bottom:12px;min-width:0;max-width:none}.gamelog-detail-badges{width:100%}.gamelog-badge{flex:1 1 100%}}.gamelog-confirm-modal{width:min(520px,100%)}.gamelog-primary-btn-danger{border-color:#b42318;background:#b42318;color:#fff}.gamelog-primary-btn-danger:hover{background:#981b12;border-color:#981b12}.profile-message-btn{border:none;border-radius:999px;padding:9px 16px;background:#19b463;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 6px 14px #19b46338}.profile-message-btn:hover{background:#17a85c;transform:translateY(-1px)}.auth-page{min-height:100vh;background:#eef3f0}.auth-topbar{background:linear-gradient(180deg,#1fb45b,#16954a);box-shadow:0 6px 20px #0000001f}.auth-topbar-inner{max-width:1180px;margin:0 auto;padding:14px 18px}.auth-topbar-brand{display:flex;align-items:center;gap:12px;color:#fff}.auth-topbar-logo{width:48px;height:48px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-weight:800;border:2px solid rgba(255,255,255,.2)}.auth-topbar-title{font-size:1.3rem;font-weight:800;line-height:1.1}.auth-topbar-subtitle{font-size:.88rem;opacity:.92}.auth-layout{max-width:1180px;margin:0 auto;padding:36px 18px 48px;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}.auth-welcome-panel{background:#fff;border-radius:28px;padding:30px 28px;border:1px solid #dfe8e2;box-shadow:0 18px 34px #0000000f}.auth-welcome-badge{display:inline-block;background:#e8f8ef;color:#148a4a;font-size:.84rem;font-weight:800;padding:6px 12px;border-radius:999px;margin-bottom:14px}.auth-welcome-title{margin:0 0 10px;font-size:2.2rem;line-height:1.05;color:#1f2a22}.auth-welcome-copy{margin:0 0 22px;color:#607065;line-height:1.6;max-width:540px}.auth-welcome-cards{display:grid;gap:12px}.auth-welcome-card{background:#f6faf7;border:1px solid #e0ebe3;border-radius:18px;padding:14px 16px;font-weight:700;color:#253127}.auth-card{background:#fff;border-radius:28px;padding:32px 28px;border:1px solid #dfe8e2;box-shadow:0 18px 34px #00000014}.auth-card-header{margin-bottom:22px}.auth-card-pill{display:inline-block;background:#e8f8ef;color:#148a4a;font-size:.84rem;font-weight:800;padding:6px 12px;border-radius:999px;margin-bottom:12px}.auth-title{margin:0 0 8px;font-size:1.95rem;color:#1f2a22}.auth-subtitle{margin:0;color:#627065;line-height:1.5}.auth-form{display:grid;gap:16px}.auth-field{display:grid;gap:7px}.auth-label{font-size:.92rem;font-weight:700;color:#2a342d}.auth-input{height:48px;border-radius:14px;border:1px solid #d6e2d9;background:#fbfdfb;padding:0 14px;font-size:.98rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.auth-input:focus{border-color:#20b15a;box-shadow:0 0 0 4px #20b15a1f}.auth-message{border-radius:14px;padding:12px 14px;font-size:.94rem;line-height:1.45}.auth-message-error{background:#fff1f1;color:#a53b3b;border:1px solid #f3caca}.auth-message-success{background:#eefaf1;color:#1d7a3d;border:1px solid #cfe9d7}.auth-message-info{background:#eef5ff;color:#355c9a;border:1px solid #d7e5fb}.auth-submit-btn{height:50px;border:none;border-radius:16px;background:linear-gradient(180deg,#21b35b,#16944a);color:#fff;font-size:1rem;font-weight:800;cursor:pointer;box-shadow:0 10px 20px #20b15a33;transition:transform .12s ease,box-shadow .2s ease}.auth-submit-btn{position:relative;overflow:hidden;transform:translateY(0);transition:transform .1s ease,box-shadow .15s ease,filter .15s ease}.auth-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 24px #20b15a47}.auth-submit-btn:active:not(:disabled){transform:translateY(1px) scale(.98);box-shadow:0 6px 12px #20b15a2e}.auth-submit-btn:disabled{transform:none;box-shadow:0 8px 14px #20b15a1f;filter:saturate(.8)}.auth-submit-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(255,255,255,.35) 0%,transparent 60%);opacity:0;transition:opacity .2s ease}.auth-submit-btn:active:after{opacity:1;transition:none}.auth-divider{margin:20px 0 12px;text-align:center;color:#7a867d;font-size:.9rem}.auth-switch-btn{width:100%;height:46px;border-radius:14px;border:1px solid #d7e3da;background:#f7faf8;color:#1f2d24;font-weight:700;cursor:pointer}.auth-switch-btn:hover{background:#f0f6f2}@media (max-width: 900px){.auth-layout{grid-template-columns:1fr;padding-top:24px}.auth-welcome-panel,.auth-card{padding:24px 20px}.auth-welcome-title{font-size:1.8rem}.auth-title{font-size:1.7rem}}@keyframes authFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.auth-topbar{animation:authFadeUp .35s ease both}.auth-welcome-panel{animation:authFadeUp .45s ease both;animation-delay:.05s}.auth-card{animation:authFadeUp .5s ease both;animation-delay:.12s}@media (prefers-reduced-motion: reduce){.auth-topbar,.auth-welcome-panel,.auth-card{animation:none}}.share-page{background-color:#fff;padding:24px;border-radius:12px;max-width:600px;margin:0 auto}.share-page h2{text-align:center;margin-bottom:16px}.share-page form{display:flex;flex-direction:column;gap:12px}.share-page input[type=text],.share-page input[type=file]{padding:8px;border-radius:8px;border:1px solid #ccc}.share-page button{padding:10px;border-radius:12px;background-color:#00a651;color:#fff;border:none;cursor:pointer;font-size:1.15rem;transition:background .2s ease,transform .2s ease}.share-page button:hover{background-color:#008a40}.share-button{position:absolute;top:-20px;background:#19b463;width:60px;height:60px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;font-size:28px;border:3px solid white;transition:all .2s ease;z-index:1001}.share-button:hover{transform:scale(1.1);background:#17a85c}.share-button span{color:#fff;font-weight:700}.share-page .preview{max-width:100%;border-radius:12px;margin-top:10px}.share-page button{padding:10px;border-radius:12px;background-color:#00a651;color:#fff;border:none;cursor:pointer;font-size:1.15rem}.community-picker{margin-bottom:14px;position:relative}.community-picker-label{display:block;font-weight:700;margin-bottom:6px;color:#2c3e34}.community-search-wrap{position:relative}.community-search-input{width:100%;border:2px solid #dbe7df;border-radius:14px;padding:10px 12px;font-size:14px;background:#fff}.community-search-input:focus{outline:none;border-color:#19b463}.community-search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #dfe8e2;border-radius:14px;box-shadow:0 12px 30px #00000014;max-height:320px;overflow-y:auto;z-index:40}.community-search-result{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;text-align:left}.community-search-result:hover{background:#f5faf7}.community-search-result-art,.community-selected-art{width:42px;height:56px;-o-object-fit:cover;object-fit:cover;border-radius:10px;flex-shrink:0}.community-search-status{padding:12px;color:#6b7b72;font-size:14px}.community-selected-card{display:flex;align-items:center;gap:10px;border:1px solid #dfe8e2;background:#fff;border-radius:14px;padding:10px 12px}.community-selected-info{display:flex;flex-direction:column;min-width:0}.community-selected-info span{font-size:12px;color:#6b7b72}.community-clear-btn{margin-left:auto;border:0;background:#e8f8f1;color:#14804a;font-weight:700;border-radius:999px;padding:8px 12px;cursor:pointer}.messages-page{display:flex;height:calc(100dvh - 90px);overflow:hidden;min-height:0}.conversation-list{width:280px;border-right:1px solid #ddd;padding:12px}.conversation-item{padding:10px;border-radius:10px;cursor:pointer;margin-bottom:6px}.conversation-item.active{background:#eef3f0}.conversation-preview{font-size:12px;color:#666}.chat-panel{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.chat-header{padding:12px;border-bottom:1px solid #ddd;font-weight:700;display:flex;align-items:center;gap:10px}.back-btn{border:none;background:none;font-size:18px;cursor:pointer}.chat-messages{flex:1;overflow-y:auto;padding:14px 14px 8px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.chat-bubble{padding:10px 14px;border-radius:16px;max-width:60%}.chat-bubble.left{background:#f0f0f0;align-self:flex-start}.chat-bubble.right{background:#19b463;color:#fff;align-self:flex-end}.chat-input-container{flex-shrink:0;padding:12px;border-top:1px solid #e6ebef;display:flex;gap:10px;background:#f7fbf9}.chat-input{flex:1;border-radius:999px;padding:12px 16px;border:none;outline:none;box-shadow:inset 0 0 0 1px #dce8e1;font-size:16px;transform:scale(.95)}.chat-send-btn{border-radius:999px;padding:10px 16px;background:#19b463;color:#fff;border:none;cursor:pointer}@media (max-width: 900px){.messages-page{flex-direction:column;height:calc(100dvh - 148px - env(safe-area-inset-bottom));overflow:hidden}.conversation-list{width:100%;height:100%;border-right:none}.chat-panel{width:100%;height:100%;margin:0;border-radius:0}.chat-input-container{flex-shrink:0}}.drawing-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;display:flex;align-items:center;justify-content:center;padding:20px;z-index:10000;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.drawing-modal{width:min(920px,100%);max-height:min(92vh,860px);background:#fff;border-radius:22px;border:1px solid #e5e7eb;box-shadow:0 28px 70px #00000038;display:flex;flex-direction:column;overflow:hidden}.drawing-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px 14px;border-bottom:1px solid #eef2f4}.drawing-modal-title{font-size:1.05rem;font-weight:800;color:#253126}.drawing-modal-subtitle{margin-top:4px;font-size:.86rem;color:#6b7280}.drawing-close-btn{border:none;background:transparent;color:#6b7280;font-size:1.15rem;cursor:pointer;flex-shrink:0}.drawing-toolbar{display:flex;flex-wrap:wrap;gap:10px;padding:14px 20px;border-bottom:1px solid #eef2f4;background:#fbfcfd}.drawing-toolbar-group{display:flex;align-items:center;gap:8px}.drawing-tool-btn,.drawing-size-btn,.drawing-utility-btn{border:1px solid #d9eadf;background:#fff;color:#253126;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.drawing-tool-btn:hover,.drawing-size-btn:hover,.drawing-utility-btn:hover{background:#f7faf8;border-color:#cfe3d8;transform:translateY(-1px)}.drawing-tool-btn.active,.drawing-size-btn.active{background:#19b463;color:#fff;border-color:#19b463}.drawing-colors{flex-wrap:wrap}.drawing-color-swatch{width:28px;height:28px;border-radius:999px;border:2px solid #ffffff;box-shadow:0 0 0 1px #d1d5db;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.drawing-color-swatch:hover{transform:scale(1.08)}.drawing-color-swatch.active{box-shadow:0 0 0 2px #19b463}.drawing-toolbar-actions{margin-left:auto}.drawing-canvas-shell{padding:18px 20px;background:linear-gradient(180deg,#f8fbf9,#f3f7f5);display:flex;align-items:center;justify-content:center;min-height:0}.drawing-canvas{width:min(100%,720px);height:auto;aspect-ratio:3 / 2;background:#fff;border:1px solid #d9eadf;border-radius:18px;box-shadow:inset 0 1px #ffffffb3;touch-action:none;cursor:crosshair}.drawing-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px 18px;border-top:1px solid #eef2f4;background:#fff}.drawing-secondary-btn,.drawing-primary-btn{border:none;border-radius:12px;padding:10px 16px;font-weight:800;cursor:pointer}.drawing-secondary-btn{background:#eef3f0;color:#253126}.drawing-primary-btn{background:#19b463;color:#fff}.drawing-primary-btn:disabled,.drawing-secondary-btn:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 760px){.drawing-overlay{padding:10px}.drawing-modal{max-height:94vh;border-radius:18px}.drawing-modal-header,.drawing-toolbar,.drawing-canvas-shell,.drawing-modal-footer{padding-left:14px;padding-right:14px}.drawing-toolbar-actions{margin-left:0}.drawing-modal-footer{flex-direction:column-reverse}.drawing-secondary-btn,.drawing-primary-btn{width:100%}}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}.hover-bounce{animation:bounce .3s ease-in-out}.mobile-only{display:none!important}.desktop-only{display:flex!important}.mobile-composer-wrap,.bottom-nav{display:none!important}@media (max-width: 900px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.app,.layout,.main,.home-page{width:100%;max-width:100%;min-width:0;overflow-x:hidden}.layout{display:block;padding:8px 10px 88px;gap:0}.main{padding-bottom:96px;gap:10px}.left-strip,.right-panel,.desktop-composer-wrap,.desktop-composer-wrap *{display:none!important}.mobile-composer-wrap{display:block!important}.home-page{display:flex;flex-direction:column;gap:10px}.app-header{padding:8px 12px}.logo-text{font-size:1rem}.header-icon{width:20px;height:20px}.daily-highlights{padding:14px 12px;border-radius:16px;margin-bottom:8px;align-items:stretch}.daily-highlights h3{margin:0 0 10px;font-size:1.05rem;text-align:left}.highlight-feature-grid{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:0 2px 6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.highlight-feature-card{min-width:190px;max-width:190px;flex:0 0 auto;scroll-snap-align:start}.highlight-feature-media{height:116px}.highlight-feature-body{padding:10px 12px 12px}.highlight-feature-title{font-size:.88rem}.highlight-feature-subtitle{font-size:.8rem}.feed-header,.feed-tabs{gap:8px;flex-wrap:nowrap;overflow-x:auto;padding:2px 2px 4px;margin:2px 0 8px;-webkit-overflow-scrolling:touch}.tab{flex:0 0 auto;min-height:32px;padding:6px 11px;font-size:.82rem}.post-card,.daily-highlights,.community-detail-feed,.communities-list-shell{border-radius:16px;padding:12px;margin-bottom:12px}.bottom-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;height:58px!important;background:#00a651f5!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex!important;justify-content:space-around!important;align-items:center!important;padding:0 8px env(safe-area-inset-right) env(safe-area-inset-bottom,0px);box-shadow:0 -6px 18px #0000001f;z-index:3000!important}.bottom-nav a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;text-decoration:none;font-size:21px;opacity:.82;border-radius:14px;transition:transform .18s ease,opacity .18s ease,background-color .18s ease}.bottom-nav a.active{opacity:1;background:#ffffff24;transform:translateY(-1px)}.bottom-nav svg{width:24px;height:24px;fill:#fff}.share-button{position:relative;top:-10px;background:#19b463;width:50px;height:50px;border-radius:16px;display:flex!important;align-items:center;justify-content:center;font-size:24px;box-shadow:0 8px 18px #0000002e;border:2px solid rgba(255,255,255,.92);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease;z-index:3001}.share-button span{color:#fff;font-weight:800;line-height:1}.share-button.active{background:#17a85c;transform:translateY(-1px)}.mobile-composer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;display:flex;align-items:flex-end;justify-content:center;z-index:9999}.mobile-composer-modal{width:100%;max-height:92vh;overflow-y:auto;background:#fff;border-radius:20px 20px 0 0;padding:12px;box-shadow:0 -10px 30px #0000002e}.mobile-composer-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mobile-composer-launcher{width:100%;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #d9eadf;border-radius:16px;padding:12px 14px;cursor:pointer;box-shadow:0 6px 14px #0000000d}.mobile-composer-avatar{width:38px;height:38px;border-radius:50%;background:#7bc86c;flex-shrink:0}.mobile-composer-text{flex:1;text-align:left;color:#667085;font-weight:600}.mobile-composer-icons{display:flex;gap:8px;color:#6b7280;flex-shrink:0}.mobile-composer-close{width:40px;height:40px;border:none;background:#f5f7fa;border-radius:999px;font-size:1.1rem;color:#667085;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.gamelog-inline-fields-3{grid-template-columns:1fr}@media (max-width: 760px){.community-detail-search-shell{max-width:100%}}}.mobile-utility-trigger{border:none;background:transparent;color:#fff;font-size:1.25rem;cursor:pointer;align-items:center;justify-content:center}.mobile-utility-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;display:flex;align-items:flex-end;justify-content:center;z-index:9999}.mobile-utility-sheet{width:100%;max-height:88vh;overflow-y:auto;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -10px 30px #0000002e;padding:10px 12px 16px}.mobile-utility-sheet-header{display:flex;flex-direction:column;align-items:center;position:relative;padding-bottom:8px}.mobile-utility-sheet-handle{width:42px;height:5px;border-radius:999px;background:#d0d5dd;margin-bottom:10px}.mobile-utility-sheet-title{font-size:1rem;font-weight:800;color:#253126}.mobile-utility-close{position:absolute;right:4px;top:0;border:none;background:transparent;font-size:1.15rem;color:#667085;cursor:pointer}.mobile-utility-sheet-body{display:flex;flex-direction:column;gap:12px;margin-top:8px}.bottom-nav button.share-button{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:2px solid rgba(255,255,255,.92);outline:none;cursor:pointer}.bottom-nav button.share-button:active{transform:translateY(0)}.bottom-nav a,.bottom-nav button{-webkit-tap-highlight-color:transparent}@media (max-width: 900px){.layout:has(.messages-page){padding-bottom:0;overflow:hidden}.main:has(.messages-page){padding-bottom:0;overflow:hidden}}
