.create-post-overlay{z-index:100;background:#00000059;animation:.2s create-post-fade;position:fixed;inset:0}@keyframes create-post-fade{0%{opacity:0}to{opacity:1}}.create-post-sheet{z-index:101;border-radius:var(--mb-radius-md) var(--mb-radius-md) 0 0;background:var(--mb-color-bg);max-height:min(92vh,820px);padding-bottom:max(16px, env(safe-area-inset-bottom));flex-direction:column;animation:.28s cubic-bezier(.32,.72,0,1) create-post-slide;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 40px #0000001f}@keyframes create-post-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.create-post-sheet__handle{background:#0000001f;border-radius:4px;flex-shrink:0;width:36px;height:4px;margin:10px auto 8px}.create-post-sheet__head{padding:var(--mb-space-5) 16px var(--mb-space-5);text-align:center}.create-post-sheet__topper{margin-bottom:var(--mb-space-2);grid-template-columns:32px 1fr 32px;align-items:center;gap:8px;display:grid}.create-post-sheet__topper-spacer{display:block}.create-post-sheet__title{color:var(--mb-color-text);text-align:center;margin:0;font-size:18px;font-weight:700}.create-post-sheet__close{border:1.5px solid var(--mb-color-primary);width:32px;height:32px;color:var(--mb-color-primary);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-self:end;place-items:center;padding:0;display:grid}.create-post-sheet__close:active{background:#6741ff14}.create-post-sheet__lead{color:var(--mb-color-text-secondary);margin:0;font-size:13px;line-height:1.5}.create-post-sheet__form{gap:var(--mb-space-5);flex-direction:column;flex:1;padding:0 16px;display:flex;overflow-y:auto}.create-post-sheet__field{gap:var(--mb-space-2);flex-direction:column;display:flex}.create-post-sheet__label{color:var(--mb-color-text);font-size:13px;font-weight:500}.create-post-sheet__req{color:var(--mb-color-error);font-weight:600}.create-post-sheet__input-wrap{align-items:center;gap:var(--mb-space-3);border-radius:var(--mb-radius-sm);background:var(--mb-color-bg);box-sizing:border-box;border:1px solid #0000001a;min-height:50px;padding:12px 14px;display:flex}.create-post-sheet__input-wrap:focus-within,.create-post-sheet__input-wrap.is-focused{border-color:#6741ff73;box-shadow:0 0 0 3px #6741ff1f}.create-post-sheet__input-wrap input,.create-post-sheet__input-wrap textarea{font:var(--mb-text-body);color:var(--mb-color-text);background:0 0;border:none;outline:none;flex:1;min-width:0}.create-post-sheet__input-wrap textarea{resize:vertical;min-height:72px}.create-post-sheet__input-wrap input::placeholder,.create-post-sheet__input-wrap textarea::placeholder{color:var(--mb-color-text-muted)}.create-post-sheet__loc-static{cursor:default}.create-post-sheet__loc-text{color:var(--mb-color-text);flex:1;font-size:16px;font-weight:600}.create-post-sheet__icon{color:var(--mb-color-text-muted);flex-shrink:0;place-items:center;display:grid}.create-post-sheet__ac-wrap{position:relative}.create-post-sheet__dropdown{z-index:10;padding:var(--mb-space-2);border-radius:var(--mb-radius-sm);background:var(--mb-color-bg);border:1px solid #00000014;max-height:220px;margin:0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.create-post-sheet__dropdown-item{border-radius:var(--mb-radius-xs);text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--mb-color-text);background:0 0;border:none;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.create-post-sheet__dropdown-item:hover,.create-post-sheet__dropdown-item:focus{background:#6741ff0f;outline:none}.create-post-sheet__dropdown-name{font-size:14px;font-weight:500;line-height:1.3}.create-post-sheet__dropdown-sub{color:var(--mb-color-text-secondary);font-size:12px;line-height:1.2}.create-post-sheet__dropdown-item--custom{color:var(--mb-color-text-secondary);gap:var(--mb-space-1);flex-direction:row;font-size:13px}.create-post-sheet__dropdown-item--custom strong{color:var(--mb-color-primary);font-weight:600}.create-post-sheet__tag{border-radius:var(--mb-radius-pill);color:var(--mb-color-primary);background:#6741ff1a;align-items:center;gap:6px;max-width:100%;padding:5px 10px 5px 8px;font-size:14px;font-weight:500;line-height:1.3;display:inline-flex}.create-post-sheet__tag svg{flex-shrink:0}.create-post-sheet__tag--deal{color:var(--mb-color-deal-tag-fg);background:#cdf2024d}.create-post-sheet__tag--deal svg{color:var(--mb-color-deal-tag-fg)}.create-post-sheet__tag-clear{width:18px;height:18px;color:inherit;cursor:pointer;background:#0000001a;border:none;border-radius:50%;flex-shrink:0;place-items:center;padding:0;font-size:13px;line-height:1;display:grid}.create-post-sheet__deal-chip{border-radius:var(--mb-radius-pill);background:var(--mb-color-chip-bg);color:var(--mb-color-chip-fg);align-items:center;padding:4px 12px;font-size:13px;font-weight:500;display:inline-flex}.create-post-sheet__partner{justify-content:space-between;align-items:center;gap:var(--mb-space-6);padding:var(--mb-space-5);border-radius:var(--mb-radius-sm);border:1px solid #00000014;display:flex}.create-post-sheet__partner-btn{border-radius:var(--mb-radius-sm);background:var(--mb-color-primary);width:44px;height:44px;color:var(--mb-color-primary-fg);cursor:pointer;border:none;flex-shrink:0;place-items:center;font-size:22px;line-height:1;display:grid}.create-post-sheet__partner-btn:disabled{opacity:.35;cursor:not-allowed}.create-post-sheet__partner-mid{text-align:center;flex:1}.create-post-sheet__partner-num{color:var(--mb-color-text);font-size:22px;font-weight:700}.create-post-sheet__partner-hint{color:var(--mb-color-text-secondary);margin:4px 0 0;font-size:12px}.create-post-sheet__extra{padding:var(--mb-space-5);border-radius:var(--mb-radius-sm);gap:var(--mb-space-5);background:#0000000a;flex-direction:column;display:flex}.create-post-sheet__extra-title{color:var(--mb-color-text);margin:0;font-size:14px;font-weight:600}.create-post-sheet__extra-opt{color:var(--mb-color-text-secondary);font-weight:400}.create-post-sheet__duration-wrap{position:relative}.create-post-sheet__duration-select{appearance:none;border-radius:var(--mb-radius-sm);background:var(--mb-color-bg);width:100%;font:var(--mb-text-body);color:var(--mb-color-text);cursor:pointer;box-sizing:border-box;border:1px solid #0000001a;outline:none;min-height:50px;padding:12px 40px 12px 14px;font-size:16px}.create-post-sheet__duration-select:focus{border-color:#6741ff73;box-shadow:0 0 0 3px #6741ff1f}.create-post-sheet__duration-chevron{pointer-events:none;color:var(--mb-color-text-muted);place-items:center;display:grid;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.create-post-sheet__upload-empty{border-radius:var(--mb-radius-sm);justify-content:center;align-items:center;gap:var(--mb-space-2);cursor:pointer;width:100%;min-height:96px;color:var(--mb-color-primary);background:0 0;border:2px dashed #6741ff59;flex-direction:column;font-size:13px;font-weight:500;display:flex}.create-post-sheet__photos{gap:var(--mb-space-3);flex-wrap:wrap;display:flex}.create-post-sheet__photo-thumb{flex-shrink:0;width:80px;height:80px;position:relative}.create-post-sheet__photo-thumb img{object-fit:cover;border-radius:var(--mb-radius-xs);width:100%;height:100%;display:block}.create-post-sheet__photo-remove{color:#fff;cursor:pointer;background:#000000b8;border:none;border-radius:50%;place-items:center;width:22px;height:22px;padding:0;font-size:14px;line-height:1;display:grid;position:absolute;top:-6px;right:-6px}.create-post-sheet__photo-loading{border-radius:var(--mb-radius-xs);background:#ffffff8c;place-items:center;display:grid;position:absolute;inset:0}.create-post-sheet__photo-loading:after{content:"";border:2px solid var(--mb-color-primary);border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite cp-spin}@keyframes cp-spin{to{transform:rotate(360deg)}}.create-post-sheet__photo-add{border-radius:var(--mb-radius-xs);width:80px;height:80px;color:var(--mb-color-primary);cursor:pointer;background:0 0;border:2px dashed #6741ff59;flex-shrink:0;place-items:center;font-size:26px;line-height:1;display:grid}.create-post-sheet__err{margin:0 16px var(--mb-space-3);border-radius:var(--mb-radius-sm);color:var(--mb-color-error-fg);background:#e5484d1a;padding:10px 12px;font-size:13px}.create-post-sheet__legal{color:var(--mb-color-text-secondary);text-align:center;padding:16px;font-size:11px;line-height:1.55}.create-post-sheet__legal a{color:var(--mb-color-link);text-decoration:none}.create-post-sheet__legal a:hover{text-decoration:underline}.create-post-sheet__footer{padding:0 16px}.create-post-sheet__send{border-radius:var(--mb-radius-pill);background:var(--mb-color-chip-bg);width:100%;color:var(--mb-color-chip-fg);cursor:pointer;justify-content:center;align-items:center;gap:var(--mb-space-3);border:none;padding:14px 20px;font-size:16px;font-weight:700;display:flex}.create-post-sheet__send:disabled{opacity:.45;cursor:not-allowed}
.photo-viewer{z-index:200;background:#000;flex-direction:column;animation:.18s photo-viewer-fade;display:flex;position:fixed;inset:0}@keyframes photo-viewer-fade{0%{opacity:0}to{opacity:1}}.photo-viewer__bar{height:56px;padding:0 var(--mb-space-6);flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:relative}.photo-viewer__bar-title{color:var(--mb-color-primary-fg);pointer-events:none;white-space:nowrap;font-size:18px;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.photo-viewer__bar-btn{border-radius:var(--mb-radius-pill);width:36px;height:36px;color:var(--mb-color-primary-fg);cursor:pointer;background:#ffffff1a;border:none;flex-shrink:0;place-items:center;display:grid}.photo-viewer__bar-btn:active{background:#fff3}.photo-viewer__stage{touch-action:none;cursor:grab;isolation:isolate;flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.photo-viewer__stage:active{cursor:grabbing}.photo-viewer__img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transform-origin:50%;will-change:transform;width:100%;max-height:100%;display:block}
