.home-page{min-height:100vh;display:grid;grid-template-rows:auto 1fr;position:relative;overflow-x:hidden}.home-content{padding:0;display:grid;grid-template-rows:auto 1fr;grid-gap:32px;gap:32px;width:100%}.home-main{grid-template-rows:auto 1fr;grid-gap:18px;gap:18px;align-content:start;padding:24px 16px 90px}.home-main,.home-top-row{display:grid;justify-items:center;width:100%}.home-top-row{grid-template-columns:1fr;align-items:start;grid-gap:24px;gap:24px;max-width:1200px}.home-top-row .home-search{width:100%;max-width:720px}.home-content-switcher{width:100%;max-width:1200px;display:grid;grid-gap:14px;gap:14px;min-width:0;touch-action:pan-y}.home-content-switcher-tabs{justify-self:center;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--card-border);border-radius:999px;background:rgb(var(--surface-rgb)/.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.home-content-switcher-tabs button{min-width:74px;padding:7px 14px;border:0;border-radius:999px;background:transparent;color:var(--ink-soft);font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.home-content-switcher-tabs button.active{color:var(--ink);background:rgb(var(--surface-rgb)/.88);box-shadow:0 4px 12px rgba(44,55,96,.12)}.home-content-switcher-panel{width:100%;min-width:0}.home-content-switcher-panel.forward{animation:home-content-forward .22s ease both}.home-content-switcher-panel.back{animation:home-content-back .22s ease both}@keyframes home-content-forward{0%{opacity:0;transform:translateX(18px)}to{opacity:1;transform:translateX(0)}}@keyframes home-content-back{0%{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.home-content-switcher-panel.back,.home-content-switcher-panel.forward{animation:none}}.home-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;grid-gap:16px;gap:16px;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:40;background:transparent}.home-topbar-left{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:start;min-width:0}.home-topbar-right{display:flex;align-items:center;justify-content:flex-end;min-width:0}.home-brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:700;font-size:16px}.home-logo{width:32px;height:32px}.home-topbar-center{display:flex;align-items:center;justify-content:center;align-self:center;min-width:0}.home-avatar-float{position:fixed;right:20px;bottom:20px;z-index:90;width:48px;height:48px;border-radius:999px;border:1px solid var(--card-border);background:rgb(var(--surface-rgb)/.85);padding:0;cursor:pointer;overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 8px 24px rgba(15,23,42,.14);transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.home-avatar-float:hover{transform:translateY(-2px);background:rgb(var(--surface-rgb)/.98);box-shadow:0 12px 32px rgba(15,23,42,.18)}.home-avatar-float-img{width:100%;height:100%;object-fit:cover;display:block}.home-avatar-float-fallback{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--ink)}.home-calendar{display:grid;grid-gap:2px;gap:2px;padding:6px 8px;border-radius:10px;background:color-mix(in srgb,var(--surface) 60%,transparent);border:1px solid var(--card-border);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-calendar-header{display:flex;align-items:center;justify-content:space-between;gap:6px}.home-calendar-month{font-size:10px;font-weight:600;color:var(--ink);white-space:nowrap}.home-calendar-nav{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px;background:transparent;color:var(--text-soft);font-size:12px;cursor:pointer;transition:background .12s ease,color .12s ease}.home-calendar-nav:hover{background:var(--surface);color:var(--ink)}.home-calendar-days,.home-calendar-weekdays{display:grid;grid-template-columns:repeat(7,18px);grid-gap:1px;gap:1px;justify-items:center}.home-calendar-day,.home-calendar-weekday{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;border-radius:4px}.home-calendar-weekday{color:var(--text-soft);font-weight:500}.home-calendar-day{color:var(--ink);cursor:default}.home-calendar-day.today{position:relative;z-index:1;background:var(--accent,#f97316);color:var(--accent-text,#ffffff);font-weight:700;border-radius:50%;transform:scale(1.25)}.home-month-calendar{display:grid;grid-gap:6px;gap:6px;width:220px;padding:12px;border-radius:14px;background:rgb(var(--surface-rgb)/.65);border:1px solid var(--card-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 8px 24px rgba(15,23,42,.1);justify-self:start}.home-month-calendar-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.home-month-calendar-month{font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap}.home-month-calendar-nav{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:var(--ink-soft);font-size:14px;cursor:pointer;transition:background .12s ease,color .12s ease}.home-month-calendar-nav:hover{background:var(--surface);color:var(--ink)}.home-month-calendar-days,.home-month-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px;justify-items:center}.home-month-calendar-day,.home-month-calendar-weekday{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;border-radius:6px}.home-month-calendar-weekday{color:var(--ink-soft);font-weight:600}.home-month-calendar-day{color:var(--ink);cursor:default}.home-month-calendar-day.muted{color:var(--ink-soft);opacity:.5}.home-month-calendar-day.today{position:relative;z-index:1;background:var(--accent,#f97316);color:var(--accent-text,#ffffff);font-weight:700;border-radius:50%;transform:scale(1.2)}.home-clock{display:flex;align-items:center;gap:4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;perspective:400px}.home-clock-group{display:flex;gap:2px}.home-clock-digit{position:relative;width:28px;height:38px;border-radius:6px;background:var(--surface);border:1px solid var(--card-border);font-size:22px;font-weight:700;color:var(--ink);line-height:38px;text-align:center;transform-style:preserve-3d;transition:transform .2s ease}.home-clock-digit.flipping{animation:home-clock-flip .4s ease-in-out}.home-clock-digit-face{display:block;width:100%;height:100%}@keyframes home-clock-flip{0%{transform:rotateX(0deg)}50%{transform:rotateX(-90deg);opacity:.6}to{transform:rotateX(0deg)}}.home-clock-separator{font-size:22px;font-weight:700;color:var(--ink);line-height:38px}@media (max-width:640px){.home-topbar{grid-template-columns:1fr;grid-template-rows:auto auto;gap:14px;justify-items:center}.home-topbar-left{align-self:center;align-items:center}.home-topbar-center{justify-content:center}.home-topbar-right{display:none}.home-avatar-float{right:14px;bottom:14px}}.home-search{position:relative;width:100%;max-width:720px;display:grid;grid-gap:12px;gap:12px}.home-search-tabs{display:inline-flex;justify-self:center;padding:4px;border-radius:14px;background:rgb(var(--surface-rgb)/.55);border:1px solid var(--card-border);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.home-search-tab{padding:8px 18px;border-radius:10px;border:none;background:transparent;color:var(--ink-soft);font-size:14px;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.home-search-tab:hover{color:var(--ink)}.home-search-tab.active{background:rgb(var(--surface-rgb)/.95);color:var(--ink);box-shadow:0 2px 8px rgba(15,23,42,.08)}.home-search-field{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 16px;border:1px solid var(--card-border);border-radius:22px;background:rgb(var(--surface-rgb)/.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 12px 40px rgba(15,23,42,.1);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.home-search-field:focus-within{border-color:rgba(14,165,233,.55);background:rgb(var(--surface-rgb)/.9);box-shadow:0 14px 44px rgba(15,23,42,.12),0 0 0 3px rgba(14,165,233,.12)}.home-search-icon{width:20px;height:20px;color:var(--ink-soft);flex-shrink:0}.home-search-input{flex:1 1;min-width:0;border:none;background:transparent;color:var(--ink);font-size:18px;outline:none;padding:10px 0}.home-search-input::placeholder{color:var(--ink-soft);opacity:.7}.home-search-suffix{display:flex;align-items:center;gap:8px;flex-shrink:0}.home-engine-pick{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;border:none;background:rgb(var(--surface-2-rgb)/.6);color:var(--ink-soft);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}.home-engine-pick:hover{background:rgb(var(--surface-2-rgb)/.9);color:var(--ink)}.home-engine-pick img{width:16px;height:16px;border-radius:4px;object-fit:contain}.home-engine-chevron{width:14px;height:14px}.home-search-shortcut{padding:3px 7px;border-radius:6px;background:var(--surface-2);border:1px solid var(--card-border);font-family:SF Mono,DM Mono,monospace;font-size:12px;color:var(--ink-soft)}.home-engine-menu{position:absolute;top:calc(100% + 8px);right:0;width:180px;max-height:320px;overflow-y:auto;padding:8px;border-radius:14px;background:rgb(var(--surface-rgb)/.96);border:1px solid var(--card-border);box-shadow:var(--shadow);z-index:50;display:grid;grid-gap:4px;gap:4px}.home-engine-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--ink);font-size:14px;cursor:pointer;text-align:left;transition:background .12s ease,border-color .12s ease}.home-engine-option:hover{background:rgb(var(--surface-2-rgb)/.6)}.home-engine-option.active{border-color:rgba(14,165,233,.5);background:rgb(14 165 233/.08)}.home-engine-option img{width:18px;height:18px;border-radius:4px;object-fit:contain}.home-search-results{width:100%;margin-top:8px;border:1px solid var(--card-border);border-radius:16px;padding:10px;background:rgb(var(--surface-rgb)/.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow);display:grid;grid-gap:4px;gap:4px}.home-search-result{display:grid;grid-gap:2px;gap:2px;padding:10px 12px;border-radius:12px;color:var(--ink);text-decoration:none;transition:background .12s ease}.home-search-result:hover{background:rgb(var(--surface-2-rgb)/.6)}.home-search-result-title{font-weight:600;font-size:14px}.home-search-result-url{font-size:12px;color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-cards{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));width:100%;max-width:680px;justify-content:center}.home-card,.home-cards{display:grid;grid-gap:8px;gap:8px}.home-card{position:relative;justify-items:center;text-align:center;padding:12px 6px;border-radius:16px;border:none;background:transparent;transition:transform .15s ease,background .15s ease}.home-card:hover{background:rgb(var(--surface-rgb)/.35)}.home-card-link{display:grid;grid-gap:var(--home-card-icon-gap,10px);gap:var(--home-card-icon-gap,10px);justify-items:center;color:var(--ink);text-decoration:none}.home-card-icon{width:52px;height:52px;border-radius:14px;background:rgb(var(--surface-rgb)/.55);display:inline-flex;align-items:center;justify-content:center;color:var(--ink-soft);overflow:hidden}.home-card-icon svg{width:24px;height:24px}.home-card-icon img{width:28px;height:28px;object-fit:contain}.home-card-title{font-size:13px;font-weight:500;color:var(--ink);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 4px}.home-card-add{cursor:pointer;border:1px dashed var(--card-border);color:var(--ink-soft)}.home-card-add .home-card-icon{background:transparent;border:1px dashed var(--card-border)}.home-card-add.active,.home-card-add:hover{color:var(--ink);border-style:solid;background:rgb(var(--surface-rgb)/.45)}.home-card-edit{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:8px;border:none;background:rgb(var(--surface-rgb)/.8);color:var(--ink-soft);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease,background .15s ease}.home-card:hover .home-card-edit{opacity:1}.home-card-edit:hover{background:var(--surface);color:var(--ink)}.home-card-edit svg{width:14px;height:14px}.home-boards{width:100%;max-width:1200px;display:grid;grid-gap:16px;gap:16px}.home-boards-empty{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:var(--ink-soft);font-size:14px}.home-boards-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-boards-name{font-size:16px;font-weight:700;color:var(--ink)}.home-boards-select{padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:var(--input-bg);color:var(--ink);font-size:14px;outline:none;min-width:120px}.home-boards-list{display:grid;grid-gap:12px;gap:12px}.home-boards-section{border-radius:16px;border:1px solid var(--card-border);background:rgb(var(--surface-rgb)/.45);overflow:hidden}.home-boards-section-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;cursor:pointer}.home-boards-section-title{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0;background:transparent;border:none;color:var(--ink);font-size:14px;font-weight:600;text-align:left;cursor:pointer;padding:0}.home-boards-section-title span:first-of-type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-boards-section-count{padding:1px 6px;border-radius:999px;background:rgb(var(--surface-2-rgb)/.6);color:var(--ink-soft);font-size:11px;font-weight:600}.home-boards-section-chevron{width:16px;height:16px;color:var(--ink-soft);transition:transform .2s ease;margin-left:auto}.home-boards-section-chevron.expanded{transform:rotate(180deg)}.home-boards-section-chevron svg{width:100%;height:100%}.home-boards-section-actions{display:flex;align-items:center;gap:4px}.home-boards-icon-btn{width:26px;height:26px;border-radius:8px;border:none;background:transparent;color:var(--ink-soft);font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.home-boards-icon-btn:hover{background:rgb(var(--surface-2-rgb)/.6);color:var(--ink)}.home-boards-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:10px;gap:10px;width:100%}.home-boards-skeleton{pointer-events:none}.home-boards-link-skeleton{min-height:96px;background:linear-gradient(90deg,rgb(var(--surface-2-rgb)/.4) 0,rgb(var(--surface-2-rgb)/.6) 50%,rgb(var(--surface-2-rgb)/.4) 100%);background-size:200% 100%;animation:home-skeleton-shimmer 1.4s ease-in-out infinite}@keyframes home-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.home-boards-show-more{grid-column:1/-1;justify-self:center;padding:10px 18px;border-radius:999px;border:1px solid var(--card-border);background:rgb(var(--surface-rgb)/.7);color:var(--ink);font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease,transform .12s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.home-boards-show-more:hover{background:rgb(var(--surface-rgb)/.95);transform:translateY(-1px)}.home-create-form{grid-column:1/-1;justify-self:start;width:min(100%,560px);padding:12px;border-radius:14px;border:1px dashed var(--card-border);background:rgb(var(--surface-rgb)/.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:grid;grid-gap:10px;gap:10px;animation:home-create-form-in .2s ease}@keyframes home-create-form-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.home-create-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}@media (max-width:520px){.home-create-form-grid{grid-template-columns:1fr}}.home-create-form .home-field{gap:4px;font-size:12px}.home-create-form .home-field input{padding:8px 10px;border-radius:10px;font-size:13px}.home-create-form-actions{display:flex;justify-content:flex-end;gap:8px}.home-create-form-actions .btn{padding:7px 12px;font-size:13px}.home-boards-link{position:relative;cursor:-webkit-grab;cursor:grab}.home-boards-link:active{cursor:-webkit-grabbing;cursor:grabbing}.home-boards-link-delete{position:absolute;top:6px;left:6px;width:22px;height:22px;border-radius:8px;border:none;background:rgb(var(--surface-rgb)/.8);color:var(--ink-soft);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease,background .15s ease}.home-boards-link:hover .home-boards-link-delete{opacity:1}.home-boards-link-delete:hover{background:rgb(239 68 68/.12);color:#ef4444}.home-boards-link-delete svg{width:12px;height:12px}.home-modal-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:rgba(2,6,23,.45);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.home-modal{width:100%;max-width:420px;max-height:90vh;overflow-y:auto;border-radius:20px;background:rgb(var(--surface-rgb)/.96);border:1px solid var(--card-border);box-shadow:var(--shadow);animation:homeFadeUp .25s ease}@keyframes homeFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--card-border)}.home-modal-header h3{margin:0;font-size:17px;font-weight:600}.home-modal-close{width:32px;height:32px;border-radius:10px;border:none;background:transparent;color:var(--ink-soft);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.home-modal-close:hover{background:var(--surface-2);color:var(--ink)}.home-modal-close svg{width:18px;height:18px}.home-modal-body{padding:20px;display:grid;grid-gap:18px;gap:18px}.home-form{display:grid;grid-gap:14px;gap:14px}.home-field{display:grid;grid-gap:6px;gap:6px;font-size:13px;color:var(--ink-soft)}.home-field input{padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--input-bg);color:var(--ink);font-size:14px;outline:none}.home-field input:focus{border-color:var(--brand-2);box-shadow:0 0 0 3px rgba(34,211,238,.12)}.home-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.home-profile{display:flex;align-items:center;gap:14px;padding:14px;border-radius:16px;background:rgb(var(--surface-2-rgb)/.5);border:1px solid var(--card-border)}.home-profile-avatar{width:56px;height:56px;border-radius:999px;background:var(--surface);overflow:hidden;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--ink);flex-shrink:0}.home-profile-avatar img{width:100%;height:100%;object-fit:cover;display:block}.home-profile-meta{display:grid;grid-gap:2px;gap:2px;min-width:0}.home-profile-meta strong{font-size:15px;color:var(--ink)}.home-profile-meta span{font-size:13px;color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-settings-section h4{margin:0 0 10px;font-size:13px;color:var(--ink-soft);font-weight:600}.home-bg-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-gap:10px;gap:10px}.home-bg-thumb{width:100%;aspect-ratio:4/3;border-radius:12px;border:1px solid var(--card-border);background:var(--surface-2);background-size:cover;background-position:50%;cursor:pointer;position:relative;overflow:hidden;padding:0;transition:transform .15s ease,box-shadow .15s ease}.home-bg-thumb:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,23,42,.12)}.home-bg-thumb.active{outline:2px solid var(--brand-2);outline-offset:2px}.home-bg-none{font-size:12px;color:var(--ink-soft)}.home-bg-label{position:absolute;bottom:0;left:0;right:0;padding:6px;font-size:11px;font-weight:600;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.5));text-shadow:0 1px 2px rgba(0,0,0,.3)}.home-settings-actions,.home-settings-row{display:flex;align-items:center;gap:10px}.home-settings-actions{flex-wrap:wrap;justify-content:flex-end;margin-top:8px}@media (max-width:640px){.home-main{padding-top:8vh}.home-cards{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:12px}.home-card-icon{width:44px;height:44px}.home-search-input{font-size:16px}.home-search-tabs{justify-self:stretch}.home-search-tab{flex:1 1;text-align:center}}.home-settings-modal{width:min(1080px,95vw);height:min(800px,92vh);max-width:1080px;max-height:800px;overflow:hidden;padding:0;border-radius:28px;background:rgb(var(--surface-rgb)/.72);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--card-border);box-shadow:0 32px 80px rgba(15,23,42,.22)}.home-settings-layout{display:grid;grid-template-columns:260px 1fr;height:100%}.home-settings-sidebar{display:grid;grid-template-rows:auto 1fr auto;grid-gap:16px;gap:16px;padding:22px 16px;border-right:1px solid var(--card-border);background:rgb(var(--surface-2-rgb)/.35);overflow:hidden}.home-settings-sidebar-header h3{margin:0;font-size:18px;font-weight:700;color:var(--ink);padding:0 10px;letter-spacing:-.02em}.home-settings-nav{display:flex;flex-direction:column;gap:6px;overflow-y:auto}.home-settings-nav-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:14px;border:1px solid transparent;background:transparent;color:var(--ink);font-size:14px;font-weight:600;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .12s ease}.home-settings-nav-item:hover{background:rgb(var(--surface-rgb)/.55);transform:translateX(2px)}.home-settings-nav-item.active{background:var(--accent);color:var(--accent-text);border-color:transparent;box-shadow:0 4px 16px rgba(0,0,0,.08)}.home-settings-nav-icon{width:22px;height:22px;flex-shrink:0;opacity:.85}.home-settings-nav-text{display:flex;flex-direction:column;gap:2px;min-width:0}.home-settings-nav-label{font-weight:600}.home-settings-nav-desc{font-size:11px;font-weight:400;color:var(--ink-soft)}.home-settings-nav-item.active .home-settings-nav-desc{color:var(--accent-text);opacity:.85}.home-settings-sidebar-footer{padding:0 10px}.home-settings-content{display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden}.home-settings-content-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border-bottom:1px solid var(--card-border);background:rgb(var(--surface-rgb)/.35);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.home-settings-content-header h3{margin:0;font-size:20px;font-weight:700;letter-spacing:-.02em}.home-settings-scroll{overflow-y:auto;overflow-x:hidden;padding:24px}.home-settings-page{display:grid;grid-gap:20px;gap:20px;align-content:start;max-width:760px;margin:0 auto;width:100%}.home-settings-card{border-radius:22px;border:1px solid var(--card-border);background:rgb(var(--surface-rgb)/.55);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(15,23,42,.08);overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.home-settings-card:hover{box-shadow:0 12px 36px rgba(15,23,42,.12)}.home-settings-card-header{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid var(--card-border);background:rgb(var(--surface-2-rgb)/.25)}.home-settings-card-header h4{margin:0;font-size:15px;font-weight:700;color:var(--ink)}.home-settings-card-icon{width:22px;height:22px;color:var(--brand-2);flex-shrink:0}.home-settings-card-body{padding:22px;display:grid;grid-gap:18px;gap:18px;min-width:0;container-type:inline-size}.home-settings-grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.home-settings-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.home-profile-card{display:flex;align-items:center;gap:16px;width:100%;padding:20px 22px;border-radius:22px;border:1px solid var(--card-border);background:rgb(var(--surface-rgb)/.55);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(15,23,42,.08);color:var(--ink);text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.home-profile-card:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(15,23,42,.14);background:rgb(var(--surface-rgb)/.7)}.home-profile-avatar.home-profile-avatar-lg{width:64px;height:64px;border-radius:999px;font-size:24px;font-weight:700;box-shadow:0 0 0 3px rgb(var(--surface-rgb)/.8),0 0 0 5px var(--brand-2)}.home-profile-arrow{margin-left:auto;width:20px;height:20px;color:var(--ink-soft);opacity:.7;transition:transform .15s ease,opacity .15s ease}.home-profile-card:hover .home-profile-arrow{transform:translateX(3px);opacity:1}.home-bg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:14px;gap:14px}.home-bg-tile{position:relative;display:flex;flex-direction:column;gap:10px;padding:0;border:2px solid transparent;border-radius:18px;background:rgb(var(--surface-2-rgb)/.4);cursor:pointer;overflow:hidden;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.home-bg-tile:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(15,23,42,.12)}.home-bg-tile.active{border-color:var(--brand-2);box-shadow:0 0 0 3px rgba(34,211,238,.12),0 10px 28px rgba(15,23,42,.12)}.home-bg-tile-preview{width:100%;aspect-ratio:16/10;background-size:cover;background-position:50%;background-repeat:no-repeat}.home-bg-tile-none{display:inline-flex;align-items:center;justify-content:center;background:rgb(var(--surface-2-rgb)/.6);color:var(--ink-soft)}.home-bg-tile-none svg{width:28px;height:28px}.home-bg-tile-name{padding:0 10px 12px;font-size:12px;font-weight:600;color:var(--ink);text-align:left}.home-bg-tile-check{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:999px;background:var(--brand-2);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15)}.home-bg-tile-check svg{width:12px;height:12px}.home-profile{color:var(--ink);text-decoration:none}.home-settings-menu{display:grid;grid-gap:6px;gap:6px}.home-settings-menu-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;border-radius:12px;border:1px solid transparent;background:rgb(var(--surface-2-rgb)/.35);color:var(--ink);font-size:14px;font-weight:500;cursor:pointer;text-align:left;transition:background .12s ease,border-color .12s ease,transform .12s ease}.home-settings-menu-item:hover{background:rgb(var(--surface-2-rgb)/.7);border-color:var(--card-border);transform:translateX(2px)}.home-settings-menu-desc{font-size:12px;color:var(--ink-soft);font-weight:400}.home-account-tab{display:grid;grid-gap:20px;gap:20px;align-content:start}.home-account-field{display:grid;grid-gap:8px;gap:8px}.home-account-field label,.home-account-slider label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.home-account-field input[type=password],.home-account-field input[type=text]{padding:11px 14px;border-radius:14px;border:1px solid var(--card-border);background:rgb(var(--surface-2-rgb)/.5);color:var(--ink);font-size:14px;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.home-account-field input:focus{border-color:var(--brand-2);background:rgb(var(--surface-rgb)/.8);box-shadow:0 0 0 3px rgba(34,211,238,.12)}.home-account-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;padding:8px 0}.home-account-avatar{width:64px;height:64px;border-radius:999px;background:var(--surface);overflow:hidden;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:var(--ink);flex-shrink:0;border:1px solid var(--card-border)}.home-account-avatar-xl{width:96px;height:96px;font-size:32px;box-shadow:0 0 0 4px rgb(var(--surface-rgb)/.8),0 0 0 7px var(--brand-2)}.home-account-avatar img{width:100%;height:100%;object-fit:cover;display:block}.home-account-avatar-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.home-account-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.home-account-meta-list{display:grid;grid-gap:10px;gap:10px;padding-top:8px}.home-account-meta-item{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:12px;background:rgb(var(--surface-2-rgb)/.35)}.home-account-meta-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.home-account-meta-value{font-size:14px;font-weight:500;color:var(--ink);word-break:break-all}.home-account-role-badge{align-self:flex-start;padding:3px 10px;border-radius:999px;background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.home-account-tenant-code{font-size:11px;color:var(--ink-soft);word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.home-account-slider{display:grid;grid-gap:8px;gap:8px}.home-account-slider-header{display:flex;align-items:center;justify-content:space-between}.home-account-slider-header span{font-size:13px;font-weight:700;color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-account-slider input[type=range]{width:100%;height:6px;border-radius:999px;background:var(--surface-2);accent-color:var(--brand-2);cursor:pointer}.home-account-hint{margin:0;font-size:12px;color:var(--ink-soft);line-height:1.5}.home-team-tab{gap:18px}.home-team-overview{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:24px;gap:24px;padding:24px 26px;border:1px solid var(--card-border);border-radius:22px;background:linear-gradient(135deg,rgb(var(--surface-rgb)/.82),rgb(var(--surface-2-rgb)/.42));box-shadow:0 12px 34px rgb(15 23 42/.08)}.home-team-card-heading h4,.home-team-overview-copy h4{margin:0;color:var(--ink)}.home-team-overview-copy h4{margin-top:5px;font-size:24px}.home-team-card-heading p,.home-team-overview-copy p{margin:6px 0 0;color:var(--ink-soft);line-height:1.55}.home-team-overview-copy p{font-size:13px}.home-team-eyebrow{color:var(--brand-2);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-team-stats{display:grid;grid-template-columns:repeat(3,minmax(92px,1fr));grid-gap:10px;gap:10px}.home-team-stat{display:grid;grid-gap:2px;gap:2px;min-width:96px;padding:13px 15px;border:1px solid var(--card-border);border-radius:16px;background:rgb(var(--surface-rgb)/.62);text-align:center}.home-team-stat strong{color:var(--ink);font-size:21px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-team-stat span{color:var(--ink-soft);font-size:11px}.home-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.home-team-card{display:grid;align-content:start;grid-gap:16px;gap:16px;min-width:0;padding:20px;border:1px solid var(--card-border);border-radius:20px;background:rgb(var(--surface-rgb)/.58);box-shadow:0 8px 26px rgb(15 23 42/.06)}.home-team-card-wide{grid-column:1/-1}.home-team-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.home-team-card-heading h4{font-size:16px}.home-team-card-heading p{max-width:620px;font-size:12px}.home-team-consent-status,.home-team-count{flex:0 0 auto;padding:4px 10px;border-radius:999px;background:rgb(var(--surface-2-rgb)/.65);color:var(--ink-soft);font-size:11px;font-weight:700}.home-team-consent-status.enabled{background:rgb(16 185 129/.13);color:#059669}.home-team-list,.home-team-members{display:grid;grid-gap:8px;gap:8px}.home-team-member,.home-team-tenant{display:flex;align-items:center;gap:12px;min-width:0;padding:11px 12px;border:1px solid var(--card-border);border-radius:15px;background:rgb(var(--surface-2-rgb)/.32)}.home-team-tenant.active{border-color:color-mix(in srgb,var(--brand-2) 48%,var(--card-border));background:color-mix(in srgb,var(--brand-2) 8%,rgb(var(--surface-rgb)/.65))}.home-team-member-avatar,.home-team-tenant-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,var(--brand-2),color-mix(in srgb,var(--brand-2) 55%,#8b5cf6));color:white;font-size:14px;font-weight:800}.home-team-member-avatar{border-radius:999px;background:color-mix(in srgb,var(--brand-2) 18%,rgb(var(--surface-rgb)));color:var(--brand-2)}.home-team-item-copy{display:grid;grid-gap:3px;gap:3px;min-width:0;flex:1 1}.home-team-item-copy span,.home-team-item-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-team-item-copy strong{color:var(--ink);font-size:13px}.home-team-item-copy span{color:var(--ink-soft);font-size:11px}.home-team-card-footer{display:flex;justify-content:flex-end;padding-top:4px}.home-team-invite-form{display:grid;grid-template-columns:minmax(0,1fr) 140px auto;align-items:end;grid-gap:10px;gap:10px}.home-team-invite-form label{display:grid;grid-gap:6px;gap:6px;min-width:0}.home-team-invite-form label>span{color:var(--ink-soft);font-size:11px;font-weight:700}.home-team-invite-form .field,.home-team-region-fields .field,.home-team-role{width:100%}.home-team-invite-result{display:grid;grid-gap:8px;gap:8px;min-width:0;padding:12px;border:1px solid var(--card-border);border-radius:14px;background:rgb(var(--surface-2-rgb)/.35);color:var(--ink-soft);font-size:11px}.home-team-invite-result>div{display:flex;align-items:center;gap:8px;min-width:0}.home-team-invite-result code{min-width:0;flex:1 1;overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap}.home-team-role{max-width:132px}.home-team-region-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);grid-gap:18px;gap:18px}.home-team-region-settings,.home-team-region-summary{display:grid;align-content:start;grid-gap:13px;gap:13px;padding:16px;border:1px solid var(--card-border);border-radius:16px;background:rgb(var(--surface-2-rgb)/.28)}.home-team-consent-row{display:flex;align-items:flex-start;gap:9px;color:var(--ink);font-size:13px;line-height:1.45;cursor:pointer}.home-team-consent-row input{margin-top:2px}.home-team-region-fields{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:9px;gap:9px}.home-team-region-actions{display:flex;flex-wrap:wrap;gap:8px}.home-team-region-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.home-team-region-metrics>div{display:grid;grid-gap:2px;gap:2px;padding:11px;border-radius:13px;background:rgb(var(--surface-rgb)/.55)}.home-team-region-metrics strong{color:var(--ink);font-size:17px}.home-team-region-metrics span{color:var(--ink-soft);font-size:10px}.home-team-region-distributions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.home-team-region-distributions>div>strong{color:var(--ink);font-size:12px}.home-team-region-distributions ul{display:grid;grid-gap:5px;gap:5px;margin:8px 0 0;padding:0;list-style:none}.home-team-region-distributions li{display:flex;justify-content:space-between;gap:10px;color:var(--ink-soft);font-size:11px}.home-team-region-distributions li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-team-region-distributions li b{color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-account-value{margin:0;font-size:16px;font-weight:600;color:var(--ink)}.home-account-toast{padding:12px 16px;border-radius:14px;background:rgb(14 165 233/.12);color:var(--brand-2);font-size:13px;font-weight:500;border:1px solid rgb(14 165 233/.2)}.home-account-toast.error{background:rgb(239 68 68/.12);color:#ef4444;border-color:rgb(239 68 68/.2)}.home-account-save-btn{margin-top:4px}.home-account-bg-row{display:flex;flex-wrap:wrap;align-items:center;gap:18px}.home-account-bg-preview{width:160px;height:100px;border-radius:18px;border:1px solid var(--card-border);background:rgb(var(--surface-2-rgb)/.5);background-size:cover;background-position:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--ink-soft);font-size:13px;font-weight:500;flex-shrink:0}.home-account-bg-actions{display:flex;flex-wrap:wrap;gap:10px}.home-settings-scroll .stack{display:flex;flex-direction:column;gap:12px}.home-settings-scroll .row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.home-settings-scroll .field{padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:var(--input-bg);color:var(--ink);font-size:14px;outline:none;min-width:120px}.home-settings-scroll .field:focus{border-color:var(--brand-2)}.home-settings-scroll select.field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--ink-soft) 50%),linear-gradient(135deg,var(--ink-soft) 50%,transparent 50%);background-position:calc(100% - 14px) 14px,calc(100% - 10px) 14px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:28px}.home-settings-scroll textarea.field{resize:vertical;font-family:inherit}.home-settings-scroll .range-field{width:100%;accent-color:var(--brand-2)}.home-settings-scroll .tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:rgb(var(--surface-2-rgb)/.6);color:var(--ink-soft);font-size:12px;font-weight:500}.home-settings-scroll .tag.active{background:var(--accent);color:var(--accent-text)}.home-settings-scroll .panel{padding:12px;border-radius:12px;background:rgb(var(--surface-2-rgb)/.35);border:1px solid var(--card-border);display:flex;flex-direction:column;gap:10px}.home-settings-scroll .code{padding:6px 10px;border-radius:6px;background:rgb(var(--surface-2-rgb)/.6);color:var(--ink);word-break:break-all}.home-settings-scroll .code,.home-settings-scroll .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.home-settings-scroll .mono{color:var(--ink-soft)}.home-settings-scroll .muted{color:var(--ink-soft);font-size:13px}.home-settings-scroll .member-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:10px;gap:10px;padding:10px 12px;border-radius:12px;background:rgb(var(--surface-2-rgb)/.35);border:1px solid var(--card-border)}.home-settings-scroll .member-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.home-settings-scroll .member-meta strong{font-size:14px;font-weight:600}.home-settings-scroll .member-meta span{font-size:12px;color:var(--ink-soft);word-break:break-word}.home-settings-scroll .toggle-row{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-soft)}.home-settings-scroll .audit-type{font-weight:700;letter-spacing:.02em}.home-settings-scroll .template-presets-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.home-settings-scroll .template-card{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:12px;border:1px solid var(--card-border);background:rgb(var(--surface-2-rgb)/.35);text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease}.home-settings-scroll .template-card:hover{background:rgb(var(--surface-2-rgb)/.6);border-color:var(--border)}.home-settings-scroll .template-card h4{margin:0;font-size:14px;color:var(--ink)}.home-settings-scroll .template-card p{margin:0;color:var(--ink-soft);font-size:12px}.home-settings-scroll .template-preview{margin-top:12px;padding:12px;border-radius:12px;border:1px solid var(--card-border);background:rgb(var(--surface-2-rgb)/.25);display:flex;flex-direction:column;gap:10px}.home-settings-scroll .preview-label{font-size:12px;color:var(--ink-soft)}.home-settings-scroll .preview-empty,.home-settings-scroll .preview-html,.home-settings-scroll .preview-text{background:rgb(var(--surface-rgb)/.6);border-radius:10px;padding:10px;border:1px solid var(--card-border)}.home-settings-scroll .preview-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;white-space:pre-wrap;margin:0}.home-settings-scroll .preview-empty{color:var(--ink-soft);font-size:12px}.home-settings-scroll ul{margin:0;padding-left:18px;color:var(--ink-soft);font-size:13px}.home-settings-scroll li{margin:4px 0}@media (max-width:640px){.home-settings-scroll .member-row{grid-template-columns:1fr}.home-settings-scroll .row{flex-direction:column;align-items:stretch}.home-settings-scroll .row .btn,.home-settings-scroll .row .field,.home-settings-scroll .row select{width:100%}}.home-dashboard-tab{display:grid;grid-gap:20px;gap:20px;align-content:start}.home-dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.home-dashboard-stat{display:grid;grid-gap:8px;gap:8px;padding:16px;border-radius:18px;background:rgb(var(--surface-rgb)/.45);border:1px solid var(--card-border);transition:transform .15s ease,background .15s ease}.home-dashboard-stat:hover{transform:translateY(-2px);background:rgb(var(--surface-rgb)/.6)}.home-dashboard-stat.wide{grid-column:1/-1}.home-dashboard-stat-icon{width:20px;height:20px;color:var(--brand-2)}.home-dashboard-stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft)}.home-dashboard-stat-value{font-size:26px;font-weight:700;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.home-dashboard-stat-value.mono{font-size:12px;font-weight:500;word-break:break-all;color:var(--ink-soft)}.home-dashboard-actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px}.home-dashboard-action{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 12px;border-radius:18px;border:1px solid var(--card-border);background:rgb(var(--surface-rgb)/.4);color:var(--ink);text-decoration:none;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.home-dashboard-action:hover{transform:translateY(-3px);background:rgb(var(--surface-rgb)/.65);border-color:var(--brand-2)}.home-dashboard-action-icon{width:24px;height:24px;color:var(--brand-2)}.home-dashboard-action-label{font-size:12px;font-weight:600;text-align:center}.home-navigation-tab{min-height:0}.home-navigation-tab .nav-page-header{padding-top:0}.home-dashboard-timeline{margin:0;padding:0;list-style:none;display:grid;grid-gap:0;gap:0}.home-dashboard-timeline-item{position:relative;display:flex;align-items:flex-start;gap:14px;padding:12px 0}.home-dashboard-timeline-dot{width:10px;height:10px;border-radius:999px;background:var(--brand-2);margin-top:6px;flex-shrink:0;box-shadow:0 0 0 3px rgba(34,211,238,.15)}.home-dashboard-timeline-line{position:absolute;left:4px;top:24px;bottom:-6px;width:2px;background:var(--card-border)}.home-dashboard-timeline-content{display:flex;flex-wrap:wrap;align-items:center;gap:8px;flex:1 1;min-width:0}.home-dashboard-timeline-type{font-size:14px;font-weight:600;color:var(--ink)}.home-dashboard-timeline-entity{font-size:11px;color:var(--ink-soft);background:rgb(var(--surface-2-rgb)/.6);padding:2px 8px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.home-dashboard-timeline-time{font-size:12px;color:var(--ink-soft);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-integrations-download-card{display:flex;align-items:center;gap:16px;padding:18px 22px;border-radius:20px;border:1px solid var(--card-border);background:rgb(var(--surface-rgb)/.55);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 10px 34px rgba(15,23,42,.08);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.home-integrations-download-card:hover{transform:translateY(-2px);background:rgb(var(--surface-rgb)/.75);box-shadow:0 14px 40px rgba(15,23,42,.12)}.home-integrations-download-icon{width:44px;height:44px;border-radius:14px;background:var(--accent);color:var(--accent-text);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.home-integrations-download-icon svg{width:22px;height:22px}.home-integrations-download-text{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.home-integrations-download-text strong{font-size:15px;font-weight:700;color:var(--ink)}.home-integrations-download-text span{font-size:13px;color:var(--ink-soft)}.home-integrations-download-arrow{width:20px;height:20px;color:var(--ink-soft);flex-shrink:0}.home-integrations-endpoint{display:grid;grid-gap:8px;gap:8px}.home-integrations-endpoint label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.home-integrations-code{display:block;padding:12px 14px;border-radius:14px;background:rgb(var(--surface-2-rgb)/.5);border:1px solid var(--card-border);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;color:var(--ink);word-break:break-all}.home-integrations-form{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}.home-integrations-field{display:grid;grid-gap:8px;gap:8px;flex:1 1 180px;min-width:0}.home-integrations-field label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.home-integrations-field input,.home-integrations-field select{width:100%;padding:11px 14px;border-radius:14px;border:1px solid var(--card-border);background:rgb(var(--surface-2-rgb)/.5);color:var(--ink);font-size:14px;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.home-integrations-field input:focus,.home-integrations-field select:focus{border-color:var(--brand-2);background:rgb(var(--surface-rgb)/.8);box-shadow:0 0 0 3px rgba(34,211,238,.12)}.home-integrations-field-sm{flex:0 0 100px}.home-integrations-submit{display:flex;align-items:flex-end;flex:0 0 auto}.home-integrations-submit .btn{height:42px;white-space:nowrap}.home-integrations-toggle{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:rgb(var(--surface-2-rgb)/.35);border:1px solid var(--card-border);cursor:pointer;font-size:14px;font-weight:500;color:var(--ink)}.home-integrations-toggle input{width:18px;height:18px;accent-color:var(--brand-2);cursor:pointer}.home-integrations-result{display:grid;grid-gap:14px;gap:14px;padding:20px;border-radius:18px;border:2px solid var(--brand-2);background:rgb(34 211 238/.08);box-shadow:0 0 0 4px rgba(34,211,238,.08),0 12px 32px rgba(15,23,42,.1);animation:home-fade-in .25s ease}.home-integrations-result-head{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--brand-2)}.home-integrations-result-head svg{width:18px;height:18px;flex-shrink:0}.home-integrations-result-actions .btn{display:inline-flex;align-items:center;gap:8px}.home-integrations-result-actions .btn svg{width:16px;height:16px}@keyframes home-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.home-integrations-result-actions{display:flex;flex-wrap:wrap;gap:10px}.home-integrations-tokens{display:grid;grid-gap:12px;gap:12px}.home-integrations-tokens>label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.home-integrations-token-list{display:grid;grid-gap:12px;gap:12px}.home-integrations-token{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;border-radius:16px;background:rgb(var(--surface-rgb)/.45);border:1px solid var(--card-border)}.home-integrations-token>.btn{flex-shrink:0}.home-integrations-token-main{display:grid;grid-gap:10px;gap:10px;flex:1 1;min-width:0}.home-integrations-token-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.home-integrations-token-head strong{font-size:15px;font-weight:700;color:var(--ink)}.home-integrations-token-meta span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-integrations-token-status{padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.home-integrations-token-status.active{background:rgb(34 197 94/.15);color:#16a34a}.home-integrations-token-status.revoked{background:rgb(239 68 68/.12);color:#ef4444}.home-integrations-token-meta{display:flex;flex-wrap:wrap;gap:6px 20px}.home-integrations-token-meta span{font-size:12px;color:var(--ink-soft);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.home-integrations-audit-count{margin-left:auto;font-size:12px;font-weight:600;color:var(--ink-soft)}.home-integrations-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.home-integrations-filter-group{display:inline-flex;gap:4px;padding:4px;border-radius:12px;background:rgb(var(--surface-2-rgb)/.4);border:1px solid var(--card-border)}.home-integrations-filter-group .btn{border:none;background:transparent;font-size:13px;padding:6px 12px;border-radius:10px}.home-integrations-filter-group .btn.active{background:var(--accent);color:var(--accent-text)}.home-integrations-filters input,.home-integrations-filters select{padding:9px 12px;border-radius:12px;border:1px solid var(--card-border);background:rgb(var(--surface-2-rgb)/.5);color:var(--ink);font-size:13px;outline:none}.home-integrations-filters input:focus,.home-integrations-filters select:focus{border-color:var(--brand-2)}.home-integrations-logs{display:grid;grid-gap:10px;gap:10px;min-width:0}.home-integrations-log{padding:14px;border-radius:16px;background:rgb(var(--surface-rgb)/.45);border:1px solid var(--card-border)}.home-integrations-log-header{display:flex;flex-wrap:wrap}.home-integrations-log-source{padding:2px 8px;border-radius:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.home-integrations-log-source.quick_add{background:rgb(14 165 233/.12);color:var(--brand-2)}.home-integrations-log-source.sync{background:rgb(168 85 247/.12);color:#a855f7}.home-integrations-log-source.log{background:rgb(100 116 139/.15);color:#64748b}.home-integrations-log-source.other{background:rgb(249 115 22/.12);color:#f97316}.home-integrations-log-header .mono{font-size:12px;color:var(--ink-soft)}.home-integrations-log-header strong{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;color:var(--ink)}.home-integrations-log-detail{display:grid;grid-gap:8px;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--card-border)}.home-integrations-log-detail .mono{font-size:12px;color:var(--ink-soft)}.home-integrations-log-json{margin:0;padding:12px;border-radius:10px;background:rgb(var(--surface-2-rgb)/.5);border:1px solid var(--card-border);font-size:12px;white-space:pre-wrap;word-break:break-all;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.home-integrations-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;min-width:0;gap:12px;padding-top:8px}.home-integrations-pagination .mono{font-size:13px;font-weight:600;color:var(--ink)}.home-integrations-audit-subtitle{margin:4px 0 0;color:var(--ink-soft);font-size:11px;font-weight:400}.home-integrations-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr));align-items:end;min-width:0;padding:14px;border:1px solid var(--card-border);border-radius:16px;background:rgb(var(--surface-2-rgb)/.3)}.home-integrations-filter-field{display:grid;grid-gap:7px;gap:7px;min-width:0}.home-integrations-filter-field>span{color:var(--ink-soft);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.home-integrations-filter-field input,.home-integrations-filter-field select{box-sizing:border-box;width:100%;min-width:0}.home-integrations-filter-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0}.home-integrations-filter-group .btn{min-width:0;padding-inline:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-integrations-filter-actions{display:flex;justify-content:flex-end;gap:8px;grid-column:1/-1;padding-top:2px}.home-integrations-audit-empty{display:grid;place-items:center;grid-gap:5px;gap:5px;min-height:150px;padding:28px;border:1px dashed var(--card-border);border-radius:16px;background:rgb(var(--surface-2-rgb)/.2);text-align:center}.home-integrations-audit-empty strong{color:var(--ink);font-size:14px}.home-integrations-audit-empty span{color:var(--ink-soft);font-size:12px}.home-integrations-log{position:relative;box-sizing:border-box;min-width:0;width:100%;padding:15px 16px;overflow:hidden}.home-integrations-log:before{position:absolute;top:12px;bottom:12px;left:0;width:3px;border-radius:0 999px 999px 0;background:#64748b;content:""}.home-integrations-log.source-quick_add:before{background:var(--brand-2)}.home-integrations-log.source-sync:before{background:#a855f7}.home-integrations-log.source-other:before{background:#f97316}.home-integrations-log-header{display:grid;grid-template-columns:38px minmax(0,1fr) 112px auto;align-items:center;grid-gap:12px;gap:12px;min-width:0}.home-integrations-log-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:rgb(100 116 139/.12);color:#64748b;font-size:12px;font-weight:900}.home-integrations-log-mark.quick_add{background:rgb(14 165 233/.12);color:var(--brand-2)}.home-integrations-log-mark.sync{background:rgb(168 85 247/.12);color:#a855f7}.home-integrations-log-mark.other{background:rgb(249 115 22/.12);color:#f97316}.home-integrations-log-main{display:grid;grid-gap:7px;gap:7px;min-width:0}.home-integrations-log-title-row{display:flex;align-items:center;gap:9px;min-width:0}.home-integrations-log-title-row strong{min-width:0;flex:1 1;overflow-wrap:anywhere;color:var(--ink);font-size:13px;font-weight:700;line-height:1.45;white-space:normal}.home-integrations-log-meta{display:flex;flex-wrap:wrap;gap:5px 14px;color:var(--ink-soft);font-size:10px}.home-integrations-log-time{display:grid;grid-gap:2px;gap:2px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-integrations-log-time strong{color:var(--ink);font-size:11px;font-weight:700}.home-integrations-log-time span{color:var(--ink-soft);font-size:10px}.home-integrations-log-toggle{box-sizing:border-box;min-width:64px}.home-integrations-log-detail{margin:14px 0 0 50px}.home-integrations-log-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0}.home-integrations-log-fields>div{min-width:0;padding:10px 12px;border:1px solid var(--card-border);border-radius:11px;background:rgb(var(--surface-2-rgb)/.32)}.home-integrations-log-fields dt{margin-bottom:4px;color:var(--ink-soft);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.home-integrations-log-fields dd{margin:0;overflow-wrap:anywhere;color:var(--ink);font-size:11px}.home-integrations-log-raw{overflow:hidden;border:1px solid var(--card-border);border-radius:11px;background:rgb(var(--surface-2-rgb)/.25)}.home-integrations-log-raw summary{padding:10px 12px;color:var(--ink-soft);font-size:11px;font-weight:700;cursor:pointer}.home-integrations-log-raw .home-integrations-log-json{border:0;border-top:1px solid var(--card-border);border-radius:0}@container (max-width: 760px){.home-integrations-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.home-integrations-filter-actions,.home-integrations-filter-source{grid-column:1/-1}.home-integrations-log-header{grid-template-columns:36px minmax(0,1fr) auto;align-items:start}.home-integrations-log-main{align-self:center}.home-integrations-log-time{grid-column:2;text-align:left}.home-integrations-log-toggle{grid-column:3;grid-row:1/span 2;align-self:center}.home-integrations-log-detail{margin-left:48px}}@container (max-width: 520px){.home-integrations-filters{grid-template-columns:minmax(0,1fr)}.home-integrations-filter-actions,.home-integrations-filter-field,.home-integrations-filter-source{grid-column:1}.home-integrations-filter-actions{justify-content:stretch}.home-integrations-filter-actions .btn{min-width:0;flex:1 1}.home-integrations-log-header{grid-template-columns:34px minmax(0,1fr)}.home-integrations-log-time{grid-column:2}.home-integrations-log-toggle{grid-column:1/-1;grid-row:auto;width:100%}.home-integrations-log-detail{margin-left:0}}@media (max-width:900px){.home-settings-modal{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0}.home-settings-layout{grid-template-columns:220px 1fr}.home-settings-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-settings-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr}.home-settings-sidebar{border-right:none;border-bottom:1px solid var(--card-border);padding:14px;gap:10px}.home-settings-nav{flex-direction:row;overflow-x:auto;gap:8px;padding-bottom:4px}.home-settings-nav-item{flex-direction:column;gap:4px;min-width:72px;padding:10px;text-align:center}.home-settings-nav-text{align-items:center}.home-settings-nav-desc,.home-settings-sidebar-footer{display:none}.home-settings-grid-2,.home-settings-grid-3{grid-template-columns:1fr}.home-settings-scroll{padding:16px}.home-integrations-form{grid-template-columns:repeat(3,1fr)}.home-integrations-token-meta{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.home-dashboard-actions,.home-dashboard-stats{grid-template-columns:repeat(2,1fr)}.home-account-bg-row{flex-direction:column;align-items:stretch}.home-account-bg-preview{width:100%}.home-integrations-form{grid-template-columns:1fr}.home-integrations-submit .btn{width:100%}.home-integrations-token{flex-direction:column;align-items:stretch}.home-integrations-token-meta{grid-template-columns:1fr}.home-integrations-filters>*{width:100%}.home-integrations-filter-group{justify-content:stretch}.home-integrations-filter-group .btn{flex:1 1}.home-integrations-log-header{flex-direction:column;align-items:flex-start}.home-integrations-log-header strong{white-space:normal}}@media (max-width:900px){.home-team-overview{grid-template-columns:1fr}.home-team-stats{width:100%}.home-team-grid,.home-team-invite-form,.home-team-region-layout{grid-template-columns:1fr}.home-integrations-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.home-integrations-filters>*{width:auto}.home-integrations-filter-actions,.home-integrations-filter-source{grid-column:1/-1}.home-integrations-log-header{grid-template-columns:36px minmax(0,1fr) auto;align-items:start}.home-integrations-log-main{align-self:center}.home-integrations-log-time{grid-column:2;text-align:left}.home-integrations-log-toggle{grid-column:3;grid-row:1/span 2;align-self:center}.home-integrations-log-detail{margin-left:48px}}@media (max-width:640px){.home-team-card,.home-team-overview{padding:16px}.home-team-region-metrics,.home-team-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.home-team-stat{min-width:0;padding:10px 6px}.home-team-member,.home-team-tenant{flex-wrap:wrap}.home-team-item-copy{min-width:calc(100% - 52px)}.home-team-role{max-width:none;flex:1 1}.home-integrations-filters,.home-integrations-log-fields,.home-team-region-distributions,.home-team-region-fields{grid-template-columns:1fr}.home-integrations-filter-actions,.home-integrations-filter-field,.home-integrations-filter-source{grid-column:1}.home-integrations-filter-actions{justify-content:stretch}.home-integrations-filter-actions .btn{flex:1 1}.home-integrations-log-header{grid-template-columns:34px minmax(0,1fr)}.home-integrations-log-toggle{grid-column:1/-1;grid-row:auto;width:100%}.home-integrations-log-time{grid-column:2}.home-integrations-log-detail{margin-left:0}}.home-favorites{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-gap:10px;gap:10px;padding:10px 20px 18px;background:rgb(var(--surface-rgb)/.85);border-top:1px solid var(--card-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:translateY(calc(100% - 40px));transition:transform .25s ease}.home-favorites:hover{transform:translateY(0)}.home-favorites-label{font-size:12px;font-weight:700;color:var(--ink-soft);text-align:center;letter-spacing:.05em}.home-favorites-list{display:flex;gap:14px;overflow-x:auto;justify-content:center;padding-bottom:4px}.home-favorites-item{display:flex;flex-direction:column;align-items:center;gap:6px;width:64px;color:var(--ink);text-decoration:none;flex-shrink:0;transition:transform .15s ease}.home-favorites-item:hover{transform:translateY(-3px)}.home-favorites-icon{width:40px;height:40px;border-radius:12px;background:rgb(var(--surface-rgb)/.6);border:1px solid var(--card-border);display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.home-favorites-icon img{width:22px;height:22px;object-fit:contain}.home-favorites-title{font-size:11px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;color:var(--ink)}@media (max-width:640px){.home-top-row{grid-template-columns:1fr;justify-items:center}.home-top-row .home-month-calendar{justify-self:center}.home-favorites{padding:8px 12px 14px}.home-favorites-list{justify-content:flex-start}}.home-servers{width:100%;max-width:1200px;display:grid;grid-gap:16px;gap:16px}.home-servers-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-servers-title{font-size:16px;font-weight:700;color:var(--ink);margin:0}.home-servers-empty{padding:28px 20px;border-radius:16px;border:1px dashed var(--card-border);color:var(--ink-soft);font-size:14px;text-align:center}.home-servers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,340px));grid-gap:28px;gap:28px;width:100%;justify-content:center}.home-server-workspace{width:340px;max-width:100%;display:flex;align-items:center;justify-content:center;gap:20px;justify-self:center;min-width:0}.home-server-workspace.terminal-open{grid-column:1/-1;width:min(100%,900px);animation:home-server-workspace-open .24s ease-out}.home-server-orb{--server-cpu:#31d493;--server-mem:#8b5cf6;--server-up:#16c98d;--server-down:#2f8ff4;--server-success:#19c98b;--server-warning:#f59e0b;--server-danger:#ef4444;--orb-size:340px;position:relative;width:var(--orb-size);height:var(--orb-size);border-radius:50%;background:radial-gradient(circle at 34% 25%,rgba(255,255,255,.96) 0,rgba(255,255,255,.36) 34%,transparent 61%),linear-gradient(145deg,rgb(var(--surface-rgb)/.88),rgb(var(--surface-2-rgb)/.72));border:2px solid rgba(255,255,255,.76);box-shadow:inset 0 0 36px rgba(255,255,255,.65),inset 0 -22px 38px rgba(105,120,210,.08),0 20px 52px rgba(54,65,120,.16),0 0 24px rgba(139,92,246,.12);padding:34px 40px 18px;display:grid;grid-template-rows:58px 22px 124px 68px;grid-gap:4px;gap:4px;transition:transform .18s ease,box-shadow .18s ease;overflow:visible;isolation:isolate;backdrop-filter:blur(22px) saturate(1.15);-webkit-backdrop-filter:blur(22px) saturate(1.15);cursor:pointer}.home-server-orb:focus-visible{outline:3px solid rgba(47,143,244,.42);outline-offset:5px}.home-server-orb.terminal-connecting:before{border-color:rgba(96,165,250,.78);animation:home-server-ssh-ring .9s linear infinite}.home-server-orb.terminal-connected{box-shadow:inset 0 0 40px rgba(255,255,255,.72),inset 0 -22px 38px rgba(105,120,210,.1),0 24px 60px rgba(54,65,120,.2),0 0 28px rgba(25,201,139,.24)}.home-server-orb.terminal-connected:before{border-color:rgba(25,201,139,.7);box-shadow:inset 0 0 0 1px rgba(25,201,139,.18),0 0 16px rgba(25,201,139,.42)}.home-server-orb.terminal-error:before{border-color:rgba(239,68,68,.72);box-shadow:0 0 16px rgba(239,68,68,.35)}.home-server-orb-terminal-state{position:absolute;left:50%;bottom:9px;z-index:12;transform:translateX(-50%);max-width:210px;padding:3px 9px;overflow:hidden;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:rgb(var(--surface-rgb)/.72);color:var(--server-down);box-shadow:0 4px 12px rgba(47,143,244,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:7px;font-weight:800;letter-spacing:.1em;line-height:1.2;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.terminal-connected .home-server-orb-terminal-state{color:var(--server-success)}.terminal-error .home-server-orb-terminal-state{color:var(--server-danger)}@keyframes home-server-ssh-ring{0%{box-shadow:inset 0 0 0 1px rgba(96,165,250,.15),0 -9px 14px rgba(96,165,250,.52),9px 0 14px rgba(139,92,246,.22)}50%{box-shadow:inset 0 0 0 1px rgba(139,92,246,.18),0 9px 14px rgba(139,92,246,.48),-9px 0 14px rgba(49,212,147,.22)}to{box-shadow:inset 0 0 0 1px rgba(96,165,250,.15),0 -9px 14px rgba(96,165,250,.52),9px 0 14px rgba(139,92,246,.22)}}@keyframes home-server-workspace-open{0%{opacity:.72;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}.home-server-terminal{width:min(520px,calc(100% - 360px));height:340px;min-width:360px;overflow:hidden;display:grid;grid-template-rows:38px minmax(0,1fr);border:1px solid rgba(125,211,252,.24);border-radius:22px;background:radial-gradient(circle at 88% 0,rgba(47,143,244,.13),transparent 38%),rgba(5,12,25,.92);color:#d8e7ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 22px 54px rgba(15,23,42,.3),0 0 24px rgba(47,143,244,.12);backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%);animation:home-server-terminal-in .24s ease-out}.home-server-terminal-header{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;padding:0 12px;border-bottom:1px solid rgba(148,163,184,.14);background:rgba(255,255,255,.025)}.home-server-terminal-lights{display:inline-flex;gap:5px}.home-server-terminal-lights i{width:7px;height:7px;border-radius:50%}.home-server-terminal-lights .red{background:#fb7185}.home-server-terminal-lights .yellow{background:#fbbf24}.home-server-terminal-lights .green{background:#34d399}.home-server-terminal-title{overflow:hidden;color:#b9c9e3;font:600 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.home-server-terminal-status{color:#34d399;font:800 8px/1 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.08em}.home-server-terminal-status.closed{color:#fb7185}.home-server-terminal-header>button{width:24px;height:24px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.06);color:#b9c9e3;cursor:pointer}.home-server-terminal-screen{min-height:0;margin:12px 8px 24px 13px;overflow:hidden;cursor:text}.home-server-terminal-screen .xterm{height:100%;padding:0}.home-server-terminal-screen .xterm-viewport{background:transparent!important;scrollbar-width:thin;scrollbar-color:rgba(96,165,250,.38) transparent}.home-server-terminal-screen .xterm-screen{outline:none}@keyframes home-server-terminal-in{0%{opacity:0;transform:translateX(-18px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@media (max-width:900px){.home-server-workspace.terminal-open{flex-direction:column;width:100%}.home-server-terminal{width:min(100%,520px);min-width:0;height:300px}}.home-server-orb:before{inset:4px;z-index:-1;border-radius:inherit;border:1px solid rgba(255,255,255,.78);box-shadow:inset 0 0 0 1px rgba(126,153,255,.16),0 0 12px rgba(122,174,255,.26)}.home-server-orb:after,.home-server-orb:before{content:"";position:absolute;pointer-events:none}.home-server-orb:after{inset:12% 8% 3%;z-index:-2;border-radius:50%;background:rgba(92,104,190,.18);filter:blur(30px)}.home-server-orb:hover{transform:translateY(-4px) scale(1.01);box-shadow:inset 0 0 40px rgba(255,255,255,.72),inset 0 -22px 38px rgba(105,120,210,.1),0 26px 62px rgba(54,65,120,.2),0 0 30px rgba(139,92,246,.16)}html[data-theme=dark] .home-server-orb{background:radial-gradient(circle at 34% 25%,rgba(255,255,255,.13) 0,transparent 48%),linear-gradient(145deg,rgb(var(--surface-rgb)/.78),rgb(var(--surface-2-rgb)/.62));border-color:rgba(211,222,255,.3);box-shadow:inset 0 0 36px rgba(255,255,255,.07),inset 0 -22px 38px rgba(90,72,190,.12),0 20px 52px rgba(0,0,0,.28),0 0 24px rgba(139,92,246,.12)}.home-server-orb.offline{filter:grayscale(.6);opacity:.85}.home-server-orb-menu{position:absolute;top:24px;right:30px;z-index:10}.home-server-orb-menu-btn{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.72);background:linear-gradient(145deg,rgba(255,255,255,.74),rgb(var(--surface-rgb)/.5));color:var(--ink-soft);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(14px) saturate(135%);-webkit-backdrop-filter:blur(14px) saturate(135%);transition:transform .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 5px 14px rgba(72,82,145,.14),0 0 12px rgba(124,112,255,.08)}.home-server-orb-menu-btn svg{width:14px;height:14px}.home-server-orb-menu-btn:hover{transform:translateY(-1px);background:linear-gradient(145deg,rgba(255,255,255,.9),rgb(var(--surface-rgb)/.68));color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 7px 18px rgba(72,82,145,.18),0 0 16px rgba(124,112,255,.12)}.home-server-orb-menu-btn[aria-expanded=true]{color:var(--server-mem);background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(226,222,255,.62))}.home-server-orb-menu-dropdown{position:absolute;top:38px;right:0;min-width:108px;padding:6px;border-radius:16px;border:1px solid rgba(255,255,255,.68);background:radial-gradient(circle at 18% 0,rgba(255,255,255,.82),transparent 58%),linear-gradient(145deg,rgb(var(--surface-rgb)/.82),rgb(var(--surface-2-rgb)/.68));box-shadow:inset 0 1px 0 rgba(255,255,255,.66),0 14px 34px rgba(54,65,120,.2),0 0 20px rgba(124,112,255,.1);backdrop-filter:blur(22px) saturate(145%);-webkit-backdrop-filter:blur(22px) saturate(145%);display:grid;grid-gap:3px;gap:3px;animation:home-server-menu-in .16s ease-out;transform-origin:top right}.home-server-orb-menu-dropdown button{min-height:34px;padding:7px 10px;border:none;border-radius:10px;background:transparent;color:var(--ink);font-size:12px;font-weight:700;text-align:left;cursor:pointer;display:flex;align-items:center;gap:9px;transition:background .14s ease,color .14s ease,transform .14s ease}.home-server-orb-menu-dropdown button svg{width:16px;height:16px;flex:0 0 auto}.home-server-orb-menu-dropdown button:hover{color:var(--server-down);background:linear-gradient(90deg,rgba(76,151,255,.13),rgba(139,92,246,.08));transform:translateX(1px)}.home-server-orb-menu-dropdown button.danger{color:var(--server-danger)}.home-server-orb-menu-dropdown button.danger:hover{background:rgba(239,68,68,.1)}html[data-theme=dark] .home-server-orb-menu-btn{border-color:rgba(211,222,255,.24);background:linear-gradient(145deg,rgba(255,255,255,.12),rgb(var(--surface-rgb)/.56))}html[data-theme=dark] .home-server-orb-menu-dropdown{border-color:rgba(211,222,255,.22);background:radial-gradient(circle at 18% 0,rgba(255,255,255,.12),transparent 58%),linear-gradient(145deg,rgb(var(--surface-rgb)/.88),rgb(var(--surface-2-rgb)/.78));box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 14px 34px rgba(0,0,0,.3),0 0 20px rgba(124,112,255,.1)}@keyframes home-server-menu-in{0%{opacity:0;transform:translateY(-4px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.home-server-orb-menu-dropdown{animation:none}}.home-server-orb-top{display:grid;grid-gap:1px;gap:1px;justify-items:center;text-align:center;line-height:1.1}.home-server-orb-cloud{width:27px;height:23px;color:#82a5ff;filter:drop-shadow(0 3px 7px rgba(96,130,246,.24));animation:home-server-cloud-breathe 2.1s ease-in-out infinite}.home-server-orb-cloud-outline{opacity:.76}.home-server-orb-ecg-line{stroke-dasharray:33;stroke-dashoffset:33;filter:drop-shadow(0 0 3px rgba(96,165,250,.72));animation:home-server-ecg-trace 1.45s linear infinite}.home-server-orb-network-line{display:flex;align-items:baseline;justify-content:center;gap:6px;white-space:nowrap}.home-server-orb-network-line strong{font-size:21px;font-weight:800;letter-spacing:-.03em;color:var(--ink)}.home-server-orb-network-line span{font-size:9px;font-weight:700;letter-spacing:.03em;color:var(--ink-soft)}.home-server-orb-network-breakdown{display:flex;justify-content:center;gap:9px;color:var(--ink-soft);font-size:7px;font-weight:700;line-height:1;white-space:nowrap}.home-server-orb-network-breakdown i{margin-right:2px;font-size:9px;font-style:normal;font-weight:900}.home-server-orb-network-breakdown .inbound i{color:var(--server-down)}.home-server-orb-network-breakdown .outbound i{color:var(--server-success)}@keyframes home-server-ecg-trace{0%{stroke-dashoffset:33;opacity:.18}22%,72%{opacity:1}to{stroke-dashoffset:-33;opacity:.18}}@keyframes home-server-cloud-breathe{0%,to{opacity:.72;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@media (prefers-reduced-motion:reduce){.home-server-orb-cloud,.home-server-orb-ecg-line{animation:none}}.home-server-orb-status-row{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;grid-gap:10px;gap:10px;font-size:12px;font-weight:700;color:var(--ink-soft)}.home-server-orb-metric-title:last-child{text-align:right}.home-server-orb-online{display:grid;grid-template-columns:minmax(8px,1fr) auto auto minmax(8px,1fr);align-items:center;justify-content:center;grid-gap:6px;gap:6px;font-size:10px;font-weight:700;color:var(--server-success)}.home-server-orb-online:after,.home-server-orb-online:before{content:"";height:1px;background:linear-gradient(90deg,transparent,rgba(126,139,170,.25))}.home-server-orb-online:after{background:linear-gradient(90deg,rgba(126,139,170,.25),transparent)}.home-server-orb-online .dot{width:8px;height:8px;border-radius:50%;background:var(--server-success);box-shadow:0 0 6px var(--server-success)}.home-server-orb-online.off{color:var(--ink-soft)}.home-server-orb-online.off .dot{background:var(--server-danger);box-shadow:none}.home-server-orb-core{display:grid;grid-template-columns:30px minmax(0,1fr) 30px;grid-gap:12px;gap:12px;align-items:center;min-width:0;padding:0}.home-server-orb-bar{display:grid;grid-gap:4px;gap:4px;justify-items:center;height:100%}.home-server-orb-bar-track{position:relative;width:22px;height:88px;border-radius:999px;border:4px solid rgb(var(--surface-rgb)/.78);background:rgb(var(--surface-2-rgb)/.55);box-shadow:inset 0 2px 8px rgba(69,78,120,.1),0 5px 12px rgba(55,64,105,.14);overflow:hidden}.home-server-orb-bar-fill{position:absolute;bottom:0;left:0;right:0;border-radius:999px;transition:height .6s ease}.home-server-orb-bar-fill.cpu{background:linear-gradient(180deg,#55e5ad 0,var(--server-cpu) 100%);box-shadow:0 0 10px rgba(49,212,147,.42)}.home-server-orb-bar-fill.mem{background:linear-gradient(180deg,#c4b5fd 0,var(--server-mem) 100%);box-shadow:0 0 8px rgba(167,139,250,.35)}.home-server-orb-bar-value{font-size:15px;font-weight:800;color:var(--ink);line-height:1}.home-server-orb-bar-label{font-size:8px;font-weight:600;color:var(--ink-soft);letter-spacing:.03em}.home-server-orb-center{display:grid;grid-gap:3px;gap:3px;justify-items:center;text-align:center;min-width:0}.home-server-orb-name{font-size:23px;font-weight:800;letter-spacing:-.035em;color:var(--ink)}.home-server-orb-host,.home-server-orb-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-server-orb-host{font-size:13px;font-weight:600;color:var(--ink-soft)}.home-server-orb-bandwidth{display:grid;grid-gap:4px;gap:4px;margin-top:5px}.home-server-orb-bw{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-column-gap:7px;column-gap:7px;grid-row-gap:0;row-gap:0;font-size:15px;font-weight:800}.home-server-orb-bw svg{width:17px;height:17px;grid-row:1/3}.home-server-orb-bw.up{color:var(--server-up)}.home-server-orb-bw.down{color:var(--server-down)}.home-server-orb-bw-num{line-height:1.1}.home-server-orb-bw-label{font-size:8px;font-weight:600;color:var(--ink-soft);letter-spacing:.03em;line-height:1}.home-server-orb-offline{font-size:10px;color:var(--server-danger);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-server-orb-disk{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;justify-self:center;width:230px;max-width:100%;grid-row-gap:5px;row-gap:5px;padding:0;transform:translateY(-7px)}.home-server-orb-disk-main{display:grid;grid-gap:7px;gap:7px;min-width:0}.home-server-orb-disk-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.home-server-orb-disk-label{font-size:12px;font-weight:700;color:var(--ink-soft)}.home-server-orb-disk-track{width:100%;height:6px;border-radius:999px;background:rgb(var(--surface-2-rgb)/.6);overflow:hidden}.home-server-orb-disk-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#a78bfa);transition:width .6s ease}.home-server-orb-disk-capacity{display:inline-flex;align-items:baseline;justify-content:flex-end;gap:6px;min-width:0;color:var(--ink-soft);font-size:10px;font-weight:700;white-space:nowrap}.home-server-orb-disk-capacity strong{color:var(--ink);font-size:13px;font-weight:800}.home-server-orb-disk-throughput{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;padding:3px 12px 0}.home-server-orb-disk-speed{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:0}.home-server-orb-disk-speed-arrow{font-size:15px;font-weight:900;line-height:1}.home-server-orb-disk-speed>span:last-child{display:grid;min-width:0}.home-server-orb-disk-speed strong{color:var(--ink);font-size:10px;font-weight:800;line-height:1.1;white-space:nowrap}.home-server-orb-disk-speed small{color:var(--ink-soft);font-size:7px;font-weight:700;letter-spacing:.05em;line-height:1.1}.home-server-orb-disk-speed.read .home-server-orb-disk-speed-arrow{color:var(--server-down)}.home-server-orb-disk-speed.write .home-server-orb-disk-speed-arrow{color:var(--server-mem)}@media (max-width:420px){.home-servers-grid{grid-template-columns:minmax(0,1fr)}.home-server-orb{--orb-size:min(300px,calc(100vw - 32px));padding:30px 32px 16px;grid-template-rows:50px 20px 108px 60px}.home-server-orb-name{font-size:20px}.home-server-orb-bar-track{height:76px}.home-server-orb-disk{width:min(210px,calc(100% - 12px));transform:translateY(-5px)}.home-server-orb-disk-throughput{gap:10px;padding-inline:4px}}.home-server-form{position:relative;width:340px;height:340px;max-width:100%;padding:32px 38px 26px;border-radius:50%;border:2px solid rgba(255,255,255,.76);background:radial-gradient(circle at 34% 25%,rgba(255,255,255,.96) 0,rgba(255,255,255,.34) 36%,transparent 62%),linear-gradient(145deg,rgb(var(--surface-rgb)/.9),rgb(var(--surface-2-rgb)/.74));box-shadow:inset 0 0 36px rgba(255,255,255,.62),inset 0 -22px 38px rgba(105,120,210,.08),0 20px 52px rgba(54,65,120,.16),0 0 24px rgba(139,92,246,.12);backdrop-filter:blur(22px) saturate(1.15);-webkit-backdrop-filter:blur(22px) saturate(1.15);display:grid;grid-template-rows:auto 1fr auto;align-content:center;grid-gap:9px;gap:9px;overflow:hidden;isolation:isolate;animation:home-create-form-in .2s ease}.home-server-form:before{content:"";position:absolute;inset:4px;z-index:-1;border-radius:inherit;border:1px solid rgba(255,255,255,.78);box-shadow:inset 0 0 0 1px rgba(126,153,255,.16),0 0 12px rgba(122,174,255,.26);pointer-events:none}html[data-theme=dark] .home-server-form{background:radial-gradient(circle at 34% 25%,rgba(255,255,255,.13) 0,transparent 48%),linear-gradient(145deg,rgb(var(--surface-rgb)/.8),rgb(var(--surface-2-rgb)/.66));border-color:rgba(211,222,255,.3)}.home-server-form-header{display:grid;justify-items:center;grid-gap:1px;gap:1px;text-align:center}.home-server-form-kicker{color:var(--server-down,#2f8ff4);font-size:8px;font-weight:800;letter-spacing:.14em}.home-server-form-header h3{margin:0;color:var(--ink);font-size:18px;font-weight:800;letter-spacing:-.025em}.home-server-form-header p{margin:0;color:var(--ink-soft);font-size:9px;font-weight:600}.home-server-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;grid-gap:6px 8px;gap:6px 8px;min-height:0}.home-server-form-name{grid-column:1/-1}.home-server-form .home-field{gap:2px;min-width:0;color:var(--ink-soft);font-size:9px;font-weight:700}.home-server-form .home-field input{width:100%;min-width:0;height:31px;padding:6px 9px;border-radius:9px;font-size:11px}.home-server-form-test{justify-self:center;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:600;padding:4px 8px;border-radius:7px}.home-server-form-footer{display:grid;justify-items:center;grid-gap:5px;gap:5px}.home-server-form-test.ok{color:#15803d;background:rgba(34,197,94,.12)}html[data-theme=dark] .home-server-form-test.ok{color:#4ade80;background:rgba(34,197,94,.14)}.home-server-form-test.error{color:#b91c1c;background:rgba(239,68,68,.1)}html[data-theme=dark] .home-server-form-test.error{color:#f87171;background:rgba(239,68,68,.12)}.home-server-form-actions{display:flex;justify-content:center;gap:6px}.home-server-form-actions .btn{min-height:29px;padding:5px 10px;border-radius:9px;font-size:10px}@media (max-width:420px){.home-server-form{width:min(300px,calc(100vw - 32px));height:min(300px,calc(100vw - 32px));padding:27px 32px 22px;gap:6px}.home-server-form-header h3{font-size:16px}.home-server-form-header p{display:none}.home-server-form-grid{gap:4px 7px}.home-server-form .home-field input{height:29px}.home-server-form-actions .btn{padding-inline:8px}}.btn-secondary{background:rgb(var(--surface-2-rgb)/.7);color:var(--ink);border:1px solid var(--card-border)}.btn-secondary:hover{background:rgb(var(--surface-2-rgb)/.95)}