:root{--bg: #0f0d10;--surface: #17141a;--surface-2: #211c26;--line: #2a2530;--text: #f3ede4;--muted: #9a8f86;--muted-2: #6f6660;--accent: #e0a458;--accent-2: #7fae6b;--danger: #e0635a;--radius: 18px;--radius-sm: 12px;--phone-max: 480px;--nav-h: 62px;--header-h: 54px;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{background:#000;color:var(--text);font-size:15px;line-height:1.45;overscroll-behavior-y:none}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{display:block}.display{font-family:Fraunces,Georgia,serif}.app{position:relative;max-width:var(--phone-max);margin:0 auto;min-height:100%;background:var(--bg);display:flex;flex-direction:column;box-shadow:0 0 60px #0009}.header{position:sticky;top:0;z-index:40;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#0f0d10d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{font-family:Fraunces,serif;font-weight:700;font-size:24px;letter-spacing:-.5px;display:flex;align-items:center;gap:7px}.brand .dot{color:var(--accent)}.header-actions{display:flex;gap:18px;align-items:center}.icon-btn{display:grid;place-items:center;width:30px;height:30px;color:var(--text);position:relative}.icon-btn .badge{position:absolute;top:-3px;right:-4px;min-width:16px;height:16px;background:var(--danger);border-radius:9px;font-size:10px;font-weight:700;display:grid;place-items:center;padding:0 4px;color:#fff}.scroll{flex:1;overflow-y:auto;padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom))}.stories{display:flex;gap:14px;padding:14px 16px;overflow-x:auto;border-bottom:1px solid var(--line)}.stories::-webkit-scrollbar{display:none}.story{display:flex;flex-direction:column;align-items:center;gap:6px;flex:0 0 auto;width:64px}.story .ring{width:62px;height:62px;border-radius:50%;padding:2.5px;background:conic-gradient(from 210deg,var(--accent),var(--accent-2),var(--accent))}.story.you .ring{background:var(--line)}.story .ring img{width:100%;height:100%;border-radius:50%;border:2.5px solid var(--bg);object-fit:cover}.story .label{font-size:11px;color:var(--muted);max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story .you-plus{position:absolute;bottom:18px;right:0;width:20px;height:20px;border-radius:50%;background:var(--accent);color:#1a1206;display:grid;place-items:center;font-weight:800;font-size:14px;border:2px solid var(--bg)}.story .ring-wrap{position:relative}.post{border-bottom:1px solid var(--line);padding-bottom:6px}.post-head{display:flex;align-items:center;gap:10px;padding:11px 14px}.post-head img.av{width:38px;height:38px;border-radius:50%;object-fit:cover}.post-head .who{flex:1;min-width:0}.post-head .who .name{font-weight:600;font-size:14px;display:flex;align-items:center;gap:5px}.post-head .who .sub{font-size:11.5px;color:var(--muted)}.vendor-tag{font-size:10px;font-weight:700;letter-spacing:.4px;color:var(--accent-2);border:1px solid color-mix(in srgb,var(--accent-2) 45%,transparent);padding:1px 6px;border-radius:999px;text-transform:uppercase}.ai-tag{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:700;letter-spacing:.4px;color:var(--muted);background:var(--surface-2);border:1px solid var(--line);padding:1px 6px;border-radius:999px;text-transform:uppercase;cursor:help}.post-media{position:relative;width:100%;aspect-ratio:1;background:var(--surface)}.post-media img{width:100%;height:100%;object-fit:cover}.shop-chip{position:absolute;left:12px;bottom:12px;background:#0f0d10c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--line);border-radius:999px;padding:7px 13px 7px 11px;display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600}.shop-chip .price{color:var(--accent)}.post-actions{display:flex;align-items:center;gap:18px;padding:11px 14px 4px}.post-actions .spacer{flex:1}.post-actions svg{width:25px;height:25px}.post-likes{padding:2px 14px;font-weight:600;font-size:13.5px}.post-caption{padding:3px 14px;font-size:14px}.post-caption .h{font-weight:600;margin-right:6px}.post-comments{padding:4px 14px;color:var(--muted);font-size:13px}.post-time{padding:2px 14px 0;color:var(--muted-2);font-size:11px;text-transform:uppercase;letter-spacing:.3px}.nav{position:sticky;bottom:0;z-index:40;height:calc(var(--nav-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:flex;align-items:center;justify-content:space-around;background:#0f0d10e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line)}.nav a{display:grid;place-items:center;color:var(--muted);width:48px;height:48px;position:relative}.nav a.active{color:var(--text)}.nav svg{width:26px;height:26px}.nav .me-av{width:27px;height:27px;border-radius:50%;object-fit:cover;border:2px solid transparent}.nav a.active .me-av{border-color:var(--text)}.nav .ndot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:var(--danger);border-radius:50%}.page-head{position:sticky;top:0;z-index:30;height:var(--header-h);display:flex;align-items:center;gap:12px;padding:0 12px;background:#0f0d10d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.page-head .title{font-weight:700;font-size:17px}.page-head .back{font-size:22px;width:32px;height:32px;display:grid;place-items:center}.page-head .grow{flex:1}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.grid .cell{aspect-ratio:1;background:var(--surface);overflow:hidden}.grid .cell img{width:100%;height:100%;object-fit:cover}.search{margin:12px;padding:10px 14px;background:var(--surface-2);border-radius:12px;color:var(--muted);font-size:14px;display:flex;align-items:center;gap:9px}.dm-intro{padding:14px 16px 4px;color:var(--muted);font-size:13px}.convo{display:flex;align-items:center;gap:12px;padding:11px 16px}.convo img.av{width:54px;height:54px;border-radius:50%;object-fit:cover}.convo .body{flex:1;min-width:0}.convo .body .top{display:flex;justify-content:space-between}.convo .body .name{font-weight:600;font-size:14.5px}.convo .body .time{color:var(--muted-2);font-size:12px}.convo .body .prev{color:var(--muted);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.convo .body .prev.unread{color:var(--text);font-weight:600}.convo .udot{width:9px;height:9px;border-radius:50%;background:var(--accent)}.chat{display:flex;flex-direction:column;flex:1;min-height:0}.chat-scroll{flex:1;overflow-y:auto;padding:14px 12px 18px;display:flex;flex-direction:column;gap:8px}.bubble{max-width:76%;padding:9px 13px;border-radius:18px;font-size:14px;line-height:1.4}.bubble.them{align-self:flex-start;background:var(--surface-2);border-bottom-left-radius:5px}.bubble.me{align-self:flex-end;background:var(--accent);color:#1a1206;border-bottom-right-radius:5px;font-weight:500}.bubble.me ::selection{background:#0003}.msg-time{font-size:10px;color:var(--muted-2);padding:0 6px}.msg-time.me{align-self:flex-end}.msg-time.them{align-self:flex-start}.prod-card{align-self:flex-start;max-width:78%;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;overflow:hidden}.prod-card.me{align-self:flex-end}.prod-card img{width:100%;height:150px;object-fit:cover}.prod-card .pc-body{padding:10px 12px}.prod-card .pc-name{font-weight:600;font-size:13.5px}.prod-card .pc-price{color:var(--accent);font-weight:700;margin-top:2px}.prod-card .pc-tag{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--accent-2);font-weight:700;margin-bottom:4px}.prod-card .pc-btn{margin-top:9px;width:100%;background:var(--accent);color:#1a1206;font-weight:700;font-size:13px;padding:9px;border-radius:10px}.prod-card .pc-btn.ghost{background:transparent;color:var(--text);border:1px solid var(--line)}.composer{display:flex;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--line);background:var(--bg);padding-bottom:calc(10px + env(safe-area-inset-bottom))}.composer .field{flex:1;background:var(--surface-2);border-radius:22px;padding:10px 16px;color:var(--muted);font-size:14px}.composer .send{color:var(--accent);font-weight:700}.prof-top{padding:18px 16px 8px}.prof-row{display:flex;align-items:center;gap:22px}.prof-row img.av{width:84px;height:84px;border-radius:50%;object-fit:cover}.prof-stats{flex:1;display:flex;justify-content:space-around;text-align:center}.prof-stats .n{font-weight:700;font-size:17px}.prof-stats .l{font-size:12px;color:var(--muted)}.prof-name{font-weight:700;margin-top:12px}.prof-bio{font-size:13.5px;white-space:pre-line;color:var(--text);margin-top:2px}.prof-btns{display:flex;gap:8px;margin-top:14px}.prof-btns button{flex:1;padding:8px;border-radius:10px;background:var(--surface-2);font-weight:600;font-size:13.5px;border:1px solid var(--line)}.prof-btns button.primary{background:var(--accent);color:#1a1206;border-color:transparent}.tabs{display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:14px}.tabs button{flex:1;padding:12px;color:var(--muted);display:grid;place-items:center;border-bottom:2px solid transparent}.tabs button.active{color:var(--text);border-bottom-color:var(--text)}.tabs svg{width:22px;height:22px}.store-list{padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.store-item{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden}.store-item img{width:100%;aspect-ratio:1;object-fit:cover}.store-item .si-body{padding:9px 10px 11px}.store-item .si-name{font-size:13px;font-weight:600;line-height:1.3;min-height:34px}.store-item .si-foot{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.store-item .si-price{color:var(--accent);font-weight:700}.store-item .si-stock{font-size:10.5px;color:var(--muted)}.store-item .si-buy{margin-top:9px;width:100%;background:var(--accent-2);color:#0c1408;font-weight:700;font-size:12.5px;padding:8px;border-radius:9px}.create-wrap{padding:22px 16px}.create-drop{border:1.5px dashed var(--line);border-radius:var(--radius);padding:40px 20px;text-align:center;color:var(--muted);background:var(--surface)}.create-drop .big{font-size:40px}.field-group{margin-top:18px}.field-group label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}.field-group .inp{margin-top:6px;width:100%;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:12px 14px;color:var(--text);font-size:14px}.toggle-row{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:14px;background:var(--surface);border:1px solid var(--line);border-radius:14px}.toggle-row .tr-title{font-weight:600}.toggle-row .tr-sub{font-size:12px;color:var(--muted);margin-top:2px}.switch{width:46px;height:27px;border-radius:999px;background:var(--accent);position:relative;flex:0 0 auto}.switch:after{content:"";position:absolute;top:3px;right:3px;width:21px;height:21px;border-radius:50%;background:#1a1206}.btn-primary{margin-top:22px;width:100%;background:var(--accent);color:#1a1206;font-weight:700;font-size:15px;padding:14px;border-radius:12px}.empty{padding:60px 24px;text-align:center;color:var(--muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:90;display:flex;align-items:flex-end;justify-content:center}.app .modal-overlay{max-width:var(--phone-max);margin:0 auto}.modal{width:100%;max-width:var(--phone-max);background:var(--surface);border-top-left-radius:22px;border-top-right-radius:22px;padding:16px 18px calc(22px + env(safe-area-inset-bottom));max-height:88%;overflow-y:auto;border:1px solid var(--line)}.modal-head{display:flex;align-items:center;justify-content:space-between;font-size:16px;padding-bottom:8px}.modal-head button{color:var(--muted);font-size:18px}.auth{min-height:100%;display:flex;flex-direction:column;justify-content:center;padding:32px 26px calc(40px + env(safe-area-inset-bottom))}.auth-brand{font-family:Fraunces,serif;font-weight:700;font-size:44px;letter-spacing:-1px}.auth-brand .dot{color:var(--accent)}.auth-tag{color:var(--muted);margin-top:6px;margin-bottom:26px;font-size:14.5px;max-width:320px}.social-col{display:flex;flex-direction:column;gap:10px}.social{display:flex;align-items:center;justify-content:center;gap:10px;padding:13px;border-radius:12px;font-weight:600;font-size:14.5px;background:#fff;color:#1a1206}.social.fb{background:#1877f2;color:#fff}.social.apple{background:#000;color:#fff;border:1px solid #333}.auth-or{display:flex;align-items:center;gap:12px;color:var(--muted-2);margin:20px 0;font-size:12px}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:var(--line)}.auth-form{display:flex;flex-direction:column;gap:11px}.auth-form .inp{width:100%;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:13px 15px;color:var(--text);font-size:15px}.auth-form .btn-primary{margin-top:6px}.auth-switch{text-align:center;margin-top:20px;color:var(--muted);font-size:14px}.auth-switch button{color:var(--accent);font-weight:700}.center-screen{min-height:100%;display:grid;place-items:center;color:var(--muted)}.toast{position:fixed;left:50%;bottom:calc(var(--nav-h) + 24px);transform:translate(-50%);background:var(--accent);color:#1a1206;font-weight:700;font-size:13.5px;padding:11px 20px;border-radius:999px;z-index:100;box-shadow:0 8px 30px #00000080;animation:pop .25s ease}@keyframes pop{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}select.inp{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;cursor:pointer}.modal-tall{max-height:88vh;overflow-y:auto}.create-drop{background-size:cover;background-position:center;position:relative}.drop-badge{background:#0f0d10b3;color:#fff;font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tek-list{display:flex;flex-direction:column;gap:10px;padding:12px}.tek-card{display:flex;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;color:inherit}.tek-thumb{width:92px;height:92px;object-fit:cover;flex-shrink:0}.tek-thumb-empty{display:flex;align-items:center;justify-content:center;font-size:30px;background:var(--surface-2)}.tek-card-body{padding:10px 12px 10px 0;display:flex;flex-direction:column;gap:5px;min-width:0}.tek-card-title{font-weight:600;font-size:14.5px;line-height:1.25}.tek-card-sum{font-size:12.5px;color:var(--muted);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tek-badges{display:flex;flex-wrap:wrap;gap:6px}.tek-cat,.tek-diff,.tek-draft{font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;padding:2px 7px;border-radius:999px}.tek-cat{color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent)}.tek-diff{color:var(--accent-2);border:1px solid color-mix(in srgb,var(--accent-2) 40%,transparent)}.tek-draft{color:var(--muted);border:1px solid var(--line)}.tek-hero{width:100%;aspect-ratio:16/10;background:var(--surface)}.tek-hero img{width:100%;height:100%;object-fit:cover}.tek-read{padding:16px;max-width:720px;margin:0 auto}.tek-title{font-family:var(--display, inherit);font-size:24px;line-height:1.2;margin:10px 0 6px}.tek-species{font-size:13px;color:var(--muted);margin-bottom:10px}.tek-author{display:inline-flex;align-items:center;gap:7px;color:inherit;margin:4px 0 14px}.tek-author .av{width:26px;height:26px;border-radius:50%;object-fit:cover}.tek-author .h{font-weight:600;font-size:13.5px}.tek-summary{font-size:15px;color:var(--text);font-weight:500;line-height:1.5;margin-bottom:14px}.tek-body{font-size:15px;line-height:1.65;color:var(--text);white-space:pre-wrap}.tek-delete{display:block;margin:26px auto 8px;color:var(--danger);font-size:13px;font-weight:600}
