:root{color:#351408;background:#fff8ec;font-family:Inter,Noto Sans TC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--nm-bg: #fff8ec;--nm-card: #ffffff;--nm-text: #351408;--nm-muted: #8090aa;--nm-line: #eee4d6;--nm-primary: #ffc94d;--nm-primary-strong: #f2a900;--nm-danger: #f56c6c;--motion-press: .12s cubic-bezier(.2, 0, .2, 1);--motion-feedback: .2s cubic-bezier(.2, 0, 0, 1);--motion-page: .26s cubic-bezier(.2, 0, 0, 1);--motion-pop: .22s cubic-bezier(.34, 1.56, .64, 1)}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;overscroll-behavior-y:none}body{margin:0;min-width:320px;min-height:100dvh;background:var(--nm-bg)}button,input,textarea,select{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(button:not(:disabled)){transition:transform var(--motion-press),filter var(--motion-feedback),box-shadow var(--motion-feedback),background-color var(--motion-feedback),border-color var(--motion-feedback),color var(--motion-feedback),opacity var(--motion-feedback)}:where(button:not(:disabled)):active{transform:translateY(1px) scale(.98);filter:brightness(.98)}:where(button:disabled){cursor:not-allowed}@media(hover:hover)and (pointer:fine){:where(button:not(:disabled)):hover{filter:brightness(1.02)}}.phone-shell{height:100dvh;min-height:100dvh;max-height:100dvh;background:var(--nm-bg);position:relative;overflow:hidden}.page{height:100%;min-height:0;padding-bottom:96px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;animation:nm-page-enter var(--motion-page) both}.daily-fullscreen-page,.loading-figma-page{animation:nm-page-enter var(--motion-page) both}:where(.figma-primary-button,.figma-danger-button,.login-submit,.auth-submit,.setup-submit,.avatar-flow-submit,.dating-submit-button,.daily-submit-button,.social-compose-publish,.social-compose-bottom button,.invite-actions button,.explore-actions button,.profile-save-button,.profile-logout-button,.bottom-primary-action,.public-profile-main-action,.meetup-primary-action,.meetup-create-button,.chat-send-button):not(:disabled):active{transform:translateY(1px) scale(.97)}:where(.avatar-button,.message-button,.tab-button,.segment-tabs button,.daily-task-card,.daily-option-list button,.social-post-actions button,.social-icon-button,.message-round-button,.app-back-button,.conference-date-pills button,.meetup-filter-tabs button):not(:disabled){will-change:transform}:where(.tab-button.active svg,.segment-tabs button.active .segment-tabs-label,.daily-option-list button.selected svg,.daily-task-card.selected .daily-task-card-type-icon,.social-post-actions button.liked svg,.conference-date-pills button.active,.meetup-filter-tabs button.active){animation:nm-selected-pop var(--motion-pop) both}@keyframes nm-page-enter{0%{opacity:.01;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes nm-selected-pop{0%{transform:scale(.92)}65%{transform:scale(1.08)}to{transform:scale(1)}}.app-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:60px 1fr 60px;align-items:center;padding:calc(22px + env(safe-area-inset-top)) 18px 12px;background:var(--nm-bg);border-bottom:1px solid var(--nm-line)}.avatar-button,.message-button{width:50px;height:50px;border:1px solid var(--nm-line);border-radius:50%;background:#fff;color:var(--nm-text);display:grid;place-items:center}.message-button img{width:29px;height:29px;display:block}.avatar-button--filled{padding:0;border:0;background:transparent;overflow:hidden}.avatar-face{width:32px;height:32px;border-radius:8px;background:#eff4f8;display:grid;place-items:center;font-size:20px}.header-avatar{width:50px;height:50px;border:0;border-radius:50%;box-shadow:none;overflow:hidden;background:transparent}.header-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:#eff4f8;display:block}.header-avatar svg{width:100%;height:100%;display:block;transform:none;overflow:hidden}.title-wrap{text-align:center}.title-wrap h1{margin:0;font-size:22px;line-height:1.2}.title-wrap span{display:block;width:36px;height:4px;margin:8px auto 0;border-radius:999px;background:var(--nm-primary-strong)}.page-content{padding:18px}.task-card{background:var(--nm-card);border:1px solid var(--nm-line);border-radius:22px;padding:22px;box-shadow:0 8px 24px #35140814}.task-card+.task-card{margin-top:16px}.date-pill{display:inline-flex;border-radius:999px;background:#fff2c2;padding:6px 12px;font-weight:700}.task-card h2{font-size:20px;margin:10px 0 8px}.task-card p{color:var(--nm-muted);line-height:1.6;margin:0}.confidence-page{min-height:calc(100vh - 150px);margin:-18px;padding:24px 18px 118px;background:#fff9f0;display:flex;flex-direction:column;align-items:center;gap:18px}.confidence-tree-scene{position:relative;width:256px;height:256px;margin-top:4px;border:4px solid #fff;border-radius:24px;background:#ffffffa3;box-shadow:0 8px 20px #92561114;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;padding-bottom:32px}.confidence-scene-sky{position:absolute;inset:0;background:linear-gradient(180deg,#eff6ffb8,#fffbebb8)}.confidence-ground{position:absolute;left:0;right:0;bottom:0;height:32px;border-radius:0 0 20px 20px;background:#78350f1a}.confidence-tree-wrap{position:relative;z-index:2;display:grid;place-items:center;transition:transform .24s ease}.confidence-tree-wrap:hover{transform:scale(1.04)}.confidence-tree-svg,.confidence-tree-svg svg{width:100%;height:100%;display:block;filter:drop-shadow(0 8px 8px rgba(53,20,8,.12))}.confidence-toast{position:absolute;z-index:4;top:76px;left:50%;transform:translate(-50%);color:#22c55e;font-size:18px;font-weight:900;white-space:nowrap;text-shadow:0 1px 2px rgba(255,255,255,.8);animation:confidence-bounce .9s ease infinite alternate}@keyframes confidence-bounce{0%{transform:translate(-50%)}to{transform:translate(-50%,-8px)}}.confidence-card{width:100%;border:1px solid #f1e4d3;border-radius:24px;background:#fff;box-shadow:0 8px 20px #92561114}.confidence-status-card{padding:20px}.confidence-status-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.confidence-status-head h2{margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#431407;font-size:20px;line-height:1.3}.confidence-status-head h2 span{display:inline-flex;align-items:center;border-radius:999px;background:#fef3c7;color:#92400e;padding:5px 9px;font-size:12px;font-weight:900}.confidence-status-label{flex-shrink:0;font-size:13px;line-height:1.5}.confidence-status-label--healthy{color:#16a34a}.confidence-status-label--thirsty{color:#d97706}.confidence-status-label--withered,.confidence-status-label--dead{color:#ef4444}.confidence-stat{margin-bottom:16px}.confidence-stat-row{display:flex;justify-content:space-between;color:#64748b;font-size:12px;font-weight:900;margin-bottom:6px}.confidence-stat-track{width:100%;height:8px;border-radius:999px;overflow:hidden;background:#f1f5f9}.confidence-stat-fill{height:100%;border-radius:inherit;transition:width .28s ease}.confidence-stat-fill--amber{background:#fbbf24}.confidence-stat-fill--green{background:#22c55e}.confidence-stat-fill--blue{background:#3b82f6}.confidence-stat-fill--red{background:#ef4444}.confidence-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.confidence-care-button{height:52px;border:0;border-radius:16px;color:#fff;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s ease,opacity .15s ease,background .15s ease}.confidence-care-button:not(:disabled):active{transform:scale(.96)}.confidence-care-button--water{background:#3b82f6;box-shadow:0 8px 16px #3b82f633}.confidence-care-button--fertilize{background:#f59e0b;box-shadow:0 8px 16px #f59e0b33}.confidence-care-button:disabled{color:#94a3b8;background:#f1f5f9;box-shadow:none;cursor:not-allowed}.confidence-disabled-card{margin-top:16px;padding:12px;border:1px solid #fde68a;border-radius:14px;background:#fffbeb;color:#92400e;text-align:center}.confidence-disabled-card p{margin:0 0 4px;font-size:14px;font-weight:900}.confidence-disabled-card span{font-size:12px;font-weight:800;line-height:1.5}.confidence-revive-card{margin-top:16px;padding:12px;border-radius:14px;background:#fef2f2;color:#b91c1c;text-align:center;font-size:13px;font-weight:800}.confidence-revive-card p{margin:0 0 10px}.confidence-revive-card button{width:100%;height:38px;border:0;border-radius:10px;background:#ef4444;color:#fff;font-size:12px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:6px}.confidence-revive-card button:disabled{background:#fecaca;cursor:not-allowed}.confidence-inline-error{margin:14px 0 0;color:#dc2626;font-size:13px;font-weight:800;text-align:center}.confidence-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid #f1f5f9}.confidence-secondary-actions button{height:48px;border:1px solid rgba(251,191,36,.48);border-radius:16px;background:#fffbeb;color:#431407;font-size:14px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px}.confidence-secondary-actions button:first-child svg{color:#d97706}.confidence-secondary-actions button:last-child svg{color:#059669}.confidence-loading,.confidence-error{padding:28px 18px;color:#64748b;font-weight:800;text-align:center}.confidence-error{color:#dc2626}.confidence-modal-backdrop{position:fixed;inset:0;z-index:70;padding:18px;background:#0f172a6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center}.confidence-modal{width:min(100%,360px);max-height:82vh;border:1px solid rgba(251,191,36,.36);border-radius:24px;background:#fff9f0;box-shadow:0 24px 60px #0f172a47;display:flex;flex-direction:column;overflow:hidden}.confidence-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 18px 12px;border-bottom:1px solid rgba(251,191,36,.2)}.confidence-modal-head h2{margin:0;color:#431407;font-size:16px;font-weight:950}.confidence-modal-head p{margin:4px 0 0;color:#78350fa8;font-size:12px;font-weight:800}.confidence-modal-head button{width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#94a3b8;display:grid;place-items:center}.confidence-modal-body{flex:1;overflow-y:auto;padding:14px 18px 18px}.confidence-achievement-list,.confidence-log-list{display:grid;gap:10px}.confidence-achievement,.confidence-log-item{display:flex;align-items:center;gap:12px;border:1px solid #e2e8f0;border-radius:16px;background:#ffffff9e;padding:12px}.confidence-achievement.is-unlocked{border-color:#fde68a;background:#fff;box-shadow:0 4px 12px #9256110f}.confidence-achievement>div,.confidence-log-icon{width:40px;height:40px;border-radius:50%;background:#f1f5f9;color:#94a3b8;display:grid;place-items:center;flex-shrink:0}.confidence-achievement.is-unlocked>div{background:#fbbf24;color:#fff}.confidence-achievement section,.confidence-log-item section{min-width:0;flex:1}.confidence-achievement header{display:flex;align-items:center;justify-content:space-between;gap:8px}.confidence-achievement h3,.confidence-log-item h3{margin:0;color:#1f2937;font-size:13px;font-weight:950}.confidence-achievement span{border-radius:999px;background:#f1f5f9;color:#94a3b8;padding:3px 8px;font-size:10px;font-weight:950;white-space:nowrap}.confidence-achievement.is-unlocked span{background:#fef3c7;color:#92400e}.confidence-achievement p,.confidence-log-item p{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.45}.confidence-log-icon--blue{background:#dbeafe;color:#3b82f6}.confidence-log-icon--amber{background:#fef3c7;color:#d97706}.confidence-log-icon--emerald{background:#d1fae5;color:#059669}.confidence-log-icon--purple{background:#ede9fe;color:#7c3aed}.confidence-log-icon--slate{background:#f1f5f9;color:#64748b}.confidence-log-item aside{color:#d97706;font-size:12px;font-weight:950;text-align:right;white-space:nowrap}.confidence-log-item aside span{display:block}.confidence-log-vitality{color:#059669}.confidence-empty{padding:42px 8px;color:#94a3b8;font-size:14px;font-weight:800;text-align:center}.daily-stack{display:grid;gap:18px}.daily-home-stack{display:grid;gap:20px}.daily-task-carousel{width:calc(100% + 36px);margin-left:-18px;display:flex;align-items:stretch;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 18px 18px;-webkit-overflow-scrolling:touch}.daily-task-carousel::-webkit-scrollbar{display:none}.daily-task-card{min-width:210px;max-width:240px;min-height:156px;scroll-snap-align:center;flex-shrink:0;border:1px solid var(--nm-line);border-radius:24px;background:#fff;color:#59677c;display:grid;align-content:space-between;gap:10px;padding:16px;text-align:left;box-shadow:0 8px 20px #35140814;opacity:.82;transform:scale(.96);transition:transform .16s ease,opacity .16s ease,background .16s ease}.daily-task-card.selected{border-color:#ffd15b;background:#ffd15b;color:var(--nm-text);opacity:1;transform:scale(1);box-shadow:0 14px 28px #f2a90038}.daily-task-card-top,.daily-task-card-status{display:flex;align-items:center;justify-content:space-between;gap:12px}.daily-task-card-top strong{border-radius:999px;background:#f3f6fa;color:#7a8ba6;padding:4px 10px;font-size:12px;line-height:1.2;font-weight:900}.daily-task-card.selected .daily-task-card-top strong{background:#ffffff6b;color:#351408}.daily-task-card svg{color:#9ba8bb;flex-shrink:0}.daily-task-card.selected svg,.daily-answer-icon .heart-icon{color:#7b3218;fill:#7b32182e}.daily-task-card-title{color:inherit;font-size:15px;line-height:1.35;font-weight:900;word-break:break-word}.daily-task-card-status{border-top:1px solid rgba(53,20,8,.08);padding-top:9px;color:#8aa0bb}.daily-task-card.selected .daily-task-card-status{color:#5a230bc7}.daily-task-card-status em{font-style:normal;font-size:12px;font-weight:900}.daily-empty-card{min-height:150px}.daily-lock-banner{min-height:42px;border:1px solid #f2b83f;border-radius:16px;background:#fff8df;color:#5a230b;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;font-size:13px;font-weight:900}.daily-hero-card,.daily-answer-page{border-radius:30px;background:#ffce5c;color:#351408;display:grid;justify-items:center;text-align:center;padding:54px 24px 36px;box-shadow:0 18px 36px #f2a90040}.daily-hero-icon,.daily-answer-icon{width:80px;height:80px;border-radius:50%;background:#ffdc82;color:#5a230b;display:grid;place-items:center;margin-bottom:18px}.daily-date-pill{min-height:28px;border-radius:999px;background:#ffe9a7;color:#351408;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font-size:13px;font-weight:900}.daily-hero-card small,.daily-answer-page small{margin-top:18px;color:#7b3218;font-size:14px;font-weight:900}.daily-hero-card h2,.daily-answer-page h2{margin:12px 0;font-size:27px;line-height:1.35;font-weight:900}.daily-hero-card p,.daily-answer-page p{margin:0 0 22px;color:#8a4a29;font-size:14px;line-height:1.55;font-weight:800}.daily-hero-card button,.daily-submit-button{min-height:54px;border:0;border-radius:18px;background:#5a230b;color:#ffc94d;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 28px;font-size:15px;font-weight:900;box-shadow:0 8px 18px #5a230b33}.daily-hero-card button:disabled,.daily-submit-button:disabled{opacity:.55;cursor:not-allowed}.daily-answer-page{position:relative;min-height:calc(100vh - 128px);align-content:start;padding-top:34px;padding-bottom:22px}.daily-back-button{position:absolute;left:18px;top:22px;width:42px;height:42px;border:0;border-radius:50%;background:#ffe39a;color:#5a230b;display:grid;place-items:center}.daily-answer-icon{width:66px;height:66px;margin:28px 0 14px}.daily-text-icon{font-size:30px;font-weight:900;font-family:Georgia,serif}.daily-option-list{width:100%;display:grid;gap:14px;margin:10px 0 22px}.daily-option-list button{min-height:54px;border:0;border-radius:15px;background:#fffaf3;color:#351408;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;font-size:15px;font-weight:900}.daily-option-list button.selected{background:#5a230b;color:#ffc94d}.daily-text-answer,.daily-upload-box{width:100%;margin:10px 0 22px;border-radius:18px;background:#fffaf3;display:grid;justify-items:center}.daily-text-answer{min-height:142px;position:relative}.daily-text-answer textarea{width:100%;min-height:142px;border:0;border-radius:18px;background:transparent;color:#351408;padding:22px;outline:none;resize:none;font-size:15px;font-weight:800;line-height:1.5}.daily-text-answer span{position:absolute;right:18px;bottom:14px;color:#ad7b64;font-size:12px;font-weight:900}.daily-upload-box{min-height:196px;border:2px solid rgba(255,255,255,.7);color:#8a4a29;align-content:center;gap:8px;padding:20px}.daily-upload-box input{display:none}.daily-upload-box strong{color:#351408;font-size:15px;font-weight:900}.daily-upload-box span{color:#ad7b64;font-size:12px;font-weight:900}.daily-preview-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.daily-preview-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px}.daily-error{width:100%;border-radius:14px;background:#fff0f0;color:var(--nm-danger);padding:10px 12px;font-size:13px;font-weight:800;line-height:1.45;margin-bottom:12px}.daily-summary-row{width:calc(100% + 36px);margin-left:-18px;overflow-x:auto;padding:0 18px 4px}.daily-mini-card{width:240px;min-height:158px;border:1px solid var(--nm-line);border-radius:22px;background:#fff;display:grid;gap:10px;padding:18px;box-shadow:0 8px 20px #35140814}.daily-mini-card.active{background:#ffce5c;border-color:#ffce5c}.daily-mini-card span{width:fit-content;border-radius:999px;background:#ffe9a7;padding:5px 12px;font-weight:900}.daily-mini-card h3{margin:0;font-size:17px;line-height:1.35}.daily-mini-card small{border-top:1px solid rgba(90,35,11,.14);color:#8a4a29;display:flex;align-items:center;justify-content:space-between;padding-top:10px;font-weight:900}.daily-results-card{border:1px solid var(--nm-line);border-radius:26px;background:#fff;display:grid;gap:18px;padding:22px;box-shadow:0 8px 24px #35140814}.daily-gate-card{border:1px solid var(--nm-line);border-radius:24px;background:#fff;display:grid;justify-items:center;gap:14px;padding:30px;text-align:center;box-shadow:0 8px 24px #35140814;overflow:hidden;position:relative}.daily-gate-card:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:#f3f6fa}.daily-gate-icon{width:66px;height:66px;border-radius:50%;background:#f7f9fc;color:#9aaabe;display:grid;place-items:center;box-shadow:inset 0 2px 8px #0f172a14}.daily-gate-card h2{margin:0;color:#253044;font-size:21px;line-height:1.35;font-weight:900}.daily-gate-card p{margin:0;color:#6f7f99;font-size:14px;line-height:1.55;font-weight:800}.daily-gate-card button{width:100%;min-height:53px;border:0;border-radius:16px;background:#ffd15b;color:#351408;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:900;box-shadow:0 8px 18px #f2a9002e}.daily-gate-card.closed{padding-bottom:34px}.daily-answer-page.compact{min-height:auto;border-radius:28px;align-content:start;justify-items:stretch;padding:20px 18px 22px}.daily-answer-heading{display:grid;grid-template-columns:44px 1fr 44px;align-items:start;gap:8px;margin-bottom:18px}.daily-answer-heading>div{display:grid;justify-items:center;gap:7px}.daily-answer-heading small{margin-top:0;color:#351408;font-size:14px;letter-spacing:2px}.daily-answer-page.compact .daily-back-button{position:static;width:40px;height:40px;border:0;border-radius:50%;background:#ffffff4d;color:#5a230b}.daily-answer-page.compact .daily-answer-icon{justify-self:center;width:58px;height:58px;margin:0 0 12px}.daily-answer-page.compact h2{justify-self:center;max-width:100%;margin:0 0 10px;font-size:22px;line-height:1.28}.daily-answer-page.compact p{justify-self:center;max-width:100%;margin-bottom:16px}.daily-answer-page.compact .daily-option-list,.daily-answer-page.compact .daily-text-answer,.daily-answer-page.compact .daily-upload-box,.daily-answer-page.compact .daily-submit-button,.daily-answer-page.compact .daily-error{width:100%}.daily-answer-page.compact .daily-option-list{margin:8px 0 16px}.daily-answer-page.compact .daily-option-list button{position:relative;justify-content:center;min-height:52px;border-radius:16px}.daily-answer-page.compact .daily-option-list button svg{position:absolute;left:16px;color:#ffc94d}.daily-answer-page.compact .daily-option-list button span{padding:0 34px;text-align:center}.daily-answer-page.compact .daily-submit-button{margin-top:0;border-radius:16px}.daily-results-card h2{margin:0;color:#253044;display:flex;align-items:center;gap:9px;font-size:21px}.daily-stats-list{display:grid;gap:14px}.daily-stats-list>div{min-height:58px;border-radius:14px;background:#f3f6fa;color:#253044;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:0 14px}.daily-stats-list>div>span{position:absolute;inset:0 auto 0 0;background:#ffefbd}.daily-stats-list strong,.daily-stats-list em,.daily-stats-list small{position:relative;z-index:1}.daily-stats-list strong{font-size:15px;font-weight:900}.daily-stats-list em{font-style:normal;color:#3e4a5e;font-weight:900}.daily-stats-list small{width:fit-content;grid-column:1 / -1;border-radius:999px;background:#ffc94d;padding:3px 9px;color:#8a4a29;font-size:11px;font-weight:900}.daily-text-results{display:grid;gap:14px}.daily-text-results article,.daily-image-placeholder{border-radius:16px;background:#f6f8fb;padding:16px}.daily-text-results strong{color:#3e4a5e;font-size:14px}.daily-text-results p{margin:12px 0 0;color:#253044;line-height:1.55;font-weight:800}.daily-image-placeholder{color:#65738a;display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.45;font-weight:800}.daily-image-wall{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.daily-image-wall img,.daily-image-loading{width:100%;aspect-ratio:1;border-radius:16px;background:#f6f8fb;object-fit:cover}.daily-image-loading{color:#8aa0bb;display:grid;place-items:center;font-size:12px;font-weight:900}.daily-muted{color:var(--nm-muted);margin:0}.daily-figma-shell{min-height:calc(100dvh - 184px);margin:-18px;background:#fff0c5;color:#4e1701;display:flex;flex-direction:column;overflow:hidden}.daily-warning-strip{flex:0 0 11px;background:repeating-linear-gradient(115deg,#111 0 18px,#ffc500 18px 36px)}.daily-figma-content{flex:1;min-height:0;width:100%;max-width:402px;margin:0 auto;padding:16px 10px 20px;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.daily-fullscreen-page{height:100dvh;min-height:100dvh;background:#fff0c5;color:#4e1701;display:flex;flex-direction:column;overflow:hidden}.daily-fullscreen-content{flex:1;min-height:0;width:100%;max-width:402px;margin:0 auto;padding:75px 10px 20px;display:flex;flex-direction:column;align-items:center;gap:15px;overflow:hidden}.daily-fullscreen-content .daily-brand-logo{flex:0 0 auto}.daily-flip-stage{flex:1;min-height:0;width:100%;display:flex;align-items:center;justify-content:center;perspective:1000px}.daily-flip-stage>*{animation:daily-card-enter .36s ease both;backface-visibility:hidden;transform-origin:center}.daily-flip-stage.revealed>*{animation-name:daily-card-flip-in}@keyframes daily-card-enter{0%{opacity:0;transform:translateY(8px) rotateY(-8deg)}to{opacity:1;transform:translateY(0) rotateY(0)}}@keyframes daily-card-flip-in{0%{opacity:0;transform:rotateY(-90deg)}to{opacity:1;transform:rotateY(0)}}.daily-cover-screen{flex:1;min-height:640px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.daily-brand-logo{width:100px;height:68px;object-fit:contain}.daily-cover-card{position:relative;width:min(100%,362px);min-height:clamp(500px,68dvh,671px);border:0;border-radius:50px;background:#ffc500;color:#4e1701;box-shadow:0 4px 2px #00000040;padding:20px 30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:0;text-align:center}.daily-cover-card--fullscreen{height:min(671px,100%);min-height:0;flex:0 1 671px}.daily-task-logo{width:118.5px;height:107.5px;object-fit:contain;margin:0}.daily-cover-main{flex:1;width:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.daily-cover-title-group{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.daily-cover-card strong{color:#d62d2d;font-size:36px;line-height:1.05;font-weight:900}.daily-cover-card em{color:#4e1701;font-size:20px;line-height:1.2;font-style:normal;font-weight:950}.daily-cover-card small{width:275px;min-height:24px;color:#4e1701;font-size:16px;line-height:1.5;font-weight:800}.daily-figma-shell .daily-empty-card{margin-top:18px;border:0;border-radius:28px;background:#ffc500;color:#4e1701;box-shadow:0 4px 2px #0000002e}.daily-figma-shell .date-pill{background:#fff0c5;color:#4e1701}.daily-home-stack{flex:1;min-height:0;display:flex;flex-direction:column;gap:20px}.daily-home-page{height:100%;min-height:0;padding-bottom:0;background:#fff0c5;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.daily-home-warning-strip{flex:0 0 11px;height:11px;background:repeating-linear-gradient(115deg,#111 0 18px,#ffc500 18px 36px)}.daily-home-warning-strip--top{position:sticky;top:0;z-index:45}.daily-home-warning-strip--bottom{position:sticky;bottom:0;z-index:45;margin-top:auto}.daily-home-page .app-header{top:11px;flex:0 0 auto;background:#fff0c5;border-bottom:0}.daily-home-page .title-wrap h1{color:#4e1701}.daily-home-page .title-wrap span{display:none}.daily-home-page-content{flex:1 0 auto;min-height:0;padding:0 10px 96px}.daily-task-carousel{width:calc(100% + 20px);height:170px;margin:0 -10px;padding:10px max(10px,calc((100% - 240px)/2));display:flex;align-items:stretch;justify-content:flex-start;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory}.daily-task-card{width:220px;min-width:220px;max-width:none;min-height:150px;height:150px;border:1px solid #d9d9d9;border-radius:25px;background:#fffefc;color:#a5a5a5;box-shadow:1px 1px 2px #00000040;opacity:1;transform:none;padding:10px;display:flex;flex-direction:column;gap:10px;scroll-snap-align:center}.daily-task-card.selected{width:240px;min-width:240px;border-color:#d9d9d9;background:#ffcb5d;color:#4e1701;box-shadow:1px 1px 2px #00000040;transform:none}.daily-task-card-top strong{min-height:34px;border-radius:1000px;background:#f2f4f6;color:#a5a5a5;padding:5px 10px;font-size:20px;line-height:1.2;display:inline-flex;align-items:center}.daily-task-card.selected .daily-task-card-top strong{background:#ffe09e;color:#4e1701}.daily-task-card-top,.daily-task-card-status{display:flex;align-items:center;justify-content:space-between;gap:10px}.daily-task-card-type-icon{width:24px;height:24px;flex:0 0 auto;object-fit:contain;filter:grayscale(1);opacity:.55}.daily-task-card--single_choice .daily-task-card-type-icon,.daily-task-card--multiple_choice .daily-task-card-type-icon{width:29px;height:29px}.daily-task-card.selected .daily-task-card-type-icon{filter:none;opacity:1}.daily-task-card-check-icon{width:24px;height:24px;flex:0 0 auto}.daily-answer-icon .heart-icon{color:#4e1701;fill:none}.daily-task-card-title{min-height:46px;border-bottom:1px solid #d1d1d1;color:inherit;font-size:14px;line-height:1.45;font-weight:800;display:flex;align-items:flex-start;text-align:left}.daily-task-card.selected .daily-task-card-title{border-bottom-color:#e69e02}.daily-task-card-status{min-height:22px;border:0;padding-top:0;color:inherit}.daily-task-card-status em{color:#a7654b;font-size:14px;line-height:1.2;font-weight:800}.daily-answer-page.inline,.daily-answer-page.compact,.daily-answer-page.fullscreen{width:100%;border:0;border-radius:50px;background:#ffc500;color:#4e1701;box-shadow:0 4px 2px #00000040;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:20px 30px;text-align:center}.daily-answer-page.inline{min-height:439px;flex:1}.daily-answer-page.compact{min-height:560px}.daily-answer-page.fullscreen{width:min(100%,382px);min-height:min(439px,100%);max-height:459px;flex:0 1 459px;overflow:hidden}.daily-date-pill{min-height:34px;border-radius:15px;background:#fff0c5;color:#4e1701;padding:5px 10px;font-size:20px;line-height:1.2;font-weight:900}.daily-answer-page h2,.daily-answer-page.compact h2{margin:0;color:#4e1701;font-size:25px;line-height:1.25;font-weight:900;word-break:break-word}.daily-answer-page p,.daily-answer-page.compact p{margin:-8px 0 0;color:#6a2f16;font-size:14px;line-height:1.45;font-weight:800}.daily-answer-heading{width:100%;margin-bottom:0}.daily-answer-page.compact .daily-back-button{background:#fff0c5;color:#4e1701}.daily-answer-page.compact .daily-answer-icon{width:58px;height:58px;margin:0;background:#fff0c5;color:#4e1701}.daily-option-list,.daily-answer-page.compact .daily-option-list,.daily-answer-page.fullscreen .daily-option-list{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;gap:15px;margin:0}.daily-option-list button,.daily-answer-page.compact .daily-option-list button,.daily-answer-page.fullscreen .daily-option-list button{position:relative;flex:1;min-height:47px;border:0;border-radius:15px;background:#fff0c5;color:#4e1701;padding:10px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1.2;font-weight:900}.daily-option-list button.selected,.daily-answer-page.compact .daily-option-list button.selected,.daily-answer-page.fullscreen .daily-option-list button.selected{background:#3d1809;color:#e69e02}.daily-option-list button svg,.daily-answer-page.compact .daily-option-list button svg,.daily-answer-page.fullscreen .daily-option-list button svg{position:absolute;left:10px;color:#e69e02}.daily-option-list button span,.daily-answer-page.compact .daily-option-list button span,.daily-answer-page.fullscreen .daily-option-list button span{padding:0 30px}.daily-answer-page.inline .daily-option-list{width:322px;max-width:100%;flex:0 0 auto}.daily-answer-page.inline .daily-option-list button{height:47px;min-height:47px;flex:0 0 47px}.daily-text-answer,.daily-upload-box,.daily-answer-page.compact .daily-text-answer,.daily-answer-page.compact .daily-upload-box,.daily-answer-page.fullscreen .daily-text-answer,.daily-answer-page.fullscreen .daily-upload-box{width:100%;min-height:233px;margin:0;border:0;border-radius:15px;background:#fff8ee;box-shadow:inset 2px 2px 5px #00000029}.daily-text-answer textarea{min-height:233px;padding:10px 20px 32px;color:#4e1701;font-size:20px;line-height:1.35;font-weight:800}.daily-text-answer textarea::placeholder{color:#decabc;opacity:1}.daily-text-answer span{right:20px;bottom:10px;color:#7a4343;font-size:10px}.daily-upload-box{color:#4e1701;align-content:center;gap:10px;padding:20px 10px;box-shadow:2px 3px 4.5px #00000040}.daily-upload-box svg{width:57px;height:57px;border-radius:50%;background:#ffeabe;color:#c67839;padding:10px}.daily-upload-box strong{color:#4e1701;font-size:20px;line-height:1.2}.daily-upload-box span{color:#7a4343}.daily-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.daily-preview-grid img{border-radius:10px}.daily-submit-button,.daily-answer-page.compact .daily-submit-button,.daily-answer-page.fullscreen .daily-submit-button{width:100%;min-height:44px;border-radius:15px;background:#3d1809;color:#e69e02;box-shadow:none;padding:10px 20px;font-size:20px;line-height:1.2;font-weight:900}.daily-submit-button:disabled{opacity:.52}.daily-error{margin:-8px 0 0;border-radius:15px;background:#fff8ee;color:#b42318}.daily-answer-page.fullscreen{width:min(100%,362px);height:min(654px,100%);min-height:0;max-height:none;flex:0 1 654px;justify-content:center;gap:20px;padding:19px 30px;overflow-y:auto;overscroll-behavior:contain}.daily-answer-task-heading{width:302px;min-height:81px;display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:11px}.daily-answer-task-heading>strong{color:#4e1701;font-size:30px;line-height:1.2;font-weight:600}.daily-answer-page.fullscreen .daily-date-pill{width:fit-content;height:34px;padding:5px 10px;font-weight:600;white-space:nowrap}.daily-answer-page.fullscreen .daily-question-block{width:275px;display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:20px}.daily-question-logo{width:57px;height:51px;object-fit:contain}.daily-answer-page.fullscreen .daily-question-block h2{width:275px;min-height:30px;margin:0;color:#4e1701;font-size:25px;line-height:1.2;font-weight:900}.daily-answer-page.fullscreen>p{width:275px;min-height:24px;margin:0;color:#a7654b;font-size:16px;line-height:1.5}.daily-answer-page.fullscreen .daily-option-list{width:302px;height:auto;flex:0 0 auto;margin:0;gap:15px}.daily-answer-page.fullscreen .daily-option-list button{width:302px;min-height:64px;flex:0 0 64px;border-radius:15px}.daily-choice-page.has-selected-option.daily-choice-count-4 .daily-option-list{height:271px;flex-basis:271px;justify-content:space-between;gap:0}.daily-choice-page.has-selected-option.daily-choice-count-4 .daily-option-list button{min-height:60.25px;flex-basis:60.25px}.daily-answer-page.fullscreen .daily-submit-button{width:302px;min-height:44px;flex:0 0 44px;margin:0}.daily-answer-page.fullscreen .daily-submit-button:disabled{opacity:1}.daily-answer-page.fullscreen .daily-text-answer,.daily-answer-page.fullscreen .daily-upload-box{width:302px;min-height:196px;flex:0 0 196px}.daily-answer-page.fullscreen .daily-text-answer textarea{min-height:196px}.daily-answer-page.fullscreen.daily-answer-page--image_upload .daily-upload-box{min-height:132px;flex-basis:132px}.daily-answer-page.fullscreen .daily-upload-hint{display:none}@media(max-height:760px){.daily-fullscreen-content{padding-top:22px}}.daily-gate-card.closed{min-height:439px;border:0;border-radius:50px;background:#ffc500;color:#4e1701;box-shadow:0 4px 2px #00000040}.daily-gate-card.closed:before{content:none}.daily-gate-card.closed h2{color:#4e1701}.daily-results-card{width:100%;min-height:439px;border:0;border-radius:20px;background:#fff;box-shadow:none;padding:10px;display:flex;flex-direction:column;gap:10px;overflow:hidden}.daily-results-card h2{min-height:24px;margin:0;padding:10px 10px 0;color:#000;font-size:14px;line-height:1.2;font-weight:900;display:flex;align-items:center;gap:8px}.daily-results-title-icon{width:24px;height:24px;flex:0 0 auto;object-fit:contain}.daily-stats-list{flex:1;display:flex;flex-direction:column;gap:10px}.daily-stats-list>div{min-height:78px;border-radius:15px;background:#f7f9fb;color:#4e1701;padding:20px;display:flex;align-items:center;justify-content:space-between}.daily-stats-list>div.mine{background:#ffc500}.daily-stats-list>div>span{display:none}.daily-stats-list strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px}.daily-stats-list em{flex:0 0 auto;color:#4e1701;font-size:14px}.daily-stats-list small{display:none}.daily-text-results{flex:1;min-height:0;display:flex;flex-direction:column;gap:10px;overflow-y:auto;overscroll-behavior:contain}.daily-text-results article,.daily-image-placeholder{border-radius:15px;background:#f7f9fb;padding:15px 20px}.daily-text-results article{display:flex;flex-direction:column;gap:12px}.daily-text-answer-head{min-width:0;display:flex;align-items:center;gap:10px}.daily-answer-avatar{width:35px;height:35px;flex:0 0 35px;border-radius:50%;box-shadow:none}.daily-text-answer-head strong{min-width:0;color:#000;font-size:14px;line-height:1.2;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.daily-answer-gender{flex:0 0 auto;min-width:31px;height:23px;border-radius:3px;padding:4px 7px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;font-weight:700}.daily-answer-gender--male{background:#c3f0ff;color:#129aee}.daily-answer-gender--female{background:#ffc8d7;color:#e84391}.daily-text-answer-head em,.daily-image-name-pill{min-width:40px;min-height:29px;border-radius:15px;background:#fff0c5;color:#4e1701;box-shadow:0 4px 2px #00000040;padding:5px 10px;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:13px;line-height:1.2;font-weight:800}.daily-text-answer-head em{margin-left:auto}.daily-text-results p{color:#4e1701;margin:0}.daily-text-results article>p{color:#606060;font-size:13px;line-height:1.5;font-weight:700}.daily-image-wall{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;overflow-y:auto;overscroll-behavior:contain}.daily-image-answer{position:relative;height:108px;min-height:108px;border-radius:0;background:#fafafa;overflow:hidden}.daily-image-answer-photo,.daily-image-answer .daily-image-loading{width:100%;height:100%;border-radius:0;object-fit:cover}.daily-image-name-pill{position:absolute;top:5px;left:5px;z-index:1;min-width:0;min-height:26px;max-width:calc(100% - 10px);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.daily-image-name-pill.mine{min-width:40px;font-size:13px}.loading-figma-page{height:100%;min-height:0;background:#fff0c5;display:flex;flex-direction:column;overflow:hidden}.loading-figma-body{flex:1;min-height:0;width:100%;max-width:402px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:29px;padding:0 56px 52px}.loading-figma-logo{width:163px;height:112px;object-fit:contain;display:block}.loading-figma-progress{width:100%;max-width:290px;height:8px;border-radius:100px;background:#f5f5f5;overflow:hidden}.loading-figma-progress span{display:block;width:68%;height:100%;border-radius:inherit;background:#ffc500}@keyframes app-loading-spin{to{transform:rotate(360deg)}}.figma-auth-page{height:100%;min-height:0;background:#fff0c5;color:#000;display:flex;flex-direction:column;overflow:hidden}.figma-auth-main{flex:1;min-height:0;width:100%;max-width:402px;margin:0 auto;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.figma-login-panel{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:40px 43px 24px}.figma-auth-logo{width:163px;height:112px;display:block;object-fit:contain}.figma-auth-form{width:100%;max-width:315px;display:flex;flex-direction:column;gap:10px}.figma-login-panel .figma-auth-form .figma-field-control{min-height:59px;height:59px}.figma-login-panel .figma-auth-form .figma-field-control input{height:100%}.figma-field{width:100%;display:flex;flex-direction:column;gap:5px;color:#000;font-size:15px;line-height:1.2;font-weight:400}.figma-field-control{width:100%;min-height:44px;background:#fff;display:flex;align-items:center;gap:10px;padding:10px;color:#1c1c1c;font-size:15px;line-height:1.2;font-weight:400}.figma-field-control input{min-width:0;flex:1;height:24px;border:0;outline:0;padding:0;background:transparent;color:#1c1c1c;font-size:15px}.figma-password-control{padding-right:0}.figma-password-toggle{width:34px;height:34px;flex:0 0 34px;border:0;border-radius:8px;background:transparent;color:#1c1c1c;display:grid;place-items:center;padding:0}.figma-password-control input{appearance:none;-webkit-appearance:none}.figma-password-control input[type=password]::-ms-reveal,.figma-password-control input[type=password]::-ms-clear,.figma-password-control input[type=password]::-webkit-credentials-auto-fill-button,.figma-password-control input[type=password]::-webkit-contacts-auto-fill-button{display:none!important;visibility:hidden!important;pointer-events:none!important}.figma-password-toggle:active{background:#0000000f}.figma-field-control input::placeholder{color:#c7c3c3;opacity:1}.figma-field-control img{width:24px;height:24px;flex:0 0 auto}.figma-readonly-field{justify-content:flex-start;overflow-wrap:anywhere}.figma-login-actions{width:100%;display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;padding-top:25px}.figma-primary-button,.figma-danger-button{min-height:59px;border:0;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px;font-size:24px;line-height:1;font-weight:900;white-space:nowrap}.figma-primary-button{background:#ffc500;color:#4e1701}.figma-danger-button{background:#d62d2d;color:#fff}.figma-primary-button img,.figma-danger-button img{width:24px;height:24px;flex:0 0 auto}.figma-primary-button:disabled,.figma-danger-button:disabled{opacity:.68;cursor:not-allowed}.figma-primary-button--wide{width:100%}.figma-form-action-gap{width:100%;padding-top:20px}.figma-recover-button{padding-left:30px;padding-right:30px}.figma-auth-header{flex:0 0 auto;min-height:104px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding:40px 25px;background:#fff0c5}.figma-auth-header h1{margin:0;color:#4e1701;text-align:center;font-size:20px;line-height:1.2;font-weight:900}.figma-back-button{width:24px;height:24px;border:0;background:transparent;display:grid;place-items:center;padding:0}.figma-back-button img{width:10px;height:19px}.figma-recovery-panel,.figma-success-panel,.figma-password-panel{flex:1;min-height:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:10px 43px 120px}.figma-recovery-panel{padding-top:0}.figma-recovery-copy{margin:0;color:#000;text-align:center;font-size:16px;line-height:1.25;font-weight:900}.figma-success-title,.figma-password-title{width:100%;max-width:315px;display:flex;align-items:center;justify-content:center;gap:5px}.figma-success-title img,.figma-password-title img{width:24px;height:24px}.figma-success-title h1,.figma-password-title h1{margin:0;text-align:center;font-size:20px;line-height:1.2;font-weight:900}.figma-success-title h1{color:#2ca147}.figma-password-title h1{color:#4e1701;font-size:24px}.auth-page{height:100%;min-height:0;display:grid;place-items:center;padding:28px 20px;background:var(--nm-bg);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.auth-card{width:100%;max-width:340px;border-radius:28px;border:1px solid var(--nm-line);background:#fff;padding:26px 22px;box-shadow:0 16px 40px #3514081f}.login-card{max-width:340px;border-color:#f2ddb2;padding:28px 28px 26px;box-shadow:0 12px 30px #35140814}.login-title{text-align:center;margin-bottom:24px}.login-title h1{margin:0;color:var(--nm-text);font-size:25px;line-height:1.2;font-weight:900}.login-title p{margin:8px 0 0;color:#9b6b52;font-size:12px;font-weight:600}.auth-logo{width:58px;height:58px;margin:0 auto 14px;display:grid;place-items:center;border-radius:16px;background:#eff4f8;border:2px solid #fff;box-shadow:0 6px 18px #8090aa40;font-size:28px}.auth-title{text-align:center;margin-bottom:22px}.auth-title h1{margin:0;color:var(--nm-text);font-size:26px}.auth-title p{margin:8px 0 0;color:var(--nm-muted);font-size:14px;line-height:1.5}.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:7px;color:var(--nm-text);font-size:14px;font-weight:700}.auth-form input{width:100%;height:48px;border-radius:16px;border:1px solid var(--nm-line);background:#fffdf8;color:var(--nm-text);padding:0 14px;outline:none}.auth-secondary{height:36px;border:1px solid #f0c465;border-radius:12px;background:#fffdf8;color:#7b3218;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:900}.auth-secondary svg,.field-label-icon svg{color:#b24f20}.login-submit{height:48px;border:0;border-radius:14px;background:var(--nm-primary);color:var(--nm-text);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:900;box-shadow:0 8px 18px #f2a9002e}.login-submit:disabled{opacity:.65;cursor:not-allowed}.login-install-actions{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%;max-width:313px;margin:0 auto 40px;padding:0}.login-install-actions button{min-height:65px;border:0;border-radius:15px;background:#ffc500;color:#000;display:grid;place-items:center;padding:15px 18px;font-size:24px;line-height:1;font-weight:900;box-shadow:0 8px 18px #f2a9002e}.login-install-actions button:active{transform:translateY(1px)}.install-guide-backdrop{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a70;overscroll-behavior:contain}.install-guide-dialog{position:relative;width:min(100%,404px);min-height:467px;max-height:calc(100dvh - 36px);border-radius:20px;background:#fff;color:#000;display:flex;flex-direction:column;gap:25px;padding:18px 28px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.install-guide-close{align-self:flex-end;width:36px;height:36px;border:0;background:transparent;color:#000;display:grid;place-items:center;padding:0}.install-guide-close img{width:36px;height:36px;display:block}.install-guide-logo{width:114px;height:114px;border-radius:30px;background:#ffc500;display:grid;place-items:center;align-self:center;padding:10px;box-shadow:6px 5px 2px #00000040}.install-guide-logo img{width:100%;height:auto;display:block;object-fit:contain}.install-guide-dialog h2{margin:0;color:#000;text-align:center;font-size:24px;line-height:1.35;font-weight:900}.install-guide-copy{display:grid;gap:9px;color:#717171;font-weight:900}.install-guide-copy strong{color:#1c1c1c;font-size:20px;line-height:35px;font-weight:900}.install-guide-copy p{margin:0;color:#717171;font-size:18px;line-height:35px;font-weight:900}.recovery-page{align-items:center;background:#faf6ee}.recovery-card{display:grid;gap:14px}.recovery-back{width:fit-content;border:0;background:transparent;color:#946750;display:inline-flex;align-items:center;gap:2px;padding:0;font-size:13px;font-weight:800}.recovery-heading{display:flex;align-items:center;gap:10px}.recovery-heading h1{margin:0;color:var(--nm-text);font-size:22px;font-weight:900}.recovery-icon{width:38px;height:38px;border-radius:14px;background:#fff0bf;color:#7b3218;display:grid;place-items:center}.recovery-copy{margin:-2px 0 2px;color:#9b6b52;font-size:13px;line-height:1.55;font-weight:700}.field-label-icon{display:inline-flex;align-items:center;gap:5px}.recovery-form{gap:13px}.recovery-success{display:grid;gap:16px}.recovery-result-card{display:grid;justify-items:center;gap:9px;border:1px solid #f0c465;border-radius:18px;background:#fffaf0;padding:18px 14px;text-align:center}.recovery-result-card span{color:#946750;font-size:12px;font-weight:700}.success-title{display:inline-flex;align-items:center;gap:6px;color:#087d61;font-size:14px;font-weight:900}.account-chip,.password-chip{border-radius:12px;border:1px solid #f0c465;color:var(--nm-text);font-weight:900}.account-chip{background:#fff;padding:7px 14px;font-size:19px}.password-chip{background:#fff0bf;padding:8px 16px;font-size:22px;letter-spacing:1px}.recovery-result-card p{margin:0;color:#9b6b52;font-size:11px;line-height:1.45;font-weight:700}.profile-form{display:grid;gap:14px}.profile-form.compact{gap:12px}.profile-section{display:grid;gap:14px;border-radius:22px;border:1px solid var(--nm-line);background:#fff;padding:18px;box-shadow:0 8px 24px #35140814}.profile-section h2{margin:0;font-size:18px}.avatar-picker{display:flex;justify-content:center;gap:10px}.avatar-choice{width:54px;height:54px;border-radius:16px;border:1px solid var(--nm-line);background:#eff4f8;display:grid;place-items:center;font-size:24px}.avatar-choice.active{border-color:var(--nm-primary-strong);box-shadow:0 0 0 3px #ffc94d3d}.profile-field,.chip-group{display:grid;gap:8px;color:var(--nm-text);font-size:14px;font-weight:800}.profile-field input,.profile-field textarea{width:100%;border-radius:16px;border:1px solid var(--nm-line);background:#fffdf8;color:var(--nm-text);padding:12px 14px;outline:none}.profile-field input{height:48px}.profile-field textarea{min-height:82px;resize:vertical}.chip-group>div{display:flex;flex-wrap:wrap;gap:8px}.choice-chip{border:1px solid var(--nm-line);border-radius:999px;background:#fff;color:#65738a;padding:8px 12px;font-size:13px;font-weight:800}.choice-chip.active{background:#fff2c2;border-color:var(--nm-primary-strong);color:var(--nm-text)}.settings-page{padding-bottom:0}.settings-header{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;padding:22px 18px 12px;border-bottom:1px solid var(--nm-line)}.settings-header h1{margin:0;text-align:center;font-size:22px}.settings-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px 18px 0}.settings-tabs button{min-height:38px;border:1px solid var(--nm-line);border-radius:999px;background:#fff;color:#65738a;font-size:13px;font-weight:800}.settings-tabs button.active{background:var(--nm-primary);color:var(--nm-text);border-color:var(--nm-primary)}.readonly-grid{display:grid;gap:10px}.readonly-grid span{display:grid;gap:4px;border-radius:14px;background:#fffaf0;padding:12px;color:var(--nm-muted);font-size:12px;font-weight:800}.readonly-grid strong{color:var(--nm-text);font-size:15px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border-radius:16px;border:1px solid var(--nm-line);padding:14px;background:#fffdf8}.toggle-row span{display:grid;gap:4px}.toggle-row small{color:var(--nm-muted);font-weight:600;line-height:1.4}.toggle-row input{width:22px;height:22px;accent-color:var(--nm-primary-strong)}.security-placeholder,.save-message{border-radius:14px;background:#fff2c2;color:var(--nm-text);padding:12px;font-size:13px;font-weight:800;line-height:1.5}.password-panel{display:grid;gap:12px;border-top:1px solid var(--nm-line);padding-top:14px}.password-panel h3{margin:0;font-size:16px}.auth-form input:focus{border-color:var(--nm-primary-strong);box-shadow:0 0 0 3px #ffc94d40}.auth-error{border-radius:14px;background:#fff0f0;color:var(--nm-danger);padding:10px 12px;font-size:13px;font-weight:700}.auth-submit{height:50px;border:0;border-radius:999px;background:var(--nm-primary);color:var(--nm-text);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;box-shadow:0 8px 18px #f2a9003d}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.onboarding-page{height:100%;min-height:0;background:#faf6ee;color:var(--nm-text);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.password-setup-page{display:grid;place-items:center;padding:28px 24px}.setup-flow-page,.dating-flow-page{padding-bottom:84px}.setup-flow-header{position:sticky;top:0;z-index:3;height:64px;border-bottom:1px solid #f1dcae;background:#fffaf0f5;display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 26px;box-shadow:0 4px 14px #3514080f}.setup-flow-header strong{font-size:14px;font-weight:900;text-align:center}.setup-flow-header span{justify-self:end;border-radius:999px;background:#fff2c2;color:#9b6b52;padding:5px 10px;font-size:12px;font-weight:900}.dating-header{grid-template-columns:auto 1fr auto;gap:8px;padding:0 14px}.dating-header button{min-height:34px;border:1px solid #f0c465;border-radius:999px;background:#fffdf8;color:#7b3218;display:inline-flex;align-items:center;gap:3px;padding:0 10px;font-size:12px;font-weight:900}.setup-card{width:calc(100% - 48px);max-width:320px;margin:22px auto;border:1px solid #f0d68f;border-radius:24px;background:#fffefb;padding:26px 24px;box-shadow:0 8px 18px #3514081f}.password-card{margin:0;display:grid;gap:20px;text-align:center}.setup-icon{width:48px;height:48px;border-radius:16px;background:#fff0bf;color:#7b3218;display:inline-grid;place-items:center;margin:0 auto}.setup-title h1{margin:0;font-size:24px;line-height:1.25;font-weight:900}.setup-title p{margin:10px 0 0;color:#9b6b52;font-size:13px;font-weight:800;line-height:1.5}.setup-title strong{color:var(--nm-text)}.onboarding-form{display:grid;gap:14px;text-align:left}.onboarding-form label,.onboarding-field{display:grid;gap:8px;color:var(--nm-text);font-size:13px;font-weight:900}.onboarding-form input,.onboarding-field input,.dating-section input,.dating-section textarea{width:100%;border:1px solid #dbe3ed;background:#fffdf8;color:var(--nm-text);outline:none;box-shadow:inset 0 1px #ffffffb3}.onboarding-form input,.onboarding-field input,.dating-section input{height:48px;border-radius:17px;padding:0 14px}.dating-section textarea{min-height:78px;border-radius:18px;padding:14px;resize:vertical}.setup-submit{width:100%;margin-top:8px;border-radius:15px}.identity-card{display:grid;gap:16px}.identity-title{text-align:center}.identity-title .setup-icon{margin-bottom:10px}.anonymous-preview{min-height:88px;border:1px solid #f0c465;border-radius:18px;background:#fffdf8;display:grid;grid-template-columns:82px 1fr;align-items:center;gap:10px;padding:10px 12px}.anonymous-preview small,.anonymous-preview span{color:#9b6b52;font-size:11px;font-weight:800}.anonymous-preview strong{display:block;margin:3px 0 5px;font-size:18px;font-weight:900}.anonymous-preview span{display:inline-flex;align-items:center;gap:4px}.onboarding-field>span,.section-title span{display:flex;align-items:center;gap:6px}.onboarding-field em,.section-title em{border-radius:999px;background:#ffe8ef;color:#f03565;padding:3px 7px;font-size:11px;font-style:normal;font-weight:900}.onboarding-field em{margin-left:auto;background:transparent;color:#ad7b64;padding:0}.avatar-builder{border:1px solid #f0c465;border-radius:18px;background:#fffdf8;padding:14px;display:grid;gap:14px}.section-row,.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-row strong,.section-title span{font-size:14px;font-weight:900}.section-row button{min-height:31px;border:0;border-radius:999px;background:#ffe59a;color:#7b3218;display:inline-flex;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:900}.option-block{display:grid;gap:8px}.option-block>span,.helper-text{color:#9b6b52;font-size:12px;font-weight:900}.animal-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.animal-grid button{min-width:0;min-height:60px;border:1px solid #f0c465;border-radius:12px;background:#fffefa;color:#7b3218;display:grid;place-items:center;gap:3px;padding:5px 3px;font-size:11px;font-weight:900}.animal-grid button.active,.pill-grid button.active,.pace-grid button.active{border-color:#ff9800;background:#fff2c2;box-shadow:0 0 0 2px #ff98002e}.custom-avatar{display:block}.custom-avatar svg{width:100%;height:100%;display:block}.color-row{display:flex;flex-wrap:wrap;gap:9px}.color-row button{width:27px;height:27px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #35140814}.color-row button.active{box-shadow:0 0 0 2px #7b3218}.pill-grid,.suggestion-grid{display:flex;flex-wrap:wrap;gap:8px}.pill-grid button,.suggestion-grid button{min-height:32px;border:1px solid #f0c465;border-radius:999px;background:#fffefb;color:#8a4a29;display:inline-flex;align-items:center;gap:3px;padding:0 12px;font-size:12px;font-weight:900}.suggestion-grid button:disabled{opacity:.45}.dating-form{display:grid;gap:16px;padding:18px 0 14px}.dating-form .setup-card{margin-top:0;margin-bottom:0}.dating-intro-card{text-align:center;padding-top:24px;padding-bottom:18px;box-shadow:none;background:transparent;border-color:transparent}.dating-intro-card h1{margin:0;font-size:24px;font-weight:900}.dating-intro-card p{margin:9px 0 0;color:#9b6b52;font-size:13px;line-height:1.5;font-weight:800}.dating-section{display:grid;gap:12px}.section-title strong{color:#ad7b64;font-size:12px;font-weight:900}.example-button{width:fit-content;min-height:34px;border:0;border-radius:999px;background:#fff2c2;color:#8a4a29;display:inline-flex;align-items:center;gap:5px;padding:0 12px;font-size:12px;font-weight:900}.selected-tags{border:1px solid #f0c465;border-radius:16px;background:#fffaf0;display:flex;flex-wrap:wrap;gap:8px;padding:10px}.selected-tags button{min-height:34px;border:0;border-radius:999px;background:#ff9800;color:#351408;display:inline-flex;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:900}.selected-tags span{font-size:17px;line-height:1}.tag-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.tag-input-row button{min-width:72px;border:0;border-radius:999px;background:#ffe59a;color:#351408;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:0 12px;font-size:13px;font-weight:900}.pace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pace-grid button{min-height:92px;border:1px solid #f0c465;border-radius:14px;background:#fffdf8;text-align:left;padding:12px;display:grid;align-content:start;gap:7px;color:#7b3218}.pace-grid strong{font-size:14px;font-weight:900}.pace-grid span{color:#9b6b52;font-size:12px;line-height:1.35;font-weight:700}.dating-error{width:calc(100% - 48px);max-width:320px;margin:0 auto}.dating-bottom-bar{position:fixed;left:0;right:0;bottom:0;z-index:4;display:grid;grid-template-columns:96px 1fr;gap:12px;padding:12px 28px 14px;border-top:1px solid #f1dcae;background:#fffaf0fa}.outline-action{height:46px;border:1px solid #f0c465;border-radius:15px;background:#fffdf8;color:#7b3218;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:900}.outline-action:disabled{opacity:.55;cursor:not-allowed}.final-submit{height:46px;border-radius:15px;background:#dce8f5;color:#7b8da3;box-shadow:none}.final-submit:not(:disabled){background:var(--nm-primary);color:var(--nm-text);box-shadow:0 8px 18px #f2a9002e}.first-login-flow{height:100dvh;min-height:100%;background:#faf6ee;color:#4a3728;position:relative;overflow:hidden;padding-bottom:0;display:flex;flex-direction:column}.first-login-header{position:sticky;top:0;z-index:30;flex-shrink:0;min-height:58px;display:grid;grid-template-columns:minmax(108px,auto) 1fr 54px;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid rgba(251,191,36,.42);background:#faf6eef5;box-shadow:0 4px 12px #3514080d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.first-login-header strong{min-width:0;text-align:center;color:#4a3728;font-size:13px;font-weight:900}.first-login-header span{justify-self:end;border-radius:999px;background:#fef3c7e6;color:#78350fb3;padding:4px 9px;font-size:10px;font-weight:900}.first-login-header button{min-height:32px;min-width:104px;border:1px solid rgba(251,191,36,.65);border-radius:12px;background:#ffffffdb;color:#78350f;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:0 10px;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.header-spacer{width:104px}.first-login-content{width:100%;max-width:430px;margin:0 auto;padding:20px 16px 112px;display:grid;gap:16px;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.step-two-content{padding-bottom:96px}.prototype-card{border:1px solid rgba(253,230,138,.9);border-radius:24px;background:#fff;box-shadow:0 6px 18px #35140814}.identity-prototype-card{padding:20px;display:grid;gap:16px}.prototype-title-row{display:flex;align-items:center;justify-content:center;gap:8px}.prototype-title-row h1,.step-two-title h1{margin:0;color:#4a3728;font-size:21px;line-height:1.25;font-weight:900}.prototype-title-icon{width:32px;height:32px;border-radius:12px;background:#fef3c7;color:#78350f;display:grid;place-items:center}.prototype-copy,.step-two-title p{margin:-8px 0 0;color:#78350fb8;font-size:12px;line-height:1.55;text-align:center;font-weight:700}.anonymous-preview-card,.profile-preview-card{border:1px solid rgba(251,191,36,.72);border-radius:18px;background:#fffdf9;display:grid;grid-template-columns:70px 1fr;align-items:center;gap:14px;padding:14px;box-shadow:0 1px 5px #3514080a}.custom-avatar{border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative;border:1px solid rgba(251,191,36,.42);box-shadow:0 2px 8px #35140814}.custom-avatar>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.custom-avatar-animal{z-index:1}.custom-avatar-object{z-index:2}.avatar-animal-icon,.avatar-object-icon{display:inline-grid;place-items:center;flex-shrink:0}.avatar-animal-icon img,.avatar-object-icon img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.avatar-ring{box-shadow:0 0 0 2px #fcd34d9e}.anonymous-preview-copy,.profile-preview-card>div{min-width:0}.nickname-row{display:flex;align-items:center;gap:8px;min-width:0}.nickname-row strong{min-width:0;color:#4a3728;font-size:15px;line-height:1.35;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gender-chip{border-radius:999px;padding:2px 8px;font-size:10px;font-weight:900;flex-shrink:0}.gender-chip.female{border:1px solid #ffe4ef;background:#fff1f6;color:#db2777}.gender-chip.male{border:1px solid #dbeafe;background:#eff6ff;color:#2563eb}.anonymous-preview-card p,.profile-preview-card p{margin:5px 0 0;color:#78350fb3;display:flex;align-items:center;gap:4px;font-size:11px;line-height:1.35;font-weight:700}.avatar-builder-panel{border:1px solid rgba(251,191,36,.56);border-radius:18px;background:#fffbeb6b;display:grid;gap:14px;padding:13px}.builder-head{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(251,191,36,.45);padding-bottom:10px}.builder-head strong,.field-label,.field-heading label{display:inline-flex;align-items:center;gap:6px;color:#4a3728;font-size:13px;font-weight:900}.builder-head button{min-height:29px;border:0;border-radius:12px;background:#fef3c7;color:#78350f;display:inline-flex;align-items:center;gap:4px;padding:0 10px;font-size:11px;font-weight:900;flex-shrink:0}.builder-block{display:grid;gap:7px}.builder-block>label{color:#78350fd1;font-size:11px;font-weight:900}.prototype-animal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.prototype-animal-grid button{min-width:0;min-height:58px;border:1px solid rgba(251,191,36,.65);border-radius:13px;background:#fff;color:#78350fc7;display:grid;place-items:center;gap:3px;padding:6px 3px;font-size:10px;font-weight:800}.prototype-animal-grid button.selected,.prototype-accessory-grid button.selected,.pace-option-grid button.selected{border-color:#f59e0b;background:#fef3c7eb;color:#4a3728;box-shadow:0 1px 6px #35140814}.prototype-color-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px}.prototype-color-grid button{aspect-ratio:1;min-width:0;border:2px solid transparent;border-radius:12px;display:grid;place-items:center;color:#4a3728;transition:transform .14s ease,box-shadow .14s ease}.prototype-color-grid button.selected{border-color:#4a3728;transform:scale(1.04);box-shadow:0 1px 6px #3514081f}.prototype-accessory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.prototype-accessory-grid button{min-height:30px;min-width:0;border:1px solid rgba(251,191,36,.65);border-radius:12px;background:#fff;color:#78350fc7;padding:0 7px;font-size:11px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prototype-primary-action{width:100%;height:44px;border:0;border-radius:16px;background:#ffd15b;color:#4a3728;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:900;box-shadow:0 4px 10px #f2a90029}.prototype-primary-action:disabled{opacity:.7;cursor:not-allowed}.step-two-title{text-align:center;padding-top:2px}.step-two-title p{margin-top:6px}.profile-preview-card{grid-template-columns:72px 1fr;background:#fff;border-color:#fbbf24a8;padding:16px}.profile-preview-card p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.form-section{padding:18px;display:grid;gap:12px}.field-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.field-heading>span{color:#78350fa6;font-size:11px;font-weight:900;flex-shrink:0}.field-heading>span.valid-count{color:#059669}.required-mark{border:1px solid #ffe4e6;border-radius:6px;background:#fff1f2;color:#f43f5e;padding:2px 6px;font-size:10px;font-weight:900}.optional-mark{color:#78350f9e;font-size:10px;font-weight:800}.form-section textarea,.tag-control-row input{width:100%;border:1px solid #dbe3ed;border-radius:16px;background:#fffbeb61;color:#4a3728;outline:none;font-size:13px;font-weight:700}.form-section textarea{min-height:72px;padding:12px;resize:none;line-height:1.45}.tag-control-row input{height:38px;min-width:0;padding:0 12px}.form-section textarea:focus,.tag-control-row input:focus{border-color:#f59e0b;background:#fff;box-shadow:0 0 0 3px #fbbf2433}.example-button{justify-self:start;min-height:32px;border:0;border-radius:999px;background:#fef3c7;color:#78350f;display:inline-flex;align-items:center;gap:5px;padding:0 12px;font-size:12px;font-weight:900}.selected-tag-box{border:1px solid rgba(251,191,36,.38);border-radius:16px;background:#fffbeb80;display:flex;flex-wrap:wrap;gap:7px;padding:9px}.selected-tag-box>span{min-height:28px;border-radius:12px;background:#f59e0b;color:#4a3728;display:inline-flex;align-items:center;gap:5px;padding:0 9px;font-size:12px;font-weight:900}.selected-tag-box button{width:19px;height:19px;border:0;border-radius:50%;background:#78350f1f;color:#4a3728;display:grid;place-items:center;padding:0}.tag-control-row{display:grid;grid-template-columns:1fr auto;gap:8px}.tag-control-row button{min-width:74px;height:38px;border:0;border-radius:16px;background:#fde68a;color:#4a3728;padding:0 12px;font-size:12px;font-weight:900}.suggestion-block{display:grid;gap:8px}.suggestion-block p,.inline-helper{margin:0;color:#78350fb8;font-size:11px;font-weight:900}.suggestion-block>div{display:flex;flex-wrap:wrap;gap:7px}.suggestion-block button{min-height:29px;border:1px solid rgba(251,191,36,.68);border-radius:12px;background:#fff;color:#78350fd1;padding:0 9px;font-size:12px;font-weight:800}.suggestion-block button.selected{border-color:#f59e0b;background:#fbbf24;color:#4a3728;font-weight:900}.inline-helper{margin:-8px 4px 0;color:#b45309}.inline-helper.inside{margin:0}.pace-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pace-option-grid button{min-height:84px;border:1px solid rgba(251,191,36,.58);border-radius:16px;background:#fffbeb61;color:#78350fd1;display:grid;align-content:start;gap:5px;padding:12px;text-align:left}.pace-option-grid strong{color:#7c2d12;font-size:13px;font-weight:900}.pace-option-grid span{font-size:10px;font-weight:700;line-height:1.35}.first-login-bottom-bar{position:sticky;left:0;right:0;bottom:0;z-index:30;flex-shrink:0;display:grid;grid-template-columns:auto 1fr;gap:12px;padding:13px 16px;border-top:1px solid rgba(251,191,36,.42);background:#faf6eef0;box-shadow:0 -8px 22px #35140814;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-outline-action,.bottom-primary-action{height:44px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;font-size:13px;font-weight:900}.bottom-outline-action{border:1px solid rgba(251,191,36,.72);background:#fff;color:#78350f}.bottom-primary-action{border:0;background:#ffd15b;color:#4a3728;box-shadow:0 4px 10px #f2a90024}.bottom-primary-action:disabled{background:#e2e8f0;color:#94a3b8;box-shadow:none;cursor:not-allowed}.avatar-flow{height:100%;min-height:0;background:#fff0c5;color:#000;display:flex;flex-direction:column;overflow:hidden}.avatar-warning-strip{flex:0 0 11px;background:repeating-linear-gradient(115deg,#111 0 18px,#ffc500 18px 36px)}.avatar-flow-content{flex:1;min-height:0;width:100%;max-width:402px;margin:0 auto;padding:60px 15px;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.avatar-step-indicator{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:50px;padding:10px 0 34px}.avatar-step-indicator span{width:51px;height:51px;border-radius:50%;border:2px dashed #c7c3c3;color:#c7c3c3;display:grid;place-items:center;font-size:15px;font-weight:400}.avatar-step-indicator span.active{border:0;background:#ffc500;color:#fff}.avatar-choice-page{width:100%;display:flex;flex-direction:column;align-items:center;gap:25px}.avatar-choice-page h1{margin:0;color:#000;font-size:24px;line-height:1.25;font-weight:900;text-align:center}.avatar-choice-grid{width:100%;display:grid;gap:10px;padding:10px}.animal-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.animal-choice-grid button,.accessory-choice-grid button{min-width:0;position:relative;aspect-ratio:1;border:2px solid transparent;background:#fff;color:#000;display:grid;place-items:center;gap:5px;padding:8px;font-size:12px;font-weight:900}.animal-choice-grid button.selected,.accessory-choice-grid button.selected{border-color:#d62d2d;box-shadow:inset 0 0 0 3px #ffc500}.animal-choice-grid span,.accessory-choice-grid span,.color-choice-grid span{position:absolute;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.color-choice-grid{grid-template-columns:repeat(4,70px);justify-content:center}.color-choice-grid button{min-width:0;width:70px;height:70px;position:relative;border:0;color:#000;display:grid;place-items:center;gap:4px;padding:10px;font-size:14px;font-weight:900}.color-choice-grid button.selected{border-color:#d62d2d;box-shadow:inset 0 0 0 3px #ffffffdb}.accessory-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.avatar-flow-submit{min-width:105px;min-height:59px;border:0;border-radius:15px;background:#d62d2d;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:15px;font-size:24px;line-height:1;font-weight:900}.avatar-flow-actions{width:100%;display:flex;align-items:center;justify-content:center;gap:10px}.avatar-flow-secondary{min-height:59px;border:0;border-radius:15px;background:#ffc500;color:#4e1701;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 20px;font-size:24px;line-height:1;font-weight:900}.avatar-flow-submit:disabled{opacity:.68;cursor:not-allowed}.avatar-result-card{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;text-align:center}.avatar-result-card>.custom-avatar{width:min(346px,calc(100vw - 56px))!important;height:min(346px,calc(100vw - 56px))!important}.avatar-result-copy{display:grid;justify-items:center;gap:10px}.avatar-result-copy span{font-size:18px;font-weight:900}.avatar-result-name-row{max-width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px}.avatar-result-name-row strong{min-width:0;max-width:min(286px,calc(100vw - 96px));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;font-size:24px;line-height:1.2;font-weight:900}.avatar-result-name-row input{width:min(100%,300px);border:0;border-bottom:3px solid #ffc500;outline:0;background:transparent;color:#000;text-align:center;font-size:24px;font-weight:900}.avatar-result-name-row.editing{width:100%}.avatar-result-edit{width:28px;height:28px;flex:0 0 28px;border:0;border-radius:8px;background:transparent;color:#4e1701;display:grid;place-items:center;padding:0}.dating-figma-flow{background:#fff0c5;color:#000}.dating-figma-content{width:100%;max-width:402px;margin:0 auto;padding:45px 14.5px 20px;flex:1;min-height:0;display:flex;flex-direction:column;gap:20px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.dating-figma-content>*{flex:0 0 auto}.dating-figma-title{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.dating-figma-title h1{width:244px;margin:0;padding:5px 10px;color:#000;font-size:24px;line-height:1.2;font-weight:900}.dating-figma-title p{width:100%;margin:0;padding:10px;color:#000;font-size:14px;line-height:1.25;font-weight:900;letter-spacing:0;white-space:nowrap}.dating-identity-card{width:100%;min-width:0;border-radius:15px;background:#ffc500;display:flex;align-items:flex-start;gap:15px;padding:20px;overflow:hidden}.dating-avatar-column{flex:0 0 94px;width:94px;max-width:94px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dating-avatar-column .custom-avatar{border:0;box-shadow:none;width:94px!important;height:94px!important}.dating-edit-button{width:100%;min-height:29px;border:0;border-radius:5px;background:#d62d2d;color:#fff;display:grid;place-items:center;padding:5px 15px;font-size:15px;line-height:1;font-weight:900}.dating-identity-details{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:10px}.dating-identity-meta{min-width:0;display:flex;flex-direction:column;justify-content:flex-start}.dating-identity-fields{min-width:0;display:flex;flex-direction:column;gap:5px}.dating-name-row{display:flex;align-items:center;gap:8px;width:100%;min-width:0}.dating-name-row strong{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;font-size:24px;line-height:1;font-weight:900}.dating-gender-badge{flex:0 0 45px;min-height:28px;border-radius:5px;padding:5px 15px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:normal;font-weight:900;border:none;cursor:pointer}.dating-public-bio-wrap{width:100%;min-width:0;display:flex;flex-direction:column;gap:8px}.dating-gender-badge.male{background:#bcf8fe;color:#129aee}.dating-gender-badge.female{background:#ffd8e8;color:#d62d7a}.dating-field-head,.dating-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.dating-field-head label,.dating-field-head span{margin:0;color:#000;font-size:14px;line-height:normal;font-weight:900}.dating-field-head label,.dating-field-head span{padding:0 8px}.dating-required{color:#d62d2d!important}.dating-identity-fields textarea{width:100%;height:74px;min-height:74px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;color:#000;padding:10px;outline:0;resize:none;font-size:14px;line-height:normal;font-weight:900}@media(max-width:480px){.dating-identity-card{gap:15px;padding:20px}.dating-avatar-column{flex:0 0 94px;width:94px;max-width:94px}.dating-avatar-column .custom-avatar{width:94px!important;height:94px!important}.dating-edit-button{min-height:29px;border-radius:5px;font-size:15px;padding:5px 15px}.dating-name-row strong{font-size:24px}.dating-gender-badge{flex-basis:45px;min-height:28px;border-radius:5px;padding:5px 15px;font-size:15px}.dating-field-head label,.dating-field-head span{font-size:14px}}.dating-identity-fields textarea::placeholder,.dating-friend-textarea::placeholder,.dating-tag-input-row input::placeholder{color:#6f6f6f}.dating-section{width:100%;display:flex;flex-direction:column;gap:10px;padding:30px 0 0}.dating-section-head{padding:0 10px}.dating-pace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dating-pace-grid button{min-height:84px;border:1px solid #d9d9d9;border-radius:5px;background:#fff;color:#000;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:10px;text-align:left}.dating-pace-grid button.selected{background:#ffc500}.dating-pace-grid strong{font-size:16px;line-height:1.15;font-weight:900}.dating-pace-grid span{font-size:10px;line-height:1.3;font-weight:900}.dating-tag-input-row{min-height:49px;border:1px solid #d9d9d9;border-radius:5px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:5px}.dating-tag-input-row input{min-width:0;height:37px;border:0;outline:0;background:transparent;color:#000;font-size:14px;font-weight:900}.dating-tag-input-row button{min-width:63px;min-height:39px;border:0;border-radius:4px;background:#ffc500;color:#fff;display:grid;place-items:center;padding:10px 15px;font-size:14px;line-height:1;font-weight:900}.dating-chip-list{display:flex;flex-wrap:wrap;gap:5px}.dating-chip-list button{min-height:29px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;color:#000;padding:5px 15px;font-size:14px;line-height:1;font-weight:900}.dating-chip-list button.selected{background:#ffc500}.dating-friend-textarea{min-height:84px;color:#6f6f6f}.dating-submit-wrap{width:100%;display:flex;justify-content:center;padding:25px 0 0}.dating-submit-button{min-width:122px;min-height:59px;border:0;border-radius:15px;background:#d62d2d;color:#fff;display:grid;place-items:center;padding:15px 40px;font-size:24px;line-height:1;font-weight:900}.dating-submit-button:disabled{opacity:.68;cursor:not-allowed}.profile-settings-shell{height:100%;background:#f7f9fc;color:#10223f;display:flex;flex-direction:column;overflow:hidden;position:relative;padding-bottom:92px}.profile-settings-top{flex-shrink:0;min-height:70px;display:grid;grid-template-columns:50px 1fr 50px;align-items:end;gap:8px;padding:18px 18px 15px;border-bottom:1px solid #dfe6ef;background:#fff;box-shadow:0 2px 8px #0f172a14;z-index:3}.profile-settings-top h1{margin:0;color:#10223f;text-align:center;font-size:22px;line-height:1.2;font-weight:900}.profile-settings-top button{width:50px;height:50px;border:1px solid #e3eaf3;border-radius:50%;background:#fff;color:#8aa0bb;display:grid;place-items:center}.profile-tabs{flex-shrink:0;margin:16px 22px 0;padding:4px;border-radius:16px;background:#eef3f8;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.profile-tabs button{min-width:0;min-height:40px;border:0;border-radius:12px;background:transparent;color:#60738f;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 7px;font-size:13px;font-weight:900;white-space:nowrap}.profile-tabs button.active{color:#fff;box-shadow:0 6px 14px #4f46e52e}.profile-tabs button.active.conference{background:#5537f4}.profile-tabs button.active.dating{background:#9818f6}.profile-tabs button.active.privacy{background:#ef174f}.profile-settings-content{flex:1;min-height:0;overflow-y:auto;padding:24px 18px 26px;display:grid;gap:18px;-webkit-overflow-scrolling:touch}.profile-settings-stack{display:grid;gap:22px}.profile-card{border:1px solid #e7edf4;border-radius:24px;background:#fff;padding:20px;box-shadow:0 8px 18px #0f172a0f}.profile-card h2{margin:0 0 10px;color:#10223f;display:inline-flex;align-items:center;gap:7px;font-size:19px;line-height:1.25;font-weight:900}.profile-card>p,.profile-info-banner p,.conference-note{margin:0;color:#526883;font-size:13px;line-height:1.55;font-weight:650}.profile-info-banner{border:1px solid #d8defd;border-radius:14px;background:#eef2ff;color:#5537f4;display:flex;gap:10px;padding:16px}.profile-info-banner p{color:#4338ca;font-weight:800}.conference-user{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid #edf2f7}.conference-user>div{width:58px;height:58px;border-radius:50%;background:#e1e7ff;color:#5537f4;display:grid;place-items:center;font-size:24px;font-weight:900}.conference-user span{min-width:0;display:grid;gap:4px}.conference-user strong{color:#10223f;font-size:22px;font-weight:900}.conference-user small{color:#526883;font-size:13px;font-weight:700}.conference-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}.conference-grid>div,.status-row{border-radius:14px;background:#f7f9fc;padding:16px;display:grid;gap:6px}.conference-grid>div.wide{grid-column:1 / -1}.conference-grid span,.status-row span{color:#8aa0bb;font-size:12px;font-weight:800}.conference-grid strong,.status-row strong{color:#10223f;font-size:15px;font-weight:900}.conference-note{text-align:center;color:#8aa0bb}.profile-avatar-preview{margin-top:18px;border:1px solid rgba(251,191,36,.45);border-radius:18px;background:#fffdf8;display:grid;grid-template-columns:78px 1fr;align-items:center;gap:14px;padding:16px}.profile-name-row{min-width:0;display:flex;align-items:center;gap:8px}.profile-name-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#4a3728;font-size:16px;font-weight:900}.profile-name-row span{border:1px solid #fde68a;border-radius:999px;background:#fffbeb;color:#92400e;padding:2px 8px;font-size:11px;font-weight:900;flex-shrink:0}.profile-avatar-preview p{margin:5px 0 0;color:#9b6b52;font-size:12px;line-height:1.45;font-weight:700}.profile-form-card label>span,.profile-field-block>span{color:#10223f;font-size:13px;font-weight:900}.profile-form-card,.profile-form-card label,.profile-field-block{display:grid;gap:12px}.profile-form-card input,.profile-form-card textarea,.profile-form-card select,.password-card input{width:100%;border:1px solid #dbe3ed;border-radius:14px;background:#f8fafc;color:#10223f;outline:none;padding:0 14px;font-size:14px;font-weight:700}.profile-form-card input,.profile-form-card select,.password-card input{height:46px}.profile-form-card textarea{min-height:80px;padding:13px 14px;resize:none;line-height:1.45}.profile-selected-tags,.profile-suggestions{display:flex;flex-wrap:wrap;gap:8px}.profile-selected-tags button,.profile-suggestions button{min-height:29px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:900}.profile-selected-tags button{border:0;background:#ff9800;color:#351408}.profile-suggestions button{border:1px solid #dbe3ed;background:#f8fafc;color:#526883}.profile-save-button{height:52px;border:0;border-radius:13px;background:#a914f6;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:900;box-shadow:0 8px 20px #a855f738}.profile-save-button:disabled{opacity:.65}.profile-success{border-radius:12px;background:#ecfdf5;color:#047857;display:inline-flex;align-items:center;gap:6px;padding:10px 12px;font-size:13px;font-weight:900}.privacy-card,.security-card,.password-card,.block-card{display:grid;gap:14px}.privacy-card h2,.security-card h2,.password-card h2,.block-card h2{padding-bottom:12px;border-bottom:1px solid #edf2f7}.settings-toggle{position:relative;display:grid;grid-template-columns:1fr 48px;align-items:center;gap:12px}.settings-toggle span{display:grid;gap:3px}.settings-toggle strong{color:#10223f;font-size:14px;font-weight:900}.settings-toggle small{color:#526883;font-size:12px;line-height:1.35;font-weight:650}.settings-toggle input{opacity:0;position:absolute;right:0}.settings-toggle i{width:44px;height:26px;border-radius:999px;background:#dbe3ed;position:relative;justify-self:end}.settings-toggle i:after{content:"";width:22px;height:22px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #0f172a29;transition:transform .16s ease}.settings-toggle input:checked+i{background:#6c55f6}.settings-toggle input:checked+i:after{transform:translate(18px)}.settings-toggle.disabled{opacity:.58}.status-row{grid-template-columns:1fr auto;align-items:center}.status-row span{color:#475569;font-size:14px;font-weight:800}.status-row strong{border-radius:8px;background:#dcfce7;color:#047857;padding:4px 10px;font-size:12px;font-weight:800}.status-row.danger strong{background:#ffe4e6;color:#be123c}.password-card form{display:grid;gap:12px}.password-card button,.profile-logout-button{height:46px;border:0;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:900}.password-card button{background:#98a1ae;color:#fff}.password-card button:not(:disabled){background:#10223f}.block-summary-button{width:100%;border:0;border-radius:14px;background:#f8fafc;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.block-summary-button span{color:#10223f;font-size:14px;font-weight:900}.block-summary-button strong{min-width:25px;height:25px;border-radius:999px;background:#eef3f8;color:#8aa0bb;display:grid;place-items:center;font-size:12px}.profile-logout-button{border:1px solid #fecdd3;background:#fff1f2;color:#e11d48}.bottom-tabs{position:fixed;left:18px;right:18px;bottom:16px;z-index:50;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;max-width:357px;margin:0 auto;padding:8px;border:1px solid rgba(238,228,214,.95);border-radius:999px;background:#fff;box-shadow:0 10px 28px #35140829}.tab-button{min-height:56px;border:0;border-radius:999px;background:transparent;color:#8190a7;display:grid;place-items:center;gap:2px}.tab-button span{font-size:12px}.tab-button.active{background:var(--nm-primary);color:var(--nm-text);font-weight:700}.segment-tabs{border-bottom:1px solid var(--nm-line);background:var(--nm-bg);margin:-2px 0 18px;padding:0}.segment-tabs-track{display:flex;align-items:stretch;gap:22px;min-width:0;overflow-x:auto;scrollbar-width:none}.segment-tabs-track::-webkit-scrollbar{display:none}.segment-tabs button{position:relative;min-height:42px;border:0;background:transparent;color:#8090aa;font-size:15px;font-weight:900;padding:10px 0;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.segment-tabs button.active{color:var(--nm-text)}.segment-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:999px;background:var(--nm-primary-strong)}.segment-tabs button em{min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#ff2f68;color:#fff;font-size:10px;font-style:normal;line-height:17px;text-align:center}.social-wall,.social-post-list{display:grid;gap:14px}.social-wall{padding-top:4px}.social-interactions-panel{display:grid;gap:24px}.interaction-section{display:grid;gap:12px}.interaction-section h3{margin:0;padding:0 4px;color:#2d1b0f;font-size:14px;font-weight:900}.interaction-invite-card,.interaction-meetup-card,.interaction-post-card,.interaction-empty{width:100%;border-radius:16px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 1px 6px #0f172a0f}.interaction-invite-card,.interaction-meetup-card,.interaction-post-card{border:0;cursor:pointer;text-align:left}.interaction-invite-card{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e0e7ff;background:#eef2ff;padding:16px}.interaction-invite-card span,.interaction-meetup-card span{display:grid;gap:5px;min-width:0}.interaction-invite-card strong{color:#312e81;font-size:14px;font-weight:900}.interaction-invite-card small{color:#4338ca;font-size:12px;font-weight:700;line-height:1.4}.interaction-invite-card em{flex:0 0 auto;border-radius:999px;background:#fff;box-shadow:0 1px 6px #4f46e51f;color:#4f46e5;padding:7px 16px;font-size:12px;font-style:normal;font-weight:900}.interaction-list{display:grid;gap:12px}.interaction-empty{padding:24px 16px;color:#94a3b8;font-size:14px;font-weight:700;text-align:center}.interaction-meetup-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}.interaction-meetup-card strong{overflow:hidden;color:#2d1b0f;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.interaction-meetup-card small{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:12px;font-weight:700}.interaction-meetup-card em{flex:0 0 auto;border-radius:6px;background:#f1f5f9;color:#64748b;padding:3px 8px;font-size:10px;font-style:normal;font-weight:900}.interaction-post-card{display:grid;gap:10px;padding:16px}.interaction-post-card p{display:-webkit-box;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#2d1b0f;font-size:14px;font-weight:700;line-height:1.55}.interaction-post-card span{display:flex;gap:16px;color:#94a3b8;font-size:12px;font-weight:800}.interaction-post-card small{display:inline-flex;align-items:center;gap:4px}.social-action-row{display:grid;grid-template-columns:1fr 48px;gap:12px;align-items:center}.social-search-pill,.social-compose-fab{border:1px solid var(--nm-line);background:#fff;color:#8a4a29;box-shadow:0 8px 20px #3514080f}.social-search-pill{min-height:48px;border-radius:18px;display:flex;align-items:center;gap:9px;padding:0 14px;font-size:14px;font-weight:800}.social-search-pill input{min-width:0;flex:1;height:42px;border:0;background:transparent;color:var(--nm-text);outline:0;font-size:14px;font-weight:800}.social-search-pill input::placeholder{color:#a58b7a}.social-search-clear{width:28px;height:28px;border:0;border-radius:50%;background:#fff8ec;color:#9b6b52;display:grid;place-items:center;padding:0}.social-compose-fab{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:var(--nm-primary);border-color:#ffd15b;color:#351408}.social-post-card,.social-empty-card,.social-error-card{background:#fff;border:1px solid var(--nm-line);border-radius:22px;box-shadow:0 8px 24px #35140814}.social-post-card{padding:15px}.social-post-head,.social-post-actions,.social-author{display:flex;align-items:center}.social-post-head{justify-content:space-between;gap:12px}.social-author{min-width:0;gap:11px}.social-author-avatar{flex:0 0 auto;border-radius:50%;overflow:hidden;box-shadow:0 3px 10px #3514081f}.social-author strong{color:var(--nm-text);font-size:14px;font-weight:900;line-height:1.25;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-author-info{min-width:0}.social-author-name-row{min-width:0;display:flex;align-items:center;gap:5px}.social-author-name-row strong{display:block}.social-verified-icon{flex:0 0 auto;color:#3b82f6;fill:#3b82f61f}.social-gender-badge{flex:0 0 auto;min-height:18px;border-radius:999px;display:inline-flex;align-items:center;padding:0 7px;font-size:10px;font-weight:900;line-height:1}.social-gender-badge.male{background:#eff6ff;color:#3b82f6}.social-gender-badge.female{background:#fff1f7;color:#ec4899}.social-gender-badge.unknown{background:#f1f5f9;color:#64748b}.social-author-time{display:block;color:var(--nm-muted);font-size:11px;font-weight:800;margin-top:2px}.social-icon-button{width:34px;height:34px;border:0;border-radius:50%;background:#fff8ec;color:#94a3b8;display:grid;place-items:center}.social-post-content{margin:14px 0 12px;color:#4b2412;font-size:15px;font-weight:800;line-height:1.55;white-space:pre-wrap;word-break:break-word}.social-post-type{width:fit-content;min-height:22px;border-radius:8px;background:#f1f5f9;color:#64748b;display:inline-flex;align-items:center;padding:0 8px;font-size:11px;font-weight:900}.social-post-main{width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:0;margin-top:14px}.social-post-open-zone{width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:0}.social-image-grid{display:grid;gap:8px;margin:12px 0}.social-image-grid.count-1{grid-template-columns:1fr}.social-image-grid.count-2,.social-image-grid.count-3{grid-template-columns:repeat(2,1fr)}.social-image-grid img,.social-image-loading{width:100%;aspect-ratio:4 / 5;border-radius:18px;border:1px solid #f0e5d7;background:#f6f8fb;object-fit:cover;display:block}.social-image-grid button{width:100%;border:0;background:transparent;padding:0;display:block;cursor:zoom-in}.social-image-grid img.is-broken{object-fit:contain;background:#f6f8fb;opacity:.48}.social-image-grid.count-3>img:first-child,.social-image-grid.count-3>.social-image-loading:first-child,.social-image-grid.count-3>button:first-child{grid-row:span 2}.social-image-grid.count-3>button:first-child img,.social-image-grid.count-3>button:first-child .social-image-loading{height:100%;aspect-ratio:auto}.social-image-loading{color:var(--nm-muted);display:grid;place-items:center;font-size:12px;font-weight:800}.social-post-actions{justify-content:flex-start;gap:16px;border-top:1px solid #f1e7da;padding-top:12px}.social-post-actions button{min-height:36px;border:0;border-radius:14px;background:transparent;color:#8392aa;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0;font-size:13px;font-weight:800}.social-post-actions button.liked{color:#e45b72;background:transparent}.social-post-actions button.liked svg{fill:currentColor}.social-card-actions .social-report-action{margin-left:auto}.social-empty-card{padding:24px 20px;text-align:center}.social-empty-card h2{margin:0 0 8px;font-size:20px}.social-empty-card p{margin:0;color:var(--nm-muted);line-height:1.6}.social-empty-card button{min-height:46px;border:0;border-radius:18px;background:var(--nm-primary);color:var(--nm-text);font-weight:900;padding:0 20px;margin-top:16px}.social-error-card{color:#a63b33;background:#fff5f4;border-color:#ffd7d2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;font-size:13px;font-weight:800}.social-error-card button,.social-error{color:#a63b33}.social-error-card button{border:0;background:transparent;display:inline-flex;align-items:center;gap:4px;font-weight:900}.social-compose-page{min-height:100vh;background:var(--nm-bg);display:flex;flex-direction:column}.social-compose-header{flex:0 0 auto;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:68px;padding:14px 18px 10px;border-bottom:1px solid var(--nm-line);background:var(--nm-bg)}.social-compose-back,.social-compose-publish{width:40px;height:40px;border:1px solid #f2c766;border-radius:50%;background:#fff;color:#7b3218;display:grid;place-items:center}.social-compose-publish{border:0;background:var(--nm-primary);color:var(--nm-text);box-shadow:0 8px 18px #f2a9002e}.social-compose-publish:disabled{background:#d9e4f2;color:#8aa0bb;box-shadow:none;cursor:not-allowed}.social-compose-header h1{margin:0;color:var(--nm-text);font-size:18px;text-align:center}.social-compose-content{min-height:0;flex:1;display:flex;flex-direction:column}.social-compose-card{margin:18px;padding:16px;border-radius:24px;border:1px solid var(--nm-line);background:#fff;box-shadow:0 8px 24px #35140814}.social-compose-tip{border-radius:16px;background:#fff8df;color:#8a4a29;padding:11px 12px;font-size:12px;font-weight:800;line-height:1.5;margin-bottom:14px}.social-type-picker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.social-type-picker button{min-height:32px;border:1px solid #f2c766;border-radius:999px;background:#fffdf8;color:#7b3218;padding:0 12px;font-size:13px;font-weight:900}.social-type-picker button.active{border-color:#ffb547;background:var(--nm-primary);color:var(--nm-text)}.social-compose-card textarea{width:100%;min-height:148px;resize:none;border:1px solid #e3d8ca;border-radius:18px;background:#fffdf8;color:var(--nm-text);outline:0;padding:14px;line-height:1.5}.social-compose-card textarea:focus{border-color:#ffc94d;box-shadow:0 0 0 3px #ffc94d33}.social-compose-count{margin:8px 2px 14px;color:var(--nm-muted);text-align:right;font-size:12px;font-weight:900}.social-compose-count.danger,.social-error{color:var(--nm-danger)}.social-compose-preview-grid{display:grid;grid-template-columns:repeat(3,72px);justify-content:start;gap:9px;margin-bottom:14px}.social-compose-preview-item{width:72px;height:72px;position:relative}.social-compose-preview-open{width:72px;height:72px;border:1px solid #f0e5d7;border-radius:16px;background:#f6f8fb;display:block;overflow:hidden;padding:0}.social-compose-preview-open img{width:100%;height:100%;object-fit:cover;display:block}.social-compose-preview-remove{position:absolute;top:-6px;right:-6px;width:25px;height:25px;border:0;border-radius:50%;background:#351408c7;color:#fff;display:grid;place-items:center;padding:0;box-shadow:0 4px 12px #35140833}.social-upload-button{width:100%;min-height:48px;border:1px dashed #f2b83f;border-radius:18px;background:#fff8df;color:#7b3218;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900}.social-upload-button em{font-style:normal;color:#aa7a22;font-size:12px}.social-url-field{display:grid;gap:8px;margin-top:12px}.social-url-field label{color:#7b3218;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:900}.social-url-field>div{display:grid;grid-template-columns:1fr 44px;gap:8px}.social-url-field input{min-width:0;height:44px;border:1px solid #e3d8ca;border-radius:16px;background:#fffdf8;color:var(--nm-text);outline:0;padding:0 12px;font-size:13px;font-weight:800}.social-url-field input:focus{border-color:#ffc94d;box-shadow:0 0 0 3px #ffc94d33}.social-url-field button{width:44px;height:44px;border:0;border-radius:16px;background:#ffe39a;color:#5a230b;display:grid;place-items:center;font-weight:900}.social-compose-saving{margin-top:10px;color:#8a4a29;font-size:13px;font-weight:900}.social-image-preview-backdrop{position:fixed;inset:0;z-index:100;background:#0f172ad1;display:grid;place-items:center;padding:24px 18px calc(24px + env(safe-area-inset-bottom))}.social-image-preview-backdrop img{max-width:100%;max-height:calc(100dvh - 96px);border-radius:18px;object-fit:contain;box-shadow:0 18px 48px #00000052}.social-image-preview-auth{max-width:100%;max-height:calc(100dvh - 96px);display:grid;place-items:center}.social-image-preview-file{max-width:100%;max-height:calc(100dvh - 96px);border-radius:18px;object-fit:contain;box-shadow:0 18px 48px #00000052}.social-image-preview-loading{width:min(72vw,260px);height:180px;border-radius:18px;background:#ffffff1f;color:#fff;display:grid;place-items:center;font-weight:900}.social-image-preview-close{position:absolute;top:calc(18px + env(safe-area-inset-top));right:18px;width:42px;height:42px;border:0;border-radius:50%;background:#ffffffeb;color:#351408;display:grid;place-items:center}.social-error{margin-top:10px;font-size:13px;font-weight:900}.social-compose-bottom{margin-top:auto;padding:12px 18px calc(18px + env(safe-area-inset-bottom));background:#fff8ecf5;border-top:1px solid var(--nm-line)}.social-compose-bottom button{width:100%;min-height:54px;border:0;border-radius:18px;background:var(--nm-primary);color:var(--nm-text);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;box-shadow:0 10px 20px #f2a9002e}.social-compose-bottom button:disabled{background:#d9e4f2;color:#8aa0bb;box-shadow:none;cursor:not-allowed}.social-detail-page{height:100%;min-height:100dvh;background:var(--nm-bg);display:flex;flex-direction:column;overflow:hidden}.social-detail-header{flex:0 0 auto;min-height:68px;padding:14px 18px 10px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;border-bottom:1px solid var(--nm-line);background:var(--nm-bg)}.social-detail-header button{width:40px;height:40px;border:1px solid #f2c766;border-radius:50%;background:#fff;color:#7b3218;display:grid;place-items:center}.social-detail-header h1{margin:0;color:var(--nm-text);font-size:18px;text-align:center}.social-detail-content{flex:1;min-height:0;overflow-y:auto;padding:0}.social-detail-card{background:#fff;border:0;border-radius:0;box-shadow:none;padding:16px}.social-detail-card .social-post-type{display:flex;margin-top:14px}.social-icon-button.danger{color:var(--nm-danger)}.social-comments-card{margin-top:8px;border:0;border-radius:0;background:#fff;box-shadow:none;padding:16px 16px calc(178px + env(safe-area-inset-bottom));min-height:calc(100dvh - 156px)}.social-comments-card h2{margin:0 0 14px;color:var(--nm-text);font-size:15px}.social-comments-empty{margin:22px 0;color:var(--nm-muted);text-align:center;font-size:14px}.social-comment-item{display:flex;gap:10px;padding:12px 0;border-top:1px solid #f5ecdf}.social-comment-item:first-of-type{border-top:0;padding-top:0}.social-comment-body{min-width:0;flex:1}.social-comment-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--nm-muted);font-size:11px;font-weight:800}.social-comment-meta button{border:0;background:transparent;color:#bd7a28;font-size:11px;font-weight:900}.social-comment-body p{margin:4px 0 0;color:#56331f;font-size:14px;line-height:1.5;word-break:break-word}.social-comment-composer{position:fixed;left:18px;right:18px;bottom:calc(96px + env(safe-area-inset-bottom));z-index:30;width:calc(100% - 36px);max-width:357px;margin:0 auto;display:flex;align-items:center;gap:8px;padding:8px;background:#fff;border:1px solid #f1f5f9;border-radius:24px;box-shadow:0 8px 30px #0f172a14}.social-comment-file-input{display:none}.social-comment-image-preview{position:absolute;left:10px;bottom:calc(100% + 8px);width:66px;height:66px;border-radius:16px;border:1px solid #f0e5d7;background:#fff;box-shadow:0 8px 20px #3514081f}.social-comment-image-preview img{width:100%;height:100%;border-radius:16px;object-fit:cover;display:block}.social-comment-image-preview button{position:absolute;top:-7px;right:-7px;width:24px;height:24px;background:#351408c7;color:#fff;box-shadow:0 4px 12px #35140833}.social-comment-composer input{flex:1;min-width:0;height:40px;border:0;border-radius:18px;background:transparent;color:var(--nm-text);outline:0;padding:0 10px;font-size:14px}.social-comment-composer input:focus{box-shadow:none}.social-comment-composer button{width:40px;height:40px;flex:0 0 40px;border:0;border-radius:50%;background:var(--nm-primary);color:var(--nm-text);display:grid;place-items:center;box-shadow:0 2px 8px #f2a9002e}.social-comment-composer .social-comment-image-button{background:#fff8ec;color:#bd7a28;border:1px solid #f2c766;box-shadow:none}.social-comment-composer button:disabled{background:#e8edf4;color:#9aabc0}.social-post-actions>span{min-height:36px;color:#8392aa;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0;font-size:13px;font-weight:800}.social-report-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:end center;padding:18px;background:#19223161}.social-report-dialog{width:min(100%,360px);border:1px solid var(--nm-line);border-radius:26px;background:#fffdf8;box-shadow:0 20px 48px #35140838;padding:18px}.social-report-dialog header{display:grid;grid-template-columns:42px 1fr 34px;gap:10px;align-items:start}.social-report-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:16px;background:#fff0d2;color:#bd6418}.social-report-dialog h2{margin:0;color:var(--nm-text);font-size:18px}.social-report-dialog p{margin:4px 0 0;color:#8a634d;font-size:13px;line-height:1.45}.social-dialog-close{border:0;background:transparent;color:#9aa6b8;padding:6px}.social-report-reasons{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.social-report-reasons button{border:1px solid #f2c766;border-radius:999px;background:#fff;color:#7b3218;padding:8px 12px;font-size:13px;font-weight:900}.social-report-reasons button.active{border-color:#ffb547;background:#ffca57;color:var(--nm-text)}.social-report-field{display:block}.social-report-field span{display:block;margin-bottom:8px;color:#69432c;font-size:13px;font-weight:900}.social-report-field textarea{width:100%;min-height:94px;resize:none;border:1px solid #e3d8ca;border-radius:18px;background:#fff;color:var(--nm-text);outline:0;padding:12px;line-height:1.5}.social-report-field small{display:block;margin-top:5px;color:var(--nm-muted);text-align:right;font-weight:800}.social-report-dialog footer{display:grid;grid-template-columns:1fr 1.4fr;gap:10px;margin-top:16px}.social-secondary-action,.social-primary-action{min-height:46px;border-radius:16px;font-weight:900}.social-secondary-action{border:1px solid #f2c766;background:#fff;color:#7b3218}.social-primary-action{border:0;background:var(--nm-primary);color:var(--nm-text)}.social-primary-action:disabled{background:#d9e4f2;color:#8aa0bb}@media(min-width:480px){body{background:#eef2f7}.phone-shell{width:393px;height:min(852px,calc(100dvh - 32px));min-height:0;max-height:calc(100dvh - 32px);margin:16px auto;border:6px solid #192231;border-radius:36px;overflow:hidden;box-shadow:0 18px 48px #0f172a2e}.bottom-tabs{position:absolute}}.messages-page{height:100%;min-height:0;padding-bottom:116px;background:var(--nm-bg);color:var(--nm-text);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.messages-header,.chat-room-header{position:sticky;top:0;z-index:15;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:10px;padding:24px 18px 10px;background:var(--nm-bg);border-bottom:1px solid rgba(238,228,214,.85)}.messages-title{display:grid;place-items:center;gap:5px}.messages-title h1{margin:0;font-size:21px;line-height:1.1;font-weight:900}.messages-title span{width:20px;height:4px;border-radius:999px;background:var(--nm-primary-strong)}.message-round-button{width:42px;height:42px;border:1px solid var(--nm-line);border-radius:50%;background:#ffffffc7;color:var(--nm-text);display:grid;place-items:center;box-shadow:0 4px 14px #583a1914}.messages-tabs{position:sticky;top:77px;z-index:14;margin:0;padding:0 28px}.messages-tabs .segment-tabs-track{gap:26px}.messages-tabs button{font-size:14px}.social-tabs{position:sticky;top:calc(77px + env(safe-area-inset-top,0px));z-index:20;margin:-18px -18px 18px;padding:0 18px;background:var(--nm-bg)}.social-tabs .segment-tabs-track{gap:26px}.social-tabs button{min-height:42px;padding:10px 0;align-items:center;font-size:14px}.conference-page{height:100%;min-height:0;padding-bottom:0;background:#fff0c5;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.conference-warning-strip{flex:0 0 11px;height:11px;background:repeating-linear-gradient(115deg,#111 0 18px,#ffc500 18px 36px)}.conference-warning-strip--top{position:sticky;top:0;z-index:45}.conference-warning-strip--bottom{position:sticky;bottom:0;z-index:45;margin-top:auto}.conference-page .app-header{top:11px;flex:0 0 auto;min-height:70px;grid-template-columns:60px 1fr 60px;padding:calc(8px + env(safe-area-inset-top,0px)) 20px 12px;background:#fff0c5;border-bottom:0}.conference-page .title-wrap h1{color:#4e1701}.conference-page .title-wrap span{display:none}.conference-page-content{flex:1 0 auto;min-height:0;padding:0 10px 96px}.conference-page-content--detail{flex:1 1 auto;display:flex;justify-content:center;padding:10px 10px 24px;overflow-y:auto}.conference-detail-header{position:sticky;top:11px;z-index:30;flex:0 0 auto;min-height:70px;display:grid;grid-template-columns:60px 1fr 60px;align-items:center;padding:calc(8px + env(safe-area-inset-top,0px)) 20px 12px;background:#fff0c5}.conference-detail-header h1{margin:0;color:#4e1701;font-size:22px;line-height:1.2;font-weight:700;text-align:center}.conference-detail-back,.conference-detail-avatar{width:50px;height:50px;border:0;border-radius:50%;background:#fff9ef;box-shadow:1px 2px 2px #00000029;display:grid;place-items:center;padding:0}.conference-detail-back img{width:13px;height:22px}.conference-detail-avatar{justify-self:end;background:transparent;box-shadow:none;overflow:hidden}.conference-detail-avatar .header-avatar{width:50px;height:50px}.conference-tabs{position:sticky;top:calc(81px + env(safe-area-inset-top,0px));z-index:20;height:67px;margin:0 -10px 14px;padding:5px 20px 15px;background:#fff0c5;display:flex;align-items:flex-start;justify-content:center}.conference-tabs-track{width:min(100%,360px);min-height:57px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px}.conference-tabs button{height:37px;border:0;border-radius:5px;background:transparent;color:#a5a5a5;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 20px;font-size:14px;font-weight:700;line-height:1;white-space:nowrap}.conference-tabs button.active{border-radius:10px;background:#ffcb5d;color:#552f14}.conference-tabs button img{width:16px;height:16px;flex:0 0 16px}.conference-inline-alert{margin-bottom:12px;padding:10px 12px;border-radius:14px;border:1px solid rgba(244,63,94,.14);background:#fff1f2;color:#be123c;font-size:12px;font-weight:700}.conference-toast{position:fixed;left:50%;bottom:calc(92px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:80;padding:10px 14px;border-radius:999px;background:#0f172ae0;color:#fff;font-size:12px;font-weight:800;box-shadow:0 12px 26px #0f172a2e}.conference-feature-list,.conference-panel{display:grid;gap:10px}.conference-feature-card{position:relative;width:min(100%,360px);height:118px;justify-self:center;overflow:hidden;border:0;border-radius:20px;background:#fff;box-shadow:5px 5px 25px #00000040;padding:30px 20px;display:flex;align-items:center;gap:2px;text-align:left;color:inherit}.conference-feature-copy{min-width:0;flex:1;display:grid;gap:10px;position:relative;z-index:1}.conference-feature-copy strong{color:#3d1809;font-size:25px;line-height:1;font-weight:700}.conference-feature-copy span{color:#9e9e9e;font-size:15px;line-height:1;font-weight:700}.conference-feature-arrow{width:8px;height:15px;flex:0 0 8px;position:relative;z-index:1}.conference-feature-lock{position:absolute;inset:0;z-index:2;border-radius:20px;background:#d9d9d9b3;display:flex;align-items:center;justify-content:center;gap:10px;padding:30px 20px;pointer-events:none}.conference-feature-lock img{width:34px;height:32px;flex:0 0 34px}.conference-feature-lock strong{color:#000;font-size:24px;line-height:1;font-weight:700;text-align:center;text-shadow:0 6px 4px rgba(0,0,0,.25);white-space:nowrap}.conference-date-switcher{width:min(100%,380px);height:44px;justify-self:center;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px;padding:0 10px}.conference-date-switcher button{width:44px;height:44px;border:0;background:transparent;display:grid;place-items:center;padding:0}.conference-date-switcher img{width:10px;height:19px}.conference-date-switcher time{min-width:0;color:#000;font-size:20px;line-height:1;font-weight:900;text-align:center}.conference-schedule-list{width:100%;display:grid;gap:9px;justify-items:center}.conference-schedule-card,.conference-notice-card,.conference-empty{border:0;border-radius:10px;background:#fff;box-shadow:5px 5px 25px #00000040}.conference-schedule-card{width:min(100%,360px);min-height:110px;overflow:hidden;padding:15px 29px;display:flex;align-items:flex-start;gap:10px}.conference-schedule-card.current{min-height:126px;border:3px solid #a7654b;border-radius:15px;background:#ffcb5d;padding:20px 15px}.conference-schedule-card.past{opacity:.72}.conference-schedule-main{flex:1;min-width:0;display:grid;gap:10px}.conference-schedule-card h3{margin:0;color:#3d1809;font-size:14px;line-height:1.2;font-weight:700}.conference-notice-card h3{margin:0;color:#431407;font-size:15px;line-height:1.35}.conference-notice-card p{margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.6}.conference-schedule-meta{display:grid;gap:5px;color:#9e9e9e;font-size:15px;line-height:1.2;font-weight:700}.conference-schedule-card.current .conference-schedule-meta{color:#000}.conference-schedule-meta span{display:flex;align-items:center;gap:9px;min-width:0}.conference-schedule-meta img{width:24px;height:24px;flex:0 0 24px}.conference-schedule-current-label{width:14px;min-height:80px;flex:0 0 14px;color:#3d1809;display:flex;flex-direction:column;justify-content:center;gap:0;font-size:14px;line-height:24px;font-weight:700;text-align:center}.conference-notice-list{display:grid;gap:10px}.conference-notice-card{width:min(100%,360px);min-height:119px;padding:15px 20px;border-radius:20px;display:flex;align-items:flex-start;gap:10px}.conference-empty{padding:32px 18px;display:grid;justify-items:center;gap:12px;text-align:center}.conference-empty div{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f8fafc;color:#94a3b8}.conference-empty strong{color:#431407;font-size:14px}.conference-notice-search{height:49px;display:flex;align-items:center;gap:10px;border:1px solid #f6eee5;border-radius:10px;background:#fff;padding:0 10px;color:#4e1701}.conference-push-prompt{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #f6eee5;border-radius:12px;background:#fffaf2;padding:10px 12px;color:#7c4a32;font-size:13px;font-weight:700;line-height:1.25;box-shadow:0 8px 20px #592d1314}.conference-push-prompt span{min-width:0}.conference-push-prompt button{width:88px;height:30px;flex:0 0 88px;border:0;border-radius:999px;background:#ffcb5d;color:#552f14;font-size:13px;font-weight:800}.conference-push-prompt.is-muted{background:#fff;color:#a98b79}.conference-push-prompt.is-on{background:#fff;color:#552f14}.conference-push-prompt.is-on button{background:#f6eee5;color:#a7654b}.conference-notice-search svg{flex:0 0 24px;color:#4e1701}.conference-notice-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#3d1809;font-size:14px;font-weight:700}.conference-notice-search input::placeholder{color:#a98b79;opacity:1}.conference-notice-filters{height:37px;display:grid;grid-template-columns:repeat(4,1fr);border-radius:5px;background:#fff;padding:5px}.conference-notice-filters button{border:0;border-radius:5px;background:transparent;color:#a5a5a5;font-size:14px;font-weight:700;line-height:1}.conference-notice-filters button.active{background:#ffcb5d;color:#552f14}button.conference-notice-card{width:100%;border:0;text-align:left;color:inherit;cursor:pointer}.conference-notice-card-copy{flex:1;min-width:0;display:grid;justify-items:start;gap:10px}.conference-notice-type{width:56px;min-height:27px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;padding:5px 15px;box-shadow:0 1px 2px #00000040;font-size:14px;line-height:1;font-weight:700;white-space:nowrap}.conference-notice-type.general{background:#eff4f8;color:#60748d}.conference-notice-type.reminder{background:#fff0c5;color:#b78267}.conference-notice-type.important{background:#ffcb5d;color:#a7654b}.conference-notice-card h3{margin:0;color:#3d1809;font-size:20px;line-height:1.2;font-weight:700}.conference-notice-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;color:#9e9e9e;font-size:15px;line-height:1.3;font-weight:700}.conference-notice-arrow{width:8px;height:15px;flex:0 0 8px;align-self:center}.conference-notice-detail-card{width:min(100%,360px);min-height:707px;align-self:flex-start;border-radius:20px;background:#fff;box-shadow:5px 5px 25px #00000040;display:flex;flex-direction:column;gap:15px;padding:15px 20px;color:#3d1809}.conference-notice-detail-copy{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.conference-notice-detail-card h2{margin:0;color:#3d1809;font-size:24px;line-height:1.2;font-weight:700}.conference-notice-detail-card p{margin:0;color:#9e9e9e;font-size:16px;line-height:1.55;font-weight:700;white-space:pre-wrap}.conference-notice-detail-divider{width:100%;height:1px;margin-top:auto;background:#d1d1d1}.conference-notice-image-wall{display:flex;flex-wrap:wrap;gap:14px}.conference-notice-image{width:122px;height:101px;object-fit:cover;background:#fafafa}.conference-notice-image-loading{width:122px;height:101px;display:grid;place-items:center;background:#fafafa;color:#a98b79;font-size:12px;font-weight:700}.offline-banner{position:fixed;left:16px;right:16px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:90;border:1px solid rgba(234,88,12,.18);border-radius:14px;background:#fff7ed;color:#9a3412;box-shadow:0 12px 28px #583a191f;padding:10px 12px;text-align:center;font-size:12px;font-weight:800}.app-push-toast{position:fixed;left:16px;right:16px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:92;display:grid;gap:4px;border:1px solid #f6eee5;border-radius:16px;background:#fffaf2;color:#552f14;box-shadow:0 14px 34px #3d18092e;padding:12px 14px;text-align:left}.app-push-toast strong{overflow:hidden;color:#3d1809;font-size:14px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.app-push-toast span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#9e9e9e;font-size:13px;font-weight:700;line-height:1.3}.app-update-prompt{position:fixed;left:14px;right:14px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:91;border:1px solid rgba(99,102,241,.16);border-radius:16px;background:#fff;box-shadow:0 16px 36px #0f172a29;padding:12px;display:flex;align-items:center;gap:10px}.app-update-prompt div{min-width:0;flex:1;display:grid;gap:2px}.app-update-prompt strong{color:#1e1b4b;font-size:13px}.app-update-prompt span{color:#64748b;font-size:11px}.app-update-prompt button{border:0;border-radius:999px;background:#4f46e5;color:#fff;padding:8px 10px;font-size:12px;font-weight:900;white-space:nowrap}.app-update-prompt button.ghost{background:#f1f5f9;color:#64748b}.messages-content{padding:18px 16px 0}.message-panel{display:grid;gap:12px}.message-search{height:42px;border:1px solid var(--nm-line);border-radius:18px;background:#fff;padding:0 14px;display:flex;align-items:center;gap:8px;color:#9aa8bb}.message-search input{border:0;outline:0;background:transparent;min-width:0;flex:1;color:var(--nm-text)}.conversation-card,.invite-card,.explore-card,.explore-hint-card{width:100%;border:1px solid rgba(238,228,214,.95);border-radius:16px;background:#fff;box-shadow:0 8px 22px #583a190f}.conversation-card{display:flex;align-items:center;gap:13px;min-height:82px;padding:13px;text-align:left}.conversation-avatar-wrap{position:relative;flex:0 0 auto}.conversation-avatar-wrap em{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#ff2f68;border:2px solid #fff;color:#fff;font-size:11px;font-style:normal;font-weight:800;display:grid;place-items:center}.conversation-main{min-width:0;flex:1}.conversation-main>div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:5px}.conversation-main strong{min-width:0;font-size:16px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-main time,.conversation-main p,.invite-head span,.explore-hint-card small{color:#7f8eaa}.conversation-main time{flex:0 0 auto;font-size:11px;font-weight:700}.conversation-main p{margin:0;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-blocked-chip{justify-self:start;margin-top:7px;border-radius:999px;background:#eef4ff;color:#365d9b;padding:4px 9px;font-size:11px;font-weight:900}.messages-empty{min-height:130px;padding:28px 20px;border:1px solid var(--nm-line);border-radius:18px;background:#fff;display:grid;place-items:center;gap:8px;text-align:center;color:#91a0b8;font-weight:700}.messages-empty strong{color:var(--nm-text)}.messages-empty span{max-width:240px;font-size:13px;line-height:1.5}.messages-empty.compact{min-height:72px;padding:18px;font-size:13px}.messages-error,.messages-notice{margin:10px 16px 0;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:800}.messages-error{color:#b42318;background:#fff0f0;border:1px solid #ffd2d2}.messages-notice{color:#0f7a55;background:#effdf6;border:1px solid #baf2d9}.friend-scan-card,.friend-qr-card{border:1px solid #f6d99b;border-radius:24px;background:#fffdf7;box-shadow:0 10px 24px #583a1914;padding:16px}.friend-scan-card{display:grid;grid-template-columns:auto 1fr;gap:12px}.friend-scan-icon{width:44px;height:44px;border-radius:16px;background:#fff0bf;color:#a35c00;display:grid;place-items:center}.friend-scan-card h3,.friend-qr-card header span{margin:0;color:var(--nm-text);font-size:16px;font-weight:950}.friend-scan-card p{grid-column:2;margin:-4px 0 0;color:#8d6f61;font-size:12px;font-weight:800;line-height:1.45}.friend-scan-card form,.friend-scan-camera{grid-column:1 / -1;display:grid;gap:10px}.friend-scan-camera video{width:100%;aspect-ratio:1.35;border-radius:18px;background:#1f2937;object-fit:cover}.friend-scan-camera video.friend-scan-video-hidden{display:none}.friend-scan-canvas,.friend-scan-file-input{display:none}.friend-scan-camera button{min-height:42px;border:1px solid #f6d99b;border-radius:16px;background:#fff8e3;color:#8b4b00;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:6px}.friend-scan-camera button:disabled{background:#eef2f8;color:#8aa0bb}.friend-scan-card label{min-height:46px;border:1px solid var(--nm-line);border-radius:17px;background:#fff;padding:0 12px;display:flex;align-items:center;gap:8px;color:#a35c00}.friend-scan-card input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--nm-text);font-weight:850}.friend-scan-card label button{width:24px;height:24px;border:0;border-radius:50%;background:#f3e7d8;color:#7d6251;display:grid;place-items:center}.friend-scan-card form>button,.public-profile-actions button{width:100%;min-height:48px;border:0;border-radius:18px;background:var(--nm-primary);color:var(--nm-text);font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:7px}.friend-scan-card form>button:disabled,.public-profile-actions button:disabled{background:#dce6f3;color:#8aa0bb}.friend-scan-message,.friend-qr-message{color:#05845d}.friend-scan-error,.friend-qr-error{color:#c2410c}.friend-scan-message,.friend-scan-error,.friend-qr-message,.friend-qr-error{grid-column:1 / -1;margin:0;font-size:12px;font-weight:850;display:inline-flex;align-items:center;gap:5px}.friend-qr-card{display:grid;gap:12px}.friend-qr-card header{display:flex;align-items:center;justify-content:space-between}.friend-qr-card header span{display:inline-flex;align-items:center;gap:7px}.friend-qr-card header button,.friend-qr-token button{width:32px;height:32px;border:0;border-radius:50%;background:#fff0bf;color:#a35c00;display:grid;place-items:center}.friend-qr-image,.friend-qr-placeholder{width:168px;height:168px;border:8px solid #fff;border-radius:24px;background:#fff8e3;box-shadow:inset 0 0 0 1px #f3d58e;justify-self:center}.friend-qr-image{display:block;object-fit:contain}.friend-qr-placeholder{color:#8d6f61;font-size:13px;font-weight:900;display:grid;place-items:center}.friend-qr-token{border:1px solid var(--nm-line);border-radius:16px;background:#fff;padding:9px 10px;display:flex;align-items:center;gap:8px}.friend-qr-token code{min-width:0;flex:1;color:var(--nm-text);font-size:11px;font-weight:850;word-break:break-all}.friend-qr-card small{color:#8d6f61;font-weight:800;text-align:center}.public-profile-backdrop{position:fixed;inset:0;z-index:80;background:var(--nm-bg);display:flex;align-items:stretch;justify-content:center;padding:0}.public-profile-sheet{width:min(100%,430px);min-height:100dvh;max-height:100dvh;overflow:hidden;border-radius:0;background:var(--nm-bg);box-shadow:0 0 0 1px #ffc64d24;padding:0;display:flex;flex-direction:column}.public-profile-close{width:34px;height:34px;border:1px solid var(--nm-line);border-radius:50%;background:#fff;color:#7d6251;display:grid;place-items:center}.public-profile-topbar{flex:0 0 auto;min-height:60px;border-bottom:1px solid var(--nm-line);background:#fff9f0f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:calc(env(safe-area-inset-top,0px) + 10px) 16px 10px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:8px}.public-profile-topbar strong{color:var(--nm-text);text-align:center;font-size:16px;font-weight:950}.public-profile-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px 18px calc(24px + env(safe-area-inset-bottom,0px));display:grid;align-content:start;gap:14px}.public-profile-loading{min-height:140px;display:grid;place-items:center;color:#8d6f61;font-weight:900}.public-profile-head{border:1px solid #f6d99b;border-radius:24px;background:#fffdf7;padding:16px;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}.public-profile-avatar{box-shadow:0 8px 18px #583a1924}.public-profile-head p{margin:8px 0 0;color:#8d6f61;font-size:13px;font-weight:800;line-height:1.5}.public-profile-name{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.public-profile-name strong{color:var(--nm-text);font-size:18px;font-weight:950}.public-profile-name svg{color:#2563eb}.public-profile-name span{min-height:20px;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:900}.public-profile-name span.male{background:#dbeafe;color:#2563eb}.public-profile-name span.female{background:#ffe4ef;color:#db2777}.public-profile-name span.unknown{background:#eef2f8;color:#64748b}.public-profile-section{border:1px solid #f6d99b;border-radius:22px;background:#fffaf0;padding:14px;display:grid;gap:10px}.public-profile-section h3{margin:0;color:var(--nm-text);font-size:14px;font-weight:950;display:inline-flex;align-items:center;gap:6px}.public-profile-tags{display:flex;flex-wrap:wrap;gap:8px}.public-profile-tags span{border:1px solid #ffc64d;border-radius:999px;background:#fff;color:#9a4f00;padding:6px 10px;font-size:12px;font-weight:900}.public-profile-empty{margin:0;color:#9aa6b8;font-size:13px;font-weight:800}.public-profile-info-row{display:grid;gap:6px}.public-profile-info-row>span{color:#8d6f61;font-size:12px;font-weight:950}.public-profile-info-row>strong{color:#9aa6b8;font-size:13px}.public-profile-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.public-profile-summary-tile{border:1px solid rgba(255,198,77,.68);border-radius:16px;background:#fff;padding:10px;display:grid;gap:4px}.public-profile-summary-tile span{color:#9f7a63;font-size:11px;font-weight:900}.public-profile-summary-tile strong{color:var(--nm-text);font-size:13px;font-weight:950}.public-profile-content-preview p{margin:0;color:#8d6f61;font-size:12px;font-weight:800;line-height:1.5}.public-profile-content-preview>div{display:grid;gap:8px}.public-profile-content-list{display:grid;gap:8px}.public-profile-content-item{border:1px solid #f5c36a;border-radius:16px;background:#fff;padding:10px 12px;display:grid;gap:5px}.public-profile-content-item span{color:#8b4b00;font-size:11px;font-weight:950;display:inline-flex;align-items:center;gap:5px}.public-profile-content-item strong{color:var(--nm-text);font-size:13px;line-height:1.45;font-weight:950}.public-profile-content-item small{color:#8d6f61;font-size:11px;font-weight:800}.public-profile-content-pill{border:1px dashed #f5c36a;border-radius:16px;background:#fff;color:#8b4b00;min-height:34px;padding:0 10px;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:950}.public-profile-content-pill em{margin-left:auto;border-radius:999px;background:#fff4c5;color:#a16207;padding:3px 7px;font-size:10px;font-style:normal;font-weight:950}.public-profile-actions{position:sticky;bottom:calc(env(safe-area-inset-bottom,0px)*-1);margin:4px -4px 0;border-top:1px solid rgba(246,217,155,.72);background:linear-gradient(180deg,rgba(255,249,240,0),var(--nm-bg) 22%);padding:18px 4px 4px;display:grid;gap:8px}.public-profile-page{background:#fff9f0}.public-profile-page .public-profile-sheet{width:min(100%,430px);min-height:100dvh;max-height:100dvh;overflow:hidden;border-radius:0;background:#fff9f0;box-shadow:0 0 0 1px #ffc64d24;display:flex;flex-direction:column}.public-profile-page .public-profile-topbar{flex:0 0 auto;min-height:64px;border-bottom:1px solid rgba(246,217,155,.6);background:#fff9f0;padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 10px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:8px}.public-profile-page .public-profile-topbar h1{margin:0;color:#351408;text-align:center;font-size:18px;line-height:1.2;font-weight:950}.public-profile-page .public-profile-close,.public-profile-top-actions button{width:40px;height:40px;border:0;border-radius:50%;background:#ffffffb8;color:#5a230b;display:grid;place-items:center;box-shadow:0 4px 14px #583a1914}.public-profile-top-actions{display:flex;justify-content:flex-end}.public-profile-top-actions button:disabled{opacity:.45;cursor:not-allowed}.public-profile-body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column}.public-profile-page .public-profile-loading,.public-profile-state-error{min-height:220px;display:grid;place-items:center;padding:24px;color:#8d6f61;font-size:14px;font-weight:900;text-align:center}.public-profile-state-error{color:#b42318}.public-profile-hero{flex:0 0 auto;border-bottom:1px solid rgba(246,217,155,.6);background:#fff;padding:24px 18px 18px;display:flex;flex-direction:column;align-items:center;text-align:center}.public-profile-page .public-profile-avatar{margin-bottom:12px;border:4px solid #fff;border-radius:50%;box-shadow:0 10px 24px #583a1924}.public-profile-page .public-profile-name{max-width:100%;display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;margin-bottom:5px}.public-profile-page .public-profile-name h2{min-width:0;max-width:260px;margin:0;color:#351408;font-size:21px;line-height:1.25;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-profile-page .public-profile-name svg{flex:0 0 auto;color:#2f8cff}.public-profile-gender{min-height:20px;border-radius:999px;padding:3px 9px;font-size:11px;line-height:1.2;font-weight:900}.public-profile-gender.male{background:#eaf3ff;color:#2775d1}.public-profile-gender.female{background:#fff0f6;color:#db3b78}.public-profile-gender.unknown{background:#f1f4f9;color:#728097}.public-profile-hero p{max-width:340px;margin:9px 0 0;color:#351408c7;font-size:14px;line-height:1.55;font-weight:700;white-space:pre-wrap;word-break:break-word}.public-profile-page .public-profile-tags{max-width:320px;margin-top:13px;display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.public-profile-page .public-profile-tags span{border:1px solid rgba(242,184,63,.55);border-radius:999px;background:#fff8e8;color:#8b4b00;padding:4px 9px;font-size:12px;line-height:1.2;font-weight:900}.public-profile-security-actions{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:22px}.public-profile-security-actions button{border:0;background:transparent;color:#9aa6b8;display:inline-flex;align-items:center;gap:5px;padding:2px;font-size:12px;font-weight:900}.public-profile-security-actions button:last-child{color:#a16207}.public-profile-tabs{position:sticky;top:0;z-index:2;flex:0 0 auto;border-bottom:1px solid rgba(246,217,155,.8);background:#fff;display:flex;overflow-x:auto;scrollbar-width:none}.public-profile-tabs::-webkit-scrollbar{display:none}.public-profile-tabs button{position:relative;flex:1 0 25%;min-width:65px;min-height:42px;border:0;border-bottom:2px solid transparent;background:transparent;color:#9aa6b8;padding:11px 4px 10px;font-size:13px;line-height:1.2;font-weight:900;text-align:center;white-space:nowrap}.public-profile-tabs button.active{border-bottom-color:#f2b83f;color:#351408;font-weight:950}.public-profile-tab-panel{flex:1 1 auto;padding:16px 16px calc(24px + env(safe-area-inset-bottom,0px))}.public-profile-card-list{display:grid;gap:12px}.public-profile-content-card,.public-profile-task-card{border:1px solid #f1f2f4;border-radius:20px;background:#fff;padding:14px;display:grid;gap:10px;box-shadow:0 8px 18px #583a190f}.public-profile-post-tags{display:flex;flex-wrap:wrap;gap:6px}.public-profile-post-tags span{border-radius:6px;background:#f1f4f9;color:#65738a;padding:3px 8px;font-size:10px;font-weight:900}.public-profile-content-card p,.public-profile-task-card p{margin:0;color:#351408c7;font-size:14px;line-height:1.55;font-weight:700;white-space:pre-wrap;word-break:break-word}.public-profile-post-meta{border-top:1px solid #f8ecd6;padding-top:9px;color:#9aa6b8;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:800}.public-profile-post-meta>span:last-child{display:inline-flex;align-items:center;gap:12px}.public-profile-post-meta em{font-style:normal;display:inline-flex;align-items:center;gap:4px}.public-profile-task-card>div:first-child{border-bottom:1px solid #f1f2f4;padding-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.public-profile-task-card>div:first-child span{border:1px solid rgba(242,184,63,.52);border-radius:999px;background:#fff8e8;color:#8b4b00;display:inline-flex;align-items:center;gap:5px;padding:4px 9px;font-size:11px;font-weight:900}.public-profile-task-card time{color:#9aa6b8;font-size:11px;font-weight:800}.public-profile-task-card h3{margin:0;color:#351408;font-size:14px;line-height:1.45;font-weight:950}.public-profile-answer-options{display:flex;flex-wrap:wrap;gap:7px}.public-profile-answer-options span{border:1px solid rgba(242,184,63,.58);border-radius:12px;background:#ffd15b1f;color:#8b4b00;display:inline-flex;align-items:center;gap:5px;padding:7px 10px;font-size:12px;font-weight:900}.public-profile-empty-panel{min-height:128px;border-radius:20px;color:#9aa6b8;display:grid;place-items:center;padding:28px 14px;text-align:center;font-size:14px;font-weight:800}.public-profile-page .public-profile-actions{position:static;flex:0 0 auto;margin:0;border-top:1px solid rgba(246,217,155,.8);background:#fffffff2;padding:14px 16px calc(16px + env(safe-area-inset-bottom,0px));display:grid;gap:8px;box-shadow:0 -4px 10px #583a190a}.public-profile-main-action,.public-profile-pending-state,.public-profile-blocked-state{width:100%;min-height:48px;border:0;border-radius:12px;background:#ffd15b;color:#351408;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;font-size:15px;font-weight:950;text-align:center;box-shadow:0 8px 18px #f2b83f2e}.public-profile-page .public-profile-actions .public-profile-main-action{width:100%;min-height:48px;border:0;border-radius:12px;background:#ffd15b;color:#351408;padding:0 16px;font-size:15px;font-weight:950;box-shadow:0 8px 18px #f2b83f2e}.public-profile-main-action.muted,.public-profile-pending-state,.public-profile-page .public-profile-actions .public-profile-main-action.muted{background:#f1f4f9;color:#65738a;box-shadow:none}.public-profile-blocked-state{background:#fff1f2;color:#e11d48;box-shadow:none}.public-profile-main-action:disabled{opacity:.58;cursor:not-allowed}.public-profile-inline-error,.public-profile-inline-notice{border-radius:12px;padding:10px 12px;font-size:13px;font-weight:800;display:flex;align-items:center;gap:6px}.public-profile-inline-error{border:1px solid #ffd2d2;background:#fff0f0;color:#b42318}.public-profile-inline-notice{border:1px solid #baf2d9;background:#effdf6;color:#0f7a55}.invite-profile-head,.explore-profile-head,.social-author-button{width:100%;border:0;background:transparent;padding:0;text-align:left;color:inherit}.invite-profile-head,.explore-profile-head{display:flex}.social-author-button{width:auto;flex:1 1 auto;display:flex}.message-section-title{margin:8px 2px 0;font-size:14px;font-weight:900}.invite-card,.explore-card{padding:14px;display:grid;gap:12px}.invite-card{padding:16px;border-color:#f1f5f9;border-radius:16px;box-shadow:0 1px 5px #0f172a0f}.invite-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.invite-head,.explore-card-head,.explore-hint-card{display:flex;align-items:center;gap:12px}.invite-head{min-width:0;flex:1;gap:8px}.invite-author-avatar{width:40px!important;height:40px!important;flex:0 0 40px;border-radius:50%;overflow:hidden}.invite-person{min-width:0;flex:1;display:grid;gap:2px}.invite-name-row{display:flex;align-items:center;gap:6px;min-width:0}.invite-name-row strong{min-width:0;color:#451a03;font-size:14px;font-weight:900;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invite-date{color:#94a3b8;font-size:10px;font-weight:700;line-height:1.2}.invite-verified{flex:0 0 auto;color:#3b82f6;fill:#3b82f61a}.invite-gender-chip{flex:0 0 auto;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:900;line-height:1.1}.invite-gender-chip.male{background:#eff6ff;color:#3b82f6}.invite-gender-chip.female{background:#fff1f7;color:#ec4899}.invite-gender-chip.unknown{background:#faf5ff;color:#a855f7}.invite-type-chip{flex:0 0 auto;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:900;line-height:1.2;white-space:nowrap}.invite-type-chip.explore{background:#f5f3ff;color:#7c3aed}.invite-type-chip.chat{background:#eef2ff;color:#4f46e5}.invite-type-chip.meetup{background:#ecfdf5;color:#059669}.invite-type-chip.event{background:#eff6ff;color:#2563eb}.invite-status{border-radius:999px;padding:4px 8px;background:#fff4cd;color:#a15c00;font-size:11px;font-weight:900}.invite-status.accepted{background:#dffaea;color:#078256}.invite-status.rejected,.invite-status.cancelled{background:#eef2f8;color:#76859b}.invite-card p,.explore-intro{margin:0;color:#58351e;font-size:14px;line-height:1.55}.invite-card p{border-radius:12px;background:#fff9f0;padding:12px;color:#475569}.invite-status-bar{border-radius:12px;padding:8px 12px;text-align:center;font-size:12px;font-weight:900}.invite-status-bar.accepted{background:#ecfdf5;color:#10b981}.invite-status-bar.rejected,.invite-status-bar.cancelled{background:#fff9f0;color:#94a3b8}.invite-status-bar.blocked{background:#eef4ff;color:#365d9b}.explore-pace{justify-self:start;display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#ecfdf5;color:#047857;padding:6px 10px;font-size:12px;font-weight:950}.explore-pace span{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b98124}.invite-actions,.explore-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.invite-actions button,.explore-actions button{height:42px;border:1px solid var(--nm-line);border-radius:12px;background:#fff;color:#5d6c83;font-weight:900}.invite-actions button{border-color:transparent;background:#f1f5f9;color:#475569;font-size:12px}.invite-actions button:only-child{grid-column:1 / -1}.explore-actions button.profile{border-color:#ffc64d;background:#fff8e5;color:#8b4b00}.invite-actions button.primary,.explore-actions button.primary{border-color:#4d35f5;background:#4d35f5;color:#fff}.invite-actions button:disabled,.explore-actions button:disabled{opacity:.58;cursor:not-allowed}.invite-actions button.primary{border-color:#4f46e5;background:#4f46e5}.explore-actions button:disabled{border-color:#d7def0;background:#edf2fb;color:#8090aa}.explore-hint-card{padding:16px;background:#edf2ff;border-color:#d9e2ff;color:#4338ca}.explore-hint-card>div{width:40px;height:40px;border-radius:14px;background:#dfe7ff;display:grid;place-items:center}.explore-hint-card span{display:grid;gap:4px}.explore-hint-card strong{font-size:14px;font-weight:900}.explore-card-head>div{min-width:0;display:grid;gap:4px}.message-author-name{display:flex;align-items:center;gap:5px;min-width:0}.message-author-name strong{font-size:17px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-author-name span{border-radius:999px;padding:2px 7px;font-size:11px;font-weight:900}.message-author-name .male{background:#eaf3ff;color:#2775d1}.message-author-name .female{background:#fff0f6;color:#db3b78}.message-author-name .unknown{background:#f1f4f9;color:#728097}.message-verified{color:#2f8cff;fill:#e9f3ff}.match-hint{justify-self:start;border-radius:8px;background:#f1edff;color:#6045df;padding:3px 7px;font-size:11px;font-weight:900}.explore-tags{display:flex;flex-wrap:wrap;gap:7px}.explore-tags span{border:1px solid var(--nm-line);border-radius:9px;background:#fffaf0;padding:5px 9px;color:#6d573e;font-size:12px;font-weight:800}.chat-room-page{display:flex;flex-direction:column;height:100vh;overflow:hidden;padding-bottom:0}.chat-room-header{grid-template-columns:44px 1fr 44px;flex:0 0 auto}.chat-peer-button{min-width:0;border:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--nm-text)}.chat-peer-button span{min-width:0;display:grid;text-align:left}.chat-peer-button strong{font-size:15px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-peer-button small{color:#8a9ab3;font-size:10px;font-weight:700}.chat-room-action-strip{flex:0 0 auto;padding:8px 16px 4px;display:flex;justify-content:center;gap:8px;background:var(--nm-bg);border-bottom:1px solid rgba(238,228,214,.7)}.chat-room-action-strip button{min-height:32px;border:1px solid #f6d99b;border-radius:999px;background:#fff8e3;color:#8b4b00;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex;align-items:center;gap:5px}.chat-room-action-strip button.is-release{border-color:#d7def0;background:#eef4ff;color:#365d9b}.chat-room-action-strip button:disabled,.message-round-button:disabled,.chat-image-button:disabled{opacity:.55;cursor:not-allowed}.chat-blocked-notice{margin:8px 16px 0;border-radius:14px;background:#eef4ff;color:#365d9b;padding:10px 12px;text-align:center;font-size:12px;font-weight:900}.chat-message-list{flex:1;overflow-y:auto;padding:16px 16px 150px;display:flex;flex-direction:column;gap:10px}.chat-bubble-row{display:flex}.chat-bubble-row.mine{justify-content:flex-end}.chat-bubble-row.theirs{justify-content:flex-start}.chat-bubble{max-width:78%;border-radius:18px;padding:10px 12px 7px;background:#fff;box-shadow:0 6px 16px #583a190f;display:grid;gap:6px}.chat-bubble-row.mine .chat-bubble{background:#ffd15c;border-bottom-right-radius:7px}.chat-bubble-row.theirs .chat-bubble{border-bottom-left-radius:7px}.chat-bubble.muted{background:#eef2f8;color:#8090aa}.chat-bubble p{margin:0;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.5;font-weight:700}.chat-bubble-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px}.chat-bubble-meta time{justify-self:end;color:#3514087a;font-size:10px;font-weight:800}.chat-bubble-actions{display:inline-flex;align-items:center;gap:4px}.chat-bubble-actions button{border:0;border-radius:999px;background:#ffffff7a;color:#3514089e;padding:3px 6px;font-size:10px;font-weight:900;display:inline-flex;align-items:center;gap:3px}.chat-bubble-row.theirs .chat-bubble-actions button{background:#fff6df;color:#9a4f00}.chat-image-preview{border:0;background:transparent;padding:0;overflow:hidden;border-radius:13px}.chat-image-preview img,.chat-image-preview .daily-image-loading{width:150px;height:150px;object-fit:cover;display:block}.chat-input-bar{position:fixed;left:18px;right:18px;bottom:calc(94px + env(safe-area-inset-bottom));z-index:20;min-height:56px;border:1px solid var(--nm-line);border-radius:24px;background:#fffffff5;box-shadow:0 12px 28px #583a1924;padding:8px;display:flex;align-items:center;gap:8px}@media(min-width:480px){.chat-input-bar{position:absolute;bottom:94px}}.chat-input-bar>input{min-width:0;flex:1;height:38px;border:0;outline:0;background:transparent;color:var(--nm-text)}.chat-image-button,.chat-send-button{width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.chat-image-button{background:#fff6df;color:#b97000}.chat-send-button{background:var(--nm-primary);color:var(--nm-text)}.chat-send-button:disabled{background:#e7edf6;color:#94a3b8}.chat-selected-image{position:absolute;left:14px;bottom:calc(100% + 8px);width:62px;height:62px;border-radius:14px;overflow:hidden;border:2px solid #fff;box-shadow:0 8px 20px #583a1929}.chat-selected-image img{width:100%;height:100%;object-fit:cover}.chat-selected-image button{position:absolute;top:4px;right:4px;width:20px;height:20px;border:0;border-radius:50%;background:#0f172ab8;color:#fff;display:grid;place-items:center}.chat-image-modal{position:fixed;inset:0;z-index:60;background:#0f172ae0;display:grid;place-items:center;padding:24px}.chat-image-modal button{position:absolute;top:22px;right:22px;width:40px;height:40px;border:0;border-radius:50%;background:#ffffff29;color:#fff;display:grid;place-items:center}.chat-image-modal img,.chat-image-modal .daily-image-loading{max-width:100%;max-height:78vh;object-fit:contain;border-radius:16px}.meetup-panel{display:flex;flex-direction:column;gap:16px}.meetup-toolbar{display:flex;align-items:center;gap:12px;padding:12px 0}.meetup-filter-tabs{flex:1;display:flex;align-items:center;gap:0;min-width:0;min-height:44px;box-sizing:border-box;padding:4px;border-radius:12px;background:#e2e8f080;overflow-x:auto;scrollbar-width:none}.meetup-filter-tabs::-webkit-scrollbar{display:none}.meetup-filter-tabs button{flex:1 1 0;min-width:max-content;min-height:36px;border:0;border-radius:8px;padding:0 12px;background:transparent;color:#64748b;font-size:12px;font-weight:800;line-height:1;white-space:nowrap;box-shadow:none;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.meetup-filter-tabs button.active{background:#fff;color:#2d1b0f;box-shadow:0 1px 3px #0f172a14}.meetup-create-button{flex:0 0 auto;min-height:44px;border:0;border-radius:12px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:4px;background:#10b981;color:#fff;font-size:14px;font-weight:900;box-shadow:0 10px 22px #10b98133;transition:background-color .16s ease,transform .16s ease}.meetup-create-button:hover{background:#059669}.meetup-create-button:active{transform:translateY(1px)}.meetup-list{display:flex;flex-direction:column;gap:14px}.meetup-card{position:relative;display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #f1f5f9;border-radius:20px;background:#fff;box-shadow:0 8px 18px #0f172a0a}.meetup-card:after{content:none}.meetup-card-head,.meetup-card-body,.meetup-actions{position:relative;z-index:1}.meetup-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.meetup-card-tags{min-width:0;min-height:23px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.meetup-custom-tag,.meetup-visibility-chip{flex:0 0 auto;display:inline-flex;align-items:center;min-height:24px;border-radius:6px;padding:0 10px;font-size:12px;font-weight:900;line-height:1}.meetup-custom-tag{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#eef2ff;color:#4f46e5}.meetup-visibility-chip.public{background:#eff6ff;color:#2563eb}.meetup-visibility-chip.friends{background:#fef3c7;color:#92400e}.meetup-visibility-chip.private{background:#f1f5f9;color:#64748b}.meetup-card-body{display:flex;flex-direction:column;gap:8px}.meetup-card-title{margin:0;color:#2d1b0f;font-size:15px;font-weight:900;line-height:1.35}.meetup-creator-line{width:fit-content;max-width:100%;border:0;padding:0;background:transparent;display:inline-flex;align-items:center;gap:6px;color:#4f46e5;font-size:12px;font-weight:900;text-align:left}.meetup-creator-line:hover{text-decoration:underline}.meetup-creator-avatar{flex:0 0 auto}.meetup-creator-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meetup-creator-verified{flex:0 0 auto;color:#3b82f6;fill:#3b82f61f}.meetup-description{margin:0;color:#475569;font-size:13px;font-weight:600;line-height:1.55;white-space:pre-wrap}.meetup-meta-grid{display:grid;gap:6px;color:#64748b;font-size:12px;font-weight:800}.meetup-meta-grid span{display:flex;align-items:center;gap:6px;min-width:0}.meetup-meta-grid svg{color:#94a3b8;flex:0 0 auto}.meetup-actions{display:flex;align-items:center;gap:8px;padding-top:0}.meetup-primary-action,.meetup-icon-action{min-height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:900}.meetup-primary-action{flex:1;border:0;background:#eef2ff;color:#4f46e5}.meetup-primary-action.joined{background:#ecfdf5;color:#059669}.meetup-primary-action.manage{border:1px solid #e2e8f0;background:#f8fafc;color:#64748b}.meetup-primary-action.disabled-state,.meetup-primary-action:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.meetup-primary-action.joined:disabled{background:#ecfdf5;color:#059669;cursor:default}.meetup-icon-action{flex:0 0 auto;border:1px solid rgba(251,191,36,.42);padding:0 12px;background:#fffbeb;color:#92400e}.meetup-empty-card{min-height:220px;padding:28px 20px;border:1px dashed #e2e8f0;border-radius:20px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;color:#94a3b8}.meetup-empty-icon{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:#f8fafc;color:#94a3b8}.meetup-empty-card h2{margin:0;color:#64748b;font-size:15px;font-weight:900}.meetup-empty-card button{border:0;border-radius:14px;padding:10px 16px;background:#10b981;color:#fff;font-size:13px;font-weight:900}.public-profile-meetup-card{display:flex;flex-direction:column;gap:9px;padding:14px;border:1px solid #f1f5f9;border-radius:16px;background:#fff;box-shadow:0 8px 20px #0f172a0a}.public-profile-meetup-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.public-profile-meetup-head span,.public-profile-meetup-head strong{display:inline-flex;align-items:center;min-height:21px;border-radius:999px;padding:0 8px;font-size:10px;font-weight:900}.public-profile-meetup-head span{background:#fffbeb;color:#92400e}.public-profile-meetup-head strong{background:#ecfdf5;color:#047857}.public-profile-meetup-card h3{margin:0;color:#2d1b0f;font-size:15px;font-weight:900;line-height:1.35}.public-profile-meetup-card p{margin:0;color:#475569;font-size:12px;font-weight:700;line-height:1.55}.public-profile-meetup-meta{display:grid;gap:6px;color:#64748b;font-size:11px;font-weight:800}.public-profile-meetup-meta span{display:flex;align-items:center;gap:5px;min-width:0}.meetup-invite-summary{display:grid;gap:6px;border-radius:14px;border:1px solid #f1f5f9;background:#f8fafc;padding:10px 12px;color:#64748b;font-size:11px;font-weight:800}.meetup-invite-summary strong{color:#2d1b0f;font-size:13px;font-weight:900}.meetup-invite-summary span{display:flex;align-items:center;gap:5px}.meetup-sheet-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:flex-end;justify-content:center;background:#0f172a7a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.meetup-sheet{width:min(100%,430px);height:min(90vh,700px);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -18px 44px #0f172a2e}.meetup-sheet-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid #f1f5f9}.meetup-sheet-head h2{margin:0;color:#2d1b0f;font-size:18px;font-weight:900}.meetup-sheet-head button{border:0;min-width:42px;min-height:34px;border-radius:12px;background:transparent;color:#64748b;font-size:14px;font-weight:900}.meetup-sheet-head button[type=submit]{background:#10b981;color:#fff;padding:0 14px}.meetup-sheet-head button[type=submit]:not(:disabled):hover{background:#059669}.meetup-sheet-head button:disabled{opacity:.55}.meetup-sheet-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:16px}.meetup-field,.meetup-field-grid{display:grid;gap:8px}.meetup-field-grid{grid-template-columns:1fr 1fr}.meetup-field span{color:#2d1b0fcc;font-size:14px;font-weight:900}.meetup-field input,.meetup-field textarea,.meetup-field select{width:100%;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:#2d1b0f;font-size:14px;font-weight:700;outline:none}.meetup-field input,.meetup-field select{min-height:46px;padding:0 16px}.meetup-field select{appearance:none}.meetup-visibility-select{padding-right:42px;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 20px) 20px,calc(100% - 14px) 20px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.meetup-field textarea{min-height:100px;resize:none;padding:12px 16px;line-height:1.5}.meetup-field input:focus,.meetup-field textarea:focus,.meetup-field select:focus{border-color:#10b981;background:#fff}.meetup-visibility-options{display:grid;gap:8px}.meetup-visibility-options button{border:1px solid #f1f5f9;border-radius:16px;background:#fff;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b;text-align:left}.meetup-visibility-options button.active{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.meetup-visibility-options span{display:grid;gap:2px}.meetup-visibility-options strong{color:#2d1b0f;font-size:13px;font-weight:900}.meetup-visibility-options small{font-size:11px;font-weight:800}.meetup-invite-picker{display:grid;gap:8px}.meetup-invite-picker>span{color:#64748b;font-size:12px;font-weight:900}.meetup-invite-picker button{display:grid;grid-template-columns:auto 1fr auto;gap:2px 10px;align-items:center;border:1px solid #f1f5f9;border-radius:14px;background:#fff;padding:10px 12px;text-align:left}.meetup-invite-picker button.active{border-color:#10b981;background:#ecfdf5}.meetup-invite-picker strong{display:flex;align-items:center;gap:5px;color:#2d1b0f;font-size:13px;font-weight:900}.meetup-invite-picker button>span{display:grid;gap:2px}.meetup-invite-picker small{color:#94a3b8;font-size:11px;font-weight:800}.meetup-invite-picker em{width:20px;height:20px;border-radius:999px;background:#10b981;color:#fff;display:grid;place-items:center;font-style:normal}.meetup-share-backdrop{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a8f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.meetup-share-dialog{width:min(100%,390px);max-height:82vh;display:flex;flex-direction:column;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 24px 60px #0f172a38}.meetup-share-dialog header,.meetup-share-dialog footer{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid #f1f5f9}.meetup-share-dialog footer{border-top:1px solid #f1f5f9;border-bottom:0;background:#f8fafc}.meetup-share-dialog h2{margin:0;color:#1e293b;font-size:17px;font-weight:900}.meetup-share-dialog p,.meetup-share-dialog footer span{margin:3px 0 0;color:#64748b;font-size:12px;font-weight:800}.meetup-share-dialog header button,.meetup-share-dialog footer button{border:0;border-radius:12px;min-height:36px;padding:0 12px;background:transparent;color:#64748b;font-weight:900}.meetup-share-dialog footer button.primary{background:#4f46e5;color:#fff}.meetup-share-dialog footer button:disabled{opacity:.55}.meetup-share-dialog footer div{display:flex;gap:8px}.meetup-share-search{margin:14px;min-height:40px;display:flex;align-items:center;gap:8px;border-radius:14px;border:1px solid #f1f5f9;background:#f8fafc;padding:0 12px;color:#94a3b8}.meetup-share-search input{flex:1;border:0;outline:none;background:transparent;color:#1e293b;font-size:13px;font-weight:700}.meetup-share-list{flex:1;overflow-y:auto;display:grid;gap:8px;padding:0 14px 14px}.meetup-share-list button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:1px solid #f1f5f9;border-radius:14px;background:#fff;padding:10px;text-align:left}.meetup-share-list button.active{border-color:#c7d2fe;background:#eef2ff}.meetup-share-list span{display:grid;gap:2px}.meetup-share-list strong{display:flex;align-items:center;gap:5px;color:#1e293b;font-size:13px;font-weight:900}.meetup-friend-verified{flex:0 0 auto;color:#3b82f6;fill:#3b82f61f}.meetup-friend-gender{flex:0 0 auto;min-height:17px;border-radius:999px;display:inline-flex;align-items:center;padding:0 6px;font-size:10px;font-style:normal;font-weight:900;line-height:1}.meetup-friend-gender.male{background:#eff6ff;color:#3b82f6}.meetup-friend-gender.female{background:#fff1f7;color:#ec4899}.meetup-friend-gender.unknown{background:#f1f5f9;color:#64748b}.meetup-share-list small,.meetup-share-empty{color:#94a3b8;font-size:11px;font-weight:800}.meetup-share-list em{width:20px;height:20px;border-radius:999px;display:grid;place-items:center;background:#4f46e5;color:#fff;font-style:normal}.meetup-detail-backdrop{position:fixed;inset:0;z-index:88;display:flex;align-items:flex-end;justify-content:center;background:#0f172a70;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.meetup-detail-dialog{width:100%;max-width:430px;max-height:86vh;overflow-y:auto;border-radius:24px 24px 0 0;background:#fff7ed;padding:14px;box-shadow:0 -18px 40px #0f172a2e}.meetup-detail-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 2px 12px}.meetup-detail-dialog>header h2{margin:0;color:#2d1b0f;font-size:17px;font-weight:900}.meetup-detail-dialog>header button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #fed7aa;border-radius:999px;background:#fff;color:#9a3412}.meetup-detail-report-action{width:100%;margin-top:10px;border:0;border-radius:12px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#ffffffb8;color:#94a3b8;font-size:12px;font-weight:900}.meetup-detail-report-action:hover{color:#ef4444;background:#fff}.chat-meetup-share-card{min-width:min(248px,68vw);display:flex;flex-direction:column;gap:8px;border-radius:16px;border:1px solid rgba(226,232,240,.9);background:#fff;padding:12px;color:#475569}.chat-meetup-share-card div{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-meetup-share-card div span,.chat-meetup-share-card div strong{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900}.chat-meetup-share-card div span{background:#fffbeb;color:#92400e}.chat-meetup-share-card div strong{background:#ecfdf5;color:#047857}.chat-meetup-share-card h3{margin:0;color:#1e293b;font-size:14px;font-weight:900;line-height:1.35}.chat-meetup-share-card p{margin:0;display:flex;align-items:center;gap:6px;color:#64748b;font-size:12px;font-weight:800}.chat-meetup-share-card button{border:0;min-height:34px;border-radius:12px;background:#4f46e5;color:#fff;font-size:12px;font-weight:900}@media(max-width:380px){.meetup-toolbar{align-items:stretch;flex-direction:column}.meetup-create-button{width:100%}}.avatar-button:not(:disabled),.message-button:not(:disabled),.tab-button:not(:disabled),.segment-tabs button:not(:disabled),.daily-task-card:not(:disabled),.daily-option-list button:not(:disabled),.daily-submit-button:not(:disabled),.figma-primary-button:not(:disabled),.figma-danger-button:not(:disabled),.auth-submit:not(:disabled),.setup-submit:not(:disabled),.avatar-flow-submit:not(:disabled),.dating-submit-button:not(:disabled),.profile-save-button:not(:disabled),.social-post-actions button:not(:disabled),.social-icon-button:not(:disabled),.message-round-button:not(:disabled),.app-back-button:not(:disabled),.conference-date-pills button:not(:disabled),.meetup-filter-tabs button:not(:disabled),.meetup-create-button:not(:disabled),.meetup-primary-action:not(:disabled),.chat-send-button:not(:disabled){transition:transform var(--motion-press),filter var(--motion-feedback),box-shadow var(--motion-feedback),background-color var(--motion-feedback),border-color var(--motion-feedback),color var(--motion-feedback),opacity var(--motion-feedback)}.avatar-button:not(:disabled):active,.message-button:not(:disabled):active,.tab-button:not(:disabled):active,.segment-tabs button:not(:disabled):active,.daily-task-card:not(:disabled):active,.daily-option-list button:not(:disabled):active,.social-post-actions button:not(:disabled):active,.social-icon-button:not(:disabled):active,.message-round-button:not(:disabled):active,.app-back-button:not(:disabled):active,.conference-date-pills button:not(:disabled):active,.meetup-filter-tabs button:not(:disabled):active{transform:translateY(1px) scale(.98);filter:brightness(.98)}.daily-submit-button:not(:disabled):active,.figma-primary-button:not(:disabled):active,.figma-danger-button:not(:disabled):active,.auth-submit:not(:disabled):active,.setup-submit:not(:disabled):active,.avatar-flow-submit:not(:disabled):active,.dating-submit-button:not(:disabled):active,.profile-save-button:not(:disabled):active,.meetup-create-button:not(:disabled):active,.meetup-primary-action:not(:disabled):active,.chat-send-button:not(:disabled):active{transform:translateY(1px) scale(.97);filter:brightness(.98)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.page,.daily-fullscreen-page,.loading-figma-page{animation:none!important;transform:none!important}}.profile-settings-shell{min-height:100dvh;height:100dvh;background:#fff0c5;color:#4e1701;padding:11px 10px 104px}.profile-warning-strip{position:fixed;left:0;right:0;height:11px;z-index:45;pointer-events:none;background:repeating-linear-gradient(120deg,#111 0 24px,#ffc500 24px 48px)}.profile-warning-strip-top{top:0}.profile-warning-strip-bottom{bottom:0}.profile-settings-top{min-height:96px;grid-template-columns:50px 1fr 50px;align-items:center;padding:20px 10px 12px;border-bottom:0;background:transparent;box-shadow:none}.profile-settings-top h1{color:#4e1701;font-size:24px;font-weight:950}.profile-settings-top button{width:50px;height:50px;border:0;background:#fffdf7;color:#8a4a29;box-shadow:0 3px 8px #4e17012e}.profile-tabs{margin:0 15px 14px;padding:10px;border-radius:15px;background:#fffdf7;gap:8px;box-shadow:0 1px 6px #4e170114}.profile-tabs button{min-height:41px;border-radius:15px;color:#8a4a29;font-size:13px}.profile-tabs button.active{color:#4e1701;box-shadow:none}.profile-tabs button.active.conference,.profile-tabs button.active.dating,.profile-tabs button.active.privacy{background:#ffcb5d}.profile-settings-content{padding:0 0 18px;gap:14px}.profile-settings-stack{gap:16px}.profile-card{border:0;border-radius:20px;background:#fffdf7;color:#4e1701;box-shadow:0 8px 20px #4e17011a}.conference-card{width:min(100%,382px);justify-self:center;padding:10px 15px 18px;display:grid;gap:16px}.conference-card-handle{width:56px;height:5px;border-radius:999px;background:#e8ddc5;justify-self:center}.conference-title-block{display:grid;justify-items:center;gap:6px;padding:8px 0 14px;border-bottom:1px solid #eadfcd}.conference-title-block h2{margin:0;color:#4e1701;font-size:24px;line-height:1.25;font-weight:950}.conference-title-block small{color:#a47a58;font-size:13px;font-weight:850}.conference-grid{gap:10px 12px;margin-top:0}.conference-grid>div,.status-row{min-height:69px;border-radius:15px;background:#f3eee2;padding:12px 13px}.conference-grid span,.status-row span{color:#8a4a29}.conference-grid strong,.status-row strong{color:#4e1701}.conference-share-button{width:100%;height:52px;border:0;border-radius:15px;background:#ffcb5d;color:#4e1701;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:17px;font-weight:950}.conference-note{width:min(100%,360px);justify-self:center;color:#8a4a29}.friend-qr-overlay,.friend-confirm-overlay{position:fixed;inset:0;z-index:90;background:#4e170147;display:grid;place-items:center;padding:20px}.friend-qr-card-modal,.friend-confirm-modal{width:min(100%,402px);border:0;border-radius:20px;background:#fffdf7;box-shadow:0 18px 40px #4e170138}.friend-qr-card-modal{min-height:538px;align-content:start;padding:18px 26px 24px}.friend-qr-card-modal header{position:relative;justify-content:center;min-height:40px}.friend-qr-card-modal header span{color:#4e1701;font-size:22px}.friend-qr-card-modal header button{position:absolute;top:4px}.friend-qr-card-modal header button:first-of-type{right:40px}.friend-qr-card-modal header button:last-of-type{right:0}.friend-qr-card-modal .friend-qr-image,.friend-qr-card-modal .friend-qr-placeholder{width:350px;height:350px;max-width:100%;border-radius:18px}.friend-qr-card-modal .friend-qr-token{min-height:44px;border-radius:999px;background:#fff0c5}.friend-qr-card-modal .friend-qr-message{justify-self:center;color:#20a862}.friend-confirm-modal{padding:18px 20px 22px;display:grid;gap:22px}.friend-confirm-modal header{position:relative;display:grid;place-items:center}.friend-confirm-modal h3{margin:0;color:#4e1701;font-size:22px;font-weight:950}.friend-confirm-modal header button{position:absolute;right:0;width:36px;height:36px;border:0;border-radius:50%;background:#fff0c5;color:#8a4a29;display:grid;place-items:center}.friend-confirm-profile{min-height:144px;border-radius:20px;background:#fff;display:grid;grid-template-columns:72px 1fr;align-items:center;gap:14px;padding:18px}.friend-confirm-name{display:flex;align-items:center;gap:8px}.friend-confirm-name strong{min-width:0;overflow:hidden;color:#4e1701;font-size:18px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.friend-confirm-name span{border-radius:7px;padding:3px 8px;font-size:12px;font-weight:950}.friend-confirm-name span.male{background:#c2eeff;color:#008ee8}.friend-confirm-name span.female{background:#ffd7ec;color:#d62d70}.friend-confirm-name span.unknown{background:#ead3ff;color:#7b3db3}.friend-confirm-profile p{margin:8px 0 0;color:#8a4a29;font-size:13px;line-height:1.45;font-weight:750}.friend-confirm-error{margin:-8px 0 0;border-radius:12px;background:#fff0f0;color:#b42318;padding:10px 12px;font-size:13px;font-weight:850}.friend-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.friend-confirm-actions button{height:58px;border:0;border-radius:15px;color:#4e1701;font-size:22px;font-weight:950}.friend-confirm-actions button:first-child{background:#f0ede7}.friend-confirm-actions button:last-child{background:#ffcb05}.friend-confirm-actions button:disabled{opacity:.62}.profile-settings-shell{min-height:100dvh;height:100dvh;overflow:hidden;background:#fff0c5;color:#4e1701;padding:11px 10px 104px}.profile-settings-top{min-height:131px;grid-template-columns:50px 1fr 50px;align-items:center;gap:10px;padding:49px 10px 21px;background:transparent;border-bottom:0;box-shadow:none}.profile-settings-top h1{color:#4e1701;font-size:22px;line-height:1.2;font-weight:900;letter-spacing:0}.profile-settings-top button{width:50px;height:50px;border:0;border-radius:50%;background:#fffdf7;color:#b98068;box-shadow:0 3px 8px #4e170129}.profile-tabs{width:min(100%,372px);min-height:56px;margin:0 auto 20px;padding:10px 20px;border-radius:8px;background:#fff;gap:5px;box-shadow:none}.profile-tabs button{min-height:36px;border-radius:10px;color:#a5a5a5;font-size:15px;font-weight:700;gap:4px;padding:0 5px}.profile-tabs button.active,.profile-tabs button.active.conference,.profile-tabs button.active.dating,.profile-tabs button.active.privacy{background:#ffcb5d;color:#4e1701;box-shadow:none}.profile-settings-content{flex:1;min-height:0;overflow-y:auto;display:grid;align-content:start;gap:20px;padding:0 5px 28px;-webkit-overflow-scrolling:touch}.profile-settings-content>.profile-settings-stack,.profile-dating-panel{width:min(100%,373px);justify-self:center}.profile-settings-stack{display:grid;gap:30px}.profile-friend-search{width:100%;min-height:49px;display:grid;grid-template-columns:24px minmax(0,1fr) 24px 58px;align-items:center;gap:8px;border-radius:10px;background:#fff;padding:0 0 0 12px;color:#b98068}.profile-friend-search input{min-width:0;height:100%;border:0;outline:none;background:transparent;color:#4e1701;font-size:15px;font-weight:700}.profile-friend-search input::placeholder{color:#b98068}.profile-friend-search button{width:58px;height:49px;border:0;border-radius:10px;background:#ffc500;color:#4e1701;font-size:18px;font-weight:900}.conference-card{width:100%;border:0;border-radius:20px;background:#fff;padding:20px 20px 18px;box-shadow:0 4px 12px #4e17012e}.conference-card-handle{width:56px;height:11px;border-radius:999px;background:#eee8da}.conference-title-block{gap:10px;padding:0 0 10px;border-bottom:1px solid #e4dece}.conference-title-block h2{color:#4e1701;font-size:24px;font-weight:900}.conference-title-block small{display:none}.conference-grid{margin-top:0;gap:10px 13px}.conference-grid>div{min-height:69px;border-radius:15px;background:#f0eadf;padding:11px 15px}.conference-grid span{color:#a5a5a5;font-size:14px;font-weight:900}.conference-grid strong{color:#b35d44;font-size:15px;font-weight:900}.conference-share-button{width:100%;height:53px;border-radius:10px;background:#ffcb5d;color:#4e1701;font-size:20px;font-weight:900;box-shadow:0 3px 6px #4e170133}.profile-dating-panel{gap:30px;padding-bottom:12px}.profile-dating-card{width:100%;display:flex;align-items:flex-start;gap:15px;overflow:hidden;border-radius:15px;background:#ffcb5d;padding:20px;color:#552f14}.profile-dating-avatar-column{flex:0 0 94px;width:94px;display:grid;justify-items:center;gap:10px}.profile-dating-avatar-column .custom-avatar{width:94px!important;height:94px!important;border:0;box-shadow:none}.profile-dating-edit-button{width:100%;min-height:29px;border:0;border-radius:5px;background:#a5a5a5;color:#fff;font-size:15px;font-weight:900}.profile-dating-details{flex:1 1 0;min-width:0;display:grid;gap:10px}.profile-dating-name-row{min-width:0;display:flex;align-items:center;gap:10px;padding-left:10px}.profile-dating-name-row strong{flex:1 1 auto;min-width:0;color:#3d1809;font-size:20px;line-height:1.2;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dating-name-row span{flex:0 0 45px;min-height:28px;display:grid;place-items:center;border-radius:5px;font-size:15px;font-weight:900}.profile-dating-name-row span.male{background:#c3efff;color:#149af0}.profile-dating-name-row span.female{background:#ffd8e8;color:#d62d70}.profile-dating-bio{display:grid;gap:5px}.profile-dating-bio>div,.profile-dating-section-head{display:flex;align-items:center;justify-content:space-between}.profile-dating-bio label,.profile-dating-bio span{padding:0 10px;color:#552f14;font-size:14px;font-weight:900}.profile-dating-bio textarea{width:100%;height:74px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;resize:none;outline:none;padding:10px;color:#552f14;font-size:14px;line-height:1.35;font-weight:800}.profile-dating-section{width:100%;display:grid;gap:10px}.profile-dating-section-head{padding:0 10px}.profile-dating-section-head h2{margin:0;color:#3d1809;font-size:18px;font-weight:900}.profile-dating-section-head span{color:#3d1809;font-size:14px;font-weight:900}.profile-dating-section-head strong,.profile-dating-required{color:#d62d2d}.profile-dating-pace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-dating-pace-grid button{min-height:84px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;color:#552f14;padding:10px;display:grid;align-content:center;gap:10px;text-align:left}.profile-dating-pace-grid button.selected{background:#ffc500}.profile-dating-pace-grid strong{font-size:16px;line-height:1.15;font-weight:900}.profile-dating-pace-grid span{font-size:10px;line-height:1.3;font-weight:800}.profile-dating-tag-input-row{min-height:49px;display:grid;grid-template-columns:minmax(0,1fr) 63px;align-items:center;gap:10px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;padding:5px 10px}.profile-dating-tag-input-row input{min-width:0;height:37px;border:0;outline:none;background:transparent;color:#552f14;font-size:14px;font-weight:800}.profile-dating-tag-input-row input::placeholder,.profile-dating-friend-textarea::placeholder,.profile-dating-bio textarea::placeholder{color:#6f6f6f}.profile-dating-tag-input-row button{min-height:39px;border:0;border-radius:4px;background:#ffc500;color:#4e1701;font-size:14px;font-weight:900}.profile-dating-chip-list{display:flex;flex-wrap:wrap;gap:5px}.profile-dating-chip-list button{min-height:29px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;color:#552f14;padding:5px 15px;font-size:14px;font-weight:900}.profile-dating-chip-list button.selected{background:#ffc500}.profile-dating-friend-textarea{width:100%;min-height:151px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;resize:none;outline:none;padding:10px;color:#552f14;font-size:14px;line-height:1.35;font-weight:800}.profile-dating-save-button{width:100%;min-height:59px;border:0;border-radius:15px;background:#d62d2d;color:#fff;font-size:24px;font-weight:900}.profile-dating-save-button:disabled{opacity:.65}.profile-privacy-panel{width:min(100%,402px);gap:25px;justify-self:center;padding:20px 0}.profile-settings-content>.profile-settings-stack.profile-privacy-panel{width:min(100%,402px)}.profile-privacy-section,.profile-password-section{width:100%;display:grid;gap:15px;background:transparent;box-shadow:none}.profile-privacy-section h2,.profile-password-section h2{margin:0;padding:0 20px;color:#3d1809;font-size:20px;line-height:1.25;font-weight:900}.profile-privacy-panel .settings-toggle{grid-template-columns:minmax(0,195px) 44px;justify-content:space-between;gap:0;padding:0 35px}.profile-privacy-panel .settings-toggle span{gap:3px}.profile-privacy-panel .settings-toggle strong{color:#4e1701;font-size:16px;line-height:1.2;font-weight:900}.profile-privacy-panel .settings-toggle small{color:#a7654b;font-size:12px;line-height:1.25;font-weight:800}.profile-privacy-panel .settings-toggle i{width:44px;height:22px;border-radius:16px;background:#a5a5a5;box-shadow:0 0 2px #0000003d}.profile-privacy-panel .settings-toggle i:after{width:18px;height:18px;top:2px;left:2px;box-shadow:0 2px 2px #00230b33}.profile-privacy-panel .settings-toggle input:checked+i{background:#ffc500;box-shadow:none}.profile-privacy-panel .settings-toggle input:checked+i:after{transform:translate(22px)}.profile-block-row{width:100%;min-height:40px;border:0;background:transparent;display:grid;grid-template-columns:minmax(0,195px) 44px;justify-content:space-between;align-items:center;gap:0;padding:10px 35px;color:#b98068;text-align:left}.profile-block-row span{color:#4e1701;font-size:16px;font-weight:900}.profile-block-row strong{color:#ff9300;font-weight:900}.profile-block-sheet-overlay{position:fixed;inset:0;z-index:92;display:flex;align-items:flex-end;justify-content:center;background:#4e17012e}.profile-block-confirm-overlay{z-index:94;align-items:center;padding:20px 25px}.profile-block-sheet,.profile-block-release-sheet{width:min(100%,402px);max-height:calc(100dvh - 22px);overflow:hidden;border-radius:20px 20px 0 0;background:#fffdf7;box-shadow:0 -10px 28px #4e17012e}.profile-block-sheet{height:min(627px,calc(100dvh - 22px));display:flex;flex-direction:column;gap:25px;padding:18px 25px}.profile-block-sheet header,.profile-block-release-sheet header{position:relative;width:100%;min-height:36px;display:flex;align-items:center;justify-content:center}.profile-block-sheet h3,.profile-block-release-sheet h3{margin:0;color:#3d1809;font-size:20px;line-height:1.2;font-weight:900}.profile-block-sheet header button{position:absolute;top:0;right:0;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:#111;display:grid;place-items:center;padding:0}.profile-block-sheet-list{height:533px;min-height:0;display:flex;flex-direction:column;gap:15px;overflow-x:hidden;overflow-y:auto;padding:5px 10px;filter:drop-shadow(0 4px 2px rgba(0,0,0,.25));overscroll-behavior:contain}.profile-block-empty{width:100%;min-height:88px;display:grid;place-items:center;border-radius:15px;background:#fff;color:#4e1701;padding:20px;text-align:center;font-size:16px;font-weight:900;box-shadow:0 5px 5px #0000002e}.profile-block-empty.error,.profile-block-release-error{background:#fff3f3;color:#d62d2d}.blocked-user-card{width:100%;min-height:73px;display:grid;grid-template-columns:54px minmax(0,1fr) 42px;align-items:center;gap:10px;border-radius:15px;background:#fff;padding:10px 20px;box-shadow:0 5px 5px #00000040}.blocked-user-avatar{flex:0 0 auto}.blocked-user-main{min-width:0;display:flex;align-items:center;gap:10px}.blocked-user-main strong,.profile-block-release-name strong{min-width:0;overflow:hidden;color:#4e1701;font-size:16px;line-height:1.2;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.profile-block-gender-badge{flex:0 0 auto;width:45px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:#c3efff;color:#149af0;padding:5px 15px;font-size:15px;line-height:1.2;font-weight:900}.profile-block-gender-badge.female{background:#ffc5fe;color:#d62d98}.blocked-user-release-button{width:42px;min-height:52px;border:0;background:transparent;color:#d62d2d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0}.blocked-user-release-button img{width:31px;height:27px;object-fit:contain}.blocked-user-release-button span{color:#d62d2d;font-size:10px;line-height:1.1;font-weight:900;text-align:center;white-space:nowrap}.blocked-user-release-button:disabled,.profile-block-release-actions button:disabled{opacity:.65}.profile-block-release-sheet{width:min(100%,402px);min-height:443px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:20px;padding:10px 25px 30px}.profile-block-release-body{width:100%;display:flex;flex-direction:column;gap:25px;padding:20px 0 5px}.profile-block-release-card{width:100%;min-height:178px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;border-radius:20px;background:#fff;padding:20px;box-shadow:1px 3px 7.5px #00000040}.profile-block-release-name{width:100%;display:flex;align-items:center;justify-content:center;gap:10px}.profile-block-release-name strong{font-size:20px}.profile-block-release-body>p{margin:0;color:#d62d2d;font-size:20px;line-height:1.2;font-weight:900;text-align:center}.profile-block-release-error{width:100%;border-radius:12px;padding:10px 12px;text-align:center;font-size:14px;font-weight:900}.profile-block-release-actions{width:100%;display:grid;grid-template-columns:minmax(0,95px) minmax(0,1fr);gap:25px}.profile-block-release-actions button{min-height:59px;border:0;border-radius:15px;font-size:20px;font-weight:900;box-shadow:3px 4px 4px #00000040}.profile-block-release-actions button:first-child{background:#f3eee2;color:#4e1701}.profile-block-release-actions button:last-child{background:#d62d2d;color:#fff}.profile-password-section form{display:grid;gap:15px;padding:5px 30px 0}.profile-password-section label{display:grid;gap:5px}.profile-password-section label span{color:#4e1701;font-size:15px;font-weight:400}.profile-password-section input{width:100%;height:44px;border:0;border-radius:5px;background:#fff;outline:none;padding:10px;color:#4e1701;font-size:15px}.profile-password-section input::placeholder{color:#c7c3c3}.profile-password-section button{width:100%;min-height:39px;border:0;border-radius:15px;background:#ffc500;color:#4e1701;font-size:16px;font-weight:900}.profile-password-section button:disabled{opacity:.65}@media(max-width:380px){.profile-tabs{padding-inline:10px}.profile-tabs button{font-size:13px}.profile-dating-card{gap:12px;padding:16px}.profile-dating-avatar-column{flex-basis:84px;width:84px}.profile-dating-avatar-column .custom-avatar{width:84px!important;height:84px!important}}.profile-settings-top{min-height:77px;padding:calc(22px + env(safe-area-inset-top)) 10px 12px}.profile-tab-figma-icon{width:16px;height:16px;display:inline-block;background:currentColor;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_578_2375)'%3e%3cpath%20d='M1.3335%2014C1.3334%2013.1375%201.54251%2012.2878%201.94288%2011.5238C2.34326%2010.7598%202.92295%2010.1043%203.63227%209.61354C4.34158%209.12277%205.15933%208.81136%206.01542%208.70601C6.8715%208.60066%207.74036%208.70451%208.5475%209.00867'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14.2521%2011.084C14.5177%2010.8184%2014.6669%2010.4582%2014.6669%2010.0827C14.6669%209.70709%2014.5177%209.3469%2014.2521%209.08133C13.9866%208.81576%2013.6264%208.66656%2013.2508%208.66656C12.8752%208.66656%2012.5151%208.81576%2012.2495%209.08133L9.57615%2011.756C9.41765%2011.9144%209.30163%2012.1102%209.23881%2012.3253L8.68081%2014.2387C8.66408%2014.296%208.66308%2014.3568%208.67791%2014.4147C8.69274%2014.4726%208.72286%2014.5254%208.76511%2014.5677C8.80737%2014.61%208.8602%2014.6401%208.91809%2014.6549C8.97597%2014.6697%209.03678%2014.6687%209.09415%2014.652L11.0075%2014.094C11.2226%2014.0312%2011.4184%2013.9152%2011.5768%2013.7567L14.2521%2011.084Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.66683%208.66667C8.50778%208.66667%2010.0002%207.17428%2010.0002%205.33333C10.0002%203.49238%208.50778%202%206.66683%202C4.82588%202%203.3335%203.49238%203.3335%205.33333C3.3335%207.17428%204.82588%208.66667%206.66683%208.66667Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_578_2375'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center / contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_578_2375)'%3e%3cpath%20d='M1.3335%2014C1.3334%2013.1375%201.54251%2012.2878%201.94288%2011.5238C2.34326%2010.7598%202.92295%2010.1043%203.63227%209.61354C4.34158%209.12277%205.15933%208.81136%206.01542%208.70601C6.8715%208.60066%207.74036%208.70451%208.5475%209.00867'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14.2521%2011.084C14.5177%2010.8184%2014.6669%2010.4582%2014.6669%2010.0827C14.6669%209.70709%2014.5177%209.3469%2014.2521%209.08133C13.9866%208.81576%2013.6264%208.66656%2013.2508%208.66656C12.8752%208.66656%2012.5151%208.81576%2012.2495%209.08133L9.57615%2011.756C9.41765%2011.9144%209.30163%2012.1102%209.23881%2012.3253L8.68081%2014.2387C8.66408%2014.296%208.66308%2014.3568%208.67791%2014.4147C8.69274%2014.4726%208.72286%2014.5254%208.76511%2014.5677C8.80737%2014.61%208.8602%2014.6401%208.91809%2014.6549C8.97597%2014.6697%209.03678%2014.6687%209.09415%2014.652L11.0075%2014.094C11.2226%2014.0312%2011.4184%2013.9152%2011.5768%2013.7567L14.2521%2011.084Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.66683%208.66667C8.50778%208.66667%2010.0002%207.17428%2010.0002%205.33333C10.0002%203.49238%208.50778%202%206.66683%202C4.82588%202%203.3335%203.49238%203.3335%205.33333C3.3335%207.17428%204.82588%208.66667%206.66683%208.66667Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_578_2375'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center / contain no-repeat}.profile-conference-panel{gap:12px}.profile-dating-section-head .profile-dating-required{color:#d62d2d}.profile-friend-search{min-height:49px;display:grid;grid-template-columns:minmax(0,1fr) 58px;gap:6px;background:transparent;padding:0}.profile-friend-search-field{min-width:0;min-height:49px;display:grid;grid-template-columns:24px minmax(0,1fr) 24px;align-items:center;gap:12px;border-radius:10px;background:#fff;padding:0 12px;color:#b98068}.profile-friend-search-field input{min-width:0;height:100%;border:0;outline:none;background:transparent;color:#4e1701;font-size:15px;font-weight:700}.profile-friend-search-field input::placeholder{color:#b98068}.profile-friend-search .profile-scan-button{width:24px;height:24px;border:0;border-radius:6px;background:transparent;color:#b98068;display:grid;place-items:center;padding:0}.profile-friend-search .profile-search-submit{width:58px;height:49px;border:0;border-radius:10px;background:#ffc500;color:#4e1701;font-size:18px;font-weight:900}.friend-qr-overlay,.friend-confirm-overlay,.friend-scan-overlay{position:fixed;inset:0;z-index:90;display:flex;align-items:flex-end;justify-content:center;padding:0;background:#4e17012e}.friend-scan-overlay{z-index:88}.friend-qr-card-modal,.friend-confirm-modal,.friend-scan-card-sheet{width:min(100%,402px);max-height:calc(100dvh - 22px);overflow-y:auto;border:0;border-radius:20px 20px 0 0;background:#fffdf7;box-shadow:0 -10px 28px #4e17012e}.friend-qr-card-modal{min-height:538px;display:flex;flex-direction:column;align-items:center;gap:20px;padding:18px 25px 24px}.friend-qr-card-modal header,.friend-confirm-modal header,.friend-scan-sheet-header{position:relative;width:100%;min-height:36px;display:flex;align-items:center;justify-content:center}.friend-qr-card-modal header span,.friend-confirm-modal h3,.friend-scan-sheet-header h3{margin:0;color:#3d1809;font-size:20px;line-height:1.2;font-weight:900}.friend-qr-card-modal header button,.friend-confirm-modal header button,.friend-scan-sheet-header button{position:absolute;top:0;right:0!important;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:#8aa0bb;display:grid;place-items:center;padding:0}.friend-qr-card-modal .friend-qr-image,.friend-qr-card-modal .friend-qr-placeholder{width:350px;height:350px;max-width:100%;border:1px solid #d9d9d9;border-radius:10px;background:#fffdf7;box-shadow:2px 4px 13px #00000040}.friend-qr-card-modal .friend-qr-placeholder{display:grid;place-items:center;color:#000;font-size:32px;font-weight:900}.friend-qr-card-modal .friend-qr-token{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #f6eee5;border-radius:15px;background:#fff;padding:10px}.friend-qr-card-modal .friend-qr-token code{min-width:0;overflow:hidden;color:#3d1809;font-family:inherit;font-size:20px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.friend-qr-card-modal .friend-qr-token button{flex:0 0 24px;width:24px;height:24px;border:0;background:transparent;color:#cf9850;display:grid;place-items:center;padding:0}.friend-qr-card-modal .friend-qr-message{min-height:35px;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:-5px 0 0;color:#2ca147;font-size:18px;font-weight:900}.friend-confirm-modal{display:flex;flex-direction:column;gap:25px;padding:18px 25px 20px}.friend-confirm-profile{width:100%;height:268px;display:flex;flex-direction:column;align-items:stretch;gap:15px;border-radius:20px;background:#fff;padding:15px 0;box-shadow:0 3px 5px #00000040}.friend-confirm-profile>div{min-width:0}.friend-confirm-profile>div:last-child{display:flex;flex-direction:column;gap:15px}.friend-confirm-name{display:grid;grid-template-columns:60px minmax(0,1fr) 45px;align-items:center;gap:15px;padding:0 15px 5px 20px}.friend-confirm-name .custom-avatar{width:60px!important;height:60px!important;border:0;box-shadow:none}.friend-confirm-name strong{min-width:0;overflow:hidden;color:#4e1701;font-size:24px;line-height:1.2;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.friend-confirm-name span{width:45px;min-height:28px;display:grid;place-items:center;border-radius:5px;padding:5px 10px;font-size:15px;font-weight:900}.friend-confirm-profile p{height:171px;overflow-y:auto;margin:0 10px;border-radius:10px;padding:34px 10px 10px;color:#552f14;font-size:14px;line-height:1.2;font-weight:900;position:relative}.friend-confirm-profile p:before{content:"公開簡介";position:absolute;top:5px;left:10px;color:#4e1701;font-size:14px;font-weight:900}.friend-confirm-actions{display:flex;gap:25px;padding:0 10px}.friend-confirm-actions button{flex:1 1 0;min-width:0;min-height:41px;border:0;border-radius:15px;color:#4e1701;font-size:18px;font-weight:900;box-shadow:3px 4px 4px #00000040}.friend-confirm-actions button:first-child{background:#f3eee2}.friend-confirm-actions button:last-child{background:#ffcb5d}.friend-scan-card-sheet{display:grid;gap:16px;padding:18px 25px 24px}.friend-scan-card-sheet .friend-scan-icon{display:none}.friend-scan-card-sheet>div:nth-of-type(2) p{margin:0;color:#8a4a29;font-size:13px;line-height:1.45;font-weight:800;text-align:center}.friend-scan-card-sheet .friend-scan-camera{border-radius:16px}.friend-scan-page{position:absolute;inset:0;z-index:86;overflow:hidden;isolation:isolate;background:#f5f5f5}.friend-scan-page .profile-warning-strip{position:absolute;z-index:3}.friend-scan-page-video{position:absolute;inset:11px 0;z-index:0;width:100%;height:calc(100% - 22px);background:#1f2937;object-fit:cover}.friend-scan-page-back{position:absolute;z-index:2;top:34px;left:19px;width:60px;height:60px;display:grid;place-items:center;border:0;border-radius:50%;background:#fffdf7;box-shadow:0 2px 3px #4e170133;color:#b98068;padding:0}.friend-scan-page-share{position:absolute;z-index:2;right:15px;bottom:29px;left:15px;min-height:57px;border:0;border-radius:15px;background:#ffcb5d;box-shadow:3px 4px 4px #00000040;color:#4e1701;font-size:20px;font-weight:900}.friend-scan-page-loading{position:absolute;z-index:1;top:50%;right:20px;left:20px;margin:0;color:#fffdf7;font-size:15px;font-weight:900;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.55)}.friend-scan-page-fallback{position:absolute;z-index:1;top:116px;right:20px;left:20px;display:grid;gap:12px;border-radius:20px;background:#fffdf7;box-shadow:0 8px 22px #4e170138;padding:20px}.friend-scan-page-fallback>div{display:flex;align-items:center;justify-content:center;gap:8px;color:#4e1701}.friend-scan-page-fallback p{margin:0;font-size:14px;font-weight:800;line-height:1.45}.friend-scan-page-fallback>button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #f6d99b;border-radius:15px;background:#fff8e3;color:#8a4a29;font-size:15px;font-weight:900}.friend-scan-page-manual-input{display:grid;gap:10px}.friend-scan-page-manual-input label{min-height:46px;display:flex;align-items:center;gap:8px;border:1px solid #ead8c8;border-radius:15px;background:#fff;color:#8a4a29;padding:0 12px}.friend-scan-page-manual-input input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#4e1701;font-size:15px;font-weight:800}.friend-scan-page-manual-input label button{width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#8a4a29;padding:0}.friend-scan-page-manual-input>button{min-height:44px;border:0;border-radius:15px;background:#ffcb5d;color:#4e1701;font-size:16px;font-weight:900}.friend-scan-page-message{position:absolute;z-index:2;right:20px;bottom:98px;left:20px;display:flex;justify-content:center;gap:7px;margin:0;color:#2ca147;font-size:15px;font-weight:900}.friend-scan-page-status,.friend-scan-page-error{position:absolute;z-index:2;right:20px;left:20px;display:flex;align-items:center;justify-content:center;gap:7px;margin:0;border-radius:12px;padding:9px 12px;font-size:14px;font-weight:900;text-align:center}.friend-scan-page-status{bottom:98px;background:#3d1809b8;color:#fffdf7}.friend-scan-page-error{bottom:142px;background:#fffdf7f0;color:#b42318}.friend-confirm-profile{justify-content:flex-start}.friend-confirm-profile>.friend-confirm-intro{width:100%;display:flex;flex-direction:column;gap:5px;padding:0 10px}.friend-confirm-intro>strong{padding:0 10px;color:#4e1701;font-size:14px;font-weight:900}.friend-confirm-intro p{height:132px;overflow-y:auto;margin:0;border-radius:10px;padding:10px;color:#552f14;font-size:14px;line-height:1.2;font-weight:900;position:static}.friend-confirm-intro p:before{content:none}.social-profile-shell{position:absolute;inset:0;z-index:86;display:flex;flex-direction:column;overflow:hidden;background:#fff0c5;color:#4e1701}.social-profile-shell .profile-warning-strip{position:absolute;z-index:4}.social-profile-topbar{flex:0 0 auto;min-height:77px;display:grid;grid-template-columns:50px 1fr 50px;align-items:center;padding:calc(22px + env(safe-area-inset-top)) 10px 12px}.social-profile-topbar button{width:50px;height:50px;display:grid;place-items:center;border:0;border-radius:50%;background:#fffdf7;color:#b98068;box-shadow:0 2px 3px #4e170133}.social-profile-topbar h1{margin:0;color:#4e1701;font-size:22px;font-weight:900;text-align:center}.app-back-button{width:50px;height:50px;border:0;border-radius:50%;background:#fffdf7;color:#b78267;box-shadow:0 2px 3px #4e170133;display:grid;place-items:center;padding:0}.app-back-button img{width:13px;height:22px;display:block}.social-profile-state{flex:1;display:grid;place-items:center;padding:24px;font-weight:800;text-align:center}.social-profile-state.error,.social-profile-notice.error{color:#b42318}.social-profile-content,.social-profile-dating{flex:1;min-height:0;overflow-y:auto;padding:0 10px calc(34px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}.social-profile-hero{display:flex;flex-direction:column;align-items:center;padding:14px 20px}.social-profile-name{display:flex;align-items:center;gap:10px;margin-top:10px}.social-profile-name h2,.social-profile-dating-card h2{margin:0;color:#3d1809;font-size:20px;font-weight:900}.social-profile-gender{min-width:45px;min-height:28px;display:grid;place-items:center;border-radius:5px;background:#c3efff;color:#149af0;font-size:15px;font-weight:900}.social-profile-gender.female{background:#ffd7ec;color:#d62d70}.social-profile-hero>p{margin:8px 0 0;color:#552f14;font-size:14px;font-weight:700;text-align:center}.social-profile-actions{width:100%;margin-top:16px;display:grid;gap:10px}.social-profile-tools,.social-profile-pair{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.social-profile-pair{grid-template-columns:1fr 1fr}.social-profile-tools button,.social-profile-pair button,.social-profile-primary,.social-profile-disabled{min-height:40px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:15px;background:#f3eee2;color:#4e1701;box-shadow:2px 2px 4px #00000040;font-size:14px;font-weight:900}.social-profile-tools .report{background:#ffd9d9;color:#d62d2d}.social-profile-primary{width:100%;background:#ffc500}.social-profile-primary.neutral{background:#f3eee2}.social-profile-pair button:last-child{background:#ffcb5d}.social-profile-disabled{background:#e1e1e1;box-shadow:none}.social-profile-notice{margin:0 10px 10px;border-radius:12px;background:#fffdf7;padding:9px 12px;color:#2ca147;font-size:13px;font-weight:800;text-align:center}.social-profile-tabs{display:grid;grid-template-columns:repeat(4,1fr);min-height:41px;background:#fffdf7;border-radius:10px;overflow:hidden}.social-profile-tabs button{border:0;background:transparent;color:#a9a9a9;font-size:15px;font-weight:900}.social-profile-tabs button.active{background:#ffcb5d;color:#4e1701;border-radius:10px}.social-profile-list{display:grid;gap:10px;padding-top:10px}.social-profile-post,.social-profile-comment,.social-profile-meetup,.social-profile-task{border-radius:15px;background:#fffdf7;padding:20px;box-shadow:0 2px 5px #4e170124}.social-profile-post>span,.social-profile-task>span{display:inline-flex;border-radius:14px;background:#ffcb5d;padding:5px 15px;font-size:14px;font-weight:900}.social-profile-post p,.social-profile-comment p,.social-profile-meetup p,.social-profile-task p{color:#552f14;font-size:14px;font-weight:700;line-height:1.45;white-space:pre-wrap}.social-profile-post footer{display:flex;align-items:center;gap:13px;border-top:1px solid #e2d6c8;padding-top:10px;color:#8a4a29;font-size:12px}.social-profile-post em{display:inline-flex;align-items:center;gap:3px;margin-left:auto;font-style:normal}.social-profile-post em+em{margin-left:0}.social-profile-comment small,.social-profile-comment time,.social-profile-meetup small,.social-profile-task time{color:#8a4a29;font-size:12px;font-weight:700}.social-profile-task h3{margin:12px 0 0;color:#3d1809;font-size:16px}.social-profile-image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0}.social-profile-image-grid img{width:100%;aspect-ratio:1;border-radius:4px;object-fit:cover}.social-profile-empty{min-height:140px;display:grid;place-items:center;border-radius:15px;background:#fffdf7;color:#8a4a29;font-weight:800;text-align:center}.social-profile-dating{display:grid;align-content:start;gap:20px}.social-profile-dating-card{display:grid;grid-template-columns:94px minmax(0,1fr);align-items:center;gap:15px;border-radius:20px;background:#ffcb5d;padding:20px}.social-profile-dating-card>div{min-width:0}.social-profile-dating-card p,.social-profile-detail-section p{margin:8px 0 0;color:#552f14;font-size:14px;font-weight:700;line-height:1.35}.social-profile-detail-section h3{margin:0;color:#4e1701;font-size:20px}.social-profile-detail-section{border-radius:15px;background:#fffdf7;padding:16px 20px}.social-profile-dialog-backdrop{position:absolute;inset:0;z-index:95;display:flex;align-items:flex-end;background:#4e17013d}.social-profile-dialog{width:100%;border-radius:20px 20px 0 0;background:#fffdf7;padding:18px 25px;display:grid;gap:16px}.social-profile-dialog.small{margin:auto 25px;border-radius:20px}.social-profile-dialog header{display:flex;align-items:center;justify-content:space-between}.social-profile-dialog header span{display:inline-flex;align-items:center;gap:10px;color:#4e1701;font-size:24px;font-weight:900}.social-profile-dialog header button{border:0;background:transparent;color:#8aa0bb}.social-profile-dialog>p{margin:0;color:#8a4a29;font-size:14px;font-weight:700}.social-profile-reasons{display:flex;flex-wrap:wrap;gap:10px}.social-profile-reasons button{border:0;border-radius:15px;background:#f3eee2;padding:6px 16px;color:#4e1701;font-size:14px;font-weight:800}.social-profile-reasons button.active{background:#ffcb5d}.social-profile-dialog textarea{min-height:166px;resize:none;border:0;border-radius:15px;background:#f3eee2;padding:20px;color:#4e1701;font:inherit}.social-profile-dialog>small{justify-self:end;color:#8a4a29}.social-profile-dialog footer{display:grid;grid-template-columns:1fr 1fr;gap:25px}.social-profile-dialog footer button{min-height:42px;border:0;border-radius:15px;background:#f3eee2;color:#4e1701;box-shadow:3px 4px 4px #00000040;font-size:18px;font-weight:900}.social-profile-dialog footer button:last-child{background:#d62d2d;color:#fff}.social-profile-dialog:not(.small) footer button:last-child{background:#ffcb5d;color:#4e1701}
