:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--theme-bg);color:var(--theme-text);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--theme-bg: #202124;--theme-surface: #303134;--theme-surface-muted: #3c4043;--theme-text: #f1f3f4;--theme-muted: #bdc1c6;--theme-accent: #8ab4f8;--theme-accent-contrast: #172033;--theme-accent-soft: rgba(138, 180, 248, .16);--theme-accent-focus: rgba(138, 180, 248, .28);--theme-border: #3c4043;--motion-fast: .14s;--motion-popover: .16s;--motion-base: .22s;--motion-slow: .32s;--motion-ease-out: cubic-bezier(.2, .8, .2, 1);--motion-ease-in: cubic-bezier(.4, 0, 1, 1);--motion-focus: 0 0 0 3px var(--theme-accent-focus)}*{box-sizing:border-box}html{min-height:100%;background:var(--theme-bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--theme-bg);color:var(--theme-text)}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.motion-page{min-width:0;animation:page-enter var(--motion-base) var(--motion-ease-out) both}.nav-item,.secondary,.primary,.link-button,.icon-button,.avatar-button,.apps-edit-button,.popover-close,.account-popover-avatar button,.account-manage-button,.account-popover-actions button,.settings-row,.settings-tip-card,.profile-edit-back,.picture-close-button,.picture-more-button,.picture-back-button,.picture-action-row,.picture-history-item,.home-avatar-wrap,.quick-actions button,.theme-fab,.theme-close,.background-choice,.theme-actions .secondary,.theme-color-row{transition:background-color var(--motion-fast) ease,border-color var(--motion-fast) ease,color var(--motion-fast) ease,transform var(--motion-fast) ease,box-shadow var(--motion-fast) ease,filter var(--motion-fast) ease}.primary:active:not(:disabled),.secondary:active:not(:disabled),.link-button:active:not(:disabled),.icon-button:active:not(:disabled),.avatar-button:active:not(:disabled),.apps-edit-button:active:not(:disabled),.popover-close:active:not(:disabled),.account-popover-avatar button:active:not(:disabled),.account-manage-button:active:not(:disabled),.account-popover-actions button:active:not(:disabled),.settings-row:active:not(:disabled),.settings-tip-card:active:not(:disabled),.profile-edit-back:active:not(:disabled),.picture-close-button:active:not(:disabled),.picture-more-button:active:not(:disabled),.picture-back-button:active:not(:disabled),.picture-action-row:active:not(:disabled),.picture-history-item:active:not(:disabled),.home-avatar-wrap:active:not(:disabled),.quick-actions button:active:not(:disabled),.theme-fab:active:not(:disabled),.theme-close:active:not(:disabled),.background-choice:active:not(:disabled),.theme-actions .secondary:active:not(:disabled){transform:scale(.985)}.primary:focus-visible,.secondary:focus-visible,.link-button:focus-visible,.icon-button:focus-visible,.avatar-button:focus-visible,.apps-edit-button:focus-visible,.popover-close:focus-visible,.account-popover-avatar button:focus-visible,.account-manage-button:focus-visible,.account-popover-actions button:focus-visible,.settings-row:focus-visible,.settings-tip-card:focus-visible,.profile-edit-back:focus-visible,.picture-close-button:focus-visible,.picture-more-button:focus-visible,.picture-back-button:focus-visible,.picture-action-row:focus-within,.picture-history-item:focus-visible,.home-avatar-wrap:focus-visible,.quick-actions button:focus-visible,.theme-fab:focus-visible,.theme-close:focus-visible,.background-choice:focus-visible,.theme-actions .secondary:focus-visible,.theme-color-row:focus-within{outline:0;box-shadow:var(--motion-focus)}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes modal-card-enter{0%{opacity:0;transform:translateY(var(--modal-enter-y, 12px)) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.theme-customizer{position:fixed;right:22px;bottom:22px;z-index:65}.theme-fab{width:56px;height:56px;display:grid;place-items:center;border:1px solid var(--theme-border);border-radius:999px;background:var(--theme-surface);color:var(--theme-accent);box-shadow:0 18px 42px #0000005c}.theme-fab:hover{background:var(--theme-surface-muted)}.theme-panel{position:absolute;right:0;bottom:70px;width:min(380px,calc(100vw - 32px));display:grid;gap:18px;padding:18px;border:1px solid var(--theme-border);border-radius:22px;background:var(--theme-surface);color:var(--theme-text);box-shadow:0 28px 70px #0000006b;transform-origin:bottom right}.theme-panel[data-state=opening],.theme-panel[data-state=open]{animation:modal-card-enter var(--motion-popover) var(--motion-ease-out) both}.theme-panel[data-state=closing]{animation:modal-card-enter var(--motion-fast) var(--motion-ease-in) reverse both}.theme-panel-header{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:12px;align-items:start}.theme-panel-header h2{margin:0;color:var(--theme-text);font-size:20px;line-height:1.2}.theme-panel-header p{margin:5px 0 0;color:var(--theme-muted);font-size:13px}.theme-close{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--theme-muted)}.theme-close:hover{background:var(--theme-surface-muted);color:var(--theme-text)}.theme-color-list{display:grid;gap:8px}.theme-color-row{min-height:62px;display:grid;grid-template-columns:minmax(0,1fr) 44px 72px;gap:12px;align-items:center;padding:10px 12px;border:1px solid transparent;border-radius:12px;background:var(--theme-bg)}.theme-color-row:hover{border-color:var(--theme-border)}.theme-color-row span{min-width:0;display:grid;gap:2px}.theme-color-row strong{color:var(--theme-text);font-size:14px}.theme-color-row small{color:var(--theme-muted);font-size:12px;line-height:1.35}.theme-color-row input{width:44px;height:34px;padding:0;border:1px solid var(--theme-border);border-radius:8px;background:transparent}.theme-color-row code{color:var(--theme-muted);font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;text-align:right}.theme-actions{display:grid;gap:8px}.theme-actions .secondary{width:100%}.background-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:grid;place-items:center;padding:24px;background:#090a0ca3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.background-picker-card{width:min(760px,calc(100vw - 32px));max-height:min(720px,calc(100dvh - 32px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:18px;padding:20px;overflow:hidden;border:1px solid var(--theme-border);border-radius:24px;background:var(--theme-surface);color:var(--theme-text);box-shadow:0 32px 90px #00000085;animation:modal-card-enter var(--motion-popover) var(--motion-ease-out) both}.background-picker-header{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:12px;align-items:start}.background-picker-header h2{margin:0;color:var(--theme-text);font-size:22px;line-height:1.2}.background-picker-header p{margin:6px 0 0;color:var(--theme-muted);font-size:13px}.background-picker-grid{min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;overflow-y:auto;padding:2px 4px 2px 2px}.background-choice{position:relative;min-height:104px;aspect-ratio:16 / 9;padding:0;overflow:hidden;border:2px solid transparent;border-radius:16px;background:#111315;box-shadow:inset 0 0 0 1px #ffffff0f}.background-choice:hover{border-color:#8ab4f894;transform:translateY(-1px)}.background-choice video{width:100%;height:100%;display:block;object-fit:cover;opacity:.9}.background-choice-selected{border-color:var(--theme-accent);box-shadow:0 0 0 2px var(--theme-accent-soft),inset 0 0 0 1px #ffffff14}.background-choice-check{position:absolute;top:10px;right:10px;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:var(--theme-accent);color:var(--theme-accent-contrast);box-shadow:0 8px 20px #00000057}.background-choice-check svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.background-picker-actions{display:grid;grid-template-columns:minmax(0,160px);justify-content:end}.app-shell{min-height:100dvh;display:grid;grid-template-columns:288px minmax(0,1fr);background:#202124;color:#f1f3f4}.sidebar{position:sticky;top:0;height:100dvh;min-height:100dvh;overflow-y:auto;background:#202124;color:#f1f3f4;padding:24px 18px;display:flex;flex-direction:column;gap:46px}.brand,.auth-brand{border:0;background:transparent;color:inherit;display:flex;align-items:center;gap:10px;padding:0;font-weight:750;font-size:16px}.app-shell .brand{font-size:22px;font-weight:650;color:#f1f3f4}.brand span,.auth-brand span{white-space:nowrap}.brand-mark{width:32px;height:34px;display:inline-flex;flex:0 0 auto}.brand-mark img{width:100%;height:100%;display:block;object-fit:contain}.app-shell .brand-mark{width:34px;height:36px}.sidebar-nav{display:grid;gap:10px}.nav-item,.secondary,.primary,.link-button{border-radius:8px;min-height:44px;padding:11px 16px;border:1px solid transparent;font-size:14px;font-weight:700;line-height:1.2}.nav-item{width:100%;text-align:left;display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:10px;padding:5px 14px 5px 10px;min-height:70px;background:transparent;color:#f1f3f4;border-radius:999px}.nav-item:hover:not(:disabled),.nav-item.active{background:#3c4043;color:#fff}.nav-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:999px;color:#174ea6}.nav-icon svg,.icon-button svg,.apps-edit-button svg,.popover-close svg,.topbar-search svg,.home-search svg,.home-avatar-wrap>span svg,.account-popover-avatar button svg,.settings-row-icon svg,.settings-row-right svg,.tip-icon svg,.home-account-action-icon svg,.profile-edit-back svg,.picture-close-button svg,.picture-more-button svg,.picture-back-button svg,.picture-action-icon svg,.picture-avatar-stage>span svg,.theme-fab svg,.theme-close svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-button svg circle{fill:currentColor;stroke:none}.nav-icon-blue{background:#a8c7fa;color:#174ea6}.nav-icon-green{background:#81c995;color:#0d652d}.nav-icon-cyan{background:#78d9ec;color:#075f71}.sidebar-footer{margin-top:auto;color:#bdc1c6;font-size:13px;line-height:1.5}.mini-user{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center}.mini-user strong,.mini-user span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-user strong{font-size:14px}.mini-user span,.muted{color:#aab7cd;font-size:13px}.main{min-width:0;padding:42px clamp(24px,5vw,72px) 54px;display:grid;align-content:start}.console-shell{min-width:0;min-height:100dvh;display:grid;grid-template-rows:72px minmax(0,1fr);background:#202124}.console-topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:flex-end;align-items:center;gap:14px;padding:14px 22px;background:#202124e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-topbar-brand{display:none}.topbar-search{width:min(900px,calc(100% - 130px));min-height:60px;margin-right:auto;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;padding:0 22px;border-radius:999px;background:#2b2c2f;color:#e8eaed}.topbar-search input{width:100%;border:0;outline:0;background:transparent;color:#f1f3f4;font-size:18px}.topbar-search input::placeholder{color:#e8eaed}.apps-menu,.account-menu{position:relative}.icon-button,.avatar-button,.apps-edit-button,.popover-close,.account-popover-avatar button{border:0;background:transparent;color:#e8eaed;padding:0}.icon-button{width:42px;height:42px;display:grid;place-items:center;border-radius:999px}.icon-button:hover,.avatar-button:hover{background:#ffffff1a}.avatar-button{width:44px;height:44px;display:grid;place-items:center;border-radius:999px}.avatar-button .avatar{width:34px;height:34px}.apps-popover,.account-popover{position:absolute;right:0;top:calc(100% + 12px);z-index:30;border:1px solid rgba(255,255,255,.08);background:#2b2c2f;color:#e8eaed;box-shadow:0 24px 56px #00000061;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top right;transition:opacity var(--motion-popover) var(--motion-ease-out),transform var(--motion-popover) var(--motion-ease-out);will-change:opacity,transform}.apps-popover[data-state=opening],.apps-popover[data-state=open],.account-popover[data-state=opening],.account-popover[data-state=open]{opacity:1;transform:translateY(0) scale(1)}.apps-popover[data-state=closing],.account-popover[data-state=closing]{pointer-events:none}.apps-popover{width:min(430px,calc(100vw - 32px));max-height:calc(100vh - 96px);padding:10px;overflow-y:auto;border-radius:30px}.apps-launcher-panel{min-height:430px;padding:24px 22px 28px;border-radius:28px;background:#171819}.apps-launcher-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.apps-launcher-header h2{margin:0;color:#e8eaed;font-size:24px;line-height:1.2;font-weight:760}.apps-edit-button{width:70px;height:50px;display:grid;place-items:center;border-radius:999px;background:#4b4f52;color:#d6dbe0}.apps-edit-button:disabled{cursor:not-allowed;opacity:1}.apps-launcher-body{min-height:330px}.account-popover{width:min(430px,calc(100vw - 32px));padding:22px 18px 16px;border-radius:26px;text-align:center}.popover-close{position:absolute;top:18px;right:18px;width:32px;height:32px;display:grid;place-items:center;border-radius:999px}.popover-close:hover,.account-popover-avatar button:hover{background:#ffffff1a}.account-popover-email{padding:0 38px;color:#e8eaed;font-size:15px;font-weight:700;overflow-wrap:anywhere}.account-popover-avatar{position:relative;width:88px;height:88px;margin:24px auto 12px}.account-popover-avatar .avatar{width:88px;height:88px}.account-popover-avatar button,.home-avatar-wrap>span{position:absolute;right:0;bottom:0;width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#3c4043;color:#f1f3f4;border:2px solid #202124}.account-popover h2{margin:0;color:#f1f3f4;font-size:26px;line-height:1.2;font-weight:520}.account-manage-button{margin-top:12px;min-height:44px;padding:0 22px;border-radius:999px;border:1px solid #8f949b;background:transparent;color:#a8c7fa;font-weight:750}.account-manage-button:hover{background:#a8c7fa14}.account-popover-actions{margin-top:16px;padding:8px;border-radius:20px;background:#1f1f1f}.account-popover-actions button{width:100%;min-height:44px;border:0;border-radius:14px;background:transparent;color:#f1f3f4;font-weight:740}.account-popover-actions button:hover{background:#2b2c2f}.account-popover-footer{margin-top:14px;color:#bdc1c6;font-size:13px;line-height:1.5}.auth-page{position:relative;min-height:100vh;background:#090d14;color:#f8fbff;overflow-x:hidden;isolation:isolate}.auth-page>:not(.auth-wallpaper){position:relative;z-index:1}.auth-wallpaper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:linear-gradient(120deg,#080d16eb,#0c111cb8 46%,#080d16eb),#090d14;pointer-events:none}.auth-wallpaper-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.46}.auth-wallpaper-gradient,.auth-wallpaper-grid{position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%}.auth-wallpaper-gradient{background:linear-gradient(105deg,transparent 0%,rgba(49,127,148,.34) 23%,transparent 46%,rgba(192,138,77,.22) 69%,transparent 100%),conic-gradient(from 230deg at 62% 36%,#5bbbb53d,#080d1614,#cc9a5a38,#2649712e,#5bbbb53d);filter:blur(24px);transform:translate3d(-3%,-2%,0) rotate(-4deg) scale(1.04);animation:wallpaper-drift 24s ease-in-out infinite alternate}.auth-wallpaper-grid{background-image:linear-gradient(rgba(255,255,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:80px 80px;opacity:.24;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 16%,black 82%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,black 16%,black 82%,transparent 100%);animation:wallpaper-grid 34s linear infinite}.auth-header{height:76px;display:flex;align-items:center;padding:0 clamp(20px,5vw,56px)}.auth-brand{color:#fff}.auth-layout{width:min(1160px,100%);min-height:calc(100vh - 76px);margin:0 auto;padding:40px clamp(20px,5vw,56px) 68px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:80px;align-items:center}.auth-copy h1{margin:0;max-width:680px;font-size:clamp(42px,5vw,66px);line-height:1.02;letter-spacing:0;overflow-wrap:break-word}.auth-copy h1,.auth-summary-item strong{color:#fff}.auth-copy p{max-width:580px;margin:22px 0 0;color:#ebf2fac7;font-size:18px;line-height:1.65;overflow-wrap:anywhere}.auth-summary{max-width:560px;margin-top:34px;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.auth-summary-item{display:grid;gap:4px;padding:17px 0}.auth-summary-item+.auth-summary-item{border-top:1px solid rgba(255,255,255,.16)}.auth-summary-item span{color:#ebf2faad;font-size:14px;line-height:1.55;overflow-wrap:anywhere}.auth-panel{align-self:center;width:100%;min-width:0;box-shadow:none}.auth-copy{min-width:0}.auth-state-page{display:grid;grid-template-rows:76px 1fr}.auth-state{width:min(520px,100%);margin:0 auto;padding:40px 20px;display:grid;align-items:center}.auth-state .empty-state{width:100%}@keyframes wallpaper-drift{0%{transform:translate3d(-3%,-2%,0) rotate(-4deg) scale(1.04)}50%{transform:translate3d(3%,1%,0) rotate(2deg) scale(1.1)}to{transform:translate3d(-1%,4%,0) rotate(5deg) scale(1.07)}}@keyframes wallpaper-grid{0%{transform:translateZ(0)}to{transform:translate3d(80px,80px,0)}}.oauth-page{position:relative;min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#0f233714,#2a5b771f),#f5f7fb;overflow:hidden;isolation:isolate}.oauth-page>:not(.auth-wallpaper){position:relative;z-index:1}.oauth-card{width:min(100%,430px);display:grid;gap:20px;padding:24px;border:1px solid #d8e1ed;border-radius:8px;background:#fff;box-shadow:0 20px 60px #13203624}.oauth-header{display:grid;gap:18px}.oauth-brand{display:flex;align-items:center;gap:10px;color:#172033;font-weight:800}.oauth-context{display:grid;gap:3px}.oauth-context span,.oauth-signed-in span{color:#62708a;font-size:13px}.oauth-context strong{color:#172033;font-size:22px;line-height:1.2;overflow-wrap:anywhere}.oauth-scopes{display:flex;flex-wrap:wrap;gap:8px}.oauth-scopes span{padding:7px 10px;border:1px solid #d8e1ed;border-radius:8px;background:#f4f7fb;color:#34435a;font-size:12px;font-weight:750}.oauth-signed-in{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center}.oauth-signed-in strong,.oauth-signed-in span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oauth-signed-in .primary{grid-column:1 / -1}.panel{background:#ffffffe6;border:1px solid rgba(255,255,255,.66);border-radius:8px;padding:28px;max-width:100%;box-shadow:0 18px 52px #03091338;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-shell .panel{background:#2b2c2f;border-color:#3c4043;color:#f1f3f4;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.panel-header{margin-bottom:22px}.panel-header h2,.empty-state h2{margin:0;color:#172033;font-size:24px;line-height:1.2}.app-shell .panel-header h2,.app-shell .empty-state h2{color:#f1f3f4}.panel-header p,.empty-state p,.profile-heading p{margin:8px 0 0;color:#62708a;line-height:1.55;overflow-wrap:anywhere}.app-shell .panel-header p,.app-shell .empty-state p,.app-shell .profile-heading p{color:#bdc1c6}.empty-state .primary{margin-top:20px}.form-stack{display:grid;gap:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:grid;gap:8px}.field span{color:#34435a;font-size:13px;font-weight:800}.app-shell .field span{color:#e8eaed}.field input,.field select{width:100%;min-width:0;min-height:46px;border:1px solid #cdd7e6;border-radius:8px;padding:0 13px;background:#fff;color:#172033;outline:none}.app-shell .field input,.app-shell .field select{border-color:#5f6368;background-color:#202124;color:#f1f3f4}.app-shell .field input::placeholder{color:#9aa0a6}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#62708a 50%),linear-gradient(135deg,#62708a 50%,transparent 50%);background-position:calc(100% - 18px) 19px,calc(100% - 13px) 19px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:34px}.field input:focus,.field select:focus{border-color:#176ea9;box-shadow:0 0 0 3px #176ea929}.app-shell .field input:focus,.app-shell .field select:focus{border-color:#8ab4f8;box-shadow:0 0 0 3px #8ab4f82e}.field-full{width:100%}.field-help,.onboarding-progress,.empty-inline,.metadata-line{color:#62708a;font-size:13px;line-height:1.5}.app-shell .field-help,.app-shell .onboarding-progress,.app-shell .empty-inline,.app-shell .metadata-line{color:#bdc1c6}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button-row .primary,.button-row .secondary{flex:1 1 160px}.primary{background:#176ea9;color:#fff;border-color:#176ea9}.primary:hover:not(:disabled){background:#125f93}.secondary{background:#fff;color:#172033;border-color:#cdd7e6}.app-shell .secondary{background:transparent;color:#f1f3f4;border-color:#5f6368}.secondary:hover:not(:disabled){background:#f4f7fb}.app-shell .secondary:hover:not(:disabled){background:#35363a}.full{width:100%}.link-button{margin-top:18px;padding:0;min-height:auto;background:transparent;color:#176ea9;border:0}.link-stack{margin-top:18px;display:grid;gap:10px;justify-items:start}.link-stack .link-button{margin-top:0}.dev-reset-link{display:grid;gap:8px;padding:12px;border:1px solid #d8e1ed;border-radius:8px;background:#f4f7fb}.dev-reset-link span{color:#34435a;font-size:13px;font-weight:800}.dev-reset-link button{padding:0;border:0;background:transparent;color:#176ea9;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;text-align:left;overflow-wrap:anywhere}.alert{border-radius:8px;padding:12px 14px;font-size:14px;line-height:1.45}.alert-danger{background:#fff1f1;color:#a11919;border:1px solid #ffcaca}.app-shell .alert-danger{background:#f28b8224;color:#f6aea9;border-color:#f28b8257}.alert-success{background:#effaf4;color:#17693b;border:1px solid #bde9cd}.app-shell .alert-success{background:#81c99524;color:#a8dab5;border-color:#81c99557}.alert-info{background:#eef7ff;color:#175f91;border:1px solid #bedff8}.app-shell .alert-info{background:#8ab4f824;color:#aecbfa;border-color:#8ab4f857}.qr-wrap{width:220px;height:220px;margin:0 auto 18px;display:grid;place-items:center;border:1px solid #dbe3ef;border-radius:8px;background:#fff}.qr-wrap img{width:190px;height:190px}.setup-key{margin-bottom:18px;padding:12px;border-radius:8px;background:#f2f5fa;color:#34435a;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;text-align:center;word-break:break-all}.app-shell .qr-wrap{border-color:#5f6368}.app-shell .setup-key{background:#202124;color:#e8eaed}.settings-page{width:min(760px,100%);margin:0 auto;display:grid;gap:38px}.settings-page h1{margin:0;color:#f1f3f4;font-size:clamp(34px,4vw,42px);line-height:1.15;font-weight:520;text-align:center;letter-spacing:0}.settings-column{display:grid;gap:42px}.settings-section{display:grid;gap:16px}.settings-section h2,.compact-header h3{margin:0;color:#f1f3f4;font-size:20px;line-height:1.25}.settings-section p,.compact-header p{margin:0;color:#e8eaed;line-height:1.45}.settings-group{overflow:hidden;border-radius:8px}.settings-row{width:100%;min-height:86px;display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:28px;align-items:center;padding:18px 24px;border:0;border-bottom:2px solid #202124;background:#3c4043;color:#f1f3f4;text-align:left}.settings-row:last-child,.settings-row-panel:last-child{border-bottom:0}.settings-row:not(.settings-row-static):hover{background:#44474a;transform:translateY(-1px)}.settings-row-icon{color:#e8eaed;display:grid;place-items:center}.settings-row-copy{min-width:0;display:grid;gap:6px}.settings-row-copy strong{color:#f1f3f4;font-size:20px;line-height:1.25}.settings-row-copy span{color:#e8eaed;font-size:17px;line-height:1.35;overflow-wrap:anywhere}.settings-row-right{display:flex;align-items:center;gap:18px;color:#bdc1c6}.settings-row-right .avatar{width:72px;height:72px}.settings-row-panel{display:grid;grid-template-rows:0fr;overflow:hidden;padding:0 24px;border-bottom:2px solid #202124;background:#303134;opacity:0;transition:grid-template-rows var(--motion-base) var(--motion-ease-out),padding var(--motion-base) var(--motion-ease-out),opacity var(--motion-fast) ease}.settings-row-panel[data-state=opening],.settings-row-panel[data-state=open]{grid-template-rows:1fr;padding-top:24px;padding-bottom:24px;opacity:1}.settings-row-panel[data-state=closing]{pointer-events:none}.settings-row-panel-inner{min-width:0;overflow:hidden}.settings-edit-card{width:min(760px,100%);margin:0 auto;display:grid;gap:20px;padding:32px;border-radius:8px;background:#3c4043}.profile-edit-shell{min-height:100dvh;display:grid;grid-template-rows:72px minmax(0,1fr);background:#202124;color:#f1f3f4}.profile-edit-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 22px;background:#202124f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.profile-edit-brand{color:#f1f3f4;font-size:22px;font-weight:650}.profile-edit-stage{width:min(780px,calc(100% - 48px));margin:0 auto;padding:24px 0 72px}.profile-edit-header{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:6px;margin-bottom:46px}.profile-edit-header h1{margin:0;color:#f1f3f4;font-size:clamp(36px,4.4vw,44px);line-height:1.12;font-weight:520;letter-spacing:0}.profile-edit-back{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:#e8eaed}.profile-edit-back:hover{background:#ffffff1a}.profile-edit-card{width:100%;overflow:hidden;display:grid;border:1px solid #5f6368;border-radius:8px;background:#151617}.profile-edit-card-copy{display:grid;gap:8px;padding:28px 30px;border-bottom:1px solid #3c4043}.profile-edit-card-copy span{color:#bdc1c6;font-size:14px;font-weight:800}.profile-edit-card-copy p{margin:0;max-width:560px;color:#f1f3f4;font-size:18px;line-height:1.45}.profile-edit-fields{display:grid;gap:18px;padding:30px}.profile-edit-card>.alert{margin:0 30px 24px}.profile-edit-actions{padding:0 30px 30px}.profile-edit-shell .field span{color:#e8eaed}.profile-edit-shell .field input,.profile-edit-shell .field select{border-color:#5f6368;background-color:#202124;color:#f1f3f4}.profile-edit-shell .field input::placeholder{color:#9aa0a6}.profile-edit-shell .field input:focus,.profile-edit-shell .field select:focus{border-color:#8ab4f8;box-shadow:0 0 0 3px #8ab4f82e}.profile-edit-shell .field-help{color:#bdc1c6}.profile-edit-shell .secondary{background:transparent;color:#f1f3f4;border-color:#5f6368}.profile-edit-shell .secondary:hover:not(:disabled){background:#35363a}.profile-edit-shell .alert-danger{background:#f28b8224;color:#f6aea9;border-color:#f28b8257}.profile-edit-shell .picture-edit-page{min-height:auto;padding-top:0}.profile-name-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.profile-name-full{grid-column:1 / -1}.picture-edit-page{min-height:calc(100dvh - 126px);display:grid;place-items:start center;padding-top:24px}.picture-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:grid;place-items:center;padding:24px;background:#202124c7;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity var(--motion-base) var(--motion-ease-out)}.picture-modal-overlay[data-state=opening],.picture-modal-overlay[data-state=open]{opacity:1}.picture-modal-overlay[data-state=closing]{pointer-events:none}.picture-modal-overlay .picture-modal-card{width:min(560px,100%);opacity:0;transform:translateY(var(--modal-enter-y, 14px)) scale(.98);transition:opacity var(--motion-base) var(--motion-ease-out),transform var(--motion-base) var(--motion-ease-out);will-change:opacity,transform}.picture-modal-overlay[data-state=opening] .picture-modal-card,.picture-modal-overlay[data-state=open] .picture-modal-card{opacity:1;transform:translateY(0) scale(1)}.picture-modal-overlay .picture-history-card{width:min(1050px,calc(100vw - 72px))}.picture-modal-card{width:min(500px,100%);display:grid;gap:26px;padding:28px 24px 32px;border-radius:34px;background:#1f1f1f;color:#f1f3f4;box-shadow:0 30px 72px #00000061}.picture-edit-page .picture-modal-card{animation:modal-card-enter var(--motion-base) var(--motion-ease-out) both}.picture-modal-header{display:grid;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;gap:12px}.picture-modal-header h1{margin:0;color:#f1f3f4;font-size:28px;font-weight:520;line-height:1.2}.picture-close-button,.picture-more-button,.picture-back-button{border:0;background:transparent;color:#e8eaed}.picture-close-button{width:58px;height:58px;display:grid;place-items:center;border:4px solid #7ac9ff;border-radius:999px}.picture-close-button:hover{background:#7ac9ff1a}.picture-more-button{width:50px;height:50px;display:grid;place-items:center;border-radius:999px}.picture-more-button:hover:not(:disabled),.picture-more-button.active{background:#343536}.picture-menu-wrap{position:relative;justify-self:end}.picture-more-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:5;width:210px;overflow:hidden;display:grid;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:5px;background:#202124;box-shadow:0 18px 38px #0000006b;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top right;transition:opacity var(--motion-popover) var(--motion-ease-out),transform var(--motion-popover) var(--motion-ease-out);will-change:opacity,transform}.picture-more-menu[data-state=opening],.picture-more-menu[data-state=open]{opacity:1;transform:translateY(0) scale(1)}.picture-more-menu[data-state=closing]{pointer-events:none}.picture-more-menu button{min-height:62px;border:0;border-radius:0;padding:0 16px;background:transparent;color:#e8eaed;text-align:left;font-size:16px;font-weight:700}.picture-more-menu button:hover:not(:disabled),.picture-more-menu button.active{background:#303134}.picture-more-menu button:disabled{cursor:default;opacity:1}.picture-avatar-stage{position:relative;width:232px;height:232px;margin:18px auto 0}.picture-avatar-stage .avatar{width:232px;height:232px;border:10px solid #050505;box-shadow:0 18px 42px #0006}.picture-avatar-stage>span{position:absolute;right:14px;bottom:14px;width:48px;height:48px;display:grid;place-items:center;border:4px solid #050505;border-radius:999px;background:#2b2c2f;color:#f1f3f4}.picture-action-list{display:grid;gap:5px}.picture-action-row{position:relative;min-height:62px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:14px;padding:12px 16px;border:0;border-radius:5px;background:#111;color:#f1f3f4;text-align:left}.picture-action-row:hover:not(:disabled){background:#181818}.picture-action-row:disabled{opacity:.52}.picture-action-row input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.picture-action-icon{color:#e8eaed;display:grid;place-items:center}.picture-action-row span:last-of-type{display:grid;gap:3px}.picture-action-row strong{color:#f1f3f4;font-size:18px;line-height:1.2}.picture-action-row small{color:#bdc1c6;font-size:13px;overflow-wrap:anywhere}.picture-buttons{margin-top:2px}.picture-history-card{min-height:min(760px,calc(100vh - 72px));align-content:start;gap:28px;padding:22px 30px 38px}.picture-history-header{display:grid;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;gap:12px}.picture-history-header h1{margin:0;color:#f1f3f4;text-align:center;font-size:30px;line-height:1.2;font-weight:520}.picture-back-button{width:44px;height:44px;display:grid;place-items:center;border-radius:999px}.picture-back-button:hover:not(:disabled){background:#ffffff1a}.picture-history-grid{min-height:500px;display:grid;grid-template-columns:repeat(auto-fill,136px);align-content:start;justify-content:start;gap:24px 8px}.picture-history-item{width:136px;height:136px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:999px;overflow:hidden;background:#2b2c2f}.picture-history-item:hover:not(:disabled){outline:4px solid rgba(138,180,248,.34);outline-offset:4px}.picture-history-item img{width:100%;height:100%;display:block;object-fit:cover}.settings-tip-card{width:100%;min-height:86px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:28px;padding:22px 28px;border:0;border-radius:26px;background:#3c4043;color:#f1f3f4;text-align:left}.settings-tip-card:hover{background:#44474a}.tip-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:#81c995;color:#0d652d}.settings-tip-card span:last-child{display:grid;gap:6px}.settings-tip-card strong{color:#f1f3f4;font-size:20px;line-height:1.25}.settings-tip-card span span{color:#e8eaed;font-size:17px;line-height:1.35}.compact-header{margin-bottom:18px}.account-home{width:min(820px,100%);margin:42px auto 0;display:grid;justify-items:center;text-align:center}.home-identity{display:grid;justify-items:center}.home-avatar-wrap{position:relative;width:128px;height:128px;padding:0;border:0;border-radius:999px;background:transparent}.home-avatar-wrap .avatar{width:128px;height:128px;box-shadow:0 14px 32px #00000040}.home-avatar-wrap>span{width:36px;height:36px}.home-avatar-wrap:hover .avatar{filter:brightness(.88)}.home-identity h1{margin:24px 0 0;color:#f1f3f4;font-size:clamp(36px,5vw,48px);font-weight:520;line-height:1.12;letter-spacing:0;overflow-wrap:anywhere}.home-identity p{margin:8px 0 0;color:#e8eaed;font-size:18px;overflow-wrap:anywhere}.home-search{width:min(760px,100%);min-height:60px;margin-top:48px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:12px;padding:0 22px;border-radius:999px;background:#3c4043;color:#e8eaed}.home-search svg{width:24px;height:24px;color:#e8eaed}.home-search input{width:100%;border:0;outline:0;background:transparent;color:#f1f3f4;font-size:20px}.home-search input::placeholder{color:#e8eaed}.quick-actions{margin-top:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.quick-actions button{min-height:42px;padding:0 20px;border:1px solid #8f949b;border-radius:8px;background:transparent;color:#f1f3f4;font-size:16px;font-weight:750}.quick-actions button:hover{background:#303134}.home-privacy-note{width:min(760px,100%);margin:180px 0 0;color:#e8eaed;font-size:18px;line-height:1.45;text-align:left}.home-account-actions{display:none}.content-grid{width:min(1128px,100%);display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:24px;align-items:start}.profile-heading{display:grid;grid-template-columns:72px minmax(0,1fr);gap:16px;align-items:center}.profile-heading h1{margin:0;color:#172033;font-size:28px;line-height:1.15;overflow-wrap:anywhere}.app-shell .profile-heading h1{color:#f1f3f4}.profile-facts{margin-top:24px;display:grid;gap:14px;border-top:1px solid #dbe3ef;padding-top:18px}.app-shell .profile-facts{border-top-color:#3c4043}.profile-facts div{display:grid;gap:4px}.profile-facts span{color:#62708a;font-size:12px;font-weight:800;text-transform:uppercase}.app-shell .profile-facts span{color:#bdc1c6}.profile-facts strong{color:#172033;font-size:14px;overflow-wrap:anywhere}.app-shell .profile-facts strong{color:#f1f3f4}.avatar{width:48px;height:48px;border-radius:999px;object-fit:cover;background:#dbeafe;color:#0f3158}.app-shell .avatar{background:#a8c7fa}.profile-heading .avatar{width:72px;height:72px}.avatar-fallback{display:grid;place-items:center;font-weight:800}.status-row{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px}.status-row span{border:1px solid #d7deea;background:#fff;border-radius:8px;padding:9px 12px;color:#34435a;font-size:13px;font-weight:700}.app-shell .status-row span{border-color:#5f6368;background:transparent;color:#e8eaed}.empty-state{max-width:520px}.wide-panel{grid-column:1 / -1}.split-header{display:flex;gap:16px;align-items:start;justify-content:space-between}.split-header .secondary{flex:0 0 auto}.record-list{display:grid;gap:12px}.record-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fafc}.app-shell .record-item{border-color:#5f6368;background:#202124}.event-item{grid-template-columns:1fr}.record-title{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.record-title strong{color:#172033}.app-shell .record-title strong{color:#f1f3f4}.record-title span,.current-badge{color:#62708a;font-size:12px;font-weight:800}.app-shell .record-title span{color:#bdc1c6}.current-badge{padding:4px 8px;border-radius:8px;background:#e7f4ff;color:#176ea9}.app-shell .current-badge{background:#a8c7fa29;color:#aecbfa}.record-item p{margin:6px 0 0;color:#62708a;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.app-shell .record-item p{color:#bdc1c6}.record-meta{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px 14px;color:#62708a;font-size:12px;line-height:1.45}.app-shell .record-meta{color:#bdc1c6}.metadata-line{margin-top:10px;overflow-wrap:anywhere}html,body,.app-shell,.console-shell,.main,.profile-edit-shell,.auth-page,.auth-state-page,.oauth-page,.sidebar,.console-topbar,.profile-edit-topbar{background:var(--theme-bg);color:var(--theme-text)}.auth-wallpaper{background:linear-gradient(120deg,rgba(0,0,0,.32) 0%,transparent 48%,rgba(0,0,0,.26) 100%),var(--theme-bg)}.panel,.oauth-card,.settings-edit-card,.profile-edit-card,.settings-row-panel,.account-popover,.apps-popover,.picture-modal-card,.record-item{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}.apps-launcher-panel,.account-popover-actions,.home-search,.topbar-search,.settings-row,.settings-tip-card,.picture-action-row,.profile-edit-card-copy,.profile-edit-fields,.quick-actions button,.status-row span,.setup-key,.dev-reset-link{background:var(--theme-surface-muted);border-color:var(--theme-border);color:var(--theme-text)}.settings-row:not(.settings-row-static):hover,.settings-tip-card:hover,.quick-actions button:hover,.picture-action-row:hover:not(:disabled),.account-popover-actions button:hover,.account-manage-button:hover,.nav-item:hover:not(:disabled),.nav-item.active{background:var(--theme-accent-soft)}.brand,.auth-brand,.app-shell .brand,.profile-edit-brand,.panel-header h2,.empty-state h2,.settings-page h1,.settings-section h2,.compact-header h3,.settings-row-copy strong,.settings-tip-card strong,.profile-edit-header h1,.profile-edit-card-copy p,.home-identity h1,.account-popover h2,.apps-launcher-header h2,.record-title strong,.profile-heading h1,.profile-facts strong,.auth-copy h1,.auth-summary-item strong,.oauth-context strong{color:var(--theme-text)}.panel-header p,.empty-state p,.settings-section p,.compact-header p,.settings-row-copy span,.settings-tip-card span span,.profile-edit-card-copy span,.field-help,.onboarding-progress,.empty-inline,.metadata-line,.record-item p,.record-meta,.record-title span,.profile-facts span,.muted,.mini-user span,.sidebar-footer,.auth-copy p,.auth-summary-item span,.oauth-context span,.oauth-signed-in span,.account-popover-footer,.theme-panel-header p{color:var(--theme-muted)}.primary{background:var(--theme-accent);border-color:var(--theme-accent);color:var(--theme-accent-contrast)}.primary:hover:not(:disabled){filter:brightness(.92)}.secondary,.app-shell .secondary,.profile-edit-shell .secondary,.account-manage-button{background:transparent;border-color:var(--theme-border);color:var(--theme-text)}.secondary:hover:not(:disabled),.app-shell .secondary:hover:not(:disabled),.profile-edit-shell .secondary:hover:not(:disabled){background:var(--theme-surface-muted)}.field span,.app-shell .field span,.profile-edit-shell .field span{color:var(--theme-text)}.field input,.field select,.app-shell .field input,.app-shell .field select,.profile-edit-shell .field input,.profile-edit-shell .field select{background-color:var(--theme-bg);border-color:var(--theme-border);color:var(--theme-text)}.field input::placeholder,.app-shell .field input::placeholder,.profile-edit-shell .field input::placeholder{color:var(--theme-muted)}.field input:focus,.field select:focus,.app-shell .field input:focus,.app-shell .field select:focus,.profile-edit-shell .field input:focus,.profile-edit-shell .field select:focus{border-color:var(--theme-accent);box-shadow:var(--motion-focus)}.link-button,.dev-reset-link button,.account-manage-button,.current-badge{color:var(--theme-accent)}.current-badge,.app-shell .current-badge,.nav-icon-blue,.nav-icon-green,.nav-icon-cyan,.tip-icon,.avatar,.app-shell .avatar{background:var(--theme-accent-soft);color:var(--theme-accent)}.topbar-search input,.home-search input{color:var(--theme-text)}.topbar-search input::placeholder,.home-search input::placeholder{color:var(--theme-muted)}.icon-button,.avatar-button,.apps-edit-button,.popover-close,.account-popover-avatar button,.profile-edit-back,.picture-close-button,.picture-more-button,.picture-back-button,.picture-avatar-stage>span,.settings-row-icon,.settings-row-right,.tip-icon,.theme-close{color:var(--theme-text)}.icon-button:hover,.avatar-button:hover,.popover-close:hover,.account-popover-avatar button:hover,.profile-edit-back:hover,.theme-close:hover{background:var(--theme-surface-muted)}.account-popover-avatar button,.home-avatar-wrap>span,.picture-avatar-stage>span{background:var(--theme-surface-muted);border-color:var(--theme-bg)}.auth-summary,.auth-summary-item+.auth-summary-item,.profile-facts,.settings-row,.settings-row-panel,.profile-edit-card-copy{border-color:var(--theme-border)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}.auth-wallpaper-gradient,.auth-wallpaper-grid{animation:none}.motion-page,.apps-popover,.account-popover,.theme-panel,.background-picker-card,.picture-more-menu,.picture-modal-overlay .picture-modal-card,.picture-edit-page .picture-modal-card{transform:none!important}}@media (max-width: 920px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:25;height:auto;min-height:0;overflow-x:auto;padding:16px;flex-direction:row;align-items:center;gap:18px}.app-shell .brand{font-size:18px;flex:0 0 auto}.sidebar-nav{grid-auto-flow:column;grid-auto-columns:max-content;overflow:visible}.sidebar-footer,.mini-user{display:none}.console-shell{grid-template-rows:auto minmax(0,1fr)}.console-topbar{position:static;padding:12px 18px}.topbar-search{min-height:52px;width:min(620px,100%)}.main{padding:24px}.auth-header{height:68px;padding:0 20px}.auth-layout,.content-grid{grid-template-columns:1fr}.auth-layout{min-height:auto;padding:24px 20px 48px;gap:34px;align-items:start}.auth-copy{max-width:640px}.auth-copy h1{font-size:clamp(38px,8vw,54px)}.auth-panel{max-width:520px}.auth-state-page{grid-template-rows:68px 1fr}.settings-page{width:min(760px,100%);gap:30px}}@media (max-width: 560px){.sidebar{align-items:stretch;display:grid;gap:12px}.sidebar-nav{grid-auto-flow:row;grid-template-columns:1fr}.sidebar-footer{margin-left:0}.nav-item{min-height:58px;grid-template-columns:42px minmax(0,1fr)}.nav-icon{width:42px;height:42px}.account-popover{position:fixed;top:76px;right:12px;left:12px;width:auto;padding:18px 14px 14px;border-radius:24px}.account-popover-actions{margin-top:14px;padding:8px;border-radius:18px}.account-popover-actions button{min-height:42px}.apps-popover{position:fixed;top:76px;right:12px;left:12px;width:auto}.apps-launcher-panel{min-height:min(430px,calc(100vh - 120px))}.apps-launcher-body{min-height:260px}.console-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.theme-customizer{right:14px;bottom:14px}.theme-fab{width:52px;height:52px}.theme-panel{position:fixed;right:12px;bottom:76px;left:12px;width:auto;max-height:calc(100dvh - 96px);overflow-y:auto;border-radius:20px}.theme-color-row{grid-template-columns:minmax(0,1fr) 44px}.theme-color-row code{grid-column:1 / -1;text-align:left}.background-picker-card{max-height:calc(100dvh - 28px);border-radius:22px}.background-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-edit-topbar{padding:12px 16px}.profile-edit-brand{min-width:0;font-size:18px}.profile-edit-brand span{overflow:hidden;text-overflow:ellipsis}.profile-edit-stage{width:100%;padding:18px 16px 48px}.profile-edit-header{grid-template-columns:40px minmax(0,1fr);gap:4px;margin-bottom:28px}.profile-edit-back{width:40px;height:40px}.profile-edit-header h1{font-size:34px}.profile-edit-card-copy,.profile-edit-fields,.profile-edit-actions{padding:18px}.profile-edit-card-copy p{font-size:16px}.profile-edit-card>.alert{margin:0 18px 18px}.topbar-search{min-height:46px;padding:0 14px;grid-template-columns:24px minmax(0,1fr)}.topbar-search input{font-size:15px}.main{padding:18px}.account-home{margin-top:20px}.home-avatar-wrap,.home-avatar-wrap .avatar{width:108px;height:108px}.home-search{margin-top:32px;min-height:54px}.home-search input{font-size:16px}.home-privacy-note{margin-top:72px;font-size:15px;text-align:center}.settings-page{gap:24px}.settings-page h1{font-size:30px}.settings-column{gap:30px}.settings-row{min-height:76px;grid-template-columns:36px minmax(0,1fr) auto;gap:14px;padding:16px}.settings-row-copy strong,.settings-tip-card strong{font-size:17px}.settings-row-copy span,.settings-tip-card span span{font-size:15px}.settings-row-right .avatar{width:52px;height:52px}.settings-row-panel{padding-right:18px;padding-left:18px}.settings-row-panel[data-state=opening],.settings-row-panel[data-state=open]{padding-top:18px;padding-bottom:18px}.settings-edit-card{padding:18px}.profile-name-grid{grid-template-columns:1fr}.picture-edit-page{min-height:auto;padding-top:6px}.picture-modal-overlay{--modal-enter-y: 8px;align-items:start;padding:42px 12px 12px;overflow-y:auto}.picture-modal-card{width:100%;gap:22px;padding:22px 18px 24px;border-radius:26px}.picture-modal-header{grid-template-columns:48px minmax(0,1fr) 48px}.picture-modal-header h1{font-size:23px}.picture-close-button{width:48px;height:48px;border-width:3px}.picture-more-button{width:48px;height:48px}.picture-more-menu{width:220px}.picture-history-card{min-height:calc(100vh - 54px);padding:18px 18px 28px}.picture-history-header{grid-template-columns:44px minmax(0,1fr) 48px}.picture-history-header h1{font-size:24px}.picture-history-grid{min-height:420px;grid-template-columns:repeat(auto-fill,104px);gap:20px 10px}.picture-history-item{width:104px;height:104px}.picture-avatar-stage,.picture-avatar-stage .avatar{width:184px;height:184px}.picture-avatar-stage .avatar{border-width:8px}.picture-avatar-stage>span{right:8px;bottom:8px}.picture-action-row{min-height:58px}.settings-tip-card{grid-template-columns:42px minmax(0,1fr);gap:16px;padding:18px;border-radius:18px}.auth-copy h1{font-size:32px;line-height:1.12}.auth-copy p{font-size:16px}.auth-summary{margin-top:24px;max-width:100%}.auth-summary-item{padding:14px 0}.panel{padding:20px}.form-grid,.record-item{grid-template-columns:1fr}.split-header{display:grid}.split-header .secondary{width:100%}.content-grid{gap:18px}.profile-heading{grid-template-columns:56px minmax(0,1fr)}.profile-heading .avatar{width:56px;height:56px}}@media (max-width: 640px){.app-shell{min-height:100dvh;display:block;background:var(--theme-bg)}.sidebar{display:none}.console-shell{min-height:100dvh;grid-template-rows:auto minmax(0,1fr);background:var(--theme-bg)}.console-topbar{position:sticky;top:0;z-index:35;display:grid;grid-template-columns:minmax(0,1fr) 44px 44px;gap:8px;align-items:center;min-height:74px;padding:12px 18px;background:#202124f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-shell .mobile-topbar-brand{min-width:0;display:flex;justify-self:start;font-size:26px;line-height:1;font-weight:560;letter-spacing:0}.mobile-topbar-brand .brand-mark{width:28px;height:30px}.mobile-topbar-brand span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.console-topbar .topbar-search{display:none}.console-topbar .apps-menu,.console-topbar .account-menu{justify-self:end}.console-topbar .icon-button,.console-topbar .avatar-button{width:44px;height:44px}.console-topbar .avatar-button .avatar{width:36px;height:36px}.apps-popover,.account-popover{position:fixed;top:74px;right:12px;left:12px;width:auto}.apps-popover{max-height:calc(100dvh - 96px);border-radius:26px}.account-popover{padding:18px 14px 14px;border-radius:24px}.main{padding:12px 20px 42px}.account-home{width:100%;margin:14px auto 0;justify-items:stretch;text-align:left}.home-identity{width:100%;display:grid;grid-template-columns:98px minmax(0,1fr);gap:18px;align-items:center;justify-items:start;padding:10px 0 22px}.home-avatar-wrap,.home-avatar-wrap .avatar{width:98px;height:98px}.home-avatar-wrap>span{right:0;bottom:2px;width:32px;height:32px;border-width:3px}.home-identity-copy{min-width:0}.home-identity h1{margin:0;color:var(--theme-text);font-size:clamp(25px,7vw,32px);font-weight:640;line-height:1.08}.home-identity p{margin:6px 0 0;color:#e8eaed;font-size:17px;line-height:1.25}.home-search,.quick-actions,.home-privacy-note{display:none}.home-account-actions{display:grid;gap:4px}.home-account-action{width:100%;min-height:86px;display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:center;padding:18px 20px;border:0;border-radius:0;background:var(--theme-surface-muted);color:var(--theme-text);text-align:left}.home-account-action:first-child,.home-account-action:nth-child(2),.home-account-action:nth-child(5){margin-top:20px;border-radius:24px}.home-account-action:nth-child(3){border-radius:24px 24px 0 0}.home-account-action:nth-child(4),.home-account-action:nth-child(6){border-radius:0 0 24px 24px}.home-account-action:hover{background:color-mix(in srgb,var(--theme-surface-muted) 88%,#ffffff)}.home-account-action-icon,.settings-row-icon,.tip-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:999px;background:var(--theme-accent-soft);color:var(--theme-accent)}.home-account-action-icon-green{background:#81c995f2;color:#0d652d}.home-account-action-icon-cyan{background:#7ac9fff2;color:#075f71}.home-account-action-icon-blue{background:#a8c7faf2;color:#174ea6}.home-account-action>span:last-child,.settings-row-copy,.settings-tip-card span:last-child{min-width:0;display:grid;gap:5px}.home-account-action strong,.settings-row-copy strong,.settings-tip-card strong{color:var(--theme-text);font-size:20px;font-weight:720;line-height:1.16;overflow-wrap:anywhere}.home-account-action span span,.settings-row-copy span,.settings-tip-card span span{color:#e8eaed;font-size:17px;line-height:1.34;overflow-wrap:anywhere}.settings-page{width:100%;margin:0;gap:24px}.settings-page h1{margin:4px 0 0;text-align:left;font-size:30px;line-height:1.12;font-weight:620}.settings-column{gap:28px}.settings-section{gap:12px}.settings-section h2,.compact-header h3{font-size:19px}.settings-section p,.compact-header p{font-size:16px}.settings-group{border-radius:24px;background:var(--theme-surface-muted)}.settings-row{min-height:86px;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;padding:18px 20px;border-bottom:3px solid var(--theme-bg);background:var(--theme-surface-muted)}.settings-row:not(.settings-row-static):hover{background:color-mix(in srgb,var(--theme-surface-muted) 88%,#ffffff);transform:none}.settings-row-right{gap:10px}.settings-row-right .avatar{width:54px;height:54px}.settings-row-right svg{width:18px;height:18px;opacity:.62}.settings-tip-card{min-height:86px;grid-template-columns:52px minmax(0,1fr);gap:14px;padding:18px 20px;border-radius:24px;background:var(--theme-surface-muted)}.settings-row-panel{padding-right:20px;padding-left:20px;border-bottom:3px solid var(--theme-bg);background:var(--theme-surface)}.settings-row-panel[data-state=opening],.settings-row-panel[data-state=open]{padding-top:20px;padding-bottom:20px}.record-item{grid-template-columns:1fr}.split-header{display:grid}.split-header .secondary{width:100%}}
