h3{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}html,body{background-color:#fff;width:100%;min-height:100%;margin:0}body{justify-content:center;align-items:stretch;display:flex;overflow-x:hidden}#root{box-sizing:border-box;justify-content:center;width:100%;min-height:100dvh;margin:0;display:flex}p,h1,h3,h4,h2{margin-left:5px;margin-right:5px}.main{box-sizing:border-box;border-left:1px solid #000;border-right:1px solid #000;width:100%;max-width:460px;min-height:100dvh}.post{background-color:#0ff;min-height:90dvh}.home-page{box-sizing:border-box;width:100%;max-width:460px;margin:auto}.explore-page{box-sizing:border-box;width:100%;max-width:760px;margin:auto}.ask-page{box-sizing:border-box;width:100%;margin:0 auto}.search-page{box-sizing:border-box;width:100%;max-width:900px;margin:auto}.addpost-page{box-sizing:border-box;width:100%;max-width:640px;margin:20px auto}.profile-page,.public-page,.section-page{box-sizing:border-box;width:100%;max-width:1040px;margin:auto}.edit-post-page{box-sizing:border-box;width:100%;max-width:720px;margin:20px auto}.page-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #bbb;justify-content:space-between;align-items:center;gap:10px;min-height:50px;margin-bottom:10px;display:flex}.btn-primary{color:#fff;cursor:pointer;box-sizing:border-box;background:#007bff;border:1px solid #e6e6e6;border-radius:10px;min-width:90px;height:40px}.btn-secondary{cursor:pointer;box-sizing:border-box;background:#f7f7f7;border:1px solid #e6e6e6;border-radius:10px;min-width:90px;height:40px}.btn-primary:disabled{cursor:not-allowed;background-color:#b0b0b0}.profile-input,.edit-post-input,.edit-post-textarea,.org-input,.org-textarea,.search-input,.addpost-input{box-sizing:border-box;width:100%;max-width:100%;font-size:16px}@keyframes home-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{z-index:80;box-sizing:border-box;background:#fff;border-top:1px solid #000;justify-content:space-between;align-items:center;width:100%;max-width:460px;height:64px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-left{justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;display:flex}.nav-brand{color:#111;white-space:nowrap;margin-inline-end:8px;font-size:18px;font-weight:800;text-decoration:none}.nav-links{align-items:center;gap:10px;min-width:0;display:flex}.nav-link{color:#333;white-space:nowrap;box-sizing:border-box;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-width:44px;height:34px;text-decoration:none;display:inline-flex}.nav-avatar-link{flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.nav-avatar{object-fit:cover;border:1px solid #ddd;border-radius:50%;flex-shrink:0;width:34px;height:34px}@media (max-width:768px){.main,.navbar,.home-page,.explore-page,.ask-page,.search-page,.addpost-page,.profile-page,.public-page,.section-page,.edit-post-page{width:100%;max-width:100%}}@media (max-width:480px){.main{border-left:0;border-right:0}.page-header{gap:8px}.btn-primary,.btn-secondary{min-width:78px;height:38px;font-size:14px}.navbar{height:60px}.nav-left{gap:8px}.nav-brand{margin-inline-end:4px;font-size:16px}.nav-links{gap:6px}.nav-link{min-width:38px;height:32px;font-size:13px}.nav-avatar{width:30px;height:30px}}@media (max-width:360px){.btn-primary,.btn-secondary{min-width:70px;height:36px;font-size:13px}.nav-left{gap:6px}.nav-brand{font-size:15px}.nav-links{gap:4px}.nav-link{min-width:34px;height:30px;font-size:12px}.nav-avatar{width:28px;height:28px}}.search-header{margin-bottom:10px;position:relative}.search-filter-words{-webkit-user-select:none;user-select:none;gap:14px;padding:8px 4px 2px;display:flex}.search-filter-word{cursor:pointer;opacity:.7;padding-bottom:6px;font-weight:700}.search-filter-word.is-active{opacity:1;border-bottom:2px solid #111}.search-form{flex-wrap:wrap;gap:8px;display:flex}.search-input{border:1px solid #e6e6e6;border-radius:10px;flex:1;min-width:200px;padding:10px 12px}.search-primary-btn{color:#fff;cursor:pointer;background:#007bff;border:1px solid #e6e6e6;border-radius:10px;padding:10px 14px}.search-primary-btn:hover{filter:brightness(.95)}.search-loading{text-align:center;margin-top:20px}.search-spinner{border:5px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;width:50px;height:50px;margin:0 auto 10px;animation:1s linear infinite home-spin}.search-msg{color:#666;margin-top:12px}.search-accounts-list{gap:12px;margin-top:12px;display:grid}.search-account-item{background:#fff;border:1px solid #eee;border-radius:12px;align-items:center;gap:10px;padding:10px;text-decoration:none;display:flex}.search-avatar{object-fit:cover;border:1px solid #ddd;border-radius:50%;width:44px;height:44px}.search-account-text{display:grid}.search-account-name{color:#222;font-size:15px}.search-account-type{color:#666}.search-posts-list{gap:12px;margin-top:12px;display:grid}.search-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:10px}.search-card-header{margin-bottom:6px}.search-card-title{font-size:15px;font-weight:800}.search-card-text{color:#333;opacity:.85;margin-top:6px;line-height:1.6}.search-job-extra{color:#555;margin-top:6px;font-size:13px}.search-overlay{background:#fff;border:1px solid #eee;border-radius:14px;margin-top:10px;padding:12px}.search-overlay-head{border-bottom:1px solid #f2f2f2;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:10px;display:flex}.search-overlay-title{font-weight:800}.search-close-btn{cursor:pointer;background:#f5f5f5;border:0;border-radius:10px;padding:8px 10px}.search-results{flex-direction:column;gap:14px;display:flex}.search-group-title{margin-bottom:8px;font-weight:800}.search-more-btn{cursor:pointer;background:#f5f5f5;border:0;border-radius:12px;margin-top:10px;padding:10px 12px;font-weight:800}.search-muted{opacity:.7;font-size:13px}.search-cards-list{gap:10px;display:grid}.explore-loading{text-align:center;margin-top:50px}.explore-spinner{border:6px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;width:60px;height:60px;margin:0 auto 20px;animation:1s linear infinite home-spin}.explore-subtitle{color:#555;margin-top:0;font-size:14px}.explore-error{color:#c00;margin-top:8px}.explore-empty{text-align:center;color:#666;margin-top:20px}.explore-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:1px;display:grid}.explore-card{background:#fff;border:1px solid #eee;border-radius:12px;width:100%}.explore-card-header{align-items:center;gap:10px;display:flex}.explore-author-link{line-height:0;display:inline-block}.explore-avatar{object-fit:cover;border:1px solid #ddd;border-radius:50%;width:44px;height:44px}.explore-author-text{display:grid}.explore-author-name{color:#222;font-size:15px;font-weight:700;text-decoration:none}.explore-author-name:hover{text-decoration:underline}.explore-meta{color:#666;font-size:12px}.explore-post-media{aspect-ratio:9/16;cursor:pointer;background:#333;align-items:center;display:flex;overflow:hidden}.explore-post-image{width:100%;height:auto;display:block}.explore-post-title{margin:10px 0 6px;font-size:16px}.explore-post-desc{color:#333;margin-top:4px;line-height:1.6}.explore-actions{gap:8px;margin-top:8px;display:flex}.explore-btn{cursor:pointer;background:#f9f9f9;border:1px solid #e6e6e6;border-radius:10px;padding:8px 12px}.explore-btn:hover{background:#f0f0f0}.explore-modal-overlay{z-index:1000;background:#0009;place-items:center;padding:10px;display:grid;position:fixed;inset:0}.explore-modal{background:#fff;border-radius:16px;width:min(900px,96vw);max-height:92vh;padding:16px;position:relative;overflow:auto}.explore-modal-close{cursor:pointer;background:#f4f4f4;border:none;border-radius:10px;width:34px;height:34px;position:absolute;top:8px;left:8px}.explore-modal-image-wrapper{margin:10px 0}.explore-modal-image{object-fit:contain;border-radius:12px;width:100%;max-height:70vh}.explore-modal-title{margin:10px 0 6px;font-size:20px}.explore-modal-desc{line-height:1.6}.explore-job-box{background:#fafafa;border:1px solid #eee;border-radius:12px;margin-top:12px;padding:12px}.explore-job-row{margin-bottom:6px}.reel-item{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:480px;padding:0 14px;display:flex}.reel-media{aspect-ratio:9/16;background:#111;border-radius:16px;place-items:center;width:100%;display:grid;position:relative;overflow:hidden}.reel-media-el{object-fit:cover;background:#000;width:100%;height:100%}.reel-media-empty{color:#fff;opacity:.85;font-weight:700}.reel-topbar{pointer-events:none;background:linear-gradient(#000000a6,#0000);justify-content:flex-start;padding:10px;display:flex;position:absolute;top:0;left:0;right:0}.reel-author{pointer-events:none;align-items:center;gap:10px;display:flex}.reel-author-avatar{object-fit:cover;border:1px solid #ffffff40;border-radius:999px;width:34px;height:34px}.reel-author-name{color:#fff;text-shadow:0 1px 8px #00000073;font-weight:800}.reel-title{color:#fff;text-align:right;text-shadow:0 1px 12px #0000008c;opacity:1;font-weight:800;transition:opacity .6s;position:absolute;bottom:12px;left:10px;right:10px}.reel-title--hide{opacity:0}.reel-actions{gap:10px;width:100%;margin-top:10px;display:flex}.reel-action-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:12px;flex:1;padding:10px;font-weight:800}.reels-page{touch-action:none;background:#000;width:100%;height:100vh;position:relative;overflow:hidden}.reels-header{z-index:50;color:#fff;background:linear-gradient(#0000008c,#0000);justify-content:space-between;align-items:center;padding:10px 12px;display:flex;position:absolute;top:0;left:0;right:0}.reels-back,.reels-home{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff29;border-radius:10px;padding:8px 10px;text-decoration:none}.reels-title{letter-spacing:.5px;font-weight:700}.reels-track{width:100%;height:100vh}.reel{width:100%;height:100vh;position:relative}.reel-video,.reel-image{object-fit:cover;width:100%;display:block}.reel-empty{color:#ffffffbf;place-items:center;height:100%;display:grid}.reel-overlay{z-index:5;color:#fff;background:linear-gradient(#0000 50%,#0000008c);justify-content:space-between;align-items:flex-end;padding:16px 14px;display:flex;position:absolute;inset:0}.reel-meta{max-width:72%}.reel-author{color:#fff;margin-bottom:6px;font-weight:700;text-decoration:none;display:inline-block}.reel-caption{font-size:15px;line-height:1.35}.reel-desc{opacity:.85;margin-top:6px;font-size:13px}.reel-actions{flex-direction:column;align-items:center;gap:10px;display:flex}.reel-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff29;border-radius:14px;width:44px;height:44px;font-size:18px}.reels-loading{place-items:center;gap:10px;min-height:60vh;display:grid}.reels-msg{z-index:60;color:#fff;background:#00000059;border:1px solid #ffffff1f;border-radius:12px;padding:10px 12px;position:absolute;top:60px;left:12px;right:12px}.reel-progress{z-index:10;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.reel-progress-dot{background:#ffffffd9;border-radius:999px;width:6px;height:22px;display:inline-block}.addpost-camera-page{padding:0}.addpost-cam-shell{color:#fff;background:#0b0b0b;flex-direction:column;min-height:100vh;display:flex}.addpost-cam-top{justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.addpost-cam-title{font-weight:700}.addpost-studio-btn{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:10px;padding:8px 12px;font-size:14px}.addpost-cam-frame{aspect-ratio:9/16;background:#111;border:1px solid #ffffff1f;border-radius:16px;width:min(420px,92vw);margin:10px auto;position:relative;overflow:hidden}.addpost-cam-video{object-fit:cover;width:100%;height:100%;display:block}.addpost-cam-overlay{background:#0000008c;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:14px;display:flex;position:absolute;inset:0}.addpost-cam-bottom{justify-content:center;margin-top:auto;padding:18px 14px 26px;display:flex}.addpost-capture-btn{cursor:pointer;border:none;border-radius:999px;width:120px;height:46px;font-weight:800}.addpost-capture-btn:disabled{opacity:.6;cursor:not-allowed}.addpost-spinner{border:3px solid #ffffff40;border-top-color:#ffffffe6;border-radius:50%;width:34px;height:34px;animation:.9s linear infinite addpostSpin}@keyframes addpostSpin{to{transform:rotate(360deg)}}.addpost-details-shell{padding:16px}.addpost-details-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.addpost-preview-916{aspect-ratio:9/16;background:#111;border:1px solid #00000014;border-radius:16px;width:min(420px,92vw);margin:10px auto 16px;overflow:hidden}.addpost-preview-media{object-fit:cover;width:100%;height:100%;display:block}.addpost-title{margin-bottom:12px}.addpost-banner{color:#333;background-color:#f7f7f7;border:1px solid #ddd;border-radius:10px;margin-bottom:12px;padding:10px 12px;font-size:14px}.addpost-banner--success{color:#2e7d32;background-color:#f0fff0;border-color:#4caf50}.addpost-banner--error{color:#c62828;background-color:#fff0f0;border-color:#f44336}.addpost-banner--info{color:#333;background-color:#f7f7f7;border-color:#ddd}.addpost-form{gap:12px;display:grid}.addpost-label{flex-direction:column;gap:4px;font-size:14px;display:flex}.addpost-label-text{color:#333;font-weight:500}.addpost-input{border:1px solid #e0e0e0;border-radius:10px;outline:none;padding:10px 12px;font-size:14px}.addpost-input:focus{border-color:#007bff}.addpost-textarea{resize:vertical;min-height:80px}.addpost-file-input,.addpost-preview-wrapper{margin-top:4px}.addpost-preview-image{border:1px solid #eee;border-radius:12px;max-width:100%}.addpost-submit-btn{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:10px;margin-top:8px;padding:10px 16px;font-size:15px;font-weight:600}.addpost-submit-btn:disabled{cursor:not-allowed;background-color:#b0b0b0}.addpost-upload-progress{align-items:center;gap:10px;margin:12px 0 0;display:flex}.addpost-upload-bar{background:#e5e7eb;border-radius:999px;flex:1;height:6px;overflow:hidden}.addpost-upload-fill{background:#2563eb;width:0%;height:100%;transition:width .2s}.addpost-upload-text{text-align:right;opacity:.85;min-width:42px;font-size:12px}.edit-post-loading{text-align:center;margin-top:40px}.edit-post-title{margin-bottom:12px}.edit-post-banner{color:#333;background-color:#f7f7f7;border:1px solid #ddd;border-radius:10px;margin-bottom:12px;padding:10px 12px;font-size:14px}.edit-post-banner--success{color:#2e7d32;background-color:#f0fff0;border-color:#4caf50}.edit-post-banner--error{color:#c62828;background-color:#fff0f0;border-color:#f44336}.edit-post-form{gap:12px;display:grid}.edit-post-field{width:100%}.edit-post-label{color:#333;margin-bottom:6px;font-size:14px;display:block}.edit-post-input{border:1px solid #e6e6e6;border-radius:10px;width:100%;padding:10px 12px;font-size:14px}.edit-post-textarea{resize:vertical;border:1px solid #e6e6e6;border-radius:10px;width:100%;padding:10px 12px;font-size:14px}.edit-post-job-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.edit-post-upload-btn{cursor:pointer;background:#f7f7f7;border:1px solid #e6e6e6;border-radius:10px;padding:10px 12px;font-size:14px;display:inline-block}.edit-post-upload-btn:hover{background:#f0f0f0}.edit-post-image-preview{margin-top:10px}.edit-post-image{border-radius:10px;max-width:100%;display:block}.edit-post-sections-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.edit-post-section-item{align-items:center;gap:8px;font-size:14px;display:flex}.edit-post-buttons{gap:10px;display:flex}.edit-post-primary-btn{color:#fff;cursor:pointer;background:#007bff;border:1px solid #e6e6e6;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600}.edit-post-primary-btn:disabled{cursor:not-allowed;opacity:.8}.edit-post-secondary-btn{cursor:pointer;background:#f7f7f7;border:1px solid #e6e6e6;border-radius:10px;padding:10px 12px;font-size:14px}.edit-post-secondary-btn:disabled{cursor:not-allowed;opacity:.8}.profile-loading{text-align:center;margin-top:50px;padding:40px}.profile-spinner{border:6px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;width:60px;height:60px;margin:0 auto 20px;animation:1s linear infinite home-spin}.profile-avatar-wrapper{text-align:center;margin-bottom:10px}.profile-avatar{object-fit:cover;border:2px solid #ddd;border-radius:50%;width:120px;height:120px}.profile-username{text-align:center;margin:7px}.profile-stats{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:10px;display:flex}.profile-account-type{text-align:center;color:#666;margin-top:6px}.profile-actions-center{text-align:center;margin-top:8px}.profile-divider{margin:10px 0 0}.profile-sections{flex-direction:column;gap:12px;display:flex;overflow:hidden}.profile-sections2{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;align-items:flex-start;gap:12px;height:130px;display:flex;overflow:auto hidden}.profile-sections2>*{flex:none}.profile-sections2::-webkit-scrollbar{display:none}.profile-sections-header{align-items:center;gap:10px;display:flex}.section-card{-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;flex:0 0 80px;gap:6px;width:80px;height:auto;margin:0;padding:8px;display:flex}.add-section{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#ff0;border:1px solid #eee;border-radius:12px;width:80px;height:80px;padding:8px}.section-card-handle{font-size:12px;border-radius:7px!important;width:22px!important;height:22px!important;margin-bottom:4px!important}.profile-sections-title{margin:0}.profile-sections-count,.profile-sections-empty,.edit-post-sections-empty{color:#777}.profile-addsection-wrapper{margin-top:4px}.profile-addsection-card{cursor:pointer;background:#fafafa;border:1px dashed #aaa;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;max-width:220px;padding:16px;display:flex}.profile-addsection-icon{color:#007bff;border:2px solid #007bff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:30px;display:flex}.profile-addsection-text{color:#333;font-size:14px}.profile-pickmode-bar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.profile-posts-title{margin-bottom:12px}.profile-posts-empty{color:#666}.profile-posts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.profile-post-card{cursor:pointer;background:#fff;border:1px solid #eee;position:relative}.profile-post-thumb{aspect-ratio:1;background:#f9f9f9;width:100%;overflow:hidden}.profile-post-image{object-fit:cover;width:100%;height:100%}.profile-noimage{color:#999;place-items:center;width:100%;height:100%;font-size:12px;display:grid}.profile-post-title{text-align:center;color:#222;margin-top:8px;font-size:14px;font-weight:600}.profile-post-picker{color:#007bff;background:#fff;border:2px solid #007bff;border-radius:6px;place-items:center;width:24px;height:24px;font-size:14px;font-weight:800;display:grid;position:absolute;top:10px;right:10px}.profile-post-picker--active{color:#fff;background:#007bff}.profile-error-msg{color:#c00;margin-top:12px}.profile-modal-overlay{z-index:1000;background:#0009;place-items:center;padding:10px;display:grid;position:fixed;inset:0}.profile-modal{background:#fff;border-radius:16px;width:min(900px,96vw);max-height:92vh;padding:16px;position:relative;overflow:auto}.profile-modal-close{cursor:pointer;background:#f4f4f4;border:none;border-radius:10px;width:34px;height:34px;position:absolute;top:8px;left:8px}.profile-modal-header{align-items:center;gap:10px;padding:8px 0;display:flex}.profile-modal-avatar{object-fit:cover;border:1px solid #ddd;border-radius:50%;width:40px;height:40px}.profile-modal-author-name{font-size:15px;font-weight:700}.profile-modal-meta{color:#666;font-size:12px}.profile-modal-image-wrapper{margin:10px 0}.profile-modal-image{object-fit:contain;border-radius:12px;width:100%;max-height:70vh}.profile-modal-title{margin:10px 0 6px;font-size:20px}.profile-modal-desc{margin-top:8px;line-height:1.6}.profile-job-box{background:#fafafa;border:1px solid #eee;border-radius:12px;margin-top:12px;padding:12px}.profile-job-row{margin-bottom:6px}.profile-bio-text{white-space:pre-wrap;margin-top:8px;line-height:1.6}.profile-editsection-form,.profile-addsection-form{gap:10px;margin-top:10px;display:grid}.profile-input{border:1px solid #e6e6e6;border-radius:10px;flex:1;width:100%;padding:10px 12px}.profile-input:focus{border-color:#007bff}.profile-hidden-file{display:none}.profile-selected-file{font-size:12px}.profile-sectionchooser-list{gap:8px;display:grid}.profile-sectionchooser-item{align-items:center;gap:8px;display:flex}.profile-sectionchooser-actions{gap:8px;margin-top:12px;display:flex}.profile-follow-title{margin-bottom:12px}.profile-follow-msg{color:#666}.profile-follow-list{gap:8px;display:grid}.profile-follow-item{border:1px solid #eee;border-radius:10px;align-items:center;gap:10px;padding:8px;display:flex}.profile-follow-avatar{object-fit:cover;border:1px solid #ddd;border-radius:50%;width:40px;height:40px}.profile-follow-main{flex:1}.profile-follow-name{font-weight:600}.profile-follow-type{color:#666;font-size:12px}.profile-follow-btn{color:#fff;cursor:pointer;background:#007bff;border:1px solid #e6e6e6;border-radius:999px;padding:6px 10px;font-size:13px}.profile-follow-btn--following{color:#111;background:#f7f7f7}.profile-contextmenu{z-index:1001;background:#fff;border:1px solid #ddd;border-radius:8px;min-width:200px;padding:6px;position:fixed;transform:translate(-10px,-10px);box-shadow:0 8px 24px #0000001f}.profile-contextmenu-item{text-align:start;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 12px;display:block}.profile-contextmenu-item:hover{background:#f5f5f5}.profile-stat{text-align:center;cursor:default;background:#fff;border:1px solid #eee;border-radius:12px;min-width:110px;padding:10px 12px}.profile-stat--clickable{cursor:pointer}.profile-stat-value{font-size:20px;font-weight:800}.profile-stat-label{color:#666;font-size:12px}.profile-post-video-thumb{width:100%;height:100%;position:relative}.profile-post-video{object-fit:cover;width:100%;height:100%;display:block}.profile-post-video-badge{color:#fff;background:#0000008c;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;position:absolute;bottom:8px;right:8px}.profile-follow-link{color:inherit;align-items:center;gap:8px;text-decoration:none;display:flex}.org-tabs{justify-content:center;gap:10px;margin:10px 0 0;display:flex}.org-tab{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;padding:10px 14px;font-weight:600}.org-tab.is-active{border-color:#111}.org-sections-wrap{padding:6px 0 2px}.org-sections-row{align-items:flex-start;gap:10px;padding:6px 6px 0;display:flex;overflow:hidden}.org-section-add{cursor:pointer;background:#fff;border:1px dashed #ccc;border-radius:18px;width:80px;min-width:80px;height:80px;font-size:26px;line-height:1}.org-section-item{cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;width:80px;min-width:80px;padding:0;display:flex}.org-section-img{object-fit:cover;background:#f7f7f7;border:1px solid #eee;border-radius:18px;width:80px;height:80px}.org-section-name{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:80px;margin-top:6px;font-size:12px;overflow:hidden}.org-more-btn{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;margin:8px auto 0;padding:8px 14px;font-weight:600;display:block}.org-gallery-block{padding:6px 0 2px}.org-gallery-title{margin:6px 8px}.org-empty{opacity:.75;margin:6px 8px}.org-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:8px;display:grid}.org-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:12px}.org-card-title{font-weight:700}.org-card-sub{opacity:.7;margin-top:6px;font-size:13px}.org-tasks-top{flex-direction:column;gap:10px;padding:8px;display:flex}.org-task-filters{flex-wrap:wrap;gap:8px;display:flex}.org-filter{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;padding:8px 12px;font-weight:600}.org-filter.is-active{border-color:#111}.org-tasks-list{padding:8px}.org-task-head{opacity:.75;grid-template-columns:140px 1.2fr 140px 140px 140px 140px 110px;gap:8px;margin-bottom:8px;font-size:12px;display:grid}.org-task-row{background:#fff;border:1px solid #eee;border-radius:14px;grid-template-columns:140px 1.2fr 140px 140px 140px 140px 110px;align-items:center;gap:8px;margin-bottom:8px;padding:10px;display:grid}.org-task-cell{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.org-task-title{text-align:start;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;font-weight:800;overflow:hidden}.org-task-form{gap:10px;display:grid}.org-form-label{gap:6px;font-weight:700;display:grid}.org-input{border:1px solid #eee;border-radius:12px;outline:none;padding:10px 12px}.org-textarea{resize:vertical;border:1px solid #eee;border-radius:12px;outline:none;padding:10px 12px}.org-form-actions{justify-content:flex-end;gap:10px;display:flex}.org-task-detail-title{margin-bottom:6px;font-weight:900}.org-task-detail-text{opacity:.85;margin-bottom:10px}.org-task-table{border:1px solid #eee;border-radius:14px;overflow:hidden}.org-task-tr{grid-template-columns:220px 1fr;display:grid}.org-task-th{background:#fafafa;border-bottom:1px solid #eee;padding:10px 12px;font-weight:800}.org-task-td{border-bottom:1px solid #eee;padding:10px 12px}.org-task-tr:last-child .org-task-th,.org-task-tr:last-child .org-task-td{border-bottom:0}.public-loading{text-align:center;margin-top:50px;padding:40px}.public-spinner{border:6px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;width:60px;height:60px;margin:0 auto 20px;animation:1s linear infinite home-spin}.public-back-wrapper{margin-bottom:8px}.public-back-btn{cursor:pointer;color:#007bff;background:0 0;border:none}.public-back-btn:hover{text-decoration:underline}.public-actions-row{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px;display:flex}.public-follow-btn{cursor:pointer;color:#fff;background:#007bff;border:1px solid #e0e0e0;border-radius:999px;min-width:120px;padding:8px 14px}.public-follow-btn--following{color:#333;background:#fff}.public-notify-btn{cursor:pointer;background:#f7f7f7;border:1px solid #e0e0e0;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;display:flex}.public-notify-btn--on{background:#fff8e1}.public-notify-label{font-size:13px}.public-bio-btn{cursor:pointer;background:#f7f7f7;border:1px solid #e0e0e0;border-radius:999px;padding:8px 12px;font-size:13px}.public-bio-summary{text-align:center;color:#333;white-space:pre-wrap;margin-top:8px}.public-error-msg{color:#c00;margin-top:12px}.public-section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.public-section-card{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;padding:8px}.public-section-thumb{aspect-ratio:1;background:#f9f9f9;border-radius:10px;width:100%;overflow:hidden}.public-section-thumb img{object-fit:cover;width:100%;height:100%;display:block}.public-section-placeholder{color:#999;place-items:center;width:100%;height:100%;font-size:12px;display:grid}.public-section-name{text-align:center;margin-top:8px;font-size:14px;font-weight:600}.section-loading{text-align:center;margin-top:40px}.section-error{color:#dc143c;text-align:center;margin-top:20px}.section-not-found{text-align:center;margin-top:20px}.section-back{align-items:center;gap:12px;margin-bottom:12px;display:flex}.section-back-link{color:#007bff;text-decoration:none}.section-header-card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden}.section-cover-wrapper{aspect-ratio:16/6;background:#f5f5f5;width:100%}.section-cover-image{object-fit:cover;width:100%;height:100%;display:block}.section-title{margin:12px}.section-posts-title{margin:16px 0 12px}.section-no-posts{color:#666}.section-posts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.section-post-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:8px}.section-post-image-wrapper{aspect-ratio:1;background:#f9f9f9;border-radius:10px;width:100%;overflow:hidden}.section-post-image{object-fit:cover;width:100%;height:100%}.section-post-caption{margin-top:8px;font-size:14px;font-weight:600}.home-loading{text-align:center;margin-top:50px}.home-spinner{border:6px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;width:60px;height:60px;margin:0 auto 20px;animation:1s linear infinite home-spin}.home-title{margin-bottom:8px}.home-subtitle{color:#555;margin-top:0;font-size:14px}.home-msg{color:#666;margin-top:8px}.home-empty{text-align:center;color:#666;margin-top:20px}.home-grid{gap:16px;margin-top:12px;display:grid}.home-card{border:1px solid #eee;width:100%}.home-card-header{align-items:center;gap:10px;margin:7px;display:flex}.home-author-link{line-height:0;display:inline-block}.home-avatar{object-fit:cover;border:1px solid #ddd;border-radius:50%;width:44px;height:44px}.home-author-text{display:grid}.home-author-name{color:#222;font-size:15px;font-weight:700;text-decoration:none}.home-author-name:hover{text-decoration:underline}.home-meta{color:#666;font-size:12px}.home-post-media{cursor:pointer;background:#f7f7f7;border-radius:12px;margin-top:10px;overflow:hidden}.home-post-image{width:100%;height:auto;display:block}.home-post-title{margin:10px 6px;font-size:16px}.home-post-desc{color:#333;margin:8px;line-height:1.6}.home-post-actions{gap:8px;margin:8px;display:flex}.home-post-btn{cursor:pointer;background:#f9f9f9;border:1px solid #e6e6e6;border-radius:10px;padding:8px 12px}.home-post-btn:hover{background:#f0f0f0}.home-modal-overlay{z-index:1000;background:#0009;place-items:center;padding:10px;display:grid;position:fixed;inset:0}.home-modal{background:#fff;border-radius:16px;width:100%;height:100%;padding:16px;position:relative;overflow:auto}.home-modal-close{cursor:pointer;background:#f4f4f4;border:none;border-radius:10px;width:34px;height:34px;position:absolute;top:8px;left:8px}.home-modal-image-wrapper{margin:10px 0}.home-modal-image{object-fit:contain;border-radius:12px;width:100%;max-height:70vh}.home-modal-title{margin:10px 0 6px;font-size:20px}.home-modal-desc{line-height:1.6}.home-job-box{background:#fafafa;border:1px solid #eee;border-radius:12px;margin-top:12px;padding:12px}.home-job-row{margin-bottom:6px}.home-brand{color:#111;font-size:18px;font-weight:800;text-decoration:none}.home-add-btn{color:#111;background:#fff;border:1px solid #eee;border-radius:10px;padding:8px 12px;font-weight:700;text-decoration:none}.home-add-btn:hover{background:#f7f7f7}.ask-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.ask-title{margin:0}.ask-header-actions{align-items:center;gap:8px;display:flex}.ask-refresh,.ask-toggle{color:#111;cursor:pointer;background:#f7f7f7;border:1px solid #e6e6e6;border-radius:10px;padding:8px 10px}.ask-refresh:hover,.ask-toggle:hover{background:#f0f0f0}.ask-create--panel{background:#fff;border:1px solid #eee;border-radius:14px;margin-bottom:12px;padding:10px}.ask-create-input{box-sizing:border-box;resize:vertical;color:#111;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:100%;padding:10px;font-size:14px}.ask-create-actions{justify-content:flex-end;margin-top:8px;display:flex}.ask-create-btn{color:#fff;cursor:pointer;background:#0b63f6;border:1px solid #0b63f6;border-radius:10px;padding:8px 14px}.ask-create-btn:disabled{opacity:.55;cursor:not-allowed}.ask-grid--onecol{flex-direction:column;gap:10px;display:flex}.ask-card{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:14px}.ask-card--topic,.ask-card--comment{cursor:default}.ask-card-head{align-items:center;gap:10px;margin-bottom:8px;display:flex}.ask-owner{color:#111;font-weight:900}.ask-prox{color:#333;background:#fafafa;border:1px solid #ddd;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800}.ask-prox--here{border-color:#0b63f6}.ask-prox--very\ close{border-color:#2fb344}.ask-prox--close{border-color:#f59f00}.ask-prox--far{border-color:#999}.ask-ago{color:#777;margin-left:auto;font-size:12px}.ask-menu-wrap{position:relative}.ask-dots{cursor:pointer;background:#f3f3f3;border:none;border-radius:10px;width:36px;height:32px;font-size:18px}.ask-dots--ghost{opacity:.35;cursor:default;pointer-events:none}.ask-card-main{grid-template-columns:1fr 54px;align-items:start;gap:10px;display:grid}.ask-body{white-space:pre-wrap;color:#222;line-height:1.7}.ask-vote{place-items:center;gap:6px;display:grid}.ask-vote-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:10px;width:40px;height:34px;font-weight:900}.ask-vote-score{color:#222;font-size:13px;font-weight:900}.ask-card-footer{color:#666;justify-content:flex-end;margin-top:10px;display:flex}.ask-dropdown{z-index:50;background:#fff;border:1px solid #eee;border-radius:12px;min-width:220px;position:absolute;top:40px;right:0;overflow:hidden;box-shadow:0 10px 22px #00000014}.ask-menu-item{text-align:right;color:#111;cursor:pointer;background:0 0;border:0;width:100%;padding:10px 12px}.ask-menu-item:hover{background:#f5f5f5}.ask-menu-item--danger{color:#c00}.ask-topic-page{width:450px;max-width:calc(100% - 24px);margin:0 auto;padding:12px 12px 90px}.ask-topic-header{justify-content:flex-start;align-items:center;gap:8px;margin-bottom:10px;display:flex}.ask-back{color:#111;cursor:pointer;background:#f7f7f7;border:1px solid #e6e6e6;border-radius:10px;padding:8px 10px}.ask-comments-wrap{flex-direction:column;gap:10px;margin-top:10px;display:flex}.ask-chatbar{background:#fff;border:1px solid #eee;border-radius:14px;gap:8px;width:450px;max-width:calc(100% - 24px);padding:10px;display:flex;position:fixed;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 10px 22px #00000014}.ask-chat-input{color:#111;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;flex:1;padding:10px}.ask-chat-send{color:#fff;cursor:pointer;background:#0b63f6;border:1px solid #0b63f6;border-radius:12px;padding:10px 14px}.ask-muted{color:#777;margin:6px 0}.ask-error{color:#c00;margin:6px 0}.ask-head--mine{color:#000;background:#4f925e}.ask-head--other{color:#111;background:silver}.ask-head--mine .ask-owner,.ask-head--mine .ask-ago,.ask-head--mine .ask-prox,.ask-head--mine .ask-dots,.ask-head--other .ask-owner,.ask-head--other .ask-ago,.ask-head--other .ask-prox,.ask-head--other .ask-dots{color:inherit}.ask-topbar{border-bottom:1px solid #000;justify-content:space-between;align-items:center;display:flex}.btn-secondary{cursor:pointer;opacity:1;box-sizing:border-box;background:0 0;border-width:0 0 2px;border-bottom-style:solid;border-bottom-color:#111;border-radius:0;min-width:70px;height:40px;font-weight:800}.org-tasks-toolbar{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:10px;display:flex;overflow-x:auto}.org-tasks-toolbar::-webkit-scrollbar{display:none}.org-tasks-toolbar select{color:#fff;cursor:pointer;appearance:none;box-sizing:border-box;text-indent:10px;background-color:#141414f2;background-image:linear-gradient(45deg,#0000 50%,#fff 50%),linear-gradient(135deg,#fff 50%,#0000 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1px solid #ffffff1f;border-radius:12px;outline:none;min-width:180px;height:42px;font-size:14px;font-weight:700;transition:border-color .15s,box-shadow .15s,background .15s}.org-tasks-toolbar select:hover{background:#1e1e1efa;border-color:#ffffff38}.org-tasks-toolbar select:focus{border-color:#ffffff52;box-shadow:0 0 0 3px #ffffff12}.org-tasks-toolbar select option{color:#fff;background:#111}.org-tasks-toolbar .btn-secondary{border:1px solid #ffffff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;min-width:42px;height:42px;display:inline-flex}.org-tasks-toolbar .btn-secondary:hover{background:#ffffff0a;border-color:#ffffff38}.tasks-cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-top:12px;display:grid}.task-card{text-align:right;cursor:pointer;box-sizing:border-box;background:#141414f2;border:1px solid #ffffff14;border-radius:14px;min-height:120px;transition:transform .12s,border-color .12s,box-shadow .12s}.task-card:hover{border-color:#ffffff29;transform:translateY(-2px);box-shadow:0 6px 18px #0000002e}.task-card-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.task-card-title{color:#fff;flex:1;min-width:0;font-size:16px;font-weight:800;line-height:1.35}.task-card-meta{opacity:.92;gap:6px;display:grid}.task-meta-row{align-items:center;gap:8px;min-width:0;display:flex}.task-meta-k{opacity:.9;flex-shrink:0;justify-content:center;width:26px;display:inline-flex}.task-meta-v{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.task-pill{white-space:nowrap;box-sizing:border-box;border:1px solid #ffffff1f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:70px;height:28px;font-size:12px;display:inline-flex}.task-pill--open{color:#fff;background:#ffffff14}.task-pill--in_progress{color:#ffd54f;background:#ffc10724}.task-pill--done{color:#81c784;background:#4caf5024}.task-pill--canceled{color:#ef9a9a;opacity:.9;background:#f4433624}@media (max-width:768px){.org-tasks-toolbar{flex-direction:column;align-items:stretch;gap:8px}.org-tasks-toolbar select,.org-tasks-toolbar .btn-secondary{width:100%;min-width:0}.tasks-cards-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.task-card{min-height:110px}.task-card-title{font-size:15px}}@media (max-width:480px){.org-tasks-toolbar{gap:8px}.org-tasks-toolbar select,.org-tasks-toolbar .btn-secondary{height:40px;font-size:13px}.org-tasks-toolbar select{text-indent:8px;background-position:calc(100% - 16px) calc(50% - 3px),calc(100% - 10px) calc(50% - 3px)}.tasks-cards-grid{grid-template-columns:1fr;gap:10px}.task-card{border-radius:12px;min-height:100px}.task-card-top{gap:8px;margin-bottom:8px}.task-card-title{font-size:14px;line-height:1.4}.task-card-meta{gap:5px}.task-meta-row{gap:6px}.task-meta-k{width:22px}.task-meta-v{font-size:13px}.task-pill{min-width:60px;height:24px;font-size:11px}}@media (max-width:360px){.org-tasks-toolbar select,.org-tasks-toolbar .btn-secondary{border-radius:10px;height:38px;font-size:12px}.task-card{min-height:94px}.task-card-title{font-size:13px}.task-meta-v{font-size:12px}.task-pill{min-width:54px;height:22px;font-size:10px}}
