.goat{grid-template-columns:260px minmax(0,1fr);height:100%;min-height:0;display:grid}.goat-thread{flex-direction:column;min-width:0;min-height:0;display:flex}.goat .messages{width:min(46rem,100%)}.goat-me{justify-items:end;margin:0 0 18px;display:grid}.goat-me-bubble{color:#fff;background:var(--ink);overflow-wrap:anywhere;border-radius:14px;width:fit-content;max-width:min(680px,86%);padding:11px 14px;font-size:14px;line-height:1.6}.goat-me-bubble .prose a{color:inherit}.goat-turn{max-width:min(680px,100%);color:var(--ink);overflow-wrap:anywhere;margin:0 0 18px;font-size:14px;line-height:1.6}.goat-status{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.goat-answer+.goat-status{margin-top:8px}.goat-dot{background:var(--muted);border-radius:50%;flex:none;width:7px;height:7px;animation:1.2s ease-in-out infinite pulse}.goat .composer{border-color:var(--line);border-radius:20px;width:min(46rem,100% - 48px);padding:10px;box-shadow:0 1px 4px #0000000f}.goat .composer:focus-within{border-color:#b8b8b8;box-shadow:0 0 0 3px #17171714}.goat .composer textarea{border-radius:12px;min-height:72px;padding:6px 6px 12px;font-size:15px}.goat .composer textarea:disabled{color:var(--muted);cursor:default;background:0 0}.send-stop span{background:currentColor;border-radius:3px;width:12px;height:12px;margin:0 auto;display:block}@media (width<=640px){.goat{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.goat-sessions{max-height:35dvh}.goat .composer{border-radius:18px;width:calc(100% - 24px);padding:9px}.goat .composer textarea{min-height:64px}}.goat-sessions{border-right:1px solid var(--line);flex-direction:column;min-height:0;display:flex}.goat-sessions .empty{flex:auto;height:auto}.goat-new{border:1px solid var(--line);min-height:40px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:8px;margin:12px 16px 4px;font-size:13px;font-weight:600}.goat-new:hover{background:var(--soft)}.goat-rows{flex:auto;padding:4px 0;overflow-y:auto}.goat-row-wrap{position:relative}.goat-row{width:100%;min-height:52px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;gap:2px;padding:8px 40px 8px 16px;display:flex}.goat-row:hover{background:var(--soft)}.goat-row-active,.goat-row-active:hover{background:var(--soft);box-shadow:inset 3px 0 0 var(--ink)}.goat-row-armed{cursor:default}.goat-row-title{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:14px;font-weight:600;overflow:hidden}.goat-row-time{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:flex}.goat-row-working{color:var(--ink);align-items:center;gap:4px;font-weight:600;display:inline-flex}.goat-row-working:before{content:"";background:var(--ink);border-radius:50%;flex:none;width:6px;height:6px;animation:1.2s ease-in-out infinite pulse}.goat-row-actions{opacity:0;gap:2px;display:flex;position:absolute;top:8px;right:10px}.goat-row-menu-open{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;font-size:15px;line-height:1;display:grid}.goat-row-menu-open:hover{color:var(--ink);background:var(--soft)}.goat-row-wrap:hover .goat-row-actions,.goat-row-wrap:focus-within .goat-row-actions,.goat-row-active~.goat-row-actions,.goat-folder-header-wrap:hover .goat-row-actions,.goat-folder-header-wrap:focus-within .goat-row-actions{opacity:1}.goat-menu{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;margin:2px 12px 8px;display:flex;overflow:hidden;box-shadow:0 2px 6px #00000014}.goat-menu-item{min-height:34px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;padding:0 12px;font-size:13px;font-weight:600}.goat-menu-item:hover{background:var(--soft)}.goat-menu-item-danger{color:var(--red)}.goat-row-rename{flex-direction:row;align-items:center;gap:6px;padding:8px 16px}.goat-row-rename-input{border:1px solid var(--line);min-width:0;height:28px;color:var(--ink);background:var(--surface);border-radius:6px;flex:auto;padding:0 8px;font-size:13px}.goat-row-rename-input:focus-visible{border-color:var(--ink);outline:none}.goat-row-rename-save{border:1px solid var(--line);min-height:26px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:6px;flex:none;padding:0 10px;font-size:12px;font-weight:600}.goat-row-rename-save:hover{background:var(--soft)}.goat-row-rename-save:disabled{opacity:.45;cursor:not-allowed}.goat-row-confirm{flex-wrap:wrap;gap:6px;display:flex}.goat-row-confirm button{border:1px solid var(--line);min-height:26px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:6px;padding:0 10px;font-size:12px;font-weight:600}.goat-row-confirm button:hover{background:var(--soft)}.goat-row-confirm button:disabled{opacity:.45;cursor:not-allowed}.goat-row-move-menu button{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.goat-row-note{color:var(--red);margin:0;font-size:11px;line-height:1.3}.goat-new-folder{align-items:center;gap:6px;min-width:0;display:flex}.goat-new-folder .goat-row-rename-input{width:64px}.goat-new-folder-note{margin:4px 16px 0}.goat-folder{margin-top:4px}.goat-folder-header-wrap{position:relative}.goat-folder-header{min-height:36px;color:var(--muted);flex-direction:row;align-items:center;gap:8px;padding:6px 40px 6px 12px;font-size:12px;font-weight:600}.goat-folder-header:hover{color:var(--ink)}.goat-folder-chevron{text-align:center;flex:none;width:12px;font-size:10px;line-height:1;transition:transform .15s}.goat-folder-chevron-collapsed{transform:rotate(-90deg)}.goat-folder-name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.goat-folder-count{flex:none;font-size:11px}.goat-folder-rows{padding-left:8px}.prose{white-space:normal;overflow-wrap:anywhere;font-size:14px;line-height:1.6}.prose p{margin:0 0 8px}.prose>:last-child{margin-bottom:0}.prose-title{margin:10px 0 6px;font-weight:650}.prose-quote{border-left:3px solid var(--line);color:var(--muted);margin:0 0 8px;padding-left:10px}.prose-list{margin:0 0 8px;padding-left:20px}.prose a{color:var(--ink);text-decoration:underline}.prose strong{font-weight:650}.prose-inline-code{background:var(--soft);border-radius:5px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.prose-code{background:var(--soft);white-space:pre;border-radius:8px;margin:0 0 8px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.5;overflow-x:auto}.prose-code code{font:inherit}.prose-scroll{margin:0 0 8px;overflow-x:auto}.prose-table{border-collapse:collapse}.prose-table th,.prose-table td{border:1px solid var(--line);text-align:left;padding:4px 10px;font-size:13px}.prose-table th{font-weight:600}.attachments{gap:8px;display:grid}.attachment-actions{align-items:center;gap:2px;display:flex;position:absolute;bottom:8px;left:8px}.attachment-input{display:none}.composer:has(.attachment-trigger) textarea{padding-bottom:50px}.goat .composer:has(.attachment-trigger) textarea{padding-bottom:50px}.attachment-remove{border:1px solid var(--line,#d8d8d8);background:var(--surface,#fff);color:inherit;cursor:pointer;font:inherit;border-radius:8px}.attachment-trigger{width:32px;height:32px;color:var(--muted,#737373);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.attachment-trigger svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:20px;height:20px}.attachment-trigger:hover:not(:disabled){color:var(--ink,#171717);background:var(--soft,#f1f1f1)}.emoji-pop{z-index:4;border:1px solid var(--line,#d8d8d8);background:var(--surface,#fff);border-radius:12px;grid-template-columns:repeat(8,1fr);gap:2px;width:300px;max-width:calc(100vw - 32px);padding:6px;display:grid;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 8px 28px #0000001f}.emoji-option{cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;height:32px;padding:0;font-size:20px;line-height:1;display:grid}.emoji-option:hover,.emoji-option:focus-visible{background:var(--soft,#f1f1f1)}.attachment-list{gap:8px;max-width:100%;padding:2px;display:flex;overflow-x:auto}.attachment-item{border:1px solid var(--line,#d8d8d8);background:var(--surface,#fff);border-radius:10px;flex:none;grid-template-columns:44px minmax(96px,160px) auto;align-items:center;gap:8px;min-width:190px;padding:6px;display:grid}.attachment-preview,.attachment-file{background:var(--muted,#f1f1f1);border-radius:7px;width:44px;height:44px}.attachment-preview{object-fit:cover}.attachment-file{color:var(--subtle,#666);place-items:center;font-size:11px;display:grid}.attachment-detail{min-width:0;display:grid}.attachment-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.attachment-status,.attachment-error{color:var(--subtle,#666);font-size:12px}.message-attachments{justify-items:start;gap:6px;display:grid}.message-attachments:not(:first-child){margin-top:6px}.chat-row.own .message-attachments{justify-items:end}.message-attachment{color:inherit;overflow-wrap:anywhere;gap:4px;text-decoration:underline;display:grid}.message-attachment-media{max-width:260px;text-decoration:none}.message-attachment img,.message-attachment video{border-radius:12px;max-width:min(260px,100%);max-height:320px;display:block}.message-attachment img{object-fit:cover;min-width:72px;min-height:72px}.attachment-error,.attachment-error .attachment-status{color:#a22}.attachment-remove{min-width:30px;min-height:30px;padding:3px 7px}.attachment-trigger:disabled,.attachment-remove:disabled{cursor:default;opacity:.55}@media (width<=640px){.attachment-trigger{width:34px;height:34px}.attachment-item{grid-template-columns:40px minmax(88px,132px) auto;min-width:174px}.attachment-preview,.attachment-file{width:40px;height:40px}}.group-modal-overlay{background:#00000052;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.group-modal{background:var(--surface);border-radius:16px;flex-direction:column;width:min(440px,100% - 32px);max-height:min(600px,100% - 32px);padding:24px;display:flex;position:relative;box-shadow:0 20px 60px #0000002e}.group-modal-close{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-size:18px;line-height:1;display:grid;position:absolute;top:16px;right:16px}.group-modal-close:hover{background:var(--soft)}.group-modal-close:disabled{opacity:.45;cursor:not-allowed}.group-modal h2{margin:0 0 16px;font-size:18px;font-weight:650}.group-modal form{flex-direction:column;gap:10px;min-height:0;display:flex}.group-modal input[type=text]{border:1px solid var(--line);width:100%;min-height:46px;color:var(--ink);background:var(--surface);font:inherit;border-radius:9px;outline:none;padding:0 12px;font-size:15px}.group-modal input[type=text]:focus-visible{border-color:var(--muted);box-shadow:0 0 0 3px #1717171f}.group-modal-loading{color:var(--muted);margin:4px 0;font-size:13px}.group-modal-count{color:var(--muted);margin:4px 0 0;font-size:13px;font-weight:600}.group-contact-list{border:1px solid var(--line);border-radius:10px;flex:auto;min-height:120px;overflow-y:auto}.group-contact-row{cursor:pointer;align-items:center;gap:10px;min-height:52px;padding:6px 12px;display:flex}.group-contact-row:hover{background:var(--soft)}.group-contact-row+.group-contact-row{border-top:1px solid var(--line)}.group-contact-row input[type=checkbox]{flex:none;width:16px;height:16px}.group-contact-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);font-size:14px;overflow:hidden}.group-modal-submit{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:9px;min-height:42px;margin-top:4px;font-size:13px;font-weight:650}.group-modal-submit:disabled{opacity:.45;cursor:not-allowed}.group-modal-error{color:var(--red);margin:0;font-size:13px}@media (width<=640px){.group-modal-overlay{align-items:flex-end;padding:0}.group-modal{border-radius:16px 16px 0 0;width:100%;max-height:85vh}}.for-you{--fy-bg:#000;--fy-surface:#121215;--fy-raise:#1c1c21;--fy-glass:#16161a85;--fy-glass-strong:#303037cc;--fy-line:#ffffff24;--fy-ring:#ffffffeb;--fy-text:#fff;--fy-muted:#ffffffa8;--fy-faint:#fff6;--fy-like:#fe2c55;--fy-save:#f5c518;--fy-accent:#23e5db;--fy-shadow:0 1px 4px #0009;width:100%;min-width:0;height:100%;color:var(--fy-text);background:var(--fy-bg);-webkit-font-smoothing:antialiased;position:relative;overflow:hidden}.for-you:focus-visible{outline:none;box-shadow:inset 0 0 0 3px #ffffff38}.for-you svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;display:block}.foryou-feed{overscroll-behavior-y:contain;scroll-snap-type:y mandatory;scrollbar-width:none;width:100%;height:100%;overflow:hidden auto}.foryou-feed::-webkit-scrollbar{display:none}.foryou-spacer{flex:none;width:100%}.foryou-card{background:var(--fy-bg);scroll-snap-align:start;scroll-snap-stop:always;width:100%;height:100%;position:relative;overflow:hidden}.foryou-stage{isolation:isolate;background:var(--fy-bg);touch-action:pan-y;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.foryou-media{object-fit:contain;background:var(--fy-bg);border:0;width:100%;height:100%}.foryou-media.dim{opacity:.4;filter:saturate(.85)}.foryou-doc{background:#fff;border:0;width:100%;height:100%}.foryou-textdoc{background:var(--fy-surface);width:min(760px,100%);height:100%;padding:clamp(20px,4vw,56px);overflow:auto}.foryou-textdoc pre{color:#ffffffdb;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;line-height:1.6}.foryou-glass{aspect-ratio:3/4;border:1px solid var(--fy-line);background:linear-gradient(160deg,#ffffff14,#ffffff05);border-radius:20px;place-items:center;width:min(360px,68vw);display:grid}.foryou-glass.dim{opacity:.5}.foryou-glass-icon{width:46px;height:46px;color:var(--fy-faint)}.foryou-named{border:1px solid var(--fy-line);text-align:center;background:linear-gradient(160deg,#ffffff17,#ffffff05);border-radius:22px;justify-items:center;gap:14px;width:min(420px,78vw);padding:40px 32px;display:grid}.foryou-named-icon{width:44px;height:44px;color:var(--fy-muted)}.foryou-named-title{color:var(--fy-text);letter-spacing:-.03em;overflow-wrap:anywhere;font-size:clamp(22px,3vw,30px);font-weight:800;line-height:1.12}.foryou-named-facts{color:var(--fy-muted);font-size:13px;font-weight:560}.foryou-named-use{color:#04211f;background:var(--fy-accent);border-radius:999px;place-items:center;min-height:46px;margin-top:4px;padding:0 26px;font-size:15px;font-weight:750;text-decoration:none;display:inline-grid}.foryou-named-use:hover{filter:brightness(1.08)}.foryou-burst{z-index:4;width:96px;height:96px;color:var(--fy-like);pointer-events:none;animation:.6s ease-out forwards foryou-burst;position:absolute;transform:translate(-50%,-50%)}.foryou-burst svg{fill:currentColor;stroke:none;filter:drop-shadow(0 4px 14px #fe2c5580)}.foryou-scrim{z-index:1;pointer-events:none;background:linear-gradient(#0000,#000000b8);height:42%;position:absolute;inset:auto 0 0}.foryou-meta{z-index:2;pointer-events:none;position:absolute;bottom:clamp(20px,5vh,40px);left:clamp(16px,3vw,30px);right:96px}.foryou-creator{color:var(--fy-text);text-align:left;text-shadow:var(--fy-shadow);cursor:pointer;pointer-events:auto;appearance:none;overflow-wrap:anywhere;background:0 0;border:0;align-items:center;gap:9px;margin:0;padding:0;font-family:inherit;font-size:15px;font-weight:680;display:flex}.foryou-creator:focus-visible{border-radius:8px;outline:none;box-shadow:0 0 0 3px #ffffff80}.foryou-creator-avatar{background:var(--fy-raise);border-radius:50%;place-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:grid;overflow:hidden}.foryou-creator-avatar img{object-fit:cover;width:100%;height:100%}.foryou-facts{color:var(--fy-muted);text-shadow:var(--fy-shadow);overflow-wrap:anywhere;margin:8px 0 0;font-size:13px;font-weight:540;line-height:1.4}.foryou-rail{z-index:3;flex-direction:column;align-items:center;gap:16px;display:flex;position:absolute;bottom:clamp(18px,5vh,40px);right:clamp(8px,1.6vw,18px)}.foryou-rail-owner{border:2px solid var(--fy-ring);background:var(--fy-raise);width:48px;height:48px;color:var(--fy-text);cursor:pointer;appearance:none;border-radius:50%;place-items:center;padding:0;font-family:inherit;font-size:17px;font-weight:720;display:grid;overflow:hidden}.foryou-rail-owner img{object-fit:cover;width:100%;height:100%}.foryou-rail-owner:focus-visible{outline:none;box-shadow:0 0 0 3px #fff9}.foryou-action{color:var(--fy-text);cursor:pointer;font:inherit;background:0 0;border:0;justify-items:center;gap:5px;padding:0;display:grid}.foryou-action-icon{background:var(--fy-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;place-items:center;width:48px;height:48px;transition:background .15s,transform .15s;display:grid}.foryou-action-icon svg{width:27px;height:27px}.foryou-action:hover .foryou-action-icon{background:var(--fy-glass-strong)}.foryou-action:active .foryou-action-icon{transform:scale(.9)}.foryou-action-count{color:var(--fy-text);text-shadow:var(--fy-shadow);font-size:13px;font-weight:680;line-height:1.2}.foryou-action.like.active{color:var(--fy-like)}.foryou-action.like.active .foryou-action-icon svg{fill:currentColor;stroke:currentColor}.foryou-action.save.active{color:var(--fy-save)}.foryou-action.save.active .foryou-action-icon svg{fill:currentColor;stroke:currentColor}.foryou-use{color:var(--fy-text);justify-items:center;gap:5px;text-decoration:none;display:grid}.foryou-use-icon{color:#04211f;background:var(--fy-accent);border-radius:50%;place-items:center;width:48px;height:48px;transition:transform .15s,filter .15s;display:grid;box-shadow:0 4px 16px #23e5db57}.foryou-use-icon svg{stroke-width:2.2px;width:25px;height:25px}.foryou-use:hover .foryou-use-icon{filter:brightness(1.08)}.foryou-use:active .foryou-use-icon{transform:scale(.9)}.foryou-action:focus-visible .foryou-action-icon,.foryou-use:focus-visible .foryou-use-icon{outline:none;box-shadow:0 0 0 3px #fff9}.foryou-state{text-align:center;place-content:center;justify-items:center;gap:12px;padding:24px;display:grid}.foryou-state h1{color:var(--fy-text);margin:0;font-size:22px;font-weight:760}.foryou-state p{max-width:320px;color:var(--fy-muted);margin:0;font-size:14px;line-height:1.5}.foryou-state-action{min-height:42px;color:var(--fy-text);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff47;border-radius:10px;padding:0 18px;font-size:13px;font-weight:650}.foryou-state-action:hover{background:#ffffff1f}.foryou-skeleton{background:linear-gradient(110deg,#ffffff0d 30%,#ffffff1f 50%,#ffffff0d 70%) 0 0/220% 100%;border-radius:20px;width:min(360px,68vw);height:min(80dvh,760px);animation:1.4s ease-in-out infinite foryou-shimmer}.foryou-notice{z-index:6;max-width:calc(100% - 32px);color:var(--fy-text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#121214f0;border:1px solid #ffffff29;border-radius:12px;margin:0;padding:10px 16px;font-size:13px;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.foryou-watch-notice{z-index:6;max-width:calc(100% - 32px);color:var(--fy-text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#121214f0;border:1px solid #ffffff29;border-radius:12px;align-items:center;gap:12px;padding:10px 12px 10px 16px;font-size:13px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.foryou-watch-notice button{color:var(--fy-text);cursor:pointer;background:#ffffff1f;border:0;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:650}.foryou-watch-notice button:hover{background:#fff3}.foryou-drawer,.foryou-share{z-index:8;display:flex;position:absolute;inset:0}.foryou-drawer-backdrop,.foryou-share-backdrop{cursor:pointer;background:#00000080;border:0;padding:0;position:absolute;inset:0}.foryou-drawer-panel{z-index:1;background:var(--fy-surface);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:72%;margin-top:auto;animation:.22s foryou-rise;display:flex;position:relative;box-shadow:0 -10px 40px #00000080}.foryou-drawer-head,.foryou-share-head{border-bottom:1px solid var(--fy-line);justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.foryou-drawer-head strong,.foryou-share-head strong{color:var(--fy-text);font-size:15px;font-weight:720}.foryou-drawer-close{width:32px;height:32px;color:var(--fy-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:6px;display:grid}.foryou-drawer-close:hover{color:var(--fy-text);background:#ffffff14}.foryou-drawer-close svg{width:100%;height:100%}.foryou-comment-list{flex:1;padding:12px 18px;overflow-y:auto}.foryou-drawer-note,.foryou-drawer-empty{color:var(--fy-muted);text-align:center;margin:32px 0;font-size:14px}.foryou-comment{grid-template-columns:36px 1fr auto;gap:10px;padding:10px 0;display:grid}.foryou-comment-avatar{background:var(--fy-raise);width:36px;height:36px;color:var(--fy-text);border-radius:50%;place-items:center;font-size:14px;font-weight:700;display:grid;overflow:hidden}.foryou-comment-avatar img{object-fit:cover;width:100%;height:100%}.foryou-comment-body{min-width:0}.foryou-comment-head{align-items:baseline;gap:8px;margin:0 0 2px;display:flex}.foryou-comment-head b{color:var(--fy-text);font-size:13px;font-weight:680}.foryou-comment-head span{color:var(--fy-faint);font-size:12px}.foryou-comment-text{color:#ffffffe6;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.45}.foryou-comment-del{width:30px;height:30px;color:var(--fy-faint);cursor:pointer;background:0 0;border:0;border-radius:8px;align-self:start;place-items:center;padding:6px;display:grid}.foryou-comment-del:hover{color:var(--fy-like);background:#ffffff0f}.foryou-loadmore{border:1px solid var(--fy-line);color:var(--fy-text);cursor:pointer;background:0 0;border-radius:9px;margin:12px auto;padding:8px 16px;font-size:13px;font-weight:620;display:block}.foryou-loadmore:hover:not(:disabled){background:#ffffff14}.foryou-loadmore:disabled{opacity:.5;cursor:default}.foryou-drawer-notice{color:#ffd7de;margin:0;padding:8px 18px;font-size:13px}.foryou-composer{padding:12px 18px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--fy-line);align-items:flex-end;gap:10px;display:flex;position:relative}.foryou-mention-pop{z-index:2;border:1px solid var(--fy-line);background:var(--fy-raise);border-radius:12px;max-height:190px;margin:0;padding:6px;list-style:none;position:absolute;bottom:calc(100% - 4px);left:18px;right:18px;overflow-y:auto;box-shadow:0 -8px 24px #00000080}.foryou-mention-opt{width:100%;color:var(--fy-text);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 12px;font-size:14px;font-weight:620;display:block}.foryou-mention-opt:hover,.foryou-mention-opt.active{background:#ffffff1a}.foryou-composer textarea{border:1px solid var(--fy-line);min-height:40px;max-height:120px;color:var(--fy-text);background:var(--fy-raise);font:inherit;resize:none;border-radius:12px;flex:1;padding:10px 12px;font-size:14px;line-height:1.4}.foryou-composer textarea:focus-visible{border-color:#fff6;outline:none}.foryou-composer-count{color:var(--fy-faint);font-variant-numeric:tabular-nums;padding-bottom:12px;font-size:11px}.foryou-composer-send{color:#04211f;background:var(--fy-accent);cursor:pointer;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:9px;display:grid}.foryou-composer-send:disabled{opacity:.4;cursor:default}.foryou-composer-send svg{width:100%;height:100%}.foryou-share-sheet{z-index:1;width:100%;padding-bottom:calc(16px + env(safe-area-inset-bottom));background:var(--fy-surface);border-radius:20px 20px 0 0;margin-top:auto;animation:.22s foryou-rise;position:relative;box-shadow:0 -10px 40px #00000080}.for-you .mention{color:var(--fy-accent);font-weight:600}.foryou-share-search{border:1px solid var(--fy-line);width:calc(100% - 36px);color:var(--fy-text);background:var(--fy-raise);font:inherit;border-radius:12px;margin:4px 18px 0;padding:10px 14px;font-size:14px;display:block}.foryou-share-search::placeholder{color:var(--fy-muted)}.foryou-share-row{scrollbar-width:none;gap:16px;padding:16px 18px;display:flex;overflow-x:auto}.foryou-share-row::-webkit-scrollbar{display:none}.foryou-share-target{width:64px;color:var(--fy-text);cursor:pointer;font:inherit;background:0 0;border:0;flex:none;justify-items:center;gap:7px;padding:0;display:grid}.foryou-share-target:disabled{opacity:.6;cursor:default}.foryou-share-avatar{background:var(--fy-raise);width:56px;height:56px;color:var(--fy-text);border-radius:50%;place-items:center;font-size:20px;font-weight:720;display:grid;position:relative;overflow:hidden}.foryou-share-avatar.group{border-radius:18px}.foryou-share-avatar img{object-fit:cover;width:100%;height:100%}.foryou-share-check{border-radius:inherit;color:#fff;background:#23e5dbd1;place-items:center;font-size:22px;font-style:normal;display:grid;position:absolute;inset:0}.foryou-share-name{max-width:100%;color:var(--fy-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.foryou-share-copy{border:1px solid var(--fy-line);width:calc(100% - 36px);color:var(--fy-text);cursor:pointer;background:0 0;border-radius:14px;align-items:center;gap:12px;margin:4px 18px 0;padding:12px 16px;font-size:14px;font-weight:640;display:flex}.foryou-share-copy:hover:not(:disabled){background:#ffffff0f}.foryou-share-copy:disabled{opacity:.6;cursor:default}.foryou-share-copy-icon{background:var(--fy-raise);border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.foryou-share-copy-icon svg{width:20px;height:20px}.foryou-share-platforms{gap:16px;padding:4px 18px 10px;display:flex}.foryou-share-platform{width:64px;color:var(--fy-text);cursor:pointer;font:inherit;background:0 0;border:0;justify-items:center;gap:7px;padding:0;display:grid}.foryou-share-platform-icon{color:#fff;border-radius:50%;place-items:center;width:56px;height:56px;display:grid}.foryou-share-platform-icon svg{fill:#fff;stroke:none;width:28px;height:28px}.foryou-share-platform.whatsapp .foryou-share-platform-icon{background:#25d366}.foryou-share-platform.facebook .foryou-share-platform-icon{background:#1877f2}.foryou-share-platform.x .foryou-share-platform-icon{background:#000;box-shadow:inset 0 0 0 1px #ffffff47}.foryou-share-platform:focus-visible .foryou-share-platform-icon{outline:none;box-shadow:0 0 0 3px #fff9}.foryou-toast{color:var(--fy-text);text-align:center;background:#23e5db29;border-radius:10px;margin:12px 18px 0;padding:10px 14px;font-size:13px;font-weight:620}.foryou-profile{z-index:9;display:flex;position:absolute;inset:0}.foryou-profile-backdrop{cursor:pointer;background:#00000080;border:0;padding:0;position:absolute;inset:0}.foryou-profile-sheet{z-index:1;background:var(--fy-surface);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:82%;margin-top:auto;animation:.22s foryou-rise;display:flex;position:relative;box-shadow:0 -10px 40px #00000080}.foryou-profile-head{border-bottom:1px solid var(--fy-line);padding:14px 18px 16px;position:relative}.foryou-profile-head .foryou-drawer-close{position:absolute;top:12px;right:12px}.foryou-profile-identity{text-align:center;justify-items:center;gap:8px;padding:8px 40px 0;display:grid}.foryou-profile-avatar{background:var(--fy-raise);width:72px;height:72px;color:var(--fy-text);border-radius:50%;place-items:center;font-size:28px;font-weight:720;display:grid;overflow:hidden}.foryou-profile-avatar img{object-fit:cover;width:100%;height:100%}.foryou-profile-name{color:var(--fy-text);letter-spacing:-.02em;overflow-wrap:anywhere;font-size:18px;font-weight:760}.foryou-profile-bio{max-width:460px;color:var(--fy-muted);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.5}.foryou-profile-body{padding:16px 18px calc(18px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}.foryou-profile-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.foryou-profile-tile{aspect-ratio:3/4;border:1px solid var(--fy-line);color:var(--fy-text);text-align:left;cursor:pointer;font:inherit;background:linear-gradient(160deg,#ffffff14,#ffffff05);border-radius:16px;align-content:start;gap:8px;padding:14px;display:grid}.foryou-profile-tile:hover{background:linear-gradient(160deg,#ffffff1f,#ffffff0a);border-color:#ffffff47}.foryou-profile-tile:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff80}.foryou-profile-tile-badge{background:var(--fy-glass-strong);color:var(--fy-text);letter-spacing:.01em;border-radius:999px;justify-self:start;padding:3px 9px;font-size:11px;font-weight:660}.foryou-profile-tile-title{color:var(--fy-text);overflow-wrap:anywhere;font-size:14px;font-weight:680;line-height:1.25}@keyframes foryou-shimmer{to{background-position:-220% 0}}@keyframes foryou-burst{0%{opacity:0;transform:translate(-50%,-50%)scale(.4)rotate(-12deg)}15%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(1.35)rotate(-12deg)}}@keyframes foryou-rise{0%{opacity:.6;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width>=900px){.foryou-drawer{justify-content:flex-end}.foryou-drawer-panel{border-radius:0;width:400px;max-height:100%;margin-top:0;animation:.24s foryou-slide;box-shadow:-10px 0 40px #00000073}.foryou-share-sheet{border-radius:20px;width:440px;margin:auto}.foryou-share,.foryou-profile{justify-content:center;align-items:center}.foryou-profile-sheet{border-radius:20px;width:560px;max-height:78%;margin:auto}}@keyframes foryou-slide{0%{opacity:.5;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (width<=640px){.foryou-meta{right:78px}.foryou-rail{right:6px;bottom:max(18px, env(safe-area-inset-bottom));gap:13px}.foryou-rail-owner,.foryou-action-icon,.foryou-use-icon{width:46px;height:46px}}@media (prefers-reduced-motion:reduce){.foryou-feed{scroll-behavior:auto}.foryou-skeleton,.foryou-burst,.foryou-drawer-panel,.foryou-share-sheet,.foryou-profile-sheet{animation:none}}.direct{grid-template-columns:320px minmax(0,1fr);height:100%;min-height:0;display:grid}.direct.direct-empty{flex-direction:column;display:flex}.direct-empty .empty{flex:auto}.direct-list{border-right:1px solid var(--line);flex-direction:column;min-height:0;display:flex}.direct-rows{flex:auto;overflow-y:auto}.direct-row{width:100%;min-height:64px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:8px 16px;display:flex}.direct-row:hover{background:var(--soft)}.direct-row-active,.direct-row-active:hover{background:#ececec}.direct-row-body{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.direct-row-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.direct-row-email{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);font-size:14px;font-weight:600;overflow:hidden}.direct-row-time{color:var(--muted);flex:none;font-size:12px}.direct-row-preview{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:13px;overflow:hidden}.direct-thread{flex-direction:column;min-width:0;min-height:0;display:flex}.direct-thread-header{justify-content:flex-start;gap:12px;min-height:56px}.direct-thread-header h1{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.direct-back{width:32px;height:32px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:18px;display:none}.direct-back:hover{background:var(--soft)}@media (width<=640px){.direct{grid-template-columns:1fr}.direct-list,.direct-thread{display:none}.direct:not(.direct-peer-open) .direct-list,.direct-peer-open .direct-thread{display:flex}.direct-back{display:inline-flex}.message .chat-row-body>p{max-width:92%}}.direct-new-group{border:1px solid var(--line);width:32px;height:32px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:50%;flex:none;place-items:center;font-size:18px;line-height:1;display:grid}.direct-new-group:hover{background:var(--soft)}.group-thread-title{flex-direction:column;gap:1px;min-width:0;display:flex}.group-thread-title h1{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.group-thread-meta{color:var(--muted);font-size:12px}.direct-thread .message{margin-bottom:6px}.chat-row{align-items:flex-start;gap:8px;display:flex}.message-row-shell{width:fit-content;max-width:100%;position:relative}.chat-row.own{flex-direction:row-reverse}.chat-row-body{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.chat-row.own .chat-row-body{align-items:flex-end}.chat-row-sender{color:var(--muted);margin:0 0 3px;font-size:12px;display:block}.message .chat-row-body>p{max-width:min(68%,520px)}.message-actions{width:30px;height:30px;color:var(--muted);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:8px;margin:0 4px;position:absolute;top:2px;left:100%}.message.me .message-actions{left:auto;right:100%}.message-row-shell:hover .message-actions,.message-row-shell:focus-within .message-actions{opacity:1}.message-actions:hover,.message-actions:focus-visible{color:var(--ink);background:var(--soft);outline:2px solid var(--ink);outline-offset:1px}@media (hover:none),(pointer:coarse){.message-actions{opacity:1;width:36px;height:36px}}.message[tabindex]:focus-visible{outline:2px solid var(--ink);outline-offset:4px;border-radius:12px}.message-context-menu{z-index:40;border:1px solid var(--line);background:var(--surface);border-radius:10px;width:160px;padding:4px;position:fixed;box-shadow:0 10px 30px #00000024}.message-context-menu button{width:100%;min-height:36px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:7px;padding:0 10px;font-size:13px}.message-context-menu button:hover,.message-context-menu button:focus-visible{background:var(--soft);outline:0}.message-context-menu button.danger{color:var(--red)}.message-system{width:fit-content;max-width:80%;color:var(--muted);text-align:center;margin:2px auto 18px;font-size:12px;line-height:1.5}.group-settings{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;margin-left:auto;font-size:18px;display:grid}.group-settings:hover{color:var(--ink);background:var(--soft)}.group-panel-scrim{z-index:45;background:#00000047;position:fixed;inset:0}.group-panel{z-index:46;background:var(--surface);border-left:1px solid var(--line);flex-direction:column;width:min(320px,100%);height:100%;display:flex;position:fixed;top:0;right:0;box-shadow:-12px 0 30px #0000001a}.group-panel:focus-visible{outline:0}.group-panel-head{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:0 16px;display:flex}.group-panel-head h2{margin:0;font-size:15px;font-weight:650}.group-panel-close{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;font-size:18px;line-height:1;display:grid}.group-panel-close:hover{background:var(--soft)}.group-panel-body{flex-direction:column;flex:auto;gap:16px;min-height:0;padding:16px;display:flex;overflow-y:auto}.group-member-grid{grid-template-columns:repeat(5,1fr);gap:14px 6px;display:grid}.group-member-btn{cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:5px;min-width:0;padding:0;display:flex}.group-member-avatar{display:inline-flex;position:relative}.group-member-badge{border:2px solid var(--surface);color:#fff;background:var(--red);border-radius:50%;place-items:center;width:17px;height:17px;font-size:12px;line-height:1;display:grid;position:absolute;top:-3px;right:-3px}.group-member-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--muted);font-size:11px;overflow:hidden}.group-owner-tag{color:var(--muted);background:var(--soft);border-radius:4px;margin-top:2px;padding:0 5px;font-size:10px;line-height:15px}.group-manage-tile{border:1px dashed var(--line);width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;place-items:center;font-size:20px;line-height:1;display:grid}.group-manage-tile:hover{color:var(--ink);border-color:var(--muted)}.group-manage-tile.active{color:var(--ink);border-style:solid;border-color:var(--ink)}.group-profile-card{border:1px solid var(--line);border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:18px 16px 16px;display:flex;position:relative}.group-profile-close{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-size:16px;line-height:1;display:grid;position:absolute;top:8px;right:8px}.group-profile-close:hover{background:var(--soft)}.group-profile-name{color:var(--ink);font-size:15px;font-weight:600}.group-profile-email{color:var(--muted);overflow-wrap:anywhere;text-align:center;font-size:12px}.group-confirm{border:1px solid var(--line);background:var(--soft);color:var(--ink);border-radius:10px;flex-direction:column;gap:10px;padding:12px;font-size:13px;display:flex}.group-confirm-actions{justify-content:flex-end;gap:8px;display:flex}.group-pick{flex-direction:column;gap:10px;display:flex}.group-pick-list{border:1px solid var(--line);border-radius:10px;max-height:220px;overflow-y:auto}.group-pick-row{cursor:pointer;align-items:center;gap:10px;min-height:46px;padding:6px 10px;display:flex}.group-pick-row:hover{background:var(--soft)}.group-pick-row+.group-pick-row{border-top:1px solid var(--line)}.group-pick-row input[type=checkbox]{flex:none;width:16px;height:16px}.group-pick-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);font-size:14px;overflow:hidden}.group-pick-actions{justify-content:flex-end;gap:8px;display:flex}.group-name-row{border-top:1px solid var(--line);padding-top:16px}.group-name-value{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:6px 0;display:flex}.group-name-label{color:var(--muted);flex:none;font-size:13px}.group-name-current{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);font-size:14px;font-weight:600;overflow:hidden}.group-name-edit{gap:8px;display:flex}.group-name-edit input{border:1px solid var(--line);min-width:0;min-height:38px;color:var(--ink);background:var(--surface);font:inherit;border-radius:8px;outline:none;flex:auto;padding:0 10px;font-size:14px}.group-name-edit input:focus-visible{border-color:var(--muted);box-shadow:0 0 0 3px #1717171f}.group-nickname-row{border-top:1px solid var(--line);padding-top:16px}.group-name-empty{color:var(--muted);font-weight:400}.group-primary-button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:8px;flex:none;min-height:38px;padding:0 14px;font-size:13px;font-weight:650}.group-primary-button:disabled{opacity:.45;cursor:not-allowed}.group-danger-button{color:#fff;background:var(--red);cursor:pointer;border:0;border-radius:8px;flex:none;min-height:38px;padding:0 14px;font-size:13px;font-weight:650}.group-danger-button:disabled{opacity:.45;cursor:not-allowed}.group-panel-hint{color:var(--muted);margin:0;font-size:13px}.group-panel-error{color:var(--red);margin:0;font-size:13px}.group-leave{border:1px solid var(--line);width:100%;min-height:42px;color:var(--red);background:var(--surface);cursor:pointer;border-radius:8px;font-size:13px;font-weight:600}.group-leave:hover{background:#fff1f0}.message-quote{border-left:3px solid var(--muted);background:#0000000d;border-radius:4px;margin:0 0 6px;padding:4px 8px;display:block}.message.me .message-quote{background:#ffffff29;border-left-color:#ffffff8c}.message-quote-author{opacity:.9;font-size:12px;font-weight:600;display:block}.message-quote-text{max-width:260px;color:inherit;text-overflow:ellipsis;white-space:nowrap;opacity:.8;font-size:12px;display:block;overflow:hidden}.message-quote em{font-style:italic}.composer-quote{border-left:3px solid var(--muted);background:var(--soft);border-radius:8px;align-items:center;gap:8px;margin:8px 8px 0;padding:6px 10px;display:flex}.composer-quote-body{flex-direction:column;flex:auto;gap:1px;min-width:0;display:flex}.composer-quote-author{color:var(--ink);font-size:12px;font-weight:600}.composer-quote-text{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.composer-quote-close{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;font-size:16px;line-height:1;display:grid}.composer-quote-close:hover{color:var(--ink);background:var(--surface)}.mention{color:var(--green);font-weight:600}.message.me .mention{color:#7ee2b8}.chat-forward{z-index:60;--fy-text:var(--ink);--fy-muted:var(--muted);--fy-faint:#a3a3a3;--fy-line:var(--line);--fy-raise:var(--soft);--fy-surface:var(--surface);--fy-accent:#23e5db;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.chat-forward svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.chat-forward-backdrop{cursor:pointer;background:#0006;border:0;padding:0;position:absolute;inset:0}.chat-forward-sheet{z-index:1;border:1px solid var(--line);background:var(--surface);border-radius:16px;width:min(420px,100%);max-height:80%;padding-bottom:16px;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000038}.chat-forward-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.chat-forward-head strong{color:var(--ink);font-size:15px;font-weight:650}.chat-forward-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:6px;display:grid}.chat-forward-close:hover{color:var(--ink);background:var(--soft)}.chat-forward-close svg{width:100%;height:100%}.chat-forward-notice{color:var(--red);margin:0;padding:8px 18px;font-size:13px}.chat-forward-toast{color:var(--ink);background:var(--soft);text-align:center;border-radius:10px;margin:12px 18px 0;padding:10px 14px;font-size:13px;font-weight:600}.assistant-bubble{border:1px solid var(--line);background:var(--surface);border-radius:12px;width:fit-content;max-width:min(680px,86%);padding:11px 14px}.assistant-head{color:var(--muted);margin:0 0 6px;font-size:12px;font-weight:600}.assistant-answer{color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.6}.assistant-working{border-style:dashed}.assistant-progress{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:flex}.assistant-answer+.assistant-progress{margin-top:8px}.assistant-dot{background:var(--muted);border-radius:50%;flex:none;width:7px;height:7px;animation:1.2s ease-in-out infinite pulse}.assistant-card{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:14px;width:fit-content;max-width:min(420px,86%);padding:12px 14px;display:flex}.assistant-card-body{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex}.assistant-card-name{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:14px;font-weight:600;overflow:hidden}.assistant-card-meta{color:var(--muted);font-size:12px}.assistant-downloads{flex-direction:column;flex:none;gap:6px;display:flex}.assistant-download{border:1px solid var(--line);min-height:34px;color:var(--ink);background:var(--surface);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;flex:none;align-items:center;max-width:180px;padding:0 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;overflow:hidden}.assistant-download:hover{background:var(--soft)}.assistant-pop{border:1px solid var(--line);background:var(--surface);border-radius:10px;min-width:180px;padding:4px;position:absolute;bottom:calc(100% + 6px);left:8px;box-shadow:0 8px 24px #0000001f}.assistant-pop-option{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;flex-direction:column;gap:2px;width:100%;padding:8px 10px;display:flex}.assistant-pop-option:hover,.assistant-pop-option[aria-selected=true]{background:var(--soft)}.assistant-pop-name{color:var(--ink);font-size:14px;font-weight:600}.assistant-pop-hint{color:var(--muted);font-size:12px}.contacts{background:var(--surface);flex-direction:column;height:100%;display:flex}.contacts .page-header{justify-content:flex-start;gap:4px}.contacts .page-header h1{flex:auto}.contacts-back{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.contacts-back:hover{background:var(--soft)}.contacts-back svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:20px;height:20px}.contacts-add{border:1px solid var(--line);width:32px;height:32px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:50%;flex:none;place-items:center;font-size:18px;line-height:1;display:grid}.contacts-add:hover{background:var(--soft)}.contacts-body{flex-direction:column;flex:auto;min-height:0;display:flex;overflow-y:auto}.contacts-loading{color:var(--muted);margin:0;padding:24px;font-size:13px}.contacts-friends-entry{border:0;border-bottom:8px solid var(--soft);width:100%;min-height:64px;color:inherit;background:var(--surface);cursor:pointer;text-align:left;font:inherit;flex:none;align-items:center;gap:12px;padding:10px 20px;display:flex}.contacts-friends-entry:hover{background:#f4f4f4}.contacts-friends-icon{width:40px;height:40px;color:var(--muted);background:var(--soft);border-radius:50%;flex:none;place-items:center;display:grid}.contacts-friends-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:22px;height:22px}.contacts-friends-title{color:var(--ink);flex:auto;font-size:15px}.contacts-badge{color:#fff;background:var(--red);border-radius:999px;flex:none;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;line-height:1;display:grid}.contacts-chevron{fill:none;width:18px;height:18px;stroke:var(--muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:none}.contacts-friends-error{color:var(--red);margin:0;padding:12px 20px 0;font-size:13px}.contacts-list,.contacts-requests{flex-direction:column;flex:auto;min-height:0;padding-bottom:8px;display:flex}.contacts-group-title{color:var(--muted);margin:0;padding:14px 20px 6px;font-size:13px;font-weight:600}.contacts-row{border-top:1px solid var(--line);flex:none;align-items:center;gap:12px;min-height:64px;padding:10px 20px;display:flex}.contacts-row:hover{background:#f4f4f4}.contacts-info{flex:auto;min-width:0}.contacts-email{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:auto;margin:0;font-size:15px;overflow:hidden}.contacts-email-secondary{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12px;overflow:hidden}.contacts-time{color:var(--muted);margin:2px 0 0;font-size:12px}.contacts-actions{flex:none;gap:8px;display:flex}.contacts-accept,.contacts-actions .quiet-button{min-height:32px;padding:0 14px;font-size:13px;font-weight:600}.contacts-accept{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:7px}.contacts-accept:disabled,.contacts-actions .quiet-button:disabled{opacity:.45;cursor:not-allowed}.contacts-pending{color:var(--muted);flex:none;font-size:13px}.contacts-row .quiet-button{flex:none}.contacts-menu-open{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;font-size:18px;line-height:1;display:grid}.contacts-menu-open:hover{background:var(--soft)}.contacts-menu{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;margin:0 20px 8px;display:flex;overflow:hidden;box-shadow:0 2px 6px #00000014}.contacts-menu-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;padding:10px 12px 6px;font-size:12px;overflow:hidden}.contacts-menu-item{min-height:38px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;padding:0 12px;font-size:14px;font-weight:600}.contacts-menu-item:hover{background:var(--soft)}.contacts-menu-item-danger{color:var(--red)}.contacts-remark-input{min-width:0;height:36px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d4d4d4;border-radius:8px;outline:none;flex:auto;padding:0 10px;font-size:14px}.contacts-remark-input:focus-visible{border-color:var(--muted);box-shadow:0 0 0 3px #1717171f}.contacts-remark-save{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:7px;flex:none;min-height:32px;padding:0 14px;font-size:13px;font-weight:600}.contacts-remark-save:disabled{opacity:.45;cursor:wait}.contacts-row-note{color:var(--red);margin:0;padding:0 20px 10px;font-size:12px}.contact-modal-overlay{background:#00000052;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.contact-modal{background:#fff;border-radius:16px;width:min(440px,100% - 32px);padding:24px;position:relative;box-shadow:0 20px 60px #0000002e}.contact-modal-close{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-size:18px;line-height:1;display:grid;position:absolute;top:16px;right:16px}.contact-modal-close:hover{background:var(--soft)}.contact-modal h2{margin:0 0 8px;font-size:18px;font-weight:650}.contact-modal-hint{color:var(--muted);margin:0 0 18px;font-size:13px}.contact-modal form{gap:10px;display:grid}.contact-modal input{width:100%;min-height:46px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d4d4d4;border-radius:9px;outline:none;padding:0 12px;font-size:15px}.contact-modal input:focus-visible{border-color:var(--muted);box-shadow:0 0 0 3px #1717171f}.contact-modal-submit{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:9px;min-height:42px;margin-top:4px;font-size:13px;font-weight:650}.contact-modal-submit:disabled{opacity:.45;cursor:wait}.contact-modal-error{color:var(--red);margin:12px 0 0;font-size:13px}@media (width<=640px){.contacts-row,.contacts-friends-entry{padding:10px 16px}.contacts-group-title{padding:14px 16px 6px}.contacts-friends-error{padding:12px 16px 0}.contacts-menu{margin:0 16px 8px}.contacts-row-note{padding:0 16px 10px}.contact-modal-overlay{align-items:flex-end;padding:0}.contact-modal{border-radius:16px 16px 0 0;width:100%}}.account{color:#171717;background:#fff;border-bottom:1px solid #e8e8e8;width:min(520px,100%);padding:0 0 28px;font-family:Inter,SF Pro Text,Segoe UI,system-ui,sans-serif}.account form{gap:10px;display:grid}.account h2{letter-spacing:-.02em;margin:0 0 12px;font-size:17px;font-weight:650}.account label{color:#525252;margin-top:3px;font-size:12px;font-weight:600}.account input{color:#171717;width:100%;min-height:46px;font:inherit;background:#fff;border:1px solid #d4d4d4;border-radius:9px;outline:none;padding:0 12px;font-size:15px}.account input:focus-visible{border-color:#737373;box-shadow:0 0 0 3px #1717171f}.account button{cursor:pointer;min-height:42px;font:inherit;border-radius:9px;font-size:13px;font-weight:650}.account button:focus-visible{outline:none;box-shadow:0 0 0 3px #17171729}.account button:disabled{opacity:.45;cursor:wait}.account-primary{color:#fff;background:#171717;border:0;margin-top:8px}.account-switch{color:#525252;background:0 0;border:0;font-weight:550!important}.account-switch:hover:not(:disabled){color:#171717;background:#f5f5f5}.account-detail,.account-loading,.account-notice,.account-error{color:#737373;margin:0;font-size:13px;line-height:1.5}.account-detail{overflow-wrap:anywhere;margin:-8px 0 8px}.account-notice,.account-error{margin-top:14px}.account-error{color:#b42318}.account-signed{justify-content:space-between;align-items:center;gap:16px;display:flex}.account-signed h2{margin-bottom:5px}.account-signed p{color:#737373;overflow-wrap:anywhere;margin:0;font-size:13px}.account-signed button{color:#171717;background:#fff;border:1px solid #e5e5e5;flex:none;padding:0 14px}.account-signed button:hover:not(:disabled){background:#f5f5f5}@media (width<=640px){.account{padding-bottom:24px}.account input{min-height:48px}.account button{min-height:44px}}.profile{border-bottom:1px solid var(--line);width:100%;min-width:0;color:var(--ink);background:var(--surface);padding:8px 0 32px;font-family:Inter,SF Pro Text,Segoe UI,system-ui,sans-serif}.profile h2{letter-spacing:-.02em;margin:0 0 12px;font-size:17px;font-weight:650}.profile label{color:var(--muted);margin-top:3px;font-size:12px;font-weight:600}.profile-loading{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.profile-error-state{justify-items:start;gap:12px;display:grid}.profile-error-state p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.profile-identity{align-items:flex-start;gap:clamp(24px,4vw,52px);min-width:0;padding:12px clamp(12px,3vw,38px);display:flex}.profile-copy{flex:1;min-width:0;padding-top:6px}.profile-avatar{object-fit:cover;border-radius:50%;flex:none;width:112px;height:112px;box-shadow:0 0 0 1px #17171714}.profile-avatar-letter{color:var(--muted);background:var(--soft);-webkit-user-select:none;user-select:none;place-items:center;font-size:26px;font-weight:650;display:grid}.profile-name{letter-spacing:-.035em;overflow-wrap:anywhere;margin:0;font-size:clamp(23px,2.4vw,30px);font-weight:700;line-height:1.12}.profile-email{color:var(--muted);overflow-wrap:anywhere;margin:5px 0 0;font-size:13px}.profile-bio{max-width:640px;color:var(--ink);overflow-wrap:anywhere;white-space:pre-wrap;margin:15px 0 0;font-size:14px;line-height:1.55}.profile-actions{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.profile-modal{box-sizing:border-box;background:0 0;border:0;width:min(608px,100vw - 48px);max-width:none;max-height:none;padding:24px;overflow:visible}.profile-modal::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a0a0a80}.profile-form{box-sizing:border-box;border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:10px;width:100%;max-height:calc(100vh - 48px);padding:24px;display:grid;overflow-y:auto;box-shadow:0 24px 70px #0000003d}.profile-photo-row{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;min-height:92px;margin-bottom:4px;display:grid}.profile-photo-label{color:var(--muted);font-size:12px;font-weight:600}.profile-photo-control{grid-column:2;position:relative}.profile-avatar-edit{width:72px;height:72px}.profile-file-input{display:none}.profile-photo-edit{border:2px solid var(--surface);color:#fff;background:var(--ink);cursor:pointer;border-radius:50%;place-items:center;width:28px;height:28px;padding:0;display:grid;position:absolute;bottom:-1px;right:-3px}.profile-photo-edit svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.profile-photo-edit:focus-visible{outline:none;box-shadow:0 0 0 3px #1717172e}.profile-photo-edit:disabled{opacity:.5;cursor:wait}.profile-form input,.profile-form textarea{width:100%;color:var(--ink);background:var(--surface);font:inherit;border:1px solid #d4d4d4;border-radius:9px;outline:none;padding:0 12px;font-size:15px}.profile-form input{min-height:46px}.profile-form textarea{resize:vertical;min-height:72px;padding:10px 12px}.profile-form input:focus-visible,.profile-form textarea:focus-visible{border-color:#737373;box-shadow:0 0 0 3px #1717171f}.profile-form input:disabled,.profile-form textarea:disabled{opacity:.6;cursor:not-allowed}.profile-counter{color:var(--muted);text-align:right;margin-top:-4px;font-size:12px}.profile-form-actions{gap:8px;margin-top:8px;display:flex}.profile-form-actions button{cursor:pointer;min-height:42px;font:inherit;border-radius:9px;padding:0 16px;font-size:13px;font-weight:650}.profile-form-actions button:focus-visible{outline:none;box-shadow:0 0 0 3px #17171729}.profile-form-actions button:disabled{opacity:.45;cursor:wait}.profile-primary{color:#fff;background:var(--ink);border:0}.profile-cancel{color:var(--muted);background:0 0;border:0}.profile-cancel:hover:not(:disabled){color:var(--ink);background:var(--soft)}.profile-error{color:var(--red);margin:4px 0 0;font-size:13px;line-height:1.5}.profile-notice{color:var(--muted);margin-top:14px;font-size:13px;line-height:1.5}@media (width<=640px){.profile{padding-bottom:24px}.profile-identity{gap:18px;padding-inline:0}.profile-avatar{width:88px;height:88px}.profile-avatar-edit{width:64px;height:64px}.profile-modal{width:calc(100vw - 24px);padding:12px}.profile-form{border-radius:14px;max-height:calc(100vh - 24px);padding:20px}.profile-form input,.profile-form textarea{min-height:48px}.profile-form-actions button{min-height:44px}.profile-actions,.profile-form-actions{flex-wrap:wrap}.profile-actions button,.profile-form-actions button{flex:auto}}.mine-gallery{width:100%;min-width:0;color:var(--ink,#111);font-family:Inter,SF Pro Text,Segoe UI,sans-serif}.mine-gallery-tabs{border-bottom:1px solid var(--line,#dbdbdb);justify-content:center;gap:44px;min-height:50px;display:flex}.mine-gallery-tabs button{min-width:112px;color:var(--muted,#737373);cursor:pointer;font:inherit;letter-spacing:.06em;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:7px;padding:0 4px;font-size:12px;font-weight:700;display:flex;position:relative}.mine-gallery-tabs button[aria-selected=true]{color:var(--ink,#111)}.mine-gallery-tabs button[aria-selected=true]:after{content:"";background:currentColor;height:1px;position:absolute;bottom:-1px;left:0;right:0}.mine-gallery-tab-icon{font-size:17px;font-weight:400;line-height:1}.mine-gallery-tabs small{min-width:19px;color:inherit;background:var(--soft,#f2f2f2);text-align:center;border-radius:9px;padding:2px 5px;font-size:10px;line-height:15px}.mine-gallery-tabs button:focus-visible,.mine-gallery button:focus-visible,.mine-gallery a:focus-visible,.mine-gallery summary:focus-visible{outline-offset:3px;outline:2px solid}.mine-gallery-panel{min-width:0;padding-top:24px}.mine-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 18px;margin:0;padding:0;list-style:none;display:grid}.mine-gallery-card{border:1px solid var(--line,#dbdbdb);background:var(--surface,#fff);border-radius:3px;min-width:0;transition:border-color .16s,transform .16s;overflow:visible}.mine-gallery-card:hover{border-color:#a8a8a8;transform:translateY(-1px)}.mine-gallery-preview{aspect-ratio:4/3;border-bottom:1px solid var(--line,#dbdbdb);color:#fff;background:#f4f4f4;display:block;position:relative;overflow:hidden}.mine-gallery-preview img,.mine-gallery-preview video,.mine-gallery-preview iframe{object-fit:cover;pointer-events:none;border:0;width:100%;height:100%;display:block}.mine-gallery-preview iframe{background:#fff}.mine-gallery-preview-action{z-index:1;width:100%;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none;display:block;position:absolute;inset:0}.mine-gallery-file{color:#555;text-align:center;place-content:center;justify-items:center;gap:8px;width:100%;height:100%;padding:24px;display:grid}.mine-gallery-file>span{background:#fff;border:1px solid #c8c8c8;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.mine-gallery-file svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:23px;height:23px}.mine-gallery-file strong{color:#222;font-size:13px;font-weight:700}.mine-gallery-file small{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:11px;overflow:hidden}.mine-gallery-open{color:#fff;opacity:0;background:#000000b8;border-radius:50%;place-items:center;width:28px;height:28px;font-size:14px;transition:opacity .15s;display:grid;position:absolute;bottom:10px;right:10px}.mine-gallery-preview:hover .mine-gallery-open,.mine-gallery-preview-action:focus-visible .mine-gallery-open{opacity:1}.mine-gallery-body{min-width:0;padding:13px 14px 14px}.mine-gallery-body h3{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:650;line-height:1.35;overflow:hidden}.mine-gallery-body>p{color:var(--muted,#737373);flex-wrap:wrap;gap:5px;margin:5px 0 0;font-size:11px;line-height:1.4;display:flex}.mine-gallery .mine-facts{color:var(--muted,#737373);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:3px 9px;margin:10px 0 0;font-size:11px;line-height:1.4;display:flex}.mine-gallery .mine-facts>div{gap:3px;display:flex}.mine-gallery .mine-facts dt,.mine-gallery .mine-facts dd{margin:0}.mine-gallery .mine-facts dd{color:var(--ink,#111);font-weight:700}.mine-gallery-actions{align-items:center;gap:7px;margin-top:13px;display:flex}.mine-gallery-actions>button,.mine-gallery-button,.mine-gallery-files>summary{border:1px solid var(--line,#dbdbdb);min-width:0;min-height:34px;color:var(--ink,#111);background:var(--surface,#fff);cursor:pointer;font:inherit;border-radius:5px;justify-content:center;align-items:center;padding:0 11px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.mine-gallery-actions>button,.mine-gallery-button{flex:1 1 0}.mine-gallery-actions .mine-gallery-primary{color:#fff;background:#111;border-color:#111}.mine-gallery-actions>button:hover,.mine-gallery-button:hover,.mine-gallery-files>summary:hover{background:var(--soft,#f2f2f2)}.mine-gallery-actions .mine-gallery-primary:hover{color:#fff;background:#333}.mine-gallery-actions button:disabled,.mine-gallery-more:disabled{opacity:.5;cursor:wait}.mine-gallery-files{flex:1 1 0;min-width:0;position:relative}.mine-gallery-files>summary{width:100%;list-style:none}.mine-gallery-files>summary::-webkit-details-marker{display:none}.mine-gallery-files>div{z-index:3;border:1px solid var(--line,#dbdbdb);background:var(--surface,#fff);border-radius:6px;gap:2px;width:min(270px,70vw);padding:6px;display:grid;position:absolute;bottom:calc(100% + 7px);right:0;box-shadow:0 12px 32px #00000024}.mine-gallery-files a{color:var(--ink,#111);text-overflow:ellipsis;white-space:nowrap;border-radius:4px;padding:9px;font-size:11px;text-decoration:none;overflow:hidden}.mine-gallery-files a:hover{background:var(--soft,#f2f2f2)}.mine-gallery-state{min-height:330px;color:var(--muted,#737373);text-align:center;place-content:center;justify-items:center;gap:12px;display:grid}.mine-gallery-state>span:not(.mine-gallery-spinner){font-size:34px}.mine-gallery-state p{margin:0;font-size:13px}.mine-gallery-state button,.mine-gallery-more{border:1px solid var(--ink,#111);min-height:38px;color:var(--surface,#fff);background:var(--ink,#111);cursor:pointer;font:inherit;border-radius:5px;padding:0 16px;font-size:12px;font-weight:700}.mine-gallery-spinner{border:2px solid #d5d5d5;border-top-color:#222;border-radius:50%;width:23px;height:23px;animation:.8s linear infinite mine-gallery-spin}.mine-gallery-more{margin:24px auto 0;display:block}@keyframes mine-gallery-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.mine-gallery-spinner{animation:none}.mine-gallery-card,.mine-gallery-open{transition:none}}@media (width<=760px){.mine-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mine-gallery-tabs{gap:20px}}@media (width<=480px){.mine-gallery-grid{grid-template-columns:1fr}.mine-gallery-tabs{justify-content:stretch;gap:0}.mine-gallery-tabs button{flex:1;justify-content:center;min-height:48px}.mine-gallery-actions>button,.mine-gallery-button,.mine-gallery-files>summary{min-height:42px}}.mine{border-top:1px solid var(--line);width:min(520px,100%);color:var(--ink);background:var(--surface);margin-top:28px;padding-top:28px;font-family:Inter,SF Pro Text,Segoe UI,system-ui,sans-serif}.mine-heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.mine-heading h2{letter-spacing:-.02em;margin:0;font-size:17px;font-weight:650}.mine-heading>span{color:var(--muted);font-size:12px;font-weight:650}.mine-status{color:var(--muted);margin:14px 0 0;font-size:13px;line-height:1.5}.mine-error-state{justify-items:start;gap:12px;margin-top:14px;display:grid}.mine-error-state p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.mine-tabs{background:var(--soft);border-radius:11px;grid-template-columns:1fr 1fr;gap:4px;margin-top:14px;padding:4px;display:grid}.mine-tabs button{min-height:40px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:650;display:flex}.mine-tabs button[aria-selected=true]{color:var(--ink);background:var(--surface);box-shadow:0 1px 3px #00000014}.mine-tabs button span{min-width:18px;height:18px;color:var(--muted);background:var(--soft);border-radius:9px;padding:0 5px;font-size:10px;line-height:18px}.mine-list{margin:8px 0 0;padding:0;list-style:none}.mine-row{outline:none;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 0;display:grid}.mine-row+.mine-row{border-top:1px solid var(--line)}.mine-row:focus-visible{border-radius:8px;margin-inline:-8px;padding-inline:8px;box-shadow:0 0 0 3px #17171724}.mine-glyph{width:36px;height:36px;color:var(--muted);background:var(--soft);border-radius:9px;place-items:center;display:grid}.mine-glyph svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:20px;height:20px}.mine-text{min-width:0}.mine-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;overflow:hidden}.mine-meta{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;overflow:hidden}.mine-side{justify-items:end;gap:8px;display:grid}.mine-tag{color:var(--muted);background:var(--soft);border:1px solid #0000;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:650}.mine-tag.public{border-color:var(--green);color:var(--green);background:var(--surface)}.mine-actions{gap:6px;display:flex}.mine-files{position:relative}.mine-files summary{border:1px solid var(--line);cursor:pointer;border-radius:8px;align-items:center;min-height:34px;padding:0 11px;font-size:12px;font-weight:650;list-style:none;display:flex}.mine-files summary::-webkit-details-marker{display:none}.mine-files>div{z-index:2;border:1px solid var(--line);background:var(--surface);border-radius:10px;gap:5px;width:min(240px,70vw);padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 30px #0000001f}.mine-files .mine-use{text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start;min-width:0;overflow:hidden}.mine-use,.mine-publish,.mine-private,.mine-delete{border:1px solid var(--line);min-height:34px;color:var(--ink);background:var(--surface);cursor:pointer;font:inherit;border-radius:8px;justify-content:center;align-items:center;padding:0 11px;font-size:12px;font-weight:650;text-decoration:none;display:inline-flex}.mine-publish{color:var(--surface);border-color:var(--ink);background:var(--ink)}.mine-use:hover,.mine-publish:hover,.mine-private:hover,.mine-delete:hover{background:var(--soft)}.mine-publish:hover{color:var(--ink)}.mine-tabs button:focus-visible,.mine-use:focus-visible,.mine-publish:focus-visible,.mine-private:focus-visible,.mine-delete:focus-visible{outline:none;box-shadow:0 0 0 3px #17171729}.mine-facts{color:var(--muted);font-variant-numeric:tabular-nums;flex-wrap:wrap;grid-column:2/-1;gap:2px 8px;margin:6px 0 0;font-size:12px;line-height:1.5;display:flex}.mine-facts>div{white-space:nowrap}.mine-facts dt{display:inline}.mine-facts dd{color:var(--ink);margin:0 0 0 4px;font-weight:600;display:inline}.mine-facts>div:not(:last-child):after{content:"·";color:var(--muted);margin-left:8px}.mine-notice{min-height:18px;color:var(--green);margin:8px 0 0;font-size:12px;line-height:1.5}.mine-dialog{width:min(430px,100% - 32px);color:var(--ink);background:var(--surface);border:0;border-radius:14px;padding:0;box-shadow:0 24px 80px #00000047}.mine-dialog::backdrop{background:#00000075}.mine-dialog>div{padding:26px}.mine-dialog-mark{width:38px;height:38px;color:var(--surface);background:var(--ink);border-radius:50%;place-items:center;margin-bottom:18px;font-size:20px;display:grid}.mine-dialog h3{letter-spacing:-.025em;margin:0;font-size:20px;font-weight:680}.mine-dialog p{color:var(--muted);overflow-wrap:anywhere;margin:10px 0 0;font-size:13px;line-height:1.55}.mine-dialog .mine-dialog-error{color:var(--red)}.mine-dialog-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:24px;display:grid}.mine-dialog-actions button{cursor:pointer;min-height:44px;font:inherit;border-radius:9px;font-size:13px;font-weight:650}.mine-dialog-actions button:disabled{opacity:.45;cursor:wait}.mine-dialog-cancel{border:1px solid var(--line);color:var(--ink);background:var(--surface)}.mine-dialog-confirm{border:1px solid var(--ink);color:var(--surface);background:var(--ink)}.mine-dialog-danger{color:var(--danger)}.mine-dialog-delete{border-color:var(--danger);background:var(--danger)}@media (width<=640px){.mine-tabs button{min-height:44px}.mine-row{grid-template-columns:36px minmax(0,1fr) auto;gap:10px}.mine-side{grid-column:2/-1;grid-template-columns:auto minmax(0,1fr);place-items:center start;width:100%}.mine-actions{justify-content:flex-end;width:100%}.mine-use,.mine-publish,.mine-private,.mine-delete{flex:1 1 0;min-height:44px}.mine-facts{grid-column:1/-1}.mine-dialog{border-radius:16px 16px 0 0;width:100%;max-width:none;margin:auto 0 0}.mine-dialog>div{padding:24px 20px max(20px, env(safe-area-inset-bottom))}.mine-dialog-actions{grid-template-columns:1fr}}:root{--surface:#fff;--nav:#fafafa;--soft:#f1f1f1;--line:#e8e8e8;--ink:#171717;--muted:#737373;--green:#0a8f5b;--red:#b42318}*{box-sizing:border-box}html,body,#root{min-height:100%}html{background:var(--surface)}body{color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,SF Pro Text,Segoe UI,system-ui,sans-serif;overflow:hidden}button,textarea{font:inherit}button,a,textarea{outline:none}button{touch-action:manipulation}button:focus-visible,a:focus-visible,textarea:focus-visible{box-shadow:0 0 0 3px #17171729}.app-shell{grid-template-columns:72px minmax(0,1fr);min-height:100dvh;display:grid}.app-nav{border-right:1px solid var(--line);background:var(--nav);flex-direction:column;gap:6px;min-height:100dvh;padding:10px 8px;display:flex}.app-nav button{min-width:0;min-height:56px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-content:center;place-items:center;gap:4px;padding:6px 2px;font-size:10px;line-height:1;display:grid}.app-nav button:last-child{margin-top:auto}.app-nav button:hover{color:var(--ink);background:#f4f4f4}.app-nav button.active{color:var(--ink);background:#ececec;font-weight:600}.app-nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:22px;height:22px}.nav-icon{place-items:center;display:grid;position:relative}.nav-icon.connected:after{content:"";border:2px solid var(--nav);background:var(--green);border-radius:50%;width:7px;height:7px;position:absolute;top:-2px;right:-2px}.nav-badge{border:2px solid var(--nav);color:#fff;background:var(--red);text-align:center;border-radius:999px;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-style:normal;font-weight:650;line-height:13px;position:absolute;top:-7px;right:-11px}.app-content{min-width:0;height:100dvh;overflow:hidden}.app-view{min-width:0;height:100%}.app-view[hidden]{display:none}.chat,section.me{background:var(--surface);min-width:0;height:100%}.chat{flex-direction:column;display:flex}section.me{overflow-y:auto}section.me .page-header{z-index:1;background:var(--surface);position:sticky;top:0}.page-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:56px;padding:0 24px;display:flex}h1{letter-spacing:-.02em;margin:0;font-size:17px;font-weight:650}.status{color:var(--muted);align-items:center;gap:7px;font-size:12px;display:flex}.status i{background:#a3a3a3;border-radius:50%;width:7px;height:7px}.status-connected{color:var(--green)}.status-connected i{background:var(--green)}.status-installing,.status-authorizing{color:var(--ink)}.status-installing i,.status-authorizing i{background:var(--ink);animation:1.2s ease-in-out infinite pulse}.messages{scrollbar-color:#d4d4d4 transparent;flex:auto;width:min(860px,100%);margin:0 auto;padding:28px 24px;overflow:auto}.empty{text-align:center;place-content:center;justify-items:center;gap:14px;height:100%;display:grid}.empty p{color:var(--muted);margin:0;font-size:14px}.quiet-button{border:1px solid var(--line);min-height:40px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;padding:0 16px;font-size:13px;font-weight:600}.quiet-button:hover{background:var(--soft)}.time-divider{color:#a3a3a3;text-align:center;margin:4px 0 14px;font-size:12px}.time-divider:first-child{margin-top:0}.message{margin:0 0 18px}.message p,.message .bubble{background:var(--soft);border-radius:12px;width:fit-content;max-width:min(680px,86%);padding:11px 14px;font-size:14px;line-height:1.6}.message p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.message.me{justify-items:end;display:grid}.message.me p{color:#fff;background:var(--ink)}.message.error p{color:var(--red);background:#fff1f0}.retry{min-height:36px;color:var(--red);cursor:pointer;background:#fff;border:1px solid #f1c0bb;border-radius:8px;margin-top:8px;padding:0 12px;font-size:12px;font-weight:600}.retry:disabled{opacity:.45;cursor:not-allowed}.typing{color:var(--muted);font-style:normal;animation:1.2s ease-in-out infinite pulse}.composer{background:#fff;border:1px solid #d4d4d4;border-radius:13px;flex:none;width:min(760px,100% - 48px);margin:0 auto 20px;position:relative}.composer:focus-within{border-color:#8c8c8c}.composer textarea{resize:none;border-radius:inherit;width:100%;min-height:50px;max-height:160px;color:var(--ink);background:0 0;border:0;padding:14px 56px 12px 15px;font-size:15px;line-height:1.45}.composer textarea:focus-visible{box-shadow:none}.composer textarea::placeholder{color:#a3a3a3}.composer textarea:disabled{cursor:not-allowed;background:#fafafa}.send{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:9px;width:34px;height:34px;font-size:18px;line-height:1;position:absolute;bottom:8px;right:8px}.send:disabled{color:#a3a3a3;cursor:not-allowed;background:#ededed}.me-body{width:min(1120px,100% - 48px);margin:0 auto;padding:36px 0 56px}.me-body>.mine{width:100%;margin-top:0;padding-top:28px}.me-body>.account{border-top:1px solid var(--line);border-bottom:0;width:100%;margin-top:40px;padding:24px 0 0}.me-body>.account form{width:min(520px,100%)}.agent-section{border-bottom:1px solid var(--line);padding:28px 0}.agent-heading{justify-content:space-between;align-items:baseline;gap:24px;display:flex}.agent-heading h2{letter-spacing:-.02em;margin:0;font-size:17px;font-weight:680}.agent-heading p{color:var(--muted);text-align:right;margin:0;font-size:13px;line-height:1.5}.agent-controls{grid-template-columns:minmax(240px,320px) max-content max-content;align-items:stretch;gap:10px;margin-top:18px;display:grid}.agent-picker{background:var(--soft);border-radius:11px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.agent-picker button{min-height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:14px;font-weight:600}.agent-picker button[aria-pressed=true]{color:var(--ink);background:#fff;box-shadow:0 1px 3px #00000014}.connect-button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:10px;min-width:190px;min-height:52px;margin:0;padding:0 20px;font-size:14px;font-weight:650}.connect-button:disabled{opacity:.45;cursor:wait}.agent-downloads{flex-wrap:wrap;gap:8px 18px;margin-top:14px;display:flex}.download-link{width:fit-content;color:var(--muted);text-underline-offset:3px;margin:0;font-size:13px;display:block}.note{color:var(--muted);text-align:left;margin:12px 0 0;font-size:13px;line-height:1.5}.note.error{color:var(--red)}.note-link{color:var(--ink);text-underline-offset:3px;font-weight:600;text-decoration:underline}.mine-preview-dialog{width:min(1120px,100% - 32px);max-width:none;height:min(780px,100dvh - 32px);max-height:none;color:var(--ink);background:var(--surface);border:0;border-radius:16px;padding:0;box-shadow:0 28px 90px #00000052}.mine-preview-dialog::backdrop{background:#0000009e}.mine-preview-shell{flex-direction:column;height:100%;display:flex}.mine-preview-shell>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:56px;padding:0 18px 0 22px;display:flex}.mine-preview-shell h3{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:15px;font-weight:680;overflow:hidden}.mine-preview-shell header button{width:36px;height:36px;color:var(--ink);background:var(--soft);cursor:pointer;border:0;border-radius:50%;flex:none;font-size:24px;line-height:1}.mine-preview-stage{background:#f5f5f5;flex:1;place-items:center;min-height:0;display:grid;overflow:hidden}.mine-preview-stage img,.mine-preview-stage video,.mine-preview-stage iframe{object-fit:contain;background:#fff;border:0;width:100%;height:100%;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes pulse{50%{opacity:.35}}@media (width<=640px){body{overflow:hidden}.app-shell{grid-template-rows:minmax(0,1fr) 64px;grid-template-columns:1fr}.app-content{grid-row:1;height:calc(100dvh - 64px)}.app-nav{border-top:1px solid var(--line);border-right:0;flex-direction:row;grid-row:2;gap:2px;min-height:64px;padding:4px 8px}.app-nav button{flex:1 1 0;min-height:56px;padding:5px 0}.app-nav button:last-child{margin-top:0}.page-header{min-height:52px;padding:0 16px}.messages{padding:20px 16px}.composer{width:calc(100% - 24px);margin-bottom:12px}.message p{max-width:92%}.me-body{width:100%;padding:24px 16px 40px}.agent-heading{display:block}.agent-heading p{text-align:left;margin-top:6px}.agent-controls{grid-template-columns:1fr}.connect-button{width:100%}.mine-preview-dialog{border-radius:0;width:100%;height:100dvh}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}
