.ph{position:relative;background-color:#eef0f3;background-image:repeating-linear-gradient(135deg,rgba(150,158,170,.1) 0 10px,rgba(150,158,170,0) 10px 20px);border:1px dashed #cdd2da;display:flex;align-items:center;justify-content:center;overflow:hidden}.main{flex:1;min-width:0;overflow-y:auto;overflow-x:hidden;padding:46px 64px 80px}.home-wrap{max-width:1640px;margin:0 auto}.hero-title{font-size:clamp(40px,5vw,84px);line-height:1.16;font-weight:700;text-align:center;letter-spacing:-.01em;margin:56px 0 0;background:var(--title-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-sub{max-width:690px;margin:20px auto 0;text-align:center;font-size:18px;line-height:1.55;font-weight:400;color:var(--text-muted)}.prompt{max-width:800px;margin:30px auto 0;background:#fff;border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:18px 18px 14px;position:relative}.prompt:focus-within{border-color:#cfd6e4;box-shadow:0 4px 18px rgba(16,24,40,.07)}.prompt textarea{width:100%;border:none;outline:none;resize:none;font-family:inherit;font-size:16px;line-height:1.5;color:var(--text);min-height:76px;padding-right:44px;background:transparent}.send-btn{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:9px;border:none;background:#9cc3f7;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s}.send-btn.ready{background:var(--accent)}.send-btn:disabled{cursor:default}.prompt-foot{gap:10px;margin-top:10px}.pill-select,.prompt-foot{display:flex;align-items:center}.pill-select{gap:8px;padding:7px 11px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:#fff;color:#5a6270;font-size:13.5px;font-weight:400}.pill-select:hover{background:#f8f9fa}.pill-select .chev{color:#aab0b8}.prompt-foot .spacer{flex:1}.icon-ghost{width:34px;height:34px;border-radius:9px;border:none;background:none;color:#8a9099;display:flex;align-items:center;justify-content:center}.icon-ghost:hover{background:#f1f2f4;color:#4b5563}.pill-wrap{position:relative;display:inline-flex}.pill-select.open{background:#f1f2f4}.pill-scrim{position:fixed;inset:0;z-index:55}.pill-menu{position:absolute;bottom:calc(100% + 10px);left:0;min-width:250px;padding:8px;z-index:60}.pill-menu.menu-model{min-width:270px}.pill-select .brand-ic{width:18px;height:18px;font-size:9px;border-width:1.25px}.brand-row{gap:12px}.brand-row.sel{background:var(--ds-muted)}.brand-row .muted{color:var(--ds-muted-fg)}.brand-row .chk{margin-left:auto;color:var(--ds-primary);flex-shrink:0}.brand-ic{width:26px;height:26px;border-radius:50%;flex-shrink:0;border:1.5px solid;display:grid;place-items:center;font-size:11px;font-weight:700;color:var(--ds-foreground)}.opt-row{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;padding:10px 12px;border:0;background:transparent;border-radius:10px;cursor:pointer;transition:background .14s}.opt-row.sel,.opt-row:hover{background:var(--ds-muted)}.opt-title{font-size:14px;font-weight:600;color:var(--ds-foreground)}.opt-sub{font-size:12.5px;color:var(--ds-muted-fg)}.attach-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.attach-thumb{position:relative;width:56px;height:56px;border-radius:10px;background-size:cover;background-position:50%;border:1px solid var(--ds-border)}.attach-x{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;border:0;background:#1f2430;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.3)}.attach-x .icon-sm{width:12px;height:12px}.ideas{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin:22px auto 0}.ideas .ideas-label{color:var(--text-muted);font-size:14.5px;margin-right:2px}.chip{padding:9px 16px;border:1px solid var(--chip-border);border-radius:999px;background:#fff;font-size:14px;font-weight:400;color:#3a4150;box-shadow:var(--shadow-card)}.chip:hover{background:#f8f9fa;border-color:#d5d9e0}.explore{margin-top:78px}.explore-title{font-size:20px;font-weight:600;margin:0 0 22px}.card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}@media (max-width:1500px){.card-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1150px){.card-grid{grid-template-columns:repeat(3,1fr)}}.tp-card{cursor:pointer}.tp-card .ph{width:100%;aspect-ratio:16/10;border-radius:var(--radius-md);border:1px solid var(--ds-border);background:repeating-linear-gradient(45deg,transparent 0 18px,rgba(127,127,127,.1) 18px 36px),var(--ds-muted);overflow:hidden}.tp-card:hover .ph{box-shadow:var(--shadow-pop)}.tp-card .ph img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.tp-card .cap{margin-top:12px;font-size:15px;font-weight:500;color:var(--ds-foreground)}.overlay{position:fixed;inset:0;background:rgba(255,255,255,.72);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;z-index:50;opacity:0;pointer-events:none;transition:opacity .2s}.overlay.show{opacity:1;pointer-events:auto}.spinner{width:38px;height:38px;border:3px solid #dfe3ea;border-top:3px solid var(--accent);border-radius:50%;animation:spin .8s linear infinite}.overlay .msg{color:#5a6270;font-size:15px;font-weight:500}@keyframes spin{to{transform:rotate(1turn)}}.sb-avatar.active{box-shadow:0 0 0 2px var(--ds-card),0 0 0 4px var(--ds-primary)}.sb-icon-btn.active{background:var(--ds-muted)}.sb-icon-btn.gear-on{background:var(--ds-primary);color:#fff}.sb-icon-btn.gear-on:hover{background:var(--ds-primary-hover)}.sb-back{width:100%;display:flex;align-items:center;gap:12px;padding:7px 8px;margin:2px 0 4px;border:0;background:transparent;border-radius:var(--ds-radius);font:inherit;font-size:14px;font-weight:500;color:var(--ds-muted-fg);cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease,width .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),gap .3s cubic-bezier(.4,0,.2,1)}.sb-back:hover{background:var(--ds-muted);color:var(--ds-foreground)}.sb-back .ic{width:16px;height:16px;flex-shrink:0;display:grid;place-items:center}.sb-back .ic svg{width:16px;height:16px}.sb-back .lbl{flex:1;white-space:nowrap;overflow:hidden;max-width:240px;transition:opacity .18s ease,max-width .3s cubic-bezier(.4,0,.2,1)}.app.collapsed .sb-back{width:32px;height:32px;padding:0;gap:0;justify-content:center;margin:2px auto 4px}.app.collapsed .sb-back .lbl{opacity:0;max-width:0;flex:0 0 auto;padding:0;margin:0}.menu-scrim{inset:0;z-index:200}.menu-anchor,.menu-scrim{position:fixed}.menu{background:var(--ds-card);border:1px solid var(--ds-border);border-radius:14px;box-shadow:0 12px 34px rgba(16,24,40,.14),0 2px 6px rgba(16,24,40,.06);overflow:hidden;transform-origin:top left;animation:menu-pop .16s cubic-bezier(.4,0,.2,1)}@keyframes menu-pop{0%{opacity:0;transform:scale(.96) translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.menu{animation:none}}.menu-sep{height:1px;background:var(--ds-border);margin:6px 0}.menu-profile{width:312px;padding:12px}.pm-head{display:flex;align-items:center;gap:14px;padding:8px 8px 14px}.pm-avatar{position:relative;width:46px;height:46px;border-radius:9999px;flex-shrink:0;background:linear-gradient(135deg,var(--ds-blue-500),var(--ds-purple-500));background-size:cover;background-position:50%;color:#fff;display:grid;place-items:center;font-size:15px;font-weight:600;border:0;cursor:pointer;overflow:hidden}.pm-cam{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.45);color:#fff;opacity:0;transition:opacity .16s ease}.pm-avatar:hover .pm-cam{opacity:1}.pm-id{display:flex;flex-direction:column;min-width:0}.pm-name{color:var(--ds-foreground)}.pm-email,.pm-name{font-size:12px;font-weight:400}.pm-email{color:var(--ds-muted-fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-editlink{font-size:12px;font-weight:500;color:var(--ds-primary);text-decoration:none;white-space:nowrap;width:-moz-max-content;width:max-content}.pm-editlink:hover{text-decoration:underline}.menu-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px;border:0;background:transparent;border-radius:9px;font-size:12px;font-weight:400;color:var(--ds-foreground);text-align:left;transition:background .14s}.menu-row:hover{background:var(--ds-muted)}.menu-row-ic{display:grid;place-items:center;color:var(--ds-muted-fg);flex-shrink:0}.menu-row-lbl{flex:1}.menu-row.danger,.menu-row.danger .menu-row-ic{color:var(--ds-destructive)}.menu-row.danger:hover{background:rgba(204,0,0,.07)}.switch{width:38px;height:22px;border-radius:9999px;background:#d8dadf;position:relative;flex-shrink:0;transition:background .2s}.switch.on{background:var(--ds-primary)}.switch .knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:9999px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform .2s cubic-bezier(.4,0,.2,1)}.switch.on .knob{transform:translateX(16px)}.menu-notif{width:424px;display:flex;flex-direction:column;max-height:min(560px,80vh)}.nm-tabs{display:flex;gap:4px;padding:10px 10px 0;border-bottom:1px solid var(--ds-border)}.nm-tab{display:flex;align-items:center;gap:7px;padding:8px 12px 11px;border:0;background:transparent;font-size:12px;font-weight:600;color:var(--ds-muted-fg);position:relative;border-radius:8px 8px 0 0}.nm-tab.on,.nm-tab:hover{color:var(--ds-foreground)}.nm-tab.on:after{content:"";position:absolute;left:8px;right:8px;bottom:-1px;height:2px;background:var(--ds-primary);border-radius:2px}.nm-count{font-size:11px;font-weight:600;min-width:18px;height:18px;padding:0 5px;border-radius:9999px;background:var(--ds-muted);color:var(--ds-muted-fg);display:inline-grid;place-items:center}.nm-tab.on .nm-count{background:var(--accent-soft);color:var(--ds-primary)}.nm-list{overflow-y:auto;padding:4px 8px 8px;flex:1;min-height:0}.nm-list::-webkit-scrollbar{width:10px}.nm-list::-webkit-scrollbar-track{background:transparent}.nm-list::-webkit-scrollbar-thumb{background:var(--ds-border);border-radius:8px;border:3px solid var(--ds-card);background-clip:padding-box}.nm-list::-webkit-scrollbar-thumb:hover{background:var(--ds-muted-fg);background-clip:padding-box;border:3px solid var(--ds-card)}.nm-group{position:sticky;top:0;z-index:2;margin:0 -8px;padding:9px 14px 6px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ds-muted-fg);background:var(--ds-card)}.nm-group+.nm-item{border-top:0}.nm-item{display:flex;gap:13px;padding:18px 14px;border-radius:10px;transition:background .14s}.nm-item:hover{background:var(--ds-muted)}.nm-item+.nm-item{border-top:1px solid var(--ds-border);border-radius:0}.nm-item+.nm-item:hover{border-radius:10px}.nm-avatar{width:36px;height:36px;border-radius:9999px;flex-shrink:0;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:600}.nm-avatar.tone-a{background:linear-gradient(135deg,#2680EB,#7F00FF)}.nm-avatar.tone-b{background:linear-gradient(135deg,#0EA371,#18A79c)}.nm-avatar.tone-c{background:linear-gradient(135deg,#F2683C,#EB2680)}.nm-body{flex:1;min-width:0}.nm-head{display:flex;align-items:flex-start;gap:12px}.nm-head .nm-text{flex:1}.nm-head .nm-time{margin-top:0;margin-left:auto;flex-shrink:0;white-space:nowrap}.nm-head .nm-tag{margin-bottom:0}.nm-item.alert .nm-head{margin-bottom:7px}.nm-text{margin:0;font-size:12px;font-weight:400;line-height:1.5;color:var(--nav-text)}.nm-text strong{color:var(--ds-foreground);font-weight:600}.nm-time{display:block;margin-top:5px;font-size:12px;font-weight:400;color:var(--ds-muted-fg)}.nm-cta{gap:8px}.nm-cta,.nm-status{display:flex;margin-top:10px}.nm-status{align-items:center;gap:6px;font-size:12px;font-weight:600}.nm-status .icon-sm{width:15px;height:15px}.nm-status.accepted{color:#0EA371}.nm-status.declined{color:var(--ds-muted-fg)}.nm-item.resolved{opacity:.62}.nm-meta{display:flex;align-items:center;gap:7px;margin-left:auto;flex-shrink:0}.nm-udot{width:7px;height:7px;border-radius:50%;background:var(--ds-primary);flex-shrink:0}.nm-item.alert{cursor:pointer}.nm-item.exiting{overflow:hidden;pointer-events:none}.nm-item.exiting.exit-fade{animation:nm-exit-fade .42s cubic-bezier(.4,0,.2,1) forwards}.nm-item.exiting.exit-slide{animation:nm-exit-slide .42s cubic-bezier(.4,0,.2,1) forwards}@keyframes nm-exit-fade{0%{opacity:1;max-height:220px}55%{opacity:0;max-height:220px}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0}}@keyframes nm-exit-slide{0%{opacity:1;transform:translateX(0);max-height:220px}45%{opacity:0;transform:translateX(60px);max-height:220px}to{opacity:0;transform:translateX(60px);max-height:0;padding-top:0;padding-bottom:0}}@media (prefers-reduced-motion:reduce){.nm-item.exiting.exit-fade,.nm-item.exiting.exit-slide{animation-duration:.01s}}.nm-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:48px 24px;text-align:center;color:var(--ds-muted-fg)}.nm-empty .icon{width:36px;height:36px;padding:9px;border-radius:9999px;background:var(--ds-muted);color:#0EA371}.nm-empty p{margin:0;font-size:13px;font-weight:500}.tweak-hint{margin:8px 2px 0;font-size:11px;line-height:1.5;color:var(--ds-muted-fg)}