:root{--bg:#0a0a0a;--surface:#111;--surface-2:#1a1a1a;--surface-3:#222;--border:hsla(0,0%,100%,.08);--border-hover:hsla(0,0%,100%,.15);--text:#efefef;--text-muted:#666;--text-subtle:#444;--accent:#6366f1;--accent-hover:#5254cc;--danger:#ef4444;--success:#22c55e;--radius:10px;--radius-lg:16px;--radius-full:9999px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}button{border:none;outline:none}.btn,button{font-family:inherit;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--radius-full);font-size:.9rem;font-weight:600;transition:background .15s,opacity .15s,transform .1s;border:none;white-space:nowrap}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.btn-primary{background:var(--accent);color:#fff}.btn-primary:not(:disabled):hover{background:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:not(:disabled):hover{background:var(--surface-2);color:var(--text);border-color:var(--border-hover)}.btn-danger{background:transparent;color:var(--danger);border:1px solid rgba(239,68,68,.3)}.btn-danger:not(:disabled):hover{background:rgba(239,68,68,.1)}.btn-sm{padding:7px 14px;font-size:.8rem}.btn-lg{padding:14px 28px;font-size:1rem}.btn-full,.input{width:100%}.input{background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:12px 16px;border-radius:var(--radius);font-size:.95rem;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(99,102,241,.15)}.input::placeholder{color:var(--text-subtle)}.input:disabled{opacity:.5;cursor:not-allowed}textarea.input{resize:vertical;min-height:90px}.input-prefix{display:flex;align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .15s,box-shadow .15s}.input-prefix:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(99,102,241,.15)}.input-prefix span{padding:12px 12px 12px 16px;color:var(--text-muted);font-size:.95rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.input-prefix input{flex:1 1;background:transparent;border:none;outline:none;color:var(--text);padding:12px 16px 12px 0;font-size:.95rem;font-family:inherit}.input-prefix input::placeholder{color:var(--text-subtle)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:.82rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.msg-error{color:var(--danger);font-size:.875rem}.msg-success{color:var(--success);font-size:.875rem}.navbar{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:56px;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;background:hsla(0,0%,4%,.88);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);z-index:100;transition:opacity .25s ease,transform .25s ease}.navbar-hidden{opacity:0;transform:translateY(-100%);pointer-events:none}.navbar-left,.navbar-right{flex:1 1;display:flex;align-items:center}.navbar-right{justify-content:flex-end;gap:8px}.navbar-center{display:flex;align-items:center;gap:4px}.navbar-logo{font-size:1rem;letter-spacing:-.02em;color:var(--text)}.nav-tab{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius);color:var(--text-muted);position:relative;transition:background .15s,color .15s}.nav-tab:hover{background:var(--surface-2)}.nav-tab-active,.nav-tab:hover{color:var(--text)}.nav-tab-active:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translateX(-50%);width:20px;height:2px;background:var(--accent);border-radius:2px 2px 0 0}.nav-dropdown-wrap{position:relative;transition:opacity .25s ease,transform .25s ease}.nav-user-hidden{opacity:0;pointer-events:none;transform:translateY(-4px)}.nav-user-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;background:transparent;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;transition:background .15s,color .15s,border-color .15s;font-family:inherit}.nav-user-btn:hover{background:var(--surface-2);color:var(--text);border-color:var(--border-hover)}.nav-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:190px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 32px rgba(0,0,0,.5);padding:6px;z-index:200;animation:fadeUp .12s ease}.nav-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:6px;font-size:.875rem;color:var(--text-muted);background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s,color .12s;text-decoration:none}.nav-dropdown-item:hover{background:var(--surface-2);color:var(--text)}.nav-dropdown-divider{height:1px;background:var(--border);margin:5px 6px}.nav-dropdown-danger,.nav-dropdown-danger:hover{color:var(--danger)!important}.nav-dropdown-danger:hover{background:rgba(239,68,68,.1)!important}.navbar-actions{gap:8px}.auth-page,.navbar-actions{display:flex;align-items:center}.auth-page{min-height:100vh;flex-direction:column;justify-content:center;padding:24px}.auth-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px;display:flex;flex-direction:column;gap:20px}.auth-card h1{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.auth-card p{color:var(--text-muted);font-size:.9rem}.auth-fields{display:flex;flex-direction:column;gap:14px}.auth-footer{text-align:center;font-size:.875rem;color:var(--text-muted)}.auth-footer a{color:var(--accent);font-weight:600}.auth-footer a:hover{text-decoration:underline}.setup-page{min-height:100vh;align-items:center;justify-content:center;padding:24px;gap:32px}.setup-card,.setup-page{display:flex;flex-direction:column}.setup-card{width:100%;max-width:440px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px;gap:24px}.setup-card h1{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.setup-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.username-hint{font-size:.8rem;color:var(--text-subtle);margin-top:4px}.profile-page{max-width:480px;margin:0 auto;padding:0 24px 80px}.profile-header{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 0 32px;gap:10px}.profile-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;background:var(--surface-2);border:2px solid var(--border)}.profile-name{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin-top:4px}.profile-handle{font-size:.9rem;color:var(--text-muted)}.profile-bio{font-size:.95rem;color:var(--text-muted);max-width:420px;line-height:1.7;white-space:pre-wrap}.profile-edit-btn{margin-top:8px}.edit-panel{width:100%;max-width:480px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:16px;margin:0 auto 32px}.edit-panel h3{font-size:1rem;font-weight:600;margin-bottom:4px}.edit-actions{display:flex;gap:10px;padding-top:4px}.nav-icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);color:var(--text-muted);position:relative;transition:background .15s,color .15s}.nav-icon-btn:hover{background:var(--surface-2);color:var(--text)}.nav-badge{position:absolute;top:1px;right:1px;min-width:16px;height:16px;background:var(--danger);color:#fff;font-size:.62rem;font-weight:700;border-radius:var(--radius-full);justify-content:center;padding:0 3px;pointer-events:none}.nav-badge,.profile-stats{display:flex;align-items:center}.profile-stats{gap:20px;margin:4px 0}.stat{display:flex;flex-direction:column;align-items:center;gap:1px}.stat-num{font-size:1.1rem;font-weight:700;color:var(--text)}.stat-label{font-size:.75rem;color:var(--text-muted)}.stat-divider{width:1px;height:28px;background:var(--border)}.stat-btn{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 12px;border-radius:var(--radius);transition:background .15s;color:inherit}.stat-btn:hover{background:var(--surface-3)}.follow-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:200;padding:16px}.follow-modal{background:var(--surface);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-lg);width:100%;max-width:400px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.follow-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.follow-modal-header h3{font-size:1rem;font-weight:700}.follow-modal-close{background:none;border:none;color:var(--text-muted);font-size:1.4rem;cursor:pointer;line-height:1;padding:2px 6px;border-radius:6px}.follow-modal-close:hover{background:var(--surface-3);color:var(--text)}.follow-modal-body{overflow-y:auto;flex:1 1;padding:8px 0}.follow-modal-item{display:flex;align-items:center;gap:12px;padding:10px 20px;transition:background .15s;text-decoration:none;color:inherit}.follow-modal-item:hover{background:var(--surface-2)}.follow-modal-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--border)}.follow-modal-info{display:flex;flex-direction:column;gap:2px;min-width:0}.follow-modal-name{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.follow-modal-handle{font-size:.78rem;color:var(--text-muted)}.profile-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap;justify-content:center}.follow-accepted{border-color:rgba(99,102,241,.4);color:var(--accent)}.follow-pending{opacity:.5}.page-wrap{max-width:680px;margin:0 auto;padding:32px 24px 80px}.page-title{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:24px}.search-bar{display:flex;gap:10px;margin-bottom:24px}.search-input{flex:1 1}.search-results{display:flex;flex-direction:column;gap:2px}.search-loading{display:flex;justify-content:center;padding:40px}.search-empty{color:var(--text-muted);font-size:.9rem;padding:24px 0}.user-card{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:background .15s}.user-card:hover{background:var(--surface-2)}.user-card-info{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}.user-card-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:var(--surface-2);flex-shrink:0}.user-card-name{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card-handle{font-size:.8rem;color:var(--text-muted)}.user-card-action{flex-shrink:0}.follow-self{font-size:.8rem;color:var(--text-subtle);padding:0 8px}.notif-list{display:flex;flex-direction:column;gap:2px}.notif-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:8px 0 6px}.notif-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:background .15s}.notif-unread{background:rgba(99,102,241,.06);border-color:rgba(99,102,241,.18)}.notif-avatar-link{flex-shrink:0}.notif-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:var(--surface-2)}.notif-body{flex:1 1;min-width:0;font-size:.88rem}.notif-name{font-weight:600;color:var(--text)}.notif-name:hover{text-decoration:underline}.notif-text{color:var(--text-muted)}.notif-time{font-size:.75rem;color:var(--text-subtle);margin-top:3px}.notif-actions{display:flex;gap:8px;flex-shrink:0}.notif-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:60px;color:var(--text-muted);font-size:.9rem}.settings-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.settings-section{padding:20px 24px}.settings-section-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:14px}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;gap:12px}.settings-row-action{padding:8px 0}.settings-label{font-size:.9rem;font-weight:500;color:var(--text)}.settings-value{font-size:.875rem;color:var(--text-muted)}.settings-desc{font-size:.78rem;color:var(--text-muted);margin-top:2px}.settings-divider{height:1px;background:var(--border)}.feed-list{display:flex;flex-direction:column;gap:12px}.feed-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .15s}.feed-card:hover{border-color:var(--border-hover)}.feed-card-author{display:flex;align-items:center;gap:10px;padding:14px 16px 12px;text-decoration:none}.feed-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--surface-2);flex-shrink:0}.feed-author-name{display:block;font-size:.875rem;font-weight:600;color:var(--text);line-height:1.2}.feed-author-handle{display:block;font-size:.75rem;color:var(--text-muted)}.feed-time{margin-left:auto;font-size:.75rem;color:var(--text-subtle);white-space:nowrap}.feed-card-body{padding:0 16px 4px}.feed-text{font-size:.9rem;line-height:1.65;color:var(--text);white-space:pre-wrap;word-break:break-word}.feed-media-placeholder{display:flex;align-items:center;gap:10px;padding:20px;border-radius:var(--radius);font-size:.85rem;font-weight:500}.feed-image-placeholder{background:var(--surface-2);color:var(--text-muted)}.feed-video-placeholder{background:#0c0c18;color:hsla(0,0%,100%,.5)}.feed-card-footer{padding:10px 16px 14px}.feed-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:80px 24px;text-align:center;color:var(--text-muted);font-size:.9rem}.feed-empty-icon{font-size:2.5rem;opacity:.25;margin-bottom:4px}.feed-empty-sub{color:var(--text-subtle);font-size:.82rem}.feed-pin-img{width:100%;max-height:260px;object-fit:cover;border-radius:var(--radius);display:block}.feed-comment-label{font-size:.8rem;color:var(--text-muted);margin-bottom:8px}.feed-comment-target{color:var(--accent);font-weight:600}.feed-comment-target:hover{text-decoration:underline}.feed-comment-pin-preview{margin-bottom:8px}.feed-comment-pin-text{font-size:.85rem;color:var(--text-muted);background:var(--surface-2);border-left:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;white-space:pre-wrap;word-break:break-word;border:1px solid var(--border);border-left:3px solid rgba(99,102,241,.4)}.feed-comment-text{font-size:.9rem;color:var(--text);line-height:1.5;font-style:italic;margin:0}.not-found{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:40px;color:var(--text-muted)}.not-found h2{font-size:1.3rem;font-weight:600;color:var(--text)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .3s ease forwards}.spinner-wrap{min-height:60vh;display:flex;align-items:center;justify-content:center}@keyframes spin{to{transform:rotate(1turn)}}.spinner{width:28px;height:28px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}.pb-toolbar{display:flex;align-items:center;gap:8px;padding:12px 0 16px;flex-wrap:wrap;position:relative;z-index:10}.pb-tool-btn{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pb-toolbar-divider{width:1px;height:20px;background:var(--border);margin:0 2px;flex-shrink:0}.pb-hint{margin-left:6px;font-size:.74rem;color:var(--text-subtle)}.pb-canvas{position:relative;min-height:520px;background-color:var(--surface);background-image:radial-gradient(circle,hsla(0,0%,100%,.06) 1px,transparent 0);background-size:24px 24px;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.pb-empty,.pb-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.pb-empty{flex-direction:column;gap:10px;color:var(--text-muted);font-size:.88rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pb-empty-icon{font-size:2.2rem;opacity:.2}.pb-pin{position:absolute;border-radius:var(--radius);box-shadow:0 4px 20px rgba(0,0,0,.45);transition:box-shadow .15s;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.pb-pin:hover{box-shadow:0 8px 36px rgba(0,0,0,.65);z-index:10}.pb-handle{display:flex;align-items:center;gap:6px;padding:5px 8px 5px 10px;background:var(--surface-3);border:1px solid hsla(0,0%,100%,.12);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0;cursor:-webkit-grab;cursor:grab;color:var(--text-muted);font-size:.71rem;opacity:0;transition:opacity .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pb-handle span{flex:1 1}.pb-pin:hover .pb-handle{opacity:1}.pb-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.pb-del{position:absolute;top:-9px;right:-9px;z-index:20;width:22px;height:22px;border-radius:50%;background:rgba(220,38,38,.92);border:1.5px solid hsla(0,0%,100%,.25);color:#fff;font-size:15px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;opacity:0;pointer-events:none;transition:opacity .15s,transform .15s;transform:scale(.7)}.pb-pin:hover .pb-del,.pb-wiggling .pb-del{opacity:1;pointer-events:auto;transform:scale(1)}.pb-del:hover{background:#ef4444}.pb-body{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;position:relative;transition:border-radius .1s}@media (hover:hover){.pb-pin:hover .pb-body{border-top:none;border-radius:0 0 var(--radius) var(--radius)}}.pb-text{width:-moz-fit-content;width:fit-content;min-width:72px;max-width:320px}.pb-text .pb-body{background:#18182e;border-color:rgba(99,102,241,.22)}.pb-text-inner{width:100%;height:auto;padding:12px 16px;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;overflow:visible;color:var(--text);box-sizing:border-box}.pb-image .pb-body{background:var(--surface-2)}.pb-video .pb-body{background:#0c0c18;border-color:hsla(0,0%,100%,.06)}.pb-demo-inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-muted);text-align:center;padding:12px;box-sizing:border-box}.pb-progress-bar{width:75%;height:4px;background:hsla(0,0%,100%,.1);border-radius:2px;overflow:hidden;margin-top:2px}.pb-progress-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .4s ease}.pb-video-inner{color:hsla(0,0%,100%,.5)}.pb-demo-inner span{font-size:.85rem;font-weight:600}.pb-demo-inner small{font-size:.72rem;color:var(--text-subtle)}.pb-resize{position:absolute;bottom:4px;right:4px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:se-resize;color:var(--text-subtle);opacity:0;transition:opacity .15s;z-index:5;border-radius:4px}.pb-pin:hover .pb-resize{opacity:1}.pb-resize:hover{background:hsla(0,0%,100%,.06);color:var(--text-muted)}@keyframes pb-wiggle{0%,to{transform:rotate(-.6deg)}50%{transform:rotate(.6deg)}}.pb-wiggling{animation:pb-wiggle .18s ease-in-out infinite;z-index:100;cursor:-webkit-grabbing;cursor:grabbing}@media (hover:none){.pb-handle{display:none}}.pb-text-editor{position:absolute;left:50%;transform:translateX(-50%) scale(.94);width:min(460px,calc(100vw - 24px));z-index:50;background:var(--surface);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--radius-lg);box-shadow:0 12px 48px rgba(0,0,0,.75);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.pb-text-editor.open{opacity:1;pointer-events:auto;transform:translateX(-50%) scale(1)}.pb-text-editor-inner{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px}.pb-fmt-bar{gap:6px;flex-wrap:wrap}.pb-fmt-bar,.pb-fmt-btn{display:flex;align-items:center}.pb-fmt-btn{width:32px;height:32px;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;color:var(--text-muted);font-size:.88rem;font-weight:700;justify-content:center;cursor:pointer;transition:background .12s,color .12s,border-color .12s;flex-shrink:0}.pb-fmt-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.pb-fmt-btn:hover:not(.active){background:var(--surface-3);color:var(--text)}.pb-fmt-btn-italic{font-style:italic}.pb-fmt-select{height:32px;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.8rem;padding:0 8px;cursor:pointer;outline:none;max-width:120px}.pb-fmt-color-wrap{display:flex;align-items:center;gap:5px;cursor:pointer}.pb-fmt-color{width:32px;height:32px;border:1px solid var(--border);border-radius:6px;cursor:pointer;padding:3px;background:var(--surface-2);flex-shrink:0}.pb-fmt-color-label{font-size:.75rem;color:var(--text-muted);pointer-events:none}.pb-text-editor-area{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9rem;padding:10px 14px;resize:none;width:100%;outline:none;line-height:1.5;transition:border-color .15s}.pb-text-editor-area:focus{border-color:var(--accent)}.pb-text-cancel{width:32px;height:32px;background:transparent;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0}.pb-text-cancel:hover{color:var(--text);background:var(--surface-2)}.pb-place-hint{display:none;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.28);border-radius:var(--radius);margin-bottom:8px;font-size:.84rem;color:var(--text)}.pb-place-cancel{background:transparent;border:1px solid rgba(99,102,241,.4);border-radius:var(--radius-full);color:var(--accent);font-size:.8rem;padding:4px 12px;cursor:pointer;white-space:nowrap}.pb-place-cancel:hover{background:rgba(99,102,241,.1)}.pb-placing{cursor:crosshair!important}.pb-edit-text,.pb-placing .pb-pin{pointer-events:none}.pb-edit-text{position:absolute;top:-9px;left:-9px;z-index:20;width:22px;height:22px;border-radius:50%;background:rgba(99,102,241,.9);border:1.5px solid hsla(0,0%,100%,.25);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;opacity:0;transition:opacity .15s,transform .15s;transform:scale(.7)}.pb-pin:hover .pb-edit-text,.pb-wiggling .pb-edit-text{opacity:1;pointer-events:auto;transform:scale(1)}.pb-edit-text:hover{background:#6366f1}.pb-space-menu{position:absolute;background:var(--surface);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--radius);box-shadow:0 8px 28px rgba(0,0,0,.65);z-index:300;min-width:170px;display:none;flex-direction:column;padding:4px;animation:fadeUp .14s ease}.pb-space-menu.open{display:flex}.pb-space-opt{display:flex;align-items:center;gap:8px;padding:8px 10px;background:transparent;border:none;border-radius:6px;color:var(--text);font-size:.84rem;cursor:pointer;text-align:left;width:100%;font-family:inherit}.pb-space-opt:hover{background:var(--surface-2)}.pb-space-opt span{color:var(--text-muted);font-size:.76rem;margin-left:auto}.pb-space-menu-sep{height:1px;background:var(--border);margin:4px 2px}.pb-trim-overlay{position:absolute;z-index:30;cursor:ns-resize;touch-action:none;background:rgba(0,0,0,.18);border-radius:var(--radius-lg)}.pb-trim-hint{top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.72);color:var(--text);font-size:.82rem;padding:9px 18px;border-radius:var(--radius-full);white-space:nowrap;text-align:center}.pb-trim-band,.pb-trim-hint{position:absolute;pointer-events:none}.pb-trim-band{left:0;right:0;background:rgba(239,68,68,.22);border-top:2px dashed rgba(239,68,68,.75);border-bottom:2px dashed rgba(239,68,68,.75);border-radius:0}.pb-trim-bar{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;z-index:40;background:var(--surface);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--radius-full);padding:8px 14px;box-shadow:0 6px 24px rgba(0,0,0,.65);white-space:nowrap}.pb-trim-bar-label{font-size:.82rem;color:var(--text-muted);white-space:nowrap;padding-right:4px}.pb-gif-tool-btn{font-size:.72rem;font-weight:800;letter-spacing:.04em;width:36px}.pb-gif-picker{position:absolute;left:50%;transform:translateX(-50%) scale(.94);width:min(460px,calc(100vw - 24px));z-index:50;background:var(--surface);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--radius-lg);box-shadow:0 12px 48px rgba(0,0,0,.75);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;overflow:hidden}.pb-gif-picker.open{opacity:1;pointer-events:auto;transform:translateX(-50%) scale(1)}.pb-gif-picker-head{display:flex;align-items:center;gap:8px;padding:12px 14px 8px}.pb-gif-search-input{flex:1 1;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.88rem;padding:7px 12px;outline:none;transition:border-color .15s;font-family:inherit}.pb-gif-search-input:focus{border-color:var(--accent)}.pb-gif-grid-pb{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;gap:3px;padding:0 14px 14px;max-height:260px;overflow-y:auto}.pb-gif-thumb-pb{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;cursor:pointer;transition:opacity .12s,transform .12s;display:block}.pb-gif-thumb-pb:hover{opacity:.82;transform:scale(1.04)}.pb-gif-loading{grid-column:1/-1;display:flex;justify-content:center;padding:24px 0}.pb-gif-empty{grid-column:1/-1;text-align:center;padding:20px;color:var(--text-muted);font-size:.85rem}.pb-gif .pb-body{background:var(--surface-2)}.pb-sound-btn{position:absolute;bottom:8px;right:8px;width:30px;height:30px;background:rgba(0,0,0,.52);border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .15s,transform .1s}.pb-sound-btn:hover{background:rgba(0,0,0,.78);transform:scale(1.1)}.bottom-nav{display:none}@media (max-width:680px){.bottom-nav{display:flex;align-items:center;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;height:60px;background:hsla(0,0%,4%,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);z-index:200;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav .nav-tab{flex:1 1;height:52px;border-radius:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.navbar-center-desktop{display:none}.auth-page,.page-wrap,.profile-page,.setup-page{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.navbar{padding:0 16px}.navbar-left{display:none}.auth-card,.setup-card{padding:28px 20px}.profile-page{padding-left:16px;padding-right:16px}.profile-header{padding:32px 0 24px}.edit-panel{padding:20px 16px}.input,.input-prefix input{font-size:16px}.btn{min-height:44px}.btn-sm{min-height:38px}.page-wrap{padding-left:16px;padding-right:16px}.search-bar{flex-direction:column}.notif-card{padding:12px;gap:10px}.notif-actions{flex-direction:column;gap:6px}.notif-actions .btn{width:100%}.feed-card-author{padding:12px 14px 10px}.feed-card-body{padding:0 14px 4px}.feed-card-footer{padding:8px 14px 12px}.pb-canvas,.pb-toolbar{overflow-x:auto}.pb-toolbar{flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:8px;gap:6px}.pb-hint{display:none}.settings-card{border-radius:var(--radius)}.settings-section{padding:16px}.user-card{padding:10px 12px}.nav-dropdown{right:0;left:auto;min-width:200px}}.chat-list{display:flex;flex-direction:column;gap:2px}.chat-conv-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.chat-conv-item:hover{background:var(--surface-2);border-color:var(--border-hover)}.chat-conv-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.chat-conv-body{flex:1 1;min-width:0}.chat-conv-name{font-weight:600;font-size:.9rem;color:var(--text)}.chat-conv-name,.chat-conv-preview{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-conv-preview{font-size:.8rem;color:var(--text-muted);margin-top:2px}.chat-conv-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.chat-conv-time{font-size:.72rem;color:var(--text-subtle)}.chat-unread-dot{min-width:18px;height:18px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;border-radius:var(--radius-full);justify-content:center;padding:0 4px}.chat-empty,.chat-unread-dot{display:flex;align-items:center}.chat-empty{flex-direction:column;gap:10px;padding:48px 0;color:var(--text-muted);font-size:.88rem;text-align:center;line-height:1.6}.chat-window{display:flex;flex-direction:column;height:calc(100vh - 56px);max-width:680px;margin:0 auto}.chat-win-header{gap:12px;padding:12px 20px;border-bottom:1px solid var(--border);background:var(--bg)}.chat-back-btn,.chat-win-header{display:flex;align-items:center;flex-shrink:0}.chat-back-btn{width:36px;height:36px;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--text);justify-content:center;cursor:pointer;transition:background .15s}.chat-back-btn:hover{background:var(--surface-2)}.chat-win-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0}.chat-win-info{min-width:0}.chat-win-name{font-weight:600;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-win-handle{font-size:.76rem;color:var(--text-muted)}.chat-win-handle:hover{color:var(--accent)}.chat-win-messages{flex:1 1;overflow-y:auto;padding:20px 20px 8px;display:flex;flex-direction:column;gap:6px}.chat-msg-wrap{display:flex}.chat-msg-mine{justify-content:flex-end}.chat-msg-other{justify-content:flex-start}.chat-bubble{max-width:75%;padding:9px 13px;border-radius:16px;display:flex;flex-direction:column;gap:3px}.chat-msg-mine .chat-bubble{background:var(--accent);border-bottom-right-radius:4px}.chat-msg-other .chat-bubble{background:var(--surface-2);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-bubble-text{font-size:.9rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;color:var(--text)}.chat-msg-mine .chat-bubble-text{color:#fff}.chat-bubble-time{font-size:.65rem;color:hsla(0,0%,100%,.55);align-self:flex-end}.chat-msg-other .chat-bubble-time{color:var(--text-subtle)}.chat-bubble-pending{opacity:.6}.chat-win-input{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--border);background:var(--bg);flex-shrink:0}.chat-textarea{flex:1 1;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:10px 16px;color:var(--text);font-family:inherit;font-size:.9rem;line-height:1.4;resize:none;outline:none;max-height:120px;overflow-y:auto;transition:border-color .15s}.chat-textarea:focus{border-color:var(--accent)}.chat-textarea::placeholder{color:var(--text-subtle)}.chat-send-btn{width:40px;height:40px;border-radius:50%;background:var(--accent);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,opacity .15s}.chat-send-btn:hover:not(:disabled){background:var(--accent-hover)}.chat-send-btn:disabled{opacity:.35;cursor:default}@media (max-width:680px){.chat-window{height:calc(100vh - 56px - 52px - env(safe-area-inset-bottom))}.chat-win-messages{padding:14px 14px 6px}.chat-win-input{padding:10px 12px}.chat-win-header{padding:10px 14px}}.cmt-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:600;display:flex;align-items:flex-end;justify-content:center;padding:0}@media (min-width:560px){.cmt-backdrop{align-items:center;padding:24px}}.cmt-modal{background:var(--surface);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:520px;max-height:85vh;display:flex;flex-direction:column;animation:fadeUp .22s ease;overflow:hidden}@media (min-width:560px){.cmt-modal{border-radius:var(--radius-lg);max-height:80vh}}.cmt-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 14px;border-bottom:1px solid var(--border);flex-shrink:0}.cmt-title{font-size:1rem;font-weight:700}.cmt-close{width:30px;height:30px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .15s}.cmt-close:hover{background:var(--surface-3);color:var(--text)}.cmt-preview{flex-shrink:0;max-height:220px;overflow:hidden;border-bottom:1px solid var(--border);background:var(--surface-2)}.cmt-preview-img{width:100%;max-height:220px;object-fit:cover;display:block}.cmt-preview-text{padding:16px 20px;font-size:.92rem;line-height:1.55;white-space:pre-wrap;word-break:break-word;color:var(--text)}.cmt-list{flex:1 1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:12px}.cmt-empty{color:var(--text-muted);font-size:.88rem;text-align:center;padding:24px 0}.cmt-item{position:relative;overflow:hidden}.cmt-swipeable{touch-action:pan-y}.cmt-swipe-content{display:flex;gap:10px;align-items:flex-start;background:var(--surface);position:relative;z-index:1;width:100%}.cmt-swipe-action{position:absolute;right:0;top:0;bottom:0;width:72px;background:#dc2626;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:0;flex-shrink:0}.cmt-swipe-action:active{background:#b91c1c}.cmt-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--surface-2)}.cmt-body{flex:1 1;min-width:0}.cmt-meta{display:flex;align-items:baseline;gap:8px;margin-bottom:3px}.cmt-name{font-size:.82rem;font-weight:600;color:var(--text);text-decoration:none}.cmt-name:hover{text-decoration:underline}.cmt-time{font-size:.72rem}.cmt-del-btn,.cmt-time{color:var(--text-subtle)}.cmt-del-btn{margin-left:auto;background:none;border:none;font-size:16px;line-height:1;cursor:pointer;padding:0 2px;opacity:0;transition:opacity .15s,color .15s}.cmt-item:hover .cmt-del-btn{opacity:1}.cmt-del-btn:hover{color:#e55}@media (hover:none){.cmt-del-btn{display:none}}.cmt-text{font-size:.88rem;line-height:1.5;color:var(--text-muted);white-space:pre-wrap;word-break:break-word;margin:0}.cmt-footer{flex-shrink:0;border-top:1px solid var(--border)}.cmt-footer,.cmt-gif-picker{display:flex;flex-direction:column}.cmt-gif-picker{gap:8px;padding:10px 12px;border-bottom:1px solid var(--border);background:var(--surface)}.cmt-gif-search{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:8px 12px;color:var(--text);font-size:.85rem;outline:none;font-family:inherit}.cmt-gif-search:focus{border-color:var(--accent)}.cmt-gif-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px;max-height:220px;overflow-y:auto}.cmt-gif-thumb{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;cursor:pointer;transition:opacity .15s}.cmt-gif-thumb:hover{opacity:.8}.cmt-gif-loading{grid-column:1/-1;display:flex;justify-content:center;padding:16px 0}.cmt-gif-btn{font-size:.7rem;font-weight:700;letter-spacing:.03em;padding:0 8px;height:28px;border-radius:6px;border:1.5px solid var(--border);color:var(--text-muted);background:transparent;cursor:pointer;flex-shrink:0;transition:border-color .15s,color .15s}.cmt-gif-btn.active,.cmt-gif-btn:hover{border-color:var(--accent);color:var(--accent)}.cmt-gif{max-width:200px;border-radius:8px;margin-top:4px;display:block}.cmt-reply-quote{display:flex;flex-direction:column;border-left:2px solid var(--accent);padding:3px 8px;margin-bottom:4px;border-radius:0 4px 4px 0;background:hsla(0,0%,100%,.04);max-width:100%;overflow:hidden}.cmt-reply-quote-name{font-size:.72rem;font-weight:600;color:var(--accent);margin-bottom:1px}.cmt-reply-quote-text{font-size:.78rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmt-reply-btn{background:none;border:none;color:var(--text-subtle);font-size:.75rem;cursor:pointer;padding:2px 0;margin-top:2px;font-family:inherit;transition:color .15s}.cmt-reply-btn:hover{color:var(--accent)}.cmt-reply-banner{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:hsla(0,0%,100%,.04);border-top:1px solid var(--border);font-size:.8rem;color:var(--text-muted)}.cmt-reply-banner-label{flex:1 1}.cmt-reply-banner-label strong{color:var(--accent);font-weight:600}.cmt-reply-banner-cancel{background:none;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;padding:0 4px;line-height:1;transition:color .15s}.cmt-reply-banner-cancel:hover{color:var(--text)}.cmt-input-wrap{display:flex;align-items:center;gap:8px;padding:10px 12px;flex-shrink:0}.cmt-input{flex:1 1;background:var(--surface-2);border:1px solid var(--border);border-radius:20px;padding:9px 16px;color:var(--text);font-family:inherit;font-size:.88rem;outline:none;transition:border-color .15s}.cmt-input:focus{border-color:var(--accent)}.cmt-input::placeholder{color:var(--text-subtle)}.cmt-send-btn{width:36px;height:36px;border-radius:50%;background:var(--accent);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,opacity .15s}.cmt-send-btn:hover:not(:disabled){background:var(--accent-hover)}.cmt-send-btn:disabled{opacity:.35;cursor:default}.cmt-login-hint{padding:14px 20px;font-size:.85rem;color:var(--text-muted);text-align:center;border-top:1px solid var(--border);flex-shrink:0}.cmt-login-link{color:var(--accent);font-weight:600;text-decoration:none}.cmt-login-link:hover{text-decoration:underline}@keyframes draw-oo{0%{stroke-dashoffset:1250}75%{stroke-dashoffset:0}to{stroke-dashoffset:0}}@keyframes draw-oo-pulse{0%{stroke-dashoffset:1250}8%{stroke-dashoffset:0}88%{stroke-dashoffset:0}92%{stroke-dashoffset:1250}to{stroke-dashoffset:1250}}.sr-logo{display:inline-flex;align-items:center;gap:0;font-weight:900;letter-spacing:-.04em;color:#fff;line-height:1}.sr-logo-oo{display:inline-block;height:.72em;width:1.72em;vertical-align:middle;margin:0 .01em;color:inherit;overflow:visible}.sr-oo-path{stroke-dasharray:1250;stroke-dashoffset:1250;animation:draw-oo 2.2s cubic-bezier(.65,.05,.36,1) 1 forwards}.lp-hero-logo .sr-oo-path{animation:draw-oo-pulse 20s linear infinite}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:0 32px;height:64px;background:hsla(0,0%,4%,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.06)}.lp-nav,.lp-nav-right{display:flex;align-items:center}.lp-nav-right{gap:12px}.lp-nav-logo{font-size:1.3rem;text-decoration:none}.lang-toggle{display:flex;align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);padding:3px;gap:2px}.lang-toggle,.lang-toggle-opt{border-radius:var(--radius-full)}.lang-toggle-opt{font-family:inherit;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:4px 10px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.lang-toggle-opt--active{background:hsla(0,0%,100%,.12);color:#fff}.lang-toggle-opt:not(.lang-toggle-opt--active):hover{color:var(--text)}.lp-nav-cta{display:flex;align-items:center;gap:7px;background:#fff;color:#000;font-weight:700;font-size:.82rem;padding:8px 16px;border-radius:9999px;text-decoration:none;transition:opacity .15s}.lp-nav-cta:hover{opacity:.85}.navbar-logo{font-size:1.1rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.5px}.lp-main{padding-top:64px}@keyframes orb-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.lp-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.lp-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.22) 0,transparent 70%);top:-100px;left:50%;transform:translateX(-60%);animation:orb-float 8s ease-in-out infinite}.lp-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.15) 0,transparent 70%);top:200px;right:5%;animation:orb-float 10s ease-in-out 2s infinite}.lp-orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(20,184,166,.1) 0,transparent 70%);bottom:60px;left:8%;animation:orb-float 12s ease-in-out 4s infinite}.lp-hero{min-height:95vh;align-items:center;justify-content:center;gap:80px;padding:80px 48px;overflow:hidden}.lp-hero,.lp-hero-inner{position:relative;display:flex}.lp-hero-inner{z-index:1;max-width:500px;flex-direction:column;align-items:flex-start;gap:22px}.lp-hero-logo{font-size:clamp(3.5rem,9vw,6.5rem);letter-spacing:-.05em;background:linear-gradient(135deg,#fff 30%,hsla(0,0%,100%,.6));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;--logo-stroke:#fff}.lp-hero-logo .sr-o{stroke:hsla(0,0%,100%,.9)}.lp-sub{font-size:1.1rem;color:var(--text-muted);line-height:1.7;margin:0;max-width:420px}.lp-hero-actions{display:flex;gap:12px;margin-top:4px}.lp-hero-fine{font-size:.78rem;color:var(--text-subtle);margin:0}@keyframes pin-float-a{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-18px) rotate(-2deg)}}@keyframes pin-float-b{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-12px) rotate(2deg)}}@keyframes pin-float-c{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-22px) rotate(-1deg)}}.lp-pins-deco{position:relative;z-index:1;width:340px;height:460px;flex-shrink:0}.lp-deco-pin{position:absolute;border-radius:16px;background:#111;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden}.lp-deco-pin-1{width:160px;height:130px;top:0;left:20px;animation:pin-float-a 6s ease-in-out infinite}.lp-deco-pin-2{width:140px;height:90px;top:30px;right:0;animation:pin-float-b 7s ease-in-out 1s infinite;padding:16px;display:flex;flex-direction:column;gap:8px;justify-content:center}.lp-deco-pin-3{width:180px;height:150px;top:160px;left:0;animation:pin-float-c 9s ease-in-out .5s infinite}.lp-deco-pin-4{width:130px;height:80px;top:200px;right:10px;animation:pin-float-a 8s ease-in-out 2s infinite;padding:14px;display:flex;flex-direction:column;gap:7px;justify-content:center}.lp-deco-pin-5{width:200px;height:140px;bottom:0;left:50%;transform:translateX(-50%);animation:pin-float-b 7s ease-in-out 1.5s infinite}.lp-deco-img{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#6366f1);opacity:.7}.lp-deco-img-purple{background:linear-gradient(135deg,#312e81,#a855f7)}.lp-deco-img-teal{background:linear-gradient(135deg,#134e4a,#14b8a6)}.lp-deco-lines{display:flex;flex-direction:column;gap:7px}.lp-deco-line{height:7px;border-radius:4px;background:hsla(0,0%,100%,.08)}.lp-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6366f1;margin-bottom:8px}.lp-badge-btn{display:inline-flex;align-items:center;gap:11px;background:#000;color:#fff;text-decoration:none;border:1.5px solid hsla(0,0%,100%,.18);border-radius:14px;transition:background .15s,transform .15s,border-color .15s;width:-moz-fit-content;width:fit-content}.lp-badge-btn:hover{background:#111;border-color:hsla(0,0%,100%,.32);transform:translateY(-1px)}.lp-badge-btn__icon{display:flex;align-items:center;flex-shrink:0;opacity:.95}.lp-badge-btn__text{display:flex;flex-direction:column;line-height:1.2}.lp-badge-btn__small{font-size:.65rem;color:hsla(0,0%,100%,.65);font-weight:500;letter-spacing:.01em}.lp-badge-btn__large{font-size:1.05rem;font-weight:800;color:#fff;letter-spacing:-.3px}.lp-badge-btn--lg{padding:13px 22px;border-radius:16px}.lp-badge-btn--md{padding:11px 20px;border-radius:14px}.lp-badge-btn--sm{padding:8px 16px;border-radius:12px;gap:9px}.lp-badge-btn--sm .lp-badge-btn__icon svg{width:18px;height:18px}.lp-badge-btn--sm .lp-badge-btn__small{font-size:.58rem}.lp-badge-btn--sm .lp-badge-btn__large{font-size:.9rem}.lp-phone{position:relative;z-index:1;flex-shrink:0}.lp-phone-frame{width:220px;height:440px;border-radius:38px;border:2px solid hsla(0,0%,100%,.12);background:#0f0f0f;padding:14px;box-shadow:0 40px 100px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.04)}.lp-phone-screen{width:100%;height:100%;border-radius:26px;background:#0a0a0a;overflow:hidden;display:flex;flex-direction:column}.lp-phone-bar{height:32px;background:#111;border-bottom:1px solid #1a1a1a;flex-shrink:0}.lp-phone-content{flex:1 1;padding:10px;display:flex;flex-direction:column;gap:8px}.lp-phone-pin{border-radius:10px;background:#1a1a1a}.lp-phone-pin-img{height:110px;background:linear-gradient(135deg,#1a1a2e,#16213e)}.lp-phone-pin-sm{height:70px}.lp-phone-pin-text{padding:12px;display:flex;flex-direction:column;gap:6px}.lp-phone-line{height:6px;border-radius:3px;background:#333}.lp-features{padding:100px 48px;text-align:center;border-top:1px solid hsla(0,0%,100%,.05)}.lp-features-head{display:flex;flex-direction:column;align-items:center;margin-bottom:56px}.lp-section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;letter-spacing:-1px;color:#fff;margin:0 0 12px}.lp-section-sub{color:var(--text-muted);font-size:1rem;margin:0 auto;max-width:440px;line-height:1.6}.lp-features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;max-width:780px;margin:0 auto}.lp-feature-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:24px;padding:32px 28px;text-align:left;transition:border-color .25s,transform .25s,background .25s,box-shadow .25s;position:relative;overflow:hidden}.lp-feature-card:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 20%,rgba(99,102,241,.06) 0,transparent 70%);opacity:0;transition:opacity .3s;pointer-events:none}.lp-feature-card:hover{border-color:rgba(99,102,241,.35);transform:translateY(-4px);background:hsla(0,0%,100%,.05);box-shadow:0 20px 60px rgba(0,0,0,.4),0 0 0 1px rgba(99,102,241,.1)}.lp-feature-card:hover:before{opacity:1}.lp-feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.25);border-radius:14px;color:#818cf8;margin-bottom:20px;flex-shrink:0;transition:background .2s,transform .2s}.lp-feature-card:hover .lp-feature-icon{background:rgba(99,102,241,.22);transform:scale(1.08)}.lp-feature-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 10px;letter-spacing:-.02em}.lp-feature-desc{font-size:.875rem;color:var(--text-muted);line-height:1.7;margin:0}.lp-profiles{padding:80px 48px;text-align:center;border-top:1px solid hsla(0,0%,100%,.05);display:flex;flex-direction:column;align-items:center}.lp-profile-hint{margin-top:24px}.lp-profile-url{display:inline-block;font-size:1rem;font-family:monospace;color:var(--text-muted);background:#0f0f0f;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:12px 24px;letter-spacing:.02em}.lp-profile-url-slug{color:#6366f1;font-weight:700}.lp-cta{position:relative;padding:120px 48px;text-align:center;border-top:1px solid hsla(0,0%,100%,.05);overflow:hidden}.lp-cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:400px;background:radial-gradient(ellipse,rgba(99,102,241,.15) 0,transparent 70%);pointer-events:none}.lp-cta-inner{position:relative;z-index:1;max-width:480px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.lp-cta-logo{font-size:clamp(2.4rem,6vw,4rem);letter-spacing:-.05em;color:#fff}.lp-cta-sub{color:var(--text-muted);font-size:1rem;margin:0;line-height:1.6}.lp-footer{display:flex;align-items:center;justify-content:space-between;padding:24px 48px;border-top:1px solid hsla(0,0%,100%,.06)}.lp-footer-copy{color:var(--text-subtle);font-size:.82rem}.lp-footer-links{display:flex;gap:24px}.lp-footer-links a{color:var(--text-subtle);font-size:.82rem;text-decoration:none;transition:color .15s}.lp-footer-links a:hover{color:var(--text-muted)}@media (max-width:900px){.lp-pins-deco{display:none}.lp-hero{min-height:auto}}@media (max-width:768px){.lp-nav{padding:0 20px}.lp-hero{flex-direction:column;padding:64px 24px 60px;min-height:auto;gap:0;text-align:center}.lp-hero-inner{align-items:center}.lp-hero-logo{font-size:clamp(3rem,16vw,4.5rem)}.lp-sub{text-align:center;font-size:1rem}.lp-features{padding:60px 20px}.lp-features-grid{grid-template-columns:1fr 1fr;gap:12px;max-width:100%}.lp-profiles{padding:60px 20px}.lp-cta{padding:80px 20px}.lp-footer{flex-direction:column;gap:16px;padding:28px 20px;text-align:center}.lp-footer-links{flex-wrap:wrap;justify-content:center;gap:16px}}@media (max-width:480px){.lp-features-grid{grid-template-columns:1fr}}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.lp-text-gradient{background:linear-gradient(135deg,#a78bfa,#818cf8,#ec4899,#f472b6,#6366f1,#a78bfa);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 5s ease infinite}.lp-hero-title{font-size:clamp(2.6rem,6vw,4.2rem);font-weight:900;letter-spacing:-.03em;line-height:1.1;color:var(--text);margin-bottom:16px;text-align:center}[data-reveal]{opacity:0;transform:translateY(36px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}[data-reveal].revealed{opacity:1;transform:none}.lp-demo{padding:100px 32px;text-align:center}.lp-demo-head{margin-bottom:64px}.pd-wrap{display:flex;align-items:center;gap:72px;max-width:960px;margin:0 auto}.pd-tabs{flex:1 1;display:flex;flex-direction:column;gap:6px;min-width:0}.pd-tab{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-radius:14px;background:transparent;border:1px solid transparent;text-align:left;cursor:pointer;transition:background .2s,border-color .2s,transform .15s;color:var(--text-muted);width:100%}.pd-tab:hover{background:var(--surface);border-color:var(--border)}.pd-tab--active{background:rgba(99,102,241,.08);border-color:rgba(99,102,241,.25);color:var(--text);transform:translateX(4px)}.pd-tab-icon{margin-top:1px;color:var(--text-subtle);flex-shrink:0;transition:color .2s}.pd-tab--active .pd-tab-icon{color:var(--accent)}.pd-tab-text{display:flex;flex-direction:column;gap:4px}.pd-tab-title{font-size:.92rem;font-weight:700;color:inherit}.pd-tab-desc{font-size:.82rem;color:var(--text-muted);line-height:1.5}.pd-dots{display:flex;gap:6px;padding:10px 18px 4px}.pd-dot{width:6px;height:6px;border-radius:50%;background:var(--border-hover);border:none;cursor:pointer;transition:background .25s,transform .25s,width .25s;padding:0}.pd-dot--active{width:20px;border-radius:3px;background:var(--accent)}.pd-phone-outer{position:relative;flex-shrink:0}.pd-phone-outer:before{left:-5px;top:108px;height:30px;border-radius:2px 0 0 2px;box-shadow:0 44px 0 hsla(0,0%,100%,.1),0 82px 0 hsla(0,0%,100%,.1)}.pd-phone-outer:after,.pd-phone-outer:before{content:"";position:absolute;width:4px;background:hsla(0,0%,100%,.1);z-index:2}.pd-phone-outer:after{right:-5px;top:148px;height:58px;border-radius:0 2px 2px 0}.pd-phone-frame{width:264px;height:570px;background:#060606;border-radius:50px;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 0 0 3px hsla(0,0%,100%,.04),0 60px 100px rgba(0,0,0,.75),0 0 80px rgba(99,102,241,.12);overflow:hidden;position:relative}.pd-phone-island{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:108px;height:32px;background:#000;border-radius:20px;z-index:10}.pd-phone-screen{position:absolute;inset:0;border-radius:50px;overflow:hidden}.pd-screen-layer{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .55s ease;pointer-events:none}.pd-screen-layer--active{opacity:1;pointer-events:auto}.pd-screenshot{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.pd-phone-sheen{position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.04),transparent 50%);pointer-events:none;z-index:5;border-radius:50px}.pd-phone-glow{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);width:180px;height:40px;background:radial-gradient(ellipse,rgba(99,102,241,.35),transparent 70%);filter:blur(16px);z-index:-1}@media (max-width:820px){.pd-wrap{flex-direction:column-reverse;gap:48px;align-items:center}.pd-phone-frame{width:224px;height:484px}.pd-phone-frame,.pd-phone-screen,.pd-phone-sheen{border-radius:44px}.pd-tabs{width:100%;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center}.pd-tab{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 4px);flex-direction:column;gap:6px;padding:14px}.pd-tab--active{transform:none}.pd-dots,.pd-tab-desc{display:none}}.lp-steps{padding:100px 32px;text-align:center;max-width:1100px;margin:0 auto}.lp-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:56px;position:relative}.lp-steps-grid:before{content:"";position:absolute;top:44px;left:calc(100% / 6);right:calc(100% / 6);height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.3) 20%,rgba(99,102,241,.5) 50%,rgba(99,102,241,.3) 80%,transparent);pointer-events:none}.lp-step{display:flex;flex-direction:column;align-items:center;gap:14px;padding:32px 24px;background:var(--surface);border:1px solid var(--border);border-radius:20px;transition:border-color .25s,transform .25s;position:relative}.lp-step:hover{border-color:rgba(99,102,241,.3);transform:translateY(-4px)}.lp-step-num{font-size:.72rem;font-weight:800;letter-spacing:.14em;color:var(--accent);font-family:ui-monospace,monospace;background:rgba(99,102,241,.1);padding:3px 8px;border-radius:6px}.lp-step-icon-wrap{width:56px;height:56px;font-size:26px;background:var(--surface-2);border:1px solid var(--border);border-radius:16px;display:flex;align-items:center;justify-content:center}.lp-step-title{font-size:1rem;font-weight:700;color:var(--text)}.lp-step-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6;max-width:200px}@media (max-width:640px){.lp-steps{padding:72px 20px}.lp-steps-grid{grid-template-columns:1fr;gap:12px}.lp-steps-grid:before{display:none}.lp-step:hover{transform:none}}