.avatar{width:72px;height:72px;border-radius:50%;background:#f3f4f6;border:1px solid var(--border)}.bottom-nav{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);background:#fff}.bottom-nav .nav-item{height:56px;border:none;background:transparent;font-weight:600;color:var(--text-muted)}.bottom-nav .nav-item.active{color:var(--text);border-top:none}.toast{padding:12px 16px;margin:12px 0;border-radius:10px;background:#fff;color:var(--text);border:1px solid var(--border);animation:toast-slide .22s ease-out}@keyframes toast-slide{0%{transform:translateY(-6px);opacity:0}to{transform:translateY(0);opacity:1}}.modal{width:min(520px,92vw);padding:16px;border-radius:12px;background:#fff;border:1px solid var(--border)}.modal-body{font-size:14px;color:var(--text-muted)}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;--bg: #ffffff;--text: #111827;--text-muted: #6b7280;--border: #e5e7eb;--primary: #0095f6;--primary-hover: #0077c2}*{box-sizing:border-box}@font-face{font-family:Cygre;src:url(/assets/cygre-B0Wyi_XY.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}body{margin:0;background:var(--bg);color:var(--text)}.app{min-height:100vh}.app-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3em;z-index:9999}.app-loader-brand{font-family:Cygre,sans-serif;font-size:28px;letter-spacing:.02em;text-transform:lowercase;color:#111827}.app-loader-spinner{width:48px;height:48px;border-radius:999px;border:4px solid rgba(0,149,246,.15);border-top-color:#0095f6;animation:spin .9s linear infinite}.app-loader-tagline{font-size:13px;color:#6b7280;letter-spacing:.01em}.auth{min-height:100vh;display:grid;place-items:center;padding:24px;background:#0f172a;position:relative;overflow:hidden}.auth-content{width:min(1100px,100%);display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;position:relative;z-index:2}.auth-hero{display:grid;gap:20px;align-items:center;justify-items:center}.auth-mockup{width:min(360px,90%);border-radius:28px;background:#ffffffd9;padding:16px;box-shadow:0 30px 80px #0f172a59;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-mockup img{width:100%;display:block;border-radius:22px}.auth-photo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(520px,100%)}.auth-photo-row img{width:100%;aspect-ratio:10 / 15;object-fit:cover;border-radius:16px;box-shadow:0 18px 40px #0f172a40}.auth-panel{display:grid;gap:20px;align-items:start}.auth-copy{color:#f8fafc;display:grid;gap:12px;text-shadow:0 8px 24px rgba(15,23,42,.6)}.auth-copy h2{margin:0;font-size:28px;font-weight:700}.auth-copy p{margin:0;font-size:15px;line-height:1.5}.auth-card{width:min(420px,100%);border:1px solid var(--border);border-radius:12px;padding:24px;position:relative;z-index:2}.auth-card h1{margin:0 0 6px}.auth-card-glass{background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.auth-bg{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;background-size:cover;background-position:center;filter:blur(10px);transform:translate(var(--bg-x, 0px),var(--bg-y, 0px)) scale(1.08);opacity:0;transition:opacity .7s ease;animation:bg-drift 18s ease-in-out infinite}.auth-bg.is-active{opacity:.9}.auth-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a59,#0f172a99);z-index:1}@keyframes bg-drift{0%{transform:translate(var(--bg-x, 0px),var(--bg-y, 0px)) scale(1.08)}50%{transform:translate(calc(var(--bg-x, 0px) * -1),calc(var(--bg-y, 0px) * -1)) scale(1.1)}to{transform:translate(var(--bg-x, 0px),var(--bg-y, 0px)) scale(1.08)}}@media (max-width: 640px){.auth{align-items:flex-end;padding:0 16px}.auth-content{grid-template-columns:1fr;gap:20px;padding-bottom:64px}.auth-hero{order:2;width:100%}.auth-mockup{width:min(280px,80%)}.auth-photo-row{width:100%;grid-template-columns:repeat(3,1fr)}.auth-panel{order:1}.auth-card{width:100%;max-width:360px;margin-bottom:10vh;padding:18px}}.auth-footer{position:absolute;left:24px;right:24px;bottom:16px;font-size:12px;color:#f8fafcb3;text-align:center;z-index:2}.brand-link{color:var(--text);text-decoration:none;font-weight:700}.brand-link:hover{text-decoration:underline}.brand-link-label{display:inline-block;padding:2px 8px;border-radius:999px;background:#ffffffd9;color:#0f172a;text-decoration:underline;font-weight:700;box-shadow:0 6px 14px #0f172a33}.hint{font-size:12px;color:var(--text-muted);line-height:1.3}.auth-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 8px;padding:6px;background:#f9fafb;border-radius:999px}.auth-toggle .nav-item{height:40px;border:none;border-radius:999px;background:transparent;color:var(--text-muted);font-weight:600}.auth-toggle .nav-item.active{background:var(--primary);color:#fff}.auth-form{display:grid;gap:8px}.field{display:grid;gap:6px;margin:12px 0}.field label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.input{height:44px;border-radius:10px;border:1px solid var(--border);padding:0 12px;font-size:14px;background:#fff;color:var(--text)}.auth .input{text-align:center}.btn-primary{width:100%;height:44px;border:none;border-radius:10px;background:var(--primary);color:#fff;font-weight:600}.btn-primary:hover{background:var(--primary-hover)}.btn-glass{width:100%;height:40px;margin-top:8px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text)}.shell{height:100%;display:grid;grid-template-rows:auto 1fr;max-width:720px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border);background:#fff;overflow:hidden}.topbar{height:56px;display:flex;align-items:center;justify-content:flex-start;padding:0 16px;border-bottom:1px solid var(--border);background:#fff}.brand{font-family:Cygre,sans-serif;font-weight:400;text-transform:lowercase;letter-spacing:.02em;margin-left:auto}.tasks{position:relative;margin-left:4px}.tasks-button{width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:var(--text);font-weight:700}.tasks-button.active{border-color:var(--primary);box-shadow:0 4px 10px #0f172a1f}.tasks-icon{font-size:16px}.tasks-icon.spin{display:inline-block;animation:tasks-spin 1.4s linear infinite}.tasks-panel{position:fixed;top:56px;left:0;right:0;padding:16px;border-radius:0 0 16px 16px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 30px #0f172a1f;z-index:20;animation:tasks-slide .18s ease}.tasks-title{font-size:12px;color:var(--muted);margin-bottom:8px}.tasks-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0;border-bottom:1px solid #f0f2f6}.tasks-item:last-child{border-bottom:none}.tasks-name{font-size:13px;font-weight:600;color:var(--text)}.tasks-status{font-size:12px;color:var(--muted)}@keyframes tasks-slide{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.tasks-close{margin-top:12px;width:100%;height:34px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text);font-weight:600;font-size:18px}.tasks-close:hover{background:#f8fafc}@keyframes tasks-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-title{font-family:Cygre,sans-serif;font-weight:400;text-transform:lowercase;letter-spacing:.02em}.menu{position:relative;display:inline-flex;align-items:center;gap:8px}.burger-button{width:48px;height:48px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:transparent;color:var(--text);font-size:22px;font-weight:800}.burger-button:hover{background:#f8fafc}.back-button{height:40px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:#fff;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.back-button:hover{background:#f8fafc}.menu-panel{position:absolute;left:0;right:auto;top:44px;background:#fff;border:1px solid var(--border);border-radius:12px;min-width:220px;box-shadow:0 6px 16px #00000014;z-index:10;padding:6px}.menu-item{width:100%;text-align:left;padding:12px;border:none;background:transparent;font-size:14px;color:var(--text);border-radius:8px}.menu-item:hover{background:#f9fafb}.shoots-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border-radius:12px;background:var(--primary);border:none;cursor:pointer;color:#fff;font-weight:700;text-align:center;text-decoration:none;margin-bottom:16px;height:48px}.shoots-cta:focus{outline:none}.shoots-cta-icon{font-size:18px;line-height:1;font-weight:700}.shoots-cta:hover{background:var(--primary-hover)}.shoots,.shoots-orders{display:grid;gap:12px}.shoots-sort{font-size:12px;color:var(--muted);padding-left:2px}.shoots-order-card{position:relative;border:none;border-radius:16px;padding:0;background:#fff;display:grid;overflow:hidden;cursor:pointer}.shoots-order-card.active{box-shadow:0 8px 20px #0f172a1f}.shoots-order-cover{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#e5e7eb}.shoots-order-thumb img,.shoots-order-placeholder{width:100%;aspect-ratio:2 / 3;object-fit:cover;display:block}.shoots-order-placeholder{background:#f3f4f6}.shoots-loading{width:100%;padding:12px 0 24px}.shoots-loading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.shoots-loading-card{aspect-ratio:10 / 15;border-radius:12px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite}.shoots-order-date{position:absolute;top:10px;left:10px;background:#fffffff2;color:#111827;font-size:12px;font-weight:700;padding:4px 8px;border-radius:999px}.shoots-order-card.is-empty{opacity:.6;cursor:not-allowed}.shoots-order-card.is-empty .shoots-order-cover{filter:grayscale(1)}.shoots-order-empty{position:absolute;bottom:10px;left:10px;background:#ffffffeb;color:#6b7280;font-size:12px;font-weight:600;padding:4px 8px;border-radius:999px}.shoots-orders-skeleton{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%}.shoots-order-skeleton{aspect-ratio:16 / 10;border-radius:16px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite}.shoots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.shoots-item{display:grid;gap:6px}.shoots-item img{width:100%;aspect-ratio:2 / 3;object-fit:cover;border-radius:10px;background:#f3f4f6}.shoots-grid.insta-grid{gap:6px}.shoots-item.insta-item{padding:0;border:none;background:transparent}.shoots-item.insta-item img{aspect-ratio:1 / 1;border-radius:6px}.shoots-feed{display:grid;gap:16px;overflow-y:auto;max-height:calc(100vh - 220px)}.shoots-feed-spacer{height:0}.shoots-feed-item{position:relative;border-radius:12px;overflow:visible;background:#f3f4f6}.shoots-feed-media{width:100%;background:#f3f4f6;border-radius:12px;overflow:hidden}.shoots-feed-item img{width:100%;display:block;height:100%;object-fit:contain}.shoots-share-overlay{position:absolute;right:12px;bottom:12px;width:44px;height:44px;border:none;border-radius:999px;background:#00000059;color:#fff;font-size:22px;display:inline-flex;align-items:center;justify-content:center}.shoots-loading{position:absolute;right:12px;top:12px;width:25px;height:25px;border:none;border-radius:999px;background:#000;display:inline-flex;align-items:center;justify-content:center;min-width:25px;min-height:25px;box-shadow:0 6px 16px #0f172a33;opacity:0;transform:scale(.92);transition:opacity .2s ease,transform .2s ease}.shoots-loading.visible{opacity:1;transform:scale(1)}.shoots-loading-icon{width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;display:block;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(15,23,42,.35))}.shoots-tooltip{position:absolute;left:12px;top:12px;background:#111827eb;color:#fff;font-size:11px;padding:6px 8px;border-radius:8px;max-width:200px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shoots-share-overlay.active{background:#ef4444;color:#fff}.shoots-share-overlay.pending{animation:pulse 1s ease-in-out infinite}.shoots-neuro-button{position:absolute;left:16px;bottom:16px;width:28px;height:28px;border-radius:999px;border:none;background:#fff;color:var(--text);display:grid;place-items:center;box-shadow:0 6px 12px #0f172a2e;cursor:pointer;padding:0;overflow:hidden}.shoots-neuro-button img{width:16px;height:16px;display:block}.shoots-neuro-button:disabled{opacity:.6;cursor:default}.neuro-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}.neuro-action-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;font-size:12px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer;white-space:nowrap}.neuro-action-btn.processing{cursor:default;opacity:.6;animation:pulse 1s ease-in-out infinite}.neuro-action-btn:disabled{cursor:default}.neuro-action-btn img{width:14px;height:14px;display:block}.neuro-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:8px;display:grid;gap:8px;text-align:left}.neuro-count-skeleton{width:160px;height:14px;border-radius:999px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite}.neuro-card-skeleton{pointer-events:none}.neuro-title-skeleton{width:180px;height:14px;border-radius:999px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite}.neuro-button-skeleton{width:110px;height:30px;border-radius:999px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite}.neuro-preview-skeleton{width:100%;aspect-ratio:2 / 3;border-radius:12px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite}.modal .neuro-grid{max-height:60vh;overflow:auto;padding-right:6px}.neuro-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.neuro-previews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.neuro-preview{border:none;padding:0;background:transparent;cursor:pointer}.neuro-preview img{width:100%;display:block;border-radius:10px}.neuro-previews{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.neuro-previews img{width:100%;aspect-ratio:2 / 3;border-radius:8px;object-fit:cover;background:#f3f4f6}.neuro-title{font-size:12px;color:var(--text)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}.shoots-download{border:1px solid var(--border);border-radius:999px;padding:10px 14px;font-size:13px;font-weight:600;background:#fff;justify-self:start}.shoots-share{border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;background:#fff;display:inline-flex;align-items:center;gap:6px;justify-content:center}.screen{padding:16px 16px 90px;display:grid;gap:16px;background:#fff;height:100%;overflow-y:auto}.profile-screen{display:grid;grid-template-rows:auto auto auto 1fr;gap:8px;height:100%;min-height:0}.profile-screen h2{margin:0 0 2px}.feed{display:grid;gap:12px}.feed-list{display:grid;gap:16px}.feed-item{display:grid;gap:8px}.feed-avatar{width:28px;height:28px;border-radius:999px;background:#f3f4f6;overflow:hidden;display:grid;place-items:center}.feed-avatar img{width:100%;height:100%;object-fit:cover;display:block}.progressive-image{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;background:#f3f4f6}.progressive-image img{width:100%;height:100%;display:block;object-fit:cover}.progressive-preview{filter:blur(8px);transform:scale(1.03);opacity:.8;transition:opacity .2s ease}.progressive-preview.is-hidden{opacity:0}.progressive-full{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .2s ease}.progressive-full.is-visible{opacity:1}.feed-hr{height:1px;width:100%;background:#eef2f6;border:none}.feed-hr.is-hidden{opacity:0;pointer-events:none}.feed-rating{display:grid;grid-template-columns:1fr;align-items:center;gap:12px}.rating-track{position:relative;padding:0 17px}.rating-track.is-hidden{opacity:0;pointer-events:none;transition:opacity .18s ease}.rating-track input[type=range]{width:calc(100% - 34px);-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:999px;background:#e7edf3;outline:none;transition:background .15s ease;display:block;margin:0 auto}.rating-track input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;height:0;border-radius:0;background:transparent;border:none;box-shadow:none}.rating-track input[type=range]::-moz-range-thumb{width:0;height:0;border-radius:0;background:transparent;border:none;box-shadow:none}.rating-track input[type=range]::-moz-range-track{height:6px;border-radius:999px;background:#e7edf3}.rating-track input[type=range]:disabled{opacity:.75;cursor:not-allowed}.rating-flame{position:absolute;bottom:14px;font-size:18px;animation:rating-fly 1.4s cubic-bezier(.15,.7,.2,1) forwards;pointer-events:none;--flame-scale: 1;z-index:2}.rating-flame-handle{position:absolute;top:50%;transform:translate(-50%,-70%) scale(var(--flame-scale));pointer-events:none;transition:transform .12s ease,left .12s ease;--flame-scale: 1;width:34px;height:34px;border-radius:999px;background:#fff;display:grid;place-items:center;box-shadow:0 10px 20px #0f172a33;z-index:3}.rating-flame-handle.is-locked{opacity:.9}.rating-flame-icon{font-size:20px}.rating-summary{display:inline-flex;align-items:center;gap:12px;margin-top:4px;position:relative}.rating-summary-item{border:none;background:transparent;padding:0;display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:var(--text)}.rating-summary-icon{font-size:16px}.rating-summary-icon.avg{filter:grayscale(1) brightness(.2)}.rating-summary-icon.user{color:#ef4444}.rating-summary-text{font-size:12px;color:var(--text-muted)}.rating-summary-value{font-size:12px;font-weight:600;color:var(--text)}.rating-tip{position:absolute;left:0;top:-30px;background:#111827;color:#fff;font-size:11px;padding:6px 8px;border-radius:8px;opacity:0;animation:rating-tip 1.4s ease forwards;white-space:nowrap}@keyframes rating-tip{0%{opacity:0;transform:translateY(4px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes rating-fly{0%{opacity:1;transform:translate(-50%) scale(calc(.6 * var(--flame-scale)))}80%{opacity:1;transform:translate(-50%,-70vh) scale(calc(1.2 * var(--flame-scale)))}to{opacity:0;transform:translate(-50%,-100vh) scale(calc(1.4 * var(--flame-scale)))}}.feed-meta{display:inline-flex;gap:12px;font-size:12px;color:var(--text-muted);align-items:center;justify-content:space-between}.feed-meta.is-hidden,.feed-rating.is-hidden{opacity:0;pointer-events:none}.feed-meta-item{display:inline-flex;align-items:center;gap:6px}.feed-meta-left,.feed-meta-right{display:inline-flex;align-items:center;gap:8px}.feed-bookmark{border:none;background:#fff;display:inline-flex;align-items:center;gap:6px;color:var(--text);cursor:pointer;padding:6px 10px;border-radius:999px;box-shadow:0 8px 16px #0f172a1f;min-width:168px;justify-content:center}.feed-bookmark.is-active{background:#111;color:#fff}.feed-comment-skeletons{display:grid;gap:8px;padding:6px 0 10px}.feed-comment-skeleton{height:10px;border-radius:999px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite}.feed-comment-skeleton.short{width:65%}.feed-meta-item svg{width:16px;height:16px}.feed-meta-eye svg{width:20px;height:20px}.feed-wall{border:1px solid var(--border);border-radius:12px;padding:12px;background:#fff}.feed-wall-text{font-size:14px}.feed-wall-links{margin-top:8px;display:grid;gap:4px}.feed-wall-links a{color:var(--primary);text-decoration:none;font-size:13px}.feed-divider{height:1px;width:100%;background:#eef2f6}.feed-wall-comments{margin-top:10px}.feed-comment-toggle{border:none;background:transparent;color:var(--text-muted);font-size:12px;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:6px}.feed-meta .feed-comment-toggle{background:#fff;color:var(--text);padding:6px 10px;border-radius:999px;box-shadow:0 8px 16px #0f172a1f}.feed-comment-count{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text);padding:6px 10px;border-radius:999px;background:#fff;box-shadow:0 8px 16px #0f172a1f;cursor:pointer}.feed-comments{margin-top:8px;display:grid;gap:8px}.feed-comment{font-size:13px;color:var(--text)}.feed-comment-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.feed-comment-like{border:none;background:transparent;color:#cbd5f5;font-size:16px;cursor:pointer}.feed-comment-like.is-active{color:#ef4444}.feed-comment-like-count{font-size:12px;color:var(--text-muted);min-width:16px;text-align:right}.feed-comment-divider{height:1px;background:#eef2f6;margin:8px 0 2px}.feed-comment-form{display:grid;grid-template-columns:1fr auto;gap:8px}.feed-comment-form input{border:1px solid var(--border);border-radius:10px;padding:8px 10px;font-size:13px}.feed-comment-form button{border:none;background:var(--primary);color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;font-size:12px}.card{border-radius:12px;border:1px solid var(--border);background:#fff;padding:16px}.comment-list{margin-top:8px;display:grid;gap:8px}.comment-item{display:grid;gap:6px}.comment-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:8px}.comment-delete{border:none;background:transparent;color:var(--text-muted);font-size:12px;cursor:pointer}.comment-divider{height:1px;background:#eef2f6}.comment-form{display:grid;grid-template-columns:1fr auto;gap:8px}.comment-form input{border:1px solid var(--border);border-radius:10px;padding:8px 10px;font-size:13px}.comment-form button{border:none;background:var(--primary);color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;font-size:12px}.comment-form button svg{width:16px;height:16px}.empty{margin:0;padding:0;border:none;color:var(--text-muted)}.empty-center{min-height:0;height:100%;display:grid;align-items:start;justify-items:start;text-align:left}.bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:0;padding:6px;background:#ffffffe6;border-radius:999px;box-shadow:0 12px 30px #0f172a29;position:fixed;left:50%;transform:translate(-50%);bottom:12px;width:min(720px,calc(100% - 32px));z-index:20}.bottom-nav .nav-item{height:44px;width:100%;border:none;background:transparent;font-weight:600;color:var(--text-muted);border-radius:999px;transition:color .2s ease,background .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.bottom-nav .nav-item.active{color:#fff;background:var(--primary);box-shadow:none}.profile{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:16px;row-gap:16px}.avatar{width:72px;height:72px;border-radius:50%;background:#f3f4f6;border:1px solid var(--border);overflow:hidden;display:grid;place-items:center}.avatar-img{width:100%;height:100%;object-fit:cover}.profile-info{display:grid;align-content:center;gap:6px}.name{font-size:16px;font-weight:700;color:var(--text)}.stats{display:grid;grid-template-columns:repeat(3,auto);gap:12px;margin-top:6px}.profile-description{font-size:13px;color:var(--text);line-height:1.4;white-space:pre-wrap}.profile-description.muted{color:var(--text-muted)}.profile-seller{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:12px}.profile-seller-title{padding:2px 8px;border-radius:999px;background:#0000000f;color:var(--text);font-weight:600}.profile-seller-type{color:var(--text-muted)}.profile-tabs{display:flex;align-items:center;gap:0;margin-top:12px;border-bottom:1px solid var(--border);justify-content:space-between}.offer-section{margin-top:16px;display:grid;gap:16px}.offer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#fff}.offer-title{font-size:14px;font-weight:700;color:var(--text)}.offer-subtitle{font-size:12px;color:var(--text-muted);margin-top:4px}.offer-group{display:grid;gap:8px;align-items:start}.offer-list{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.offer-card{border:1px solid var(--border);border-radius:12px;padding:8px 10px;background:#fff;position:relative;overflow:hidden}.offer-card-title{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#0f172a0f;font-size:12px;font-weight:700}.offer-card-meta{position:absolute;left:8px;bottom:8px;padding:4px 8px;border-radius:999px;background:#0f172a0f;font-size:12px;color:var(--text);font-weight:600}.offer-edit{position:absolute;right:8px;bottom:8px;border:none;width:28px;height:28px;border-radius:999px;background:#0f172a14;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.offer-images{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:8px}.offer-image{position:relative;border-radius:10px;overflow:hidden;background:#f3f4f6;aspect-ratio:1 / 1}.offer-image img{width:100%;height:100%;object-fit:cover}.offer-image-remove{position:absolute;top:4px;right:4px;border:none;width:22px;height:22px;border-radius:999px;background:#0009;color:#fff;font-size:12px}.offer-groups{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;align-items:flex-start}.offer-group-item{display:grid;justify-items:center;gap:6px;min-width:72px;border:none;background:transparent;padding:0;text-align:center;cursor:pointer}.offer-group-circle{width:56px;height:56px;border-radius:50%;border:6px solid var(--primary);display:grid;place-items:center;color:var(--primary);font-weight:700;background:#fff}.offer-group-label{font-size:11px;color:var(--text);text-align:center}.offer-group-create{justify-items:start;text-align:left;min-width:64px}.offer-group-create .offer-group-circle{border-color:#0f172a33;color:#0f172a80}.offer-group-create .offer-group-label{font-weight:700;text-align:left}.offer-hr{height:1px;background:var(--border);margin:6px 0 0}.offer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.offer-error{font-size:12px;color:#dc2626}.offer-cta{border:none;border-radius:999px;padding:8px 14px;background:var(--primary);color:#fff;font-weight:600;cursor:pointer}.offer-empty{padding:16px;border:1px dashed var(--border);border-radius:14px;text-align:center;color:var(--text-muted);display:grid;gap:12px}.offer-empty.offer-empty-compact{padding:0;border:none;text-align:left}.offer-empty-title{font-size:14px;font-weight:700;color:var(--text)}.offer-empty-subtitle{font-size:12px;color:var(--text-muted)}.seller-fields{display:grid;gap:8px;margin-bottom:8px}.checkbox{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text)}.checkbox input{accent-color:var(--primary)}.profile-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.profile-photo .progressive-image{aspect-ratio:2 / 3;border-radius:10px}.profile-photo{border:none;padding:0;background:transparent;cursor:pointer;position:relative}.profile-photo-badges{position:absolute;left:6px;bottom:6px;display:flex;gap:6px;align-items:center;flex-wrap:wrap;z-index:2;pointer-events:none}.profile-photo-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:999px;background:#ffffffe0;color:var(--text);font-size:10px;box-shadow:0 6px 14px #0f172a1f}.profile-photo-badge svg{width:12px;height:12px}.profile-photo-badge .badge-sep{display:inline-block;width:1px;height:10px;background:#0f172a33;margin:0 2px}.photo-preview{max-width:min(92vw,520px);max-height:85vh;border-radius:16px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.photo-preview-image{background:#000;display:flex;align-items:center;justify-content:center}.photo-preview img{display:block;width:100%;height:auto;max-height:70vh;object-fit:contain}.photo-preview-meta{padding:10px 14px;border-top:1px solid var(--border)}.photo-preview-stats{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--text-muted)}.photo-preview-comments{padding:0 14px 14px;max-height:30vh;overflow:auto}.messages{display:flex;flex-direction:column;gap:12px;min-height:100%;height:80vh}.messages-header{font-size:16px;font-weight:700}.messages-start{width:100%}.messages-search{display:grid;gap:8px}.messages-search-hint{font-size:12px;color:var(--text-muted)}.messages-search-results{display:grid;gap:6px}.messages-search-item{border:1px solid var(--border);border-radius:10px;padding:10px;background:#fff;text-align:left}.messages-search-name{font-weight:700;font-size:13px}.messages-search-slug{font-size:12px;color:var(--text-muted);margin-top:2px}.messages-body{display:grid;grid-template-rows:auto minmax(0,1fr);gap:12px;min-height:60vh;flex:1}.messages-body.active{grid-template-rows:minmax(0,1fr)}.messages-list{display:grid;gap:10px;max-height:60vh;overflow:auto}.messages-chat{border:1px solid var(--border);border-radius:12px;padding:10px;background:#fff;text-align:left;width:100%;cursor:pointer}.messages-chat-row{display:flex;align-items:center;gap:10px}.messages-chat-avatar{flex:none;width:48px;height:48px}.messages-chat-avatar-img,.messages-chat-avatar-fallback{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.messages-chat-avatar-img{object-fit:cover}.messages-chat-avatar-fallback{color:#fff}.messages-chat-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.messages-chat-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.messages-chat-title{font-weight:700;font-size:13px;color:var(--text);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-chat-unread{background:var(--primary);color:#fff;font-size:11px;padding:0 6px;border-radius:999px;line-height:1.6}.messages-chat-snippet{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-chat.active{border-color:var(--primary)}.messages-thread{flex:1;display:flex;flex-direction:column;background:#fff;overflow:hidden;touch-action:pan-y;justify-content:space-between}.messages-thread.active{min-height:100%;max-height:74vh}.messages-items{display:flex;flex-direction:column;gap:8px;overflow:auto}.messages-spacer{margin-top:auto}.message-item{padding:8px 10px;border-radius:10px;background:#f3f4f6;max-width:80%;font-size:13px}.message-item:last-of-type{margin-bottom:1em}.message-item.mine{background:#00f2ff2e;margin-left:auto}.message-typing{font-size:12px;color:var(--text-muted)}.messages-send{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.messages-send-btn{border:none;width:40px;height:40px;border-radius:10px;background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center}.messages-empty{color:var(--text-muted);text-align:center;padding:24px 0}@media (max-width: 720px){.messages-body{grid-template-rows:auto 1fr}}.wall{display:grid;gap:12px;padding-top:4px;grid-template-rows:auto auto 1fr;min-height:0}.wall-header{display:flex;align-items:center;justify-content:flex-end}.wall-collapsed{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:#fff;cursor:pointer}.wall-muted{color:var(--text-muted);font-size:13px}.wall-compose-btn{border:1px solid var(--border);border-radius:999px;padding:6px 12px;background:#fff;font-weight:600;font-size:12px}.wall-compose{display:grid;gap:8px;position:relative;z-index:3;background:#fff;border-radius:14px;padding:12px;box-shadow:0 12px 30px #0f172a2e}.wall-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:2}.wall-textarea{width:100%;min-height:120px;padding:12px 14px 36px;border:1px solid var(--border);border-radius:12px;background:#fff;font-size:14px;font-family:inherit;color:var(--text);resize:vertical}.wall-counter{position:absolute;right:2em;bottom:7em;font-size:12px;color:var(--text-muted)}.wall-compose-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px}.wall-cancel{border:1px solid var(--border);background:#fff;color:var(--text);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.wall-publish{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:999px;padding:8px 14px;background:#111827;color:#fff;font-weight:600;font-size:13px}.wall-publish:hover{background:#0f172a}.wall-empty{color:var(--text-muted);text-align:center;padding:12px 0}.wall-list{display:grid;gap:12px;min-height:0}.wall-post{position:relative;border:1px solid var(--border);border-radius:12px;padding:12px;display:grid;gap:8px}.wall-text{white-space:pre-wrap;font-size:14px}.wall-links{display:grid;gap:4px}.wall-links a{color:var(--primary);text-decoration:none;font-size:13px}.wall-actions{display:flex;align-items:center;gap:12px;font-size:12px}.wall-divider{height:1px;background:var(--border);margin:10px 0}.wall-like,.wall-comment-btn,.wall-delete{border:none;background:transparent;color:var(--text);font-weight:600;padding:0}.wall-like.active{color:#ef4444}.wall-views{color:var(--text-muted);font-weight:600}.wall-comments{display:grid;gap:8px;border-top:1px solid var(--border);padding-top:8px}.wall-comment-form{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}.wall-comment-list{display:grid;gap:6px}.wall-comment{display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:14px}.avatar-button{border:none;padding:0;background:transparent;cursor:pointer}.comment-avatar{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:#f3f4f6;flex:none;overflow:hidden;display:grid;place-items:center}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-text{flex:1;text-align:left;align-self:center}.wall-delete{margin-left:auto}.wall-post-top{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.wall-post-author{margin-top:8px}.wall-date{font-size:12px;color:var(--text-muted)}.wall-menu{border:none;background:transparent;color:var(--text-muted);padding:0;font-size:18px}.wall-menu-panel{position:absolute;right:0;bottom:28px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:6px;box-shadow:0 8px 20px #0f172a1f;z-index:2}.wall-meta{margin-left:auto;display:inline-flex;align-items:center;gap:8px;position:relative}.wall-menu-item{border:none;background:transparent;font-weight:600;font-size:13px;padding:6px 8px}.wall-more{border:none;background:transparent;color:var(--text-muted);font-weight:700;font-size:16px;padding:0}.profile-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 2px;border:none;background:transparent;color:var(--text);font-size:13px;font-weight:600;border-bottom:2px solid transparent;flex:1;justify-content:center}.profile-tab svg{font-size:16px}.profile-tab.active{border-bottom-color:#111827}.tab-count{font-size:12px;color:var(--text-muted)}@media (max-width: 520px){.profile-tab .tab-label{display:none}.profile-tab{gap:6px}.offer-list{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-group-item{min-width:64px}.offer-images{grid-template-columns:repeat(3,minmax(0,1fr))}}.stat{display:grid;gap:2px}.stat-value{font-weight:700;color:var(--text)}.stat-label{font-size:12px;color:var(--text-muted)}.row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted)}.value{color:var(--text);font-weight:600}.upload{display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:10px;border:1px dashed var(--border);background:#fff;font-size:14px;cursor:pointer;color:var(--text)}.upload input{display:none}.upload-button{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 12px;border-radius:10px;border:1px solid var(--border);background:#fff;cursor:pointer;color:var(--text);font-size:14px}.upload-button input{display:none}.error{margin-top:8px;padding:10px;border-radius:8px;background:#fee2e2;border:1px solid #fecaca;color:#991b1b;font-size:12px}.tag{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:#f3f4f6;color:var(--text-muted);font-size:12px;border:1px solid var(--border)}.toast{padding:12px 16px;border-radius:10px;background:#fff;color:var(--text);border:1px solid var(--border)}.toast-success{border-color:#86efac}.toast-error{border-color:#fecaca}.icon-button{height:40px;width:40px;border-radius:10px;background:#fff;border:1px solid var(--border);color:var(--text)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:grid;place-items:center;z-index:50}.modal{width:min(520px,92vw);padding:16px;border-radius:12px;background:#fff;border:1px solid var(--border);max-height:calc(100vh - 80px);overflow:hidden}.modal-title{font-size:18px;font-weight:600;margin-bottom:8px}.textarea{resize:vertical;min-height:72px;padding:.6em}.upload-progress{font-size:12px;color:var(--text-muted);margin-top:6px}.toggle{display:inline-flex;align-items:center;gap:10px}.toggle input{display:none}.toggle-ui{width:44px;height:26px;border-radius:999px;background:#e5e7eb;position:relative;transition:background .16s ease}.toggle-ui:after{content:"";width:22px;height:22px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .16s ease;box-shadow:0 1px 2px #0003}.toggle input:checked+.toggle-ui{background:#111827}.toggle input:checked+.toggle-ui:after{transform:translate(18px)}.modal-body{font-size:14px;color:var(--text-muted);max-height:calc(100vh - 160px);overflow-y:auto}@media (min-width: 768px){.shell{max-width:720px}}@media (min-width: 1024px){.feed-list{gap:0}.feed-item{min-height:100vh;padding:24px 0;justify-content:center}.feed-media,.feed-wall,.feed-rating,.feed-meta,.feed-comments,.feed-hr,.feed-divider{width:min(720px,92vw);margin-left:auto;margin-right:auto}}.feed-media{position:relative}.feed-media .progressive-image{border-radius:20px}.feed-author-overlay{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:18px;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:14px;font-weight:600;color:var(--text);box-shadow:0 6px 14px #0f172a1f;border:none;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .18s ease}.feed-author-overlay.is-visible{opacity:1;pointer-events:auto}.feed-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite;z-index:1;aspect-ratio:2 / 3}.feed-ui-skeleton{display:grid;gap:10px;margin-top:8px}.feed-ui-line{height:6px;border-radius:999px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite}.feed-ui-row{display:inline-flex;align-items:center;gap:8px}.feed-ui-dot{width:22px;height:22px;border-radius:50%;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:feed-skeleton 1.2s ease-in-out infinite}@keyframes feed-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.mb-1{margin-bottom:1em}.mb-2{margin-bottom:2em}.mb-3{margin-bottom:3em}.messages-header-chat{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);flex-shrink:0;flex-direction:row}.messages-header-avatar{width:40px;height:40px;border-radius:8px;object-fit:cover;display:block}.messages-header-avatar-fallback{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px}.messages-header-title{font-weight:700;font-size:16px}.avatar-button{padding:0;border:none;background:transparent;cursor:pointer}.profile-actions{display:flex;gap:12px;margin-top:16px;margin-bottom:8px}.profile-action-btn{flex:1;height:40px;border-radius:10px;border:none;background:#f3f4f6;color:#111827;font-weight:600;font-size:14px;cursor:pointer}.profile-action-btn:hover{background:#e5e7eb}
