*{box-sizing:border-box}:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#182a23;background:#f5f8f6;font-synthesis:none;--green:#0b825a;--tint:#e7f4ed;--orange:#c94f13;--border:#dee8e1;--muted:#718077}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{border:0;background:transparent;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}img{max-width:100%;object-fit:cover}input:not([type=checkbox]),select,textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px;background:#f7faf8;color:#243b30;outline:none;min-width:0}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #0b825a15}label{display:block;font-size:14px;font-weight:600;margin:17px 0}label input,label textarea,label select{display:block;margin-top:8px}input[type=checkbox]{accent-color:var(--green);width:20px;height:20px;flex:0 0 20px;margin:0}.check-line{display:flex;align-items:flex-start;gap:12px;font-weight:400;line-height:1.7;margin:18px 0}h1{font-size:30px;letter-spacing:-.6px;line-height:1.3;margin:10px 0 16px}h2{font-size:21px;line-height:1.4;margin:8px 0 14px}h3{font-size:16px;line-height:1.45;margin:7px 0}p{line-height:1.75;margin:9px 0}small{font-size:12px;line-height:1.6}.muted{color:var(--muted);font-size:13px}.pre{white-space:pre-wrap;overflow-wrap:anywhere}.shell{min-height:100vh}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 max(24px,calc((100vw - 1100px)/2));position:sticky;top:0;z-index:20}.brand{font-weight:800;font-size:22px;color:var(--green);white-space:nowrap}.top-actions{display:flex;align-items:center;gap:20px}.account{font-size:13px}.avatar{display:inline-flex;width:44px;height:44px;border-radius:50%;background:#e5f3eb;color:var(--green);font-weight:700;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}.avatar.tiny{width:28px;height:28px;font-size:13px}.avatar.mini{width:22px;height:22px;font-size:11px}.avatar.large{width:76px;height:76px;font-size:32px;background:#fff2;color:#fff}main{max-width:1100px;margin:auto;padding:30px 24px 12px;min-height:60vh}section{min-width:0}.narrow{max-width:720px;margin:auto}.page-heading,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:7px 0 18px}.page-heading>div,.section-heading>div{min-width:0}.page-heading h1{margin:5px 0}.eyeline{font-size:13px;color:var(--green);display:flex;align-items:center;gap:5px;margin:0}.primary,.outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:13px 20px;min-height:46px;font-weight:650;font-size:14px;line-height:1.45;text-align:center}.primary{background:var(--green);color:#fff;border:1px solid var(--green)}.primary:hover{background:#066846}.outline{border:1px solid #bed7c9;background:#fff;color:var(--green)}.wide{width:100%;margin-top:16px}.text-button{color:var(--green);font-weight:600;padding:10px 0}.danger-text{color:#c63c33;padding:12px 0}.actions{display:flex;gap:10px;margin:18px 0}.actions>*{flex:1;min-width:0}.back{color:var(--green);padding:8px 0}.card{padding:24px;background:#fff;border-radius:22px;margin-bottom:22px;box-shadow:0 2px 8px #223f2a04;border:1px solid #eef3ef;min-width:0;overflow-wrap:anywhere}.row,.item-row,.member-row{display:flex;gap:16px;align-items:center;min-width:0}.item-row,.member-row{padding:17px 0;border-bottom:1px solid var(--border)}.item-row:last-child,.member-row:last-child{border-bottom:none}.grow{flex:1;min-width:0}.thumb{width:72px;height:72px;border-radius:13px;flex-shrink:0}.tag{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;background:var(--tint);color:var(--green);font-size:12px;border-radius:24px;line-height:1.5}.tag.warning,.warning{background:#fff1e6;color:#bd4c14}.soft{background:#f4f7f5}.notice{border-radius:16px;background:#eaf4ee;color:#377254;padding:17px 20px;margin:18px 0;line-height:1.75;font-size:13px}.notice.warning{background:#fff1e6;color:#b84d15}.tint{background:var(--tint)}.error-banner{position:fixed;top:76px;left:50%;transform:translate(-50%);max-width:90vw;display:flex;align-items:center;gap:16px;padding:14px 20px;box-shadow:0 8px 35px #0002;background:#fff0ec;color:#ab3521;z-index:99;border:1px solid #e9b9ad;border-radius:14px}.empty{text-align:center;padding:55px 20px;color:var(--muted)}.empty a,.empty button{margin:10px}.mock-note{text-align:center;color:#8b9790;font-size:11px;margin:35px 0 115px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:min(100%,780px);height:78px;padding-bottom:env(safe-area-inset-bottom,0px);background:#ffffffed;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:24px 24px 0 0;display:flex;justify-content:space-around;align-items:center;z-index:30}.bottom-nav a{color:#87928b;display:flex;align-items:center;flex-direction:column;gap:4px;min-width:52px}.bottom-nav a.active{color:var(--green);font-weight:700}.nav-icon{position:relative}.bottom-nav .publish .nav-icon{width:47px;height:47px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;margin-top:-22px}.dot{position:absolute;background:#d8583b;color:#fff;border:2px solid #fff;border-radius:20px;top:-9px;left:16px;font-size:9px;padding:1px 4px}.searchbar{display:flex;gap:12px;align-items:center;border:1px solid var(--border);border-radius:16px;background:#fff;padding:4px 14px;margin:16px 0}.searchbar input{border:none;background:none;box-shadow:none;margin:0;padding:12px 0}.searchbar select{width:86px;border:none;background:var(--tint);padding:9px}.hero{background:#e6f2ea;display:flex;align-items:center;justify-content:space-between;padding:32px 38px;border-radius:24px;margin:25px 0;gap:25px}.hero h2{font-size:32px;line-height:1.5;letter-spacing:-1px;margin:14px 0}.hero p{color:#698173;font-size:13px}.hero img{width:34%;height:230px;object-fit:cover;border-radius:65px 18px}.chips{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:18px 0}.chips button{padding:10px 17px;border-radius:30px;background:#fff;border:1px solid var(--border);font-size:14px}.chips button.selected{color:#fff;background:var(--green);border-color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.item-card{background:#fff;border:1px solid #e9f0eb;border-radius:18px;overflow:hidden;min-width:0}.item-card>a>img{display:block;width:100%;height:175px}.item-content{padding:10px 13px 4px}.item-content h3{font-size:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px;margin:3px 0}.item-content p{font-size:12px;margin:6px 0}.want{display:block;color:#be5b25;background:#fff3e9;padding:5px 8px;border-radius:8px;font-size:11px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.item-card footer{display:flex;align-items:center;justify-content:space-between;padding:10px 13px;font-size:11px;color:#758478}.item-card footer>a{display:flex;align-items:center;gap:5px;min-width:0}.hearted{fill:#e3696e;color:#e3696e}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.product-main{border-radius:24px;width:100%;aspect-ratio:1;position:sticky;top:100px}.detail-grid h1{margin-top:18px}.photo-upload{display:block;position:relative;max-width:260px;cursor:pointer}.photo-upload img{width:100%;height:180px;border-radius:18px}.photo-upload span{position:absolute;bottom:16px;left:14px;right:14px;display:flex;align-items:center;justify-content:center;gap:8px;background:#fffd;border-radius:12px;padding:10px}.photo-upload input{position:absolute;width:100%;height:100%;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.step-nav{display:flex;background:#fff;border-radius:18px;padding:7px;gap:5px;margin:20px 0}.step-nav button{flex:1;padding:12px;border-radius:14px;color:#7a897e}.step-nav button.active{background:var(--green);color:#fff;font-weight:650}.filters{display:flex;gap:16px}.filters label{flex:1;min-width:0;margin:0}.recommend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.recommendation{margin:0}.exchange-summary{display:grid;grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr);align-items:center;gap:14px;margin:22px 0}.exchange-summary>div{min-width:0}.exchange-summary img{width:100%;height:125px;border-radius:14px;margin:8px 0}.exchange-summary small,.exchange-summary strong{display:block;font-size:13px;overflow-wrap:anywhere}.exchange-summary small{color:var(--muted);font-weight:400}.exchange-summary>svg{color:var(--green)}.mini-photos{display:flex;gap:5px}.mini-photos img{min-width:0;flex:1;width:50%;object-fit:cover}.flow-rows{background:#f6f9f7;border-radius:14px;padding:12px}.flow-rows>div{display:grid;grid-template-columns:68px 16px 68px minmax(0,1fr);gap:8px;padding:8px 0;align-items:center;font-size:12px}.flow-rows small{text-align:right;color:#809186}.flow-rows svg{color:var(--green)}.people{display:flex;justify-content:space-around;flex-wrap:wrap;gap:15px;padding:16px 0}.people>span{display:flex;flex-direction:column;align-items:center;gap:5px;min-width:58px}.people small{font-size:11px}.flow-tabs{display:flex;gap:9px;overflow:auto;margin:18px -4px 22px;padding:7px 4px}.flow-tabs a{white-space:nowrap;padding:9px 15px;border-radius:20px;border:1px solid var(--border);font-size:13px;background:#fff}.flow-tabs a.active{background:var(--green);color:#fff;border-color:var(--green)}.status-hero{display:flex;align-items:center;justify-content:space-between;padding:28px;border-radius:22px;background:var(--tint);color:var(--green);margin:25px 0}.status-hero h2{font-size:32px;margin:5px 0}.status-hero p{font-size:13px}.two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.two-cols p{font-size:12px}.chat-box{height:calc(100vh - 330px);height:calc(100dvh - 330px);min-height:300px;display:flex;flex-direction:column;gap:17px;padding:18px 0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.chat-box>article:first-child{margin-top:auto}.bubble{background:#fff;border-radius:4px 18px 18px;padding:14px 18px;max-width:84%;align-self:flex-start;overflow-wrap:anywhere}.bubble.self{align-self:flex-end;background:#dff1e7;border-radius:18px 4px 18px 18px}.bubble small{color:#6f8577}.chat-form{position:sticky;bottom:92px;background:#f5f8f6ee;padding:12px 0}.success{text-align:center;padding:30px 10px}.success-icon{display:inline-flex;align-items:center;justify-content:center;background:var(--green);border-radius:50%;width:85px;height:85px;color:#fff;margin:15px}.timeline article{display:flex;gap:20px;position:relative;padding:6px 0 25px}.timeline article:before{content:"";position:absolute;left:8px;top:18px;width:1px;height:100%;background:var(--border)}.timeline article:last-child:before{display:none}.timeline-dot{display:inline-block;width:17px;height:17px;flex:0 0 17px;border-radius:50%;background:var(--green);position:relative;margin-top:3px}.timeline strong{font-size:14px}.profile-hero{background:#0f7657;border-radius:22px;color:#fff;padding:30px;text-align:center;margin-bottom:24px}.profile-stats{display:flex;justify-content:center;gap:60px;padding:14px}.profile-stats span{display:flex;flex-direction:column;font-size:12px;gap:7px}.profile-stats strong{font-size:23px}.menu>a{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--border);gap:16px}.menu>a:last-child{border:0}.login-head{text-align:center;padding:15px}.login-head h1{font-size:30px}.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.account-choice{display:flex;flex-direction:column;gap:9px;margin:0;padding:20px 10px}.account-choice:hover{border-color:var(--green);background:var(--tint)}.account-choice small{color:var(--muted)}.map-panel{height:380px;position:relative;background:repeating-linear-gradient(20deg,transparent 0 90px,#fff 90px 104px,transparent 104px 145px),repeating-linear-gradient(95deg,#eaf0e3 0,#eaf0e3 70px,#d4e6de 70px,#d4e6de 115px,#fff 115px,#fff 129px,#e9eee5 129px,#e9eee5 200px);border-radius:20px;border:1px solid var(--border);overflow:hidden;margin:20px 0}.map-panel>p{position:absolute;top:0;left:0;right:0;padding:7px 15px;margin:0;background:#fffffff2;font-size:12px;color:#6f8175;z-index:1}.map-panel.compact{height:150px;display:grid;place-items:center}.map-pin{position:absolute;transform:translate(-50%,-50%);background:#fff;border:2px solid var(--green);border-radius:12px;width:52px;height:52px;padding:2px;box-shadow:0 3px 10px #17352522}.map-pin img{width:100%;height:100%;border-radius:8px}.map-pin:focus{outline:3px solid #ffad5c}@media(max-width:850px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero h2{font-size:29px}.detail-grid{gap:20px}.recommend-grid{grid-template-columns:1fr}.hero img{height:210px}}@media(max-width:600px){.topbar{height:60px;padding:0 16px}.brand{font-size:19px}.top-actions{gap:8px}.desktop{display:none}.account{max-width:145px;overflow:hidden;white-space:nowrap}main{padding:22px 16px 8px}h1{font-size:24px}h2{font-size:19px}.page-heading{gap:10px}.page-heading>.primary,.page-heading>.outline{padding:10px 13px;font-size:12px;min-height:40px;flex-shrink:0}.page-heading>.tag{max-width:120px;font-size:11px}.hero{padding:22px;gap:15px}.hero h2{font-size:24px}.hero small,.hero p{font-size:11px}.hero>div{flex:1}.hero img{width:33%;height:175px;border-radius:40px 14px}.hero .primary{font-size:11px;padding:10px;min-height:42px;white-space:normal}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.item-card>a>img{height:145px}.item-content{padding:10px 10px 3px}.item-card footer{padding:9px 10px}.item-content h3{font-size:14px;min-height:40px}.item-content p{font-size:11px}.item-card footer>a{max-width:105px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:10px}.chips{gap:7px}.chips button{padding:9px 13px;font-size:12px}.card{padding:19px;border-radius:19px;margin-bottom:18px}.detail-grid{grid-template-columns:1fr}.product-main{position:static;max-height:360px}.detail-grid h1{font-size:25px}.primary,.outline{font-size:13px;padding:12px 15px;min-height:44px}.filters{gap:10px;flex-wrap:wrap}.filters label{flex:1 1 100px;font-size:12px}.filters select{padding:11px 9px;font-size:13px}.exchange-summary{gap:10px}.exchange-summary img{height:105px}.exchange-summary strong{font-size:12px}.flow-rows{padding:10px}.flow-rows>div{grid-template-columns:50px 14px 50px minmax(0,1fr);gap:5px;font-size:11px}.flow-rows small{font-size:10px}.member-row{gap:11px;align-items:flex-start}.member-row>.tag{font-size:10px;max-width:88px;text-align:center}.member-row .avatar{width:37px;height:37px}.member-row .muted{font-size:11px}.thumb{width:62px;height:62px}.item-row{gap:12px;flex-wrap:wrap}.item-row .grow{min-width:120px}.status-hero{padding:22px}.status-hero h2{font-size:29px}.account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stats{gap:20px}.bottom-nav{border-radius:0;height:74px;padding-bottom:env(safe-area-inset-bottom,0px)}.bottom-nav small{font-size:11px}.bottom-nav .publish .nav-icon{width:44px;height:44px}.mock-note{margin-bottom:105px}.error-banner{top:64px;font-size:13px}.chat-form{bottom:80px}.map-panel{height:350px}.map-pin{width:45px;height:45px}.step-nav button{font-size:13px;padding:10px}.actions{flex-wrap:wrap}.actions>*{flex:1 1 110px}.success h1{font-size:24px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.category-chips{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.category-chips::-webkit-scrollbar{display:none}.category-chips button{white-space:nowrap;flex-shrink:0}.saved{display:flex;justify-content:space-between;align-items:center}.saved button{font-size:20px}.error-banner{overflow-wrap:anywhere}.photo-strip{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}.photo-strip img{width:110px;height:90px;object-fit:contain;border-radius:10px;background:var(--bg,#f5f8f5);max-width:100%}.photo-strip>div{display:flex;flex-direction:column;align-items:center;gap:6px}.photo-strip button{font-size:12px;color:#ab401a}.evidence img{width:150px;height:auto;max-height:200px}.bubble .photo-strip{margin-bottom:0}.photo-picker{margin-top:14px}.photo-grid{display:flex;flex-wrap:wrap;gap:9px}.photo-cell{position:relative;width:78px;height:78px;border-radius:12px;overflow:hidden;background:#f2f6f2;flex:0 0 78px}.photo-cell img{width:100%;height:100%;object-fit:cover;border-radius:12px}.photo-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;min-height:0;border-radius:50%;background:#0009;color:#fff;padding:0}.photo-add{position:relative;margin:0;width:78px;height:78px;flex:0 0 78px;border:1.5px dashed #b9cfc2;border-radius:12px;background:#f7faf8;display:flex;align-items:center;justify-content:center;color:#9db3a5;cursor:pointer}.photo-add:active{background:#eef4f0}.photo-add.busy{opacity:.5;cursor:not-allowed}.photo-add input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;border:0;padding:0;background:none;margin:0;font-size:0}.photo-hint{margin:8px 0 0}.chat-composer{display:flex;flex-direction:column;gap:7px;background:#fff;border-radius:18px;padding:8px;box-shadow:0 1px 8px #16351f14}.chat-attachments{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:2px 2px 0}.chat-attachments .photo-cell{width:64px;height:64px;flex-basis:64px;border-radius:10px}.chat-attachments .photo-remove{top:3px;right:3px;width:20px;height:20px}.chat-input-row{display:flex;gap:8px;align-items:center}.chat-input-row>input{flex:1}.attach-btn{width:42px;height:42px;min-height:0;flex:0 0 42px;border-radius:13px;background:#edf4ef;color:var(--green);padding:0}.attach-btn:active{background:#dcece3}.attach-btn.busy,.attach-btn:disabled{opacity:.5;cursor:not-allowed}.photo-file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;border:0;padding:0;margin:0}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;cursor:zoom-out}.lightbox img{max-width:100%;max-height:86vh;object-fit:contain;border-radius:10px}.lightbox-close{position:absolute;top:18px;right:18px;width:40px;height:40px;min-height:0;border-radius:50%;background:#ffffff2b;color:#fff}.zoomable{cursor:zoom-in}.dm-entry{flex:1;min-width:0;align-items:flex-start;padding:2px 0}.dm-entry .grow{min-width:0}.dm-entry strong{display:block}.dm-preview{display:block;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dm-meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.dm-dot{background:#d8583b;color:#fff;border-radius:12px;font-size:10px;font-weight:700;padding:2px 8px;line-height:1.5}.danger-outline{color:#c63c33;border-color:#e6bdb4}.generated-media{object-fit:contain}.asset-icon{display:inline-block;object-fit:contain!important;flex-shrink:0;vertical-align:middle;border-radius:0!important;padding:0!important;background:transparent!important}.illustrated-avatar{overflow:hidden;background:#e8f2eb;vertical-align:middle;outline:1px solid #153c2110}.illustrated-avatar>img{display:block;width:100%;height:100%;object-fit:contain!important;border-radius:inherit}.illustrated-avatar.large{width:90px;height:90px;background:#eaf3eb;box-shadow:0 3px 18px #053d2820;border:3px solid #ffffffb3}.avatar.tiny.illustrated-avatar{width:32px;height:32px}.avatar.mini.illustrated-avatar{width:25px;height:25px}.item-card>a>img.generated-media{object-fit:contain;padding:12px;background:#f3f7f3}.product-main.generated-media{object-fit:contain;padding:28px;background:#edf3ed}.thumb.generated-media{object-fit:contain;background:#f2f6f2;padding:5px}.exchange-summary img.generated-media{object-fit:contain;background:#f2f6f2;padding:7px}.hero img.hero-art{object-fit:contain;background:transparent;border-radius:0;padding:0;filter:drop-shadow(0 12px 12px #16342218)}.person-label{display:inline-flex;gap:10px;align-items:center;min-width:0}.menu .person-label{flex:1}.bottom-nav .nav-icon .asset-icon{width:31px!important;height:31px!important;transition:filter .15s,transform .15s}.bottom-nav a:not(.active):not(.publish) .asset-icon{filter:saturate(.35);opacity:.7}.bottom-nav a.active .asset-icon{filter:none;opacity:1;transform:translateY(-1px)}.bottom-nav .publish .nav-icon{background:transparent!important;box-shadow:none!important}.bottom-nav .publish .nav-icon .asset-icon{width:47px!important;height:47px!important}.category-chips{gap:12px;padding:12px 0 17px}.category-chips button{display:flex;flex-direction:column;gap:7px;min-width:82px;border-radius:16px;background:#fff;border:1px solid var(--border);padding:10px 15px;color:#50665a}.category-chips button>img{width:42px;height:42px;object-fit:contain}.category-chips button.selected{color:var(--green);background:#e9f5ee;border-color:#87baa0;font-weight:650}.state-art{display:block;width:160px;height:142px;object-fit:contain;margin:0 auto 12px}.status-hero .state-art{width:96px;height:96px;margin:0 0 0 12px;flex:0 0 96px}.section-art{width:134px;height:114px;margin:0 auto 16px}.success .state-art{width:182px;height:154px}.login-head>.state-art{width:166px;height:135px}.art-disclaimer{text-align:center;font-size:12px}.avatar-picker{padding:0;border:0;margin:0 0 24px;min-width:0}.avatar-picker legend{font-size:17px;font-weight:700;margin-bottom:6px}.avatar-options{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:9px;margin:15px 0 6px}.avatar-option{position:relative;border:2px solid transparent;border-radius:50%;padding:3px;background:#f0f5f1;aspect-ratio:1;min-width:0}.avatar-option img{width:100%;height:100%;object-fit:contain;border-radius:50%}.avatar-option.selected{border-color:var(--green);background:#dceddf}.avatar-option:focus-visible{outline:3px solid #e6a867;outline-offset:3px}.avatar-selected{position:absolute;right:0;bottom:0;width:19px;height:19px;background:var(--green);color:#fff;border-radius:50%;font-size:12px;border:2px solid #fff;display:grid;place-items:center}.example-picker{margin:16px 0 24px;border:1px solid var(--border);border-radius:14px;padding:12px;background:#f7faf8}.example-picker summary{font-size:13px;color:var(--green);cursor:pointer;font-weight:600;min-height:24px}.example-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.example-grid button{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:12px;padding:8px;min-width:0;gap:4px}.example-grid button[aria-pressed=true]{border:2px solid var(--green);background:#edf7f0}.example-grid img{width:100%;aspect-ratio:1;object-fit:contain}.example-grid small{font-size:11px;text-align:center;white-space:normal}@media(max-width:600px){.category-chips{gap:8px;padding-top:4px}.category-chips button{min-width:62px;padding:9px 10px;gap:5px;font-size:11px}.category-chips button>img{width:33px;height:33px}.avatar-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.avatar-option{max-width:70px;justify-self:center;width:100%}.illustrated-avatar.large{width:82px;height:82px}.state-art{width:140px;height:126px}.status-hero .state-art{width:75px;height:75px;flex-basis:75px}.status-hero{gap:5px}.status-hero h2{font-size:25px}.section-art{width:116px;height:102px}.item-card>a>img.generated-media{padding:10px}.example-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}}@media(prefers-reduced-motion:reduce){.bottom-nav .asset-icon{transition:none!important}}.item-dist{display:inline-flex;align-items:center;gap:2px;margin-left:6px;white-space:nowrap;color:#0c825b;font-weight:600}.item-dist svg{flex:none}.search-entry{display:inline-flex;align-items:center;color:var(--green)}.searchbar .clear-btn{padding:4px;color:var(--muted)}.me-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:50%;background:var(--green);color:#fff;font-size:12px;display:grid;place-items:center;box-shadow:0 0 0 4px #0c825b2e;z-index:2;pointer-events:none}.range-ring{position:absolute;left:50%;top:50%;width:88%;aspect-ratio:1;transform:translate(-50%,-50%);border:1.5px dashed #0c825b59;border-radius:50%;pointer-events:none}.place-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:4px 11px;border-radius:14px;background:#ffad5c;color:#5c3a00;font-size:11px;font-weight:700;z-index:2;box-shadow:0 2px 8px #17352533}.member-dot{position:absolute;transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid var(--border);background:#fff;box-shadow:0 2px 6px #17352526}.member-dot.arrived{border-color:var(--green);box-shadow:0 0 0 3px #0c825b30}.member-dot img{width:100%;height:100%;object-fit:cover}.site-footer{text-align:center;color:#718077;font-size:12px;padding:30px 16px 115px}.site-footer a:hover{text-decoration:underline}.auth-page{max-width:520px}.recovery-code{display:block;font-size:19px;letter-spacing:1px;word-break:break-all;line-height:1.7;border:1px dashed #74a88c;background:#edf6f0;padding:18px;border-radius:14px}.plain-fieldset{border:0;padding:0;margin:20px 0;min-width:0}.plain-fieldset legend{font-weight:650;font-size:14px}.plain-fieldset .chips{gap:10px 18px}.plain-fieldset .check-line{margin:7px 0}.ticket-card{display:block}.ticket-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.snapshot-cover{width:100%;max-height:440px;object-fit:contain;border-radius:18px;background:#f1f6f2}.snapshot-link{display:block;margin-bottom:15px}.snapshot-link small:last-child{color:var(--green);margin-top:6px}.todo-link{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #cce1d4;font-size:14px;color:var(--green)}.todo-link:last-child{border:0}.todo-banner{display:flex;justify-content:space-between;align-items:center;gap:12px}.deadline{color:#a45422;font-size:13px}.progress-card{padding:18px 22px;border:1px solid #cbe1d3}.progress-card .notice{margin-bottom:0}.selection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.selection-grid .check-line{border:1px solid var(--border);border-radius:15px;padding:12px;margin:0;align-items:center;font-size:13px}.selection-grid .thumb{width:44px;height:44px;flex-basis:44px}.proposal-member{border-top:1px solid var(--border);padding-top:10px;margin-top:15px}.proposal-member .two-cols p{display:flex;gap:8px;align-items:center}.proposal-member .thumb{width:48px;height:48px}.option-vote{border:1px solid var(--border);padding:12px;border-radius:14px;margin:12px 0}.option-vote .check-line{margin:0 0 8px}.option-vote small{color:var(--muted);display:block}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#11271e88;display:grid;place-items:center;padding:18px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-card{width:min(100%,620px);max-height:90dvh;overflow:auto;background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:0 20px 80px #0003}.notification-card{width:100%;text-align:left;justify-content:flex-start}.notification-card .grow strong{display:block;font-weight:650}.photo-placeholder{width:260px;max-width:100%;height:190px;border:1.5px dashed #a8cbb6;border-radius:18px;background:#edf6f0;display:grid;place-items:center;color:var(--green);padding:20px}.service-panel{margin-top:24px;border-color:#c3dccc}.photo-upload:has(.photo-placeholder) span{bottom:12px}.group-physical{overflow:auto}.group-physical table{width:100%;font-size:12px;border-collapse:collapse}.group-physical th,.group-physical td{padding:9px;border-bottom:1px solid var(--border);text-align:left}@media(max-width:700px){.selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-grid .check-line{flex-wrap:wrap}.modal-card{padding:22px}.profile-stats{gap:18px;padding:12px 0}.profile-stats strong{font-size:20px}.profile-stats span{font-size:11px}.todo-banner{font-size:12px}.option-vote .check-line{font-size:13px}.recovery-code{font-size:16px}.site-footer{padding-bottom:110px}}@media(max-width:360px){.selection-grid{grid-template-columns:1fr}.profile-stats{gap:12px}.actions>.primary,.actions>.outline{font-size:12px}.topbar .brand{font-size:17px}.topbar .account{max-width:115px}}
