body{margin:0;overflow-x:hidden}:root{color-scheme:light;--color-background: #f8fafc;--color-surface: #ffffff;--color-surface-muted: #f1f5f9;--color-foreground: #0f172a;--color-muted-foreground: #64748b;--color-border: #e2e8f0;--color-primary: #4f46e5;--color-primary-strong: #3730a3;--color-brand-cyan: #0891b2;--color-success: #047857;--color-warning: #b45309;--color-danger: #be123c;--focus-ring: #2563eb;--radius-shell: 28px;--radius-rail: 23px;--radius-card: 20px;--radius-control: 12px;--shadow-shell: 0 30px 90px rgba(15, 23, 42, .14);--shadow-card: 0 12px 30px rgba(15, 23, 42, .075);--motion-fast: .16s;--motion-standard: .22s;--page-glow: radial-gradient(circle at 12% 0%, rgba(14, 165, 233, .11), transparent 34%), radial-gradient(circle at 92% 8%, rgba(79, 70, 229, .1), transparent 30%)}*,*:before,*:after{box-sizing:border-box}html{background:var(--color-background)}body{margin:0;min-width:320px;min-height:100vh;background:var(--page-glow),var(--color-background);color:var(--color-foreground);font-family:Segoe UI,Microsoft JhengHei,system-ui,sans-serif}a{color:inherit}button,input{font:inherit}button{touch-action:manipulation}#root{min-height:100vh}.portal-shell{min-height:100dvh;max-width:1440px;margin:0 auto;padding:14px;display:grid;align-content:start;gap:14px;color:var(--color-foreground)}.portal-brand{border:1px solid rgba(226,232,240,.9);border-radius:var(--radius-rail);background:#ffffffd1;box-shadow:var(--shadow-card)}.portal-brand-compact,.workspace-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px}.portal-brand-rail{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px 18px}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;color:#ecfeff;background:linear-gradient(145deg,var(--color-brand-cyan),var(--color-primary));font-size:.78rem;font-weight:800;letter-spacing:.08em}.brand-copy{display:grid;gap:3px;min-width:0}.brand-copy strong{font-size:.98rem;letter-spacing:.01em}.brand-copy span,.brand-user span{color:var(--color-muted-foreground);font-size:.76rem}.brand-user{display:grid;gap:3px;min-width:0}.brand-user strong{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem}.brand-logout{min-height:44px}.workspace-topbar{border-radius:var(--radius-shell);background:linear-gradient(135deg,#fffffff0,#f1f5f9e0);border:1px solid rgba(226,232,240,.9);box-shadow:var(--shadow-shell)}.workspace-topbar h1{margin:2px 0 0;font-size:clamp(1.75rem,4vw,2.85rem);letter-spacing:-.04em}.workspace-topbar p{margin:6px 0 0;color:var(--color-muted-foreground);line-height:1.6}.workspace-topbar-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:10px}.workspace-account{color:var(--color-muted-foreground);font-size:.82rem}.identity-status{display:inline-flex;align-items:center;min-height:32px;padding:7px 10px;border-radius:999px;color:#065f46;background:#d1fae5;font-size:.78rem;font-weight:700}.signed-out-shell,.blocked-shell,.workspace-shell{width:100%}.signed-out-shell{display:grid;place-items:center;min-height:min(72dvh,700px)}.signed-out-panel{width:min(100%,760px);padding:clamp(28px,6vw,68px);border:1px solid rgba(226,232,240,.95);border-radius:var(--radius-shell);background:#ffffffe8;box-shadow:var(--shadow-shell)}.signed-out-copy{display:grid;gap:14px;max-width:560px}.signed-out-copy h1{margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1.08;letter-spacing:-.045em}.signed-out-description,.authorization-note,.signed-out-footnote{color:var(--color-muted-foreground);line-height:1.7}.authorization-note{margin:0;color:var(--color-primary-strong);font-weight:700}.signed-out-footnote{margin:20px 0 0;font-size:.82rem}.workspace-section{padding:clamp(20px,4vw,38px);border:1px solid rgba(226,232,240,.95);border-radius:var(--radius-shell);background:#ffffffd6;box-shadow:var(--shadow-shell)}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.section-heading h2{margin:3px 0 0;font-size:clamp(1.35rem,3vw,2rem);letter-spacing:-.03em}.section-heading p{margin:6px 0 0;color:var(--color-muted-foreground);line-height:1.6}.message-panel{display:grid;gap:10px;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-card)}.message-panel h1,.message-panel h2,.message-panel h3{margin:0}.message-panel p{margin:0;color:var(--color-muted-foreground);line-height:1.7}.message-panel.compact{padding:18px;margin-bottom:16px}.message-panel.danger{border-color:#fda4af;background:#fff1f2}.portal-footer{padding:8px;text-align:center;color:var(--color-muted-foreground);font-size:.8rem}.eyebrow{margin:0;color:var(--color-brand-cyan);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.primary-button,.secondary-button,.secondary-action-button,.brand-logout{min-height:44px;border:0;border-radius:var(--radius-control);padding:10px 15px;cursor:pointer;transition:transform var(--motion-fast) ease,box-shadow var(--motion-fast) ease,background var(--motion-fast) ease}.primary-button{color:#fff;background:linear-gradient(135deg,var(--color-primary),#6366f1);box-shadow:0 9px 18px #4f46e53b}.secondary-button{color:var(--color-primary-strong);background:#eef2ff}.brand-logout,.secondary-action-button{color:var(--color-foreground);border:1px solid var(--color-border);background:var(--color-surface)}.primary-button:hover:not(:disabled),.secondary-button:hover,.secondary-action-button:hover,.brand-logout:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1a}.primary-button:disabled,.secondary-action-button:disabled{cursor:progress;opacity:.62}.primary-button:focus-visible,.secondary-button:focus-visible,.secondary-action-button:focus-visible,.brand-logout:focus-visible,.system-card:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.oauth-button{width:100%;display:inline-flex;justify-content:center;align-items:center;gap:10px;margin-top:26px}.oauth-mark{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;color:var(--color-primary-strong);background:#fff;font-weight:800}.safe-error{margin:22px 0 0;padding:12px 14px;border:1px solid #fda4af;border-radius:var(--radius-control);color:var(--color-danger);background:#fff1f2;line-height:1.6}.system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.system-card{min-height:164px;width:100%;display:grid;grid-template-rows:auto 1fr auto;gap:16px;padding:20px;border:1px solid var(--system-edge, var(--color-border));border-radius:var(--radius-card);color:var(--color-foreground);text-align:left;background:linear-gradient(150deg,var(--color-surface),var(--system-wash, var(--color-surface-muted)));box-shadow:var(--shadow-card);cursor:pointer;transition:transform var(--motion-standard) ease,box-shadow var(--motion-standard) ease,border-color var(--motion-standard) ease}.system-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px #0f172a1f;border-color:var(--system-accent, var(--color-primary))}.system-card-disabled{cursor:default;opacity:.75}.system-card-top{display:flex;align-items:center;gap:10px}.system-card-icon{width:42px;height:42px;padding:9px;border-radius:14px;color:var(--system-accent, var(--color-primary));background:color-mix(in srgb,var(--system-accent, var(--color-primary)) 13%,white)}.system-card-category{color:var(--system-accent, var(--color-primary));font-size:.78rem;font-weight:800}.system-card-body{display:grid;gap:7px;align-content:start}.system-card-body strong{font-size:1.15rem}.system-card-body span{color:var(--color-muted-foreground);line-height:1.55}.system-card-action{color:var(--system-accent, var(--color-primary));font-size:.83rem;font-weight:800}.system-card[data-theme=cyan]{--system-accent: #0891b2;--system-edge: #a5f3fc;--system-wash: #ecfeff}.system-card[data-theme=amber]{--system-accent: #d97706;--system-edge: #fde68a;--system-wash: #fffbeb}.system-card[data-theme=rose]{--system-accent: #e11d48;--system-edge: #fecdd3;--system-wash: #fff1f2}.system-card[data-theme=blue]{--system-accent: #2563eb;--system-edge: #bfdbfe;--system-wash: #eff6ff}.system-card[data-theme=violet]{--system-accent: #7c3aed;--system-edge: #ddd6fe;--system-wash: #f5f3ff}.system-card[data-theme=emerald]{--system-accent: #059669;--system-edge: #a7f3d0;--system-wash: #ecfdf5}.system-card[data-theme=gold]{--system-accent: #a16207;--system-edge: #fde68a;--system-wash: #fefce8}.action-summary-panel{display:grid;gap:14px;margin-bottom:22px;padding:18px;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-card)}.action-summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.action-summary-eyebrow,.action-summary-updated{margin:0;color:var(--color-muted-foreground);font-size:.78rem}.action-summary-header h2{margin:4px 0 0;font-size:1.22rem}.action-summary-header-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.action-summary-metrics{display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:8px}.action-summary-metric{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-height:52px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface-muted)}.action-summary-metric span{color:var(--color-muted-foreground);font-size:.78rem}.action-summary-metric strong{font-size:1.25rem}.action-summary-metric-total{border-color:#c7d2fe;background:#eef2ff}.action-summary-metric-total strong{color:var(--color-primary-strong)}.action-summary-note{margin:0;color:var(--color-muted-foreground);line-height:1.6}.action-summary-note.warning{color:var(--color-warning)}.action-summary-note.danger{color:var(--color-danger)}.action-summary-list{display:grid;gap:10px}.action-summary-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:14px;border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface-muted)}.action-summary-source{width:fit-content;padding:3px 8px;border-radius:999px;color:var(--color-primary-strong);background:#e0e7ff;font-size:.76rem}.action-summary-item h3{margin:7px 0 0;font-size:.98rem}.action-summary-examples{margin:10px 0 0;padding-left:18px;color:var(--color-muted-foreground);line-height:1.6}.action-summary-examples small{display:block}.action-summary-item-action{display:grid;justify-items:end;align-content:space-between;gap:10px}.action-summary-item-action strong{font-size:1.45rem}.skip-link{position:fixed;top:8px;left:8px;z-index:1000;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0);padding:10px 14px;border-radius:var(--radius-control);color:var(--color-foreground);background:#fff;box-shadow:0 0 0 3px var(--focus-ring)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dev-diagnostics{position:fixed;right:18px;bottom:18px;width:min(430px,calc(100vw - 28px));border:1px solid rgba(24,53,59,.18);border-radius:22px;background:#fafcfcf5;box-shadow:0 22px 40px #12272c2e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:30;overflow:hidden}.dev-diagnostics-summary{list-style:none;display:grid;gap:6px;padding:16px 18px;cursor:pointer;background:linear-gradient(160deg,#12272cf2,#244e56eb);color:#f7fbfb}.dev-diagnostics-summary::-webkit-details-marker{display:none}.dev-diagnostics-badge{width:fit-content;border-radius:999px;padding:4px 8px;font-size:.75rem;letter-spacing:.12em;background:#ffffff24}.dev-diagnostics-body{display:grid;gap:14px;padding:16px 18px 18px}.dev-diagnostics-notice{margin:0;padding:10px 12px;border-radius:14px;background:#20656e14;color:#244e55;line-height:1.6}.dev-diagnostics-section{display:grid;gap:10px}.dev-diagnostics-section h3{margin:0;font-size:1rem}.dev-diagnostics-list{display:grid;gap:10px;margin:0}.dev-diagnostics-list div{display:grid;gap:3px;padding-bottom:10px;border-bottom:1px solid rgba(53,82,85,.12)}.dev-diagnostics-list div:last-child{border-bottom:0;padding-bottom:0}.dev-diagnostics-list dt{color:var(--text-muted);font-size:.82rem}.dev-diagnostics-list dd{margin:0;font-weight:600;line-height:1.5;word-break:break-word}@media(min-width:1024px){.system-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px)and (max-width:1023px){.system-grid,.action-summary-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.action-summary-compact{flex-wrap:wrap}}@media(max-width:767px){.portal-shell{padding:max(12px,env(safe-area-inset-top)) 12px max(24px,env(safe-area-inset-bottom))}.portal-brand-rail{grid-template-columns:auto minmax(0,1fr) auto}.portal-brand-rail .brand-user{display:none}.workspace-topbar,.section-heading,.action-summary-header{display:grid}.workspace-topbar-actions,.action-summary-header-actions{justify-content:start}.system-grid,.action-summary-metrics,.action-summary-item{grid-template-columns:1fr}.action-summary-item-action{justify-items:start}.signed-out-panel,.workspace-section{padding:22px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
