@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap";:root{color-scheme:dark;--bg: #07111a;--bg-2: #0c1823;--surface: rgba(14, 25, 36, .88);--surface-2: rgba(18, 31, 45, .92);--soft: rgba(35, 52, 68, .58);--line: rgba(150, 187, 216, .14);--line-strong: rgba(150, 187, 216, .24);--text: #f2f6fa;--muted: #8ea4b8;--accent: #9fe3c6;--accent-2: #6ec9e5;--danger: #ff8f92;--success: #8fe0b4;--shadow: 0 30px 80px rgba(0, 0, 0, .34)}*{box-sizing:border-box}html{background:radial-gradient(circle at top left,rgba(111,219,190,.14),transparent 28%),radial-gradient(circle at top right,rgba(82,160,220,.12),transparent 30%),linear-gradient(180deg,#06101a,#0a1620,#08111a)}body{margin:0;min-height:100vh;font-family:Sora,sans-serif;color:var(--text);background:transparent}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:16px;padding:.95rem 1rem;color:var(--text);background:#081018c7;transition:border-color .16s ease,background .16s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#9fe3c680;background:#081018f5}textarea{min-height:140px;resize:vertical}label{display:grid;gap:.5rem;color:var(--text);font-size:.95rem}small.field-hint,.muted,.micro-copy,.section-note,.brand-caption{color:var(--muted)}#root{min-height:100vh}.auth-page{position:relative;min-height:100vh;display:grid;place-items:center;padding:2rem;overflow:hidden}.ambient{position:absolute;border-radius:999px;filter:blur(18px)}.ambient-left{width:380px;height:380px;left:-100px;top:-80px;background:radial-gradient(circle,rgba(159,227,198,.18),transparent 68%)}.ambient-right{width:320px;height:320px;right:-60px;bottom:60px;background:radial-gradient(circle,rgba(110,201,229,.16),transparent 70%)}.auth-card,.surface,.topbar{position:relative;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.auth-card,.surface{border-radius:32px}.auth-card{width:min(100%,880px);padding:2.2rem;display:grid;gap:1.75rem}.auth-heading{display:flex;align-items:center;gap:1rem}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#9fe3c63d,#6ec9e52e);border:1px solid rgba(159,227,198,.24)}.brand-mark span{width:14px;height:14px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 24px #9fe3c673}.brand-mark.large{width:56px;height:56px;border-radius:18px}.auth-heading h1,.surface-header h2,.surface-header h3,.profile-copy h2{margin:.2rem 0 0}.auth-copy{max-width:720px;margin:0;color:var(--muted);line-height:1.7}.auth-metrics,.layout-grid{display:grid;gap:1rem}.auth-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card,.soft-card,.empty-state,.person-row,.user-admin-card,.auth-panel{background:var(--surface-2);border:1px solid var(--line);border-radius:24px}.metric-card{padding:1.2rem;display:grid;gap:.55rem}.metric-card span{color:var(--accent);font-size:.8rem}.metric-card p{margin:0;color:var(--muted);line-height:1.6}.auth-panel{padding:1.2rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}.auth-panel-copy{display:grid;gap:.35rem;max-width:420px}.widget-slot{min-height:52px}.eyebrow{display:inline-flex;font-size:.74rem;text-transform:uppercase;letter-spacing:.18em;color:var(--accent)}.primary-button,.ghost-button,.profile-chip,.topnav-link{transition:transform .16s ease,border-color .16s ease,background .16s ease}.primary-button,.ghost-button{border-radius:16px;padding:.85rem 1.05rem;border:1px solid transparent}.primary-button{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#061019;font-weight:700}.ghost-button{background:#ffffff08;color:var(--text);border-color:var(--line)}.ghost-button.danger{color:var(--danger);border-color:#ff8f9238}.primary-button:hover,.ghost-button:hover,.profile-chip:hover,.topnav-link:hover{transform:translateY(-1px)}.status-line{color:var(--success)}.error-line{color:var(--danger)}.shell{min-height:100vh;padding:1rem}.topbar{max-width:1320px;margin:0 auto 1rem;padding:1rem 1.2rem;border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand-title{font-size:1.05rem;font-weight:700}.brand-caption{font-size:.82rem}.topnav{display:flex;gap:.65rem;flex-wrap:wrap}.topnav-link{padding:.7rem 1rem;border-radius:999px;border:1px solid transparent;color:var(--muted)}.profile-chip{border:1px solid var(--line);border-radius:18px;background:#ffffff05;color:var(--text);padding:.7rem .95rem;display:grid;text-align:left}.profile-chip-name{font-size:.92rem}.profile-chip-handle{color:var(--muted);font-size:.8rem}.layout-grid{grid-template-columns:minmax(0,1.3fr) minmax(320px,.85fr)}.layout-grid-wide{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}.profile-grid{grid-template-columns:.95fr 1.05fr}.admin-layout{grid-template-columns:minmax(0,1fr) minmax(380px,.78fr)}.admin-reworked-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.surface{padding:1.4rem}.surface-full,.surface-hero{grid-column:1 / -1}.surface-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.2rem}.surface-header.compact{justify-content:space-between;align-items:center}.section-note{max-width:460px;margin:0;line-height:1.6}.search-line,.form-grid,.card-stack,.admin-controls,.dropdown-list{display:grid;gap:1rem}.search-line{grid-template-columns:1fr auto}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid-full{grid-column:1 / -1}.empty-state{padding:1rem 1.1rem;color:var(--muted)}.person-row,.user-admin-card,.soft-card{padding:1rem 1.1rem}.person-row.simple{align-items:center}.person-row,.user-admin-head{justify-content:space-between;align-items:center}.person-meta{align-items:center}.row-actions,.actions-row,.meta-line,.tag-wrap{flex-wrap:wrap;align-items:center}.tag{display:inline-flex;width:fit-content;border-radius:999px;padding:.42rem .78rem;font-size:.8rem;border:1px solid var(--line-strong)}.tag.neutral{color:var(--muted)}.tag.success{color:var(--success);border-color:#8fe0b438}.avatar-shell{border-radius:26px;background:linear-gradient(145deg,#9fe3c61f,#6ec9e514);border:1px solid var(--line);overflow:hidden;flex-shrink:0}.avatar-shell.small{width:58px;height:58px;border-radius:18px}.avatar-shell.large{width:120px;height:120px}.avatar{width:100%;height:100%;object-fit:cover;display:block}.profile-hero{align-items:center}.profile-copy{display:grid;gap:.55rem}.profile-copy p{margin:0;color:var(--muted);line-height:1.7;max-width:720px}.back-link{display:inline-flex;margin-bottom:1rem;color:var(--muted)}.dropdown-menu{border:1px solid var(--line);border-radius:18px;background:#0810187a}.dropdown-menu summary{list-style:none;padding:1rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;cursor:pointer}.dropdown-menu summary::-webkit-details-marker{display:none}.dropdown-list{padding:0 1rem 1rem}.checkbox-row{grid-template-columns:18px 1fr;align-items:start;gap:.8rem;padding:.8rem 0;border-top:1px solid rgba(150,187,216,.08)}.checkbox-row input{margin-top:.2rem;width:18px;height:18px}.checkbox-row span{display:grid;gap:.25rem}.soft-card-head{display:flex;justify-content:space-between;gap:1rem;align-items:center}.field-block{display:grid;gap:.7rem}.checkbox-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.checkbox-card{grid-template-columns:18px 1fr;gap:.8rem;align-items:start;padding:.9rem 1rem;border-radius:18px;border:1px solid var(--line);background:#ffffff05}.checkbox-card input{width:18px;height:18px;margin-top:.2rem}.checkbox-card span{display:grid;gap:.25rem}.inline-toggle{display:flex;align-items:center;gap:.6rem;margin-top:.45rem;color:var(--muted)}.inline-toggle input{width:16px;height:16px}.calendar-choice-card{align-items:start}.calendar-empty,.calendar-toolbar,.calendar-summary-line,.calendar-event-list{display:grid;gap:1rem}.calendar-empty{padding:1rem 0}.calendar-toolbar{grid-template-columns:auto 1fr auto;align-items:center}.calendar-summary-line{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1rem}.calendar-event-card{padding:1rem 1.1rem;border-radius:22px;border:1px solid var(--line);background:var(--surface-2);display:grid;gap:.7rem}.calendar-event-head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.calendar-event-description{margin:0;color:var(--muted);line-height:1.6}.gcal-shell{padding:0;overflow:hidden}.gcal-app{display:grid;grid-template-columns:240px 1fr;min-height:900px;background:#1f1f1f}.gcal-sidebar{background:#1f1f1f;border-right:1px solid rgba(255,255,255,.07);padding:14px 16px 18px;display:grid;align-content:start;gap:20px}.gcal-create{display:flex;align-items:center;gap:14px;border:none;border-radius:16px;background:#3c4043;color:#fff;padding:14px 18px;font-weight:600;box-shadow:0 1px 2px #00000052}.gcal-create-plus{font-size:2rem;line-height:1;font-weight:300}.gcal-mini{display:grid;gap:10px}.gcal-mini-head{display:flex;justify-content:space-between;align-items:center;color:#fff}.gcal-mini-weekdays,.gcal-mini-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.gcal-mini-weekdays span{color:#9aa0a6;font-size:.72rem;text-align:center}.gcal-mini-day{width:30px;height:30px;justify-self:center;border:none;border-radius:999px;background:transparent;color:#e8eaed}.gcal-mini-day.muted{color:#7b8085}.gcal-mini-day.today{color:#8ab4f8}.gcal-mini-day.selected{background:#8ab4f8;color:#0b1220}.gcal-side-section{display:grid;gap:10px}.gcal-side-title{display:flex;justify-content:space-between;align-items:center;color:#e8eaed;font-weight:600}.gcal-calendar-list{display:grid;gap:8px}.gcal-calendar-row{display:flex;align-items:center;gap:10px;color:#e8eaed;font-size:.94rem}.gcal-color-dot{width:12px;height:12px;border-radius:999px;flex-shrink:0}.gcal-google-mail,.gcal-mode-note{color:#9aa0a6;font-size:.9rem}.gcal-connect-card{border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#252525;padding:14px;display:grid;gap:10px}.gcal-connect-card p{margin:0;color:#9aa0a6;line-height:1.5}.gcal-main{background:#202124;padding:0 0 18px;display:grid;align-content:start}.gcal-toolbar{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.06)}.gcal-toolbar-left,.gcal-toolbar-right,.gcal-logo,.gcal-nav-arrows{display:flex;align-items:center;gap:12px}.gcal-logo{min-width:170px}.gcal-logo-square{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;font-weight:700;background:linear-gradient(180deg,#5aa6ff,#2c74df)}.gcal-pill{border:1px solid rgba(255,255,255,.18);border-radius:999px;background:transparent;color:#e8eaed;padding:10px 22px;font-weight:600}.gcal-pill.static{cursor:default}.gcal-title{margin:0 0 0 8px;font-size:1.1rem;font-weight:500;color:#e8eaed}.gcal-board{margin:0 14px;border-radius:28px;background:#171717;overflow:hidden}.gcal-week-header{display:grid;grid-template-columns:68px repeat(7,1fr);padding-top:10px;background:#171717}.gcal-timezone{color:#8ab4f8;font-size:.85rem;padding:48px 8px 0}.gcal-day-head{text-align:center;color:#9aa0a6;display:grid;gap:8px;padding-bottom:10px}.gcal-day-head strong{color:#e8eaed;font-size:2rem;font-weight:400}.gcal-day-head strong.today{width:52px;height:52px;margin:0 auto;border-radius:999px;display:grid;place-items:center;background:#8ab4f8;color:#0b1220}.gcal-grid{display:grid;grid-template-columns:68px 1fr}.gcal-time-column{display:grid;grid-template-rows:repeat(13,64px);color:#bdc1c6;font-size:.78rem}.gcal-time-label{display:flex;align-items:flex-start;justify-content:flex-end;padding:0 10px;border-top:1px solid rgba(255,255,255,.08)}.gcal-days{display:grid;grid-template-columns:repeat(7,1fr)}.gcal-day-column{position:relative;min-height:832px;border-left:1px solid rgba(255,255,255,.08)}.gcal-hour-slot{height:64px;border-top:1px solid rgba(255,255,255,.08)}.gcal-event{position:absolute;left:10px;right:10px;border:none;border-radius:8px;padding:6px 8px;color:#0b1220;text-align:left;overflow:hidden}.gcal-event strong,.gcal-event span{display:block;font-size:.78rem;line-height:1.2}.gcal-modal-card{background:#202124;border-color:#ffffff1a}.gcal-modal-card.compact{width:min(100%,520px)}.gcal-quick-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:#9aa0a6}.gcal-quick-icon{font-size:1.15rem}.icon-only{width:38px;height:38px;padding:0;display:grid;place-items:center}.gcal-title-input{background:transparent;border:none;border-bottom:2px solid #8ab4f8;border-radius:0;padding:10px 0 8px;font-size:1.15rem}.gcal-chip-row{display:flex;gap:8px;flex-wrap:wrap}.gcal-chip{border:none;border-radius:10px;padding:8px 12px;background:transparent;color:#bdc1c6;font-weight:600}.gcal-chip.active{background:#195c8b;color:#d2e3fc}.gcal-quick-form,.gcal-quick-block{display:grid;gap:14px}.gcal-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gcal-quick-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.gcal-popover{width:min(100%,500px);border-radius:24px;background:#282828;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);padding:14px}.gcal-popover-actions{display:flex;justify-content:space-between;align-items:center}.gcal-popover-content{display:grid;gap:16px;padding:10px 16px 14px}.gcal-popover-title-row{display:flex;gap:14px;align-items:start}.gcal-popover-title-row h4{margin:0 0 6px;font-size:1.1rem;font-weight:500}.modal-backdrop.soft{background:#03080d59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.app-select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#03080db8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;padding:1.5rem;z-index:50}.modal-card{width:min(100%,920px);max-height:calc(100vh - 3rem);overflow:auto;padding:1.4rem;border-radius:28px;border:1px solid var(--line);background:#0a121bf5;box-shadow:var(--shadow)}.modal-card.wide{width:min(100%,1080px)}.modal-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1.2rem}.modal-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pagination-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem}.floating-status{position:fixed;right:1.25rem;bottom:1.25rem;max-width:360px;padding:.9rem 1rem;border-radius:16px;border:1px solid var(--line);background:#0a121bf0;z-index:40}.floating-status.success{color:var(--success)}.floating-status.error{color:var(--danger)}@media (max-width: 1080px){.auth-metrics,.layout-grid,.layout-grid-wide,.profile-grid,.admin-layout,.admin-reworked-layout,.form-grid,.search-line,.topbar,.modal-columns,.checkbox-grid{grid-template-columns:1fr}.topbar,.surface-header,.surface-header.compact,.auth-panel,.profile-hero,.person-row,.user-admin-head,.modal-header,.pagination-bar,.calendar-event-head{flex-direction:column;align-items:stretch}.topnav,.topbar-actions,.row-actions,.actions-row,.calendar-toolbar,.calendar-summary-line{justify-content:flex-start}.calendar-toolbar,.calendar-summary-line,.gcal-app,.gcal-two-col,.gcal-week-header,.gcal-grid{grid-template-columns:1fr}.gcal-toolbar,.gcal-toolbar-left,.gcal-toolbar-right,.gcal-logo,.gcal-quick-actions{flex-wrap:wrap}.gcal-day-column{min-height:520px}}.shell{min-height:100vh;padding:1.75rem 1rem 6.5rem}.page-frame{max-width:1320px;margin:0 auto}.topbar{max-width:1320px;margin:0 auto 1rem;padding:1rem 1.2rem;border-radius:28px;display:grid;grid-template-columns:minmax(220px,.9fr) minmax(320px,1fr) minmax(220px,.9fr);align-items:center;gap:1.25rem;background:linear-gradient(180deg,#0e1924f0,#0c1620cc)}.brand-wrap,.topbar-actions,.person-meta,.profile-hero,.surface-header,.surface-header.compact,.user-admin-head,.row-actions,.actions-row,.meta-line,.tag-wrap{display:flex;gap:.9rem}.brand-wrap{align-items:center;min-width:0}.brand-copy{display:grid;gap:.15rem}.brand-copy strong{line-height:1}.brand-title{font-size:1.08rem;font-weight:800}.topnav{display:flex;align-items:center;justify-content:center;gap:.65rem;flex-wrap:wrap}.topnav-link{padding:.78rem 1.05rem;border-radius:999px;border:1px solid transparent;color:var(--muted);font-weight:600}.topnav-link.active{color:var(--text);border-color:#9fe3c638;background:#9fe3c614}.topbar-actions{align-items:center;justify-content:flex-end}.icon-button,.secondary-button,.pagination-arrow{display:inline-grid;place-items:center;border:1px solid rgba(150,187,216,.18);background:#ffffff08;color:var(--text);transition:transform .16s ease,border-color .16s ease,background .16s ease}.icon-button,.pagination-arrow{width:44px;height:44px;border-radius:16px}.icon-button:hover,.secondary-button:hover,.pagination-arrow:hover{transform:translateY(-1px);border-color:#9fe3c642;background:#ffffff0d}.icon-button.accept{color:var(--success)}.icon-button.decline{color:var(--danger)}.secondary-button{min-height:42px;padding:0 1rem;border-radius:15px;font-weight:700}.mobile-dock{display:none}.logout-icon-button{color:var(--muted)}.search-suggest{position:relative;display:grid;gap:.75rem}.search-suggest.compact{gap:.55rem}.search-suggest-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem}.search-suggest-row.compact{grid-template-columns:1fr}.search-suggest-shell{min-height:56px;border-radius:17px;border:1px solid rgba(150,187,216,.18);background:#070f16d6;display:flex;align-items:center;gap:.8rem;padding:0 1rem;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.search-suggest-shell.compact{min-height:48px;border-radius:15px;background:#081018ad}.search-suggest-shell:focus-within{border-color:#9fe3c680;box-shadow:0 0 0 5px #9fe3c614}.search-suggest-shell svg{flex:0 0 auto;color:var(--muted)}.search-suggest-shell input{border:0;padding:0;background:transparent}.search-submit-button{min-width:112px}.search-suggest-dropdown{position:absolute;left:0;right:0;top:calc(100% + .25rem);z-index:12;padding:.55rem;border-radius:22px;border:1px solid var(--line);background:#0a121bfa;box-shadow:var(--shadow);display:grid;gap:.35rem}.search-suggest-item,.search-suggest-empty{width:100%;min-height:52px;border-radius:16px;padding:.85rem .95rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;text-align:left;background:#121f2dc2;border:1px solid transparent}.search-suggest-item:hover{border-color:#9fe3c633;background:#162738e6}.search-suggest-copy{display:grid;gap:.2rem;min-width:0}.search-suggest-copy strong,.search-suggest-copy small,.search-suggest-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-suggest-copy small,.search-suggest-meta,.friends-toolbar-note{color:var(--muted)}.search-suggest-meta{font-size:.78rem}.pagination-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.1rem;padding-top:1rem;border-top:1px solid rgba(150,187,216,.12)}.pagination-summary{color:var(--muted);font-size:.86rem}.pagination-actions{display:flex;align-items:center;gap:.5rem}.friends-page{display:grid;gap:1rem}.friends-hero-card,.friends-panel{position:relative;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,#101f2bdb,#0b1823c7);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.friends-hero-card{padding:1.7rem;overflow:hidden}.friends-hero-card:after{content:"";position:absolute;width:300px;height:300px;top:-160px;right:-100px;border-radius:999px;background:radial-gradient(circle,rgba(159,227,198,.13),transparent 65%);pointer-events:none}.friends-hero-head{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,460px);gap:2rem;align-items:start}.friends-hero-title{margin:0;font-size:clamp(2rem,4vw,3.1rem);line-height:.98;letter-spacing:-.05em;max-width:760px}.friends-hero-copy{margin:1rem 0 0;max-width:580px;color:var(--muted);line-height:1.7}.friends-hero-side{display:grid;gap:.9rem}.friends-hero-side-title{margin:0;font-size:1.45rem;font-weight:700}.friends-helper,.friends-empty{min-height:56px;border-radius:18px;border:1px solid rgba(150,187,216,.14);background:#121f2d94;color:var(--muted);display:flex;align-items:center;gap:.7rem;padding:.95rem 1rem}.friends-helper-dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 22px #9fe3c666;flex:0 0 auto}.friend-search-results,.friends-section-flow,.request-list{display:grid;gap:1rem}.friend-search-results{position:relative;z-index:1;margin-top:1.25rem}.search-result-card,.request-card,.soft-card,.person-row{border-radius:24px}.search-result-card,.request-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem;border:1px solid rgba(150,187,216,.16);background:#121f2dad}.search-result-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.65rem}.result-status-tag,.friends-counter{display:inline-flex;align-items:center;justify-content:center;min-width:30px;min-height:30px;padding:0 .7rem;border-radius:999px;border:1px solid rgba(159,227,198,.18);background:#9fe3c614;color:var(--accent);font-size:.78rem;font-weight:700}.friends-section-flow{align-items:start}.friends-panel{padding:1.45rem}.friends-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.friends-panel-head h2{margin:.25rem 0 0}.friends-panel-toolbar{display:grid;grid-template-columns:minmax(240px,420px) auto;gap:1rem;align-items:center;margin-bottom:1rem}.friends-toolbar-note{font-size:.82rem;text-align:right}.friend-list-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.friend-card{position:relative;display:grid;gap:1rem;padding:1rem;border-radius:22px;border:1px solid rgba(150,187,216,.16);background:linear-gradient(180deg,#142635d1,#122230b8);overflow:hidden;transition:transform .16s ease,border-color .16s ease,background .16s ease}.friend-card:after{content:"";position:absolute;inset:auto -44px -70px auto;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,rgba(110,201,229,.12),transparent 62%);pointer-events:none}.friend-card:hover{transform:translateY(-2px);border-color:#9fe3c638}.friend-main,.request-copy{display:flex;align-items:center;gap:.8rem;min-width:0}.friend-avatar{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#9fe3c6f0,#6ec9e5e6);color:#07222d;font-weight:800;flex:0 0 auto}.friend-avatar.small,.friend-avatar.image.small{width:36px;height:36px;border-radius:13px}.friend-avatar.image{object-fit:cover}.friend-handle,.request-copy span,.friend-meta{color:var(--muted)}.friend-handle{display:block;margin-top:.3rem}.friend-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.82rem}.request-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.request-actions{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.soft-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;margin-bottom:.75rem}@media (max-width: 1180px){.topbar{grid-template-columns:1fr auto}.topnav{grid-column:1 / -1;justify-content:flex-start}.friends-hero-head,.request-layout{grid-template-columns:1fr}.friend-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.shell{padding-bottom:7rem}.topbar{grid-template-columns:1fr auto;padding:.95rem 1rem}.topnav{display:none}.mobile-dock{display:grid}.mobile-dock{position:fixed;left:.9rem;right:.9rem;bottom:max(.9rem,env(safe-area-inset-bottom));grid-auto-flow:column;grid-auto-columns:1fr;gap:.45rem;padding:.55rem;border-radius:24px;border:1px solid rgba(150,187,216,.14);background:#081018eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow);z-index:30}.mobile-dock-link{min-height:58px;border-radius:18px;display:grid;place-items:center;gap:.35rem;color:var(--muted);font-size:.78rem;font-weight:600;border:1px solid transparent}.mobile-dock-link.active{color:var(--text);border-color:#9fe3c62e;background:#9fe3c614}.friends-hero-card,.friends-panel,.surface{border-radius:26px}.friends-panel-toolbar,.search-result-card,.request-card,.pagination-panel,.soft-card-head{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.friends-toolbar-note{text-align:left}.friend-list-grid,.search-suggest-row,.friends-panel-toolbar{grid-template-columns:1fr}.search-result-actions,.request-actions,.topbar-actions{justify-content:flex-start}}
