:root{--bg: #f5f6f8;--surface: #ffffff;--surface-2: #f9fafb;--line: #e6e8ec;--line-strong: #d6d9de;--text: #1b1e23;--text-dim: #5b6068;--text-faint: #8a9099;--accent: #6d5de6;--accent-hover: #5a4bd4;--accent-tint: rgba(109, 93, 230, .1);--ok: #15803d;--warn: #b45309;--bad: #dc2626;--font: "Archivo", "Helvetica Neue", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", monospace;font-family:var(--font);line-height:1.5;font-weight:400;color-scheme:light;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg);color:var(--text)}.mono,[data-mono]{font-family:var(--mono);font-feature-settings:"tnum" 1,"zero" 1;letter-spacing:-.01em}a{color:var(--accent);text-decoration:inherit;font-weight:500}a:hover{color:var(--accent-hover)}*{scrollbar-width:thin;scrollbar-color:#cdd1d6 transparent}*::-webkit-scrollbar{width:11px;height:11px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#cdd1d6;border:3px solid var(--bg);border-radius:8px}*::-webkit-scrollbar-thumb:hover{background:#b4b9c0}::selection{background:var(--accent-tint);color:var(--accent-hover)}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--text-dim);font-size:13px;font-weight:500}.loading-spinner .spinner{width:34px;height:34px;border:3px solid var(--line-strong);border-top-color:var(--accent);border-radius:50%;animation:spin .9s linear infinite}.loading-spinner p{margin:0}.user-profile{position:relative;display:block;width:100%}.user-profile.collapsed .user-dropdown{left:8px;right:auto;width:200px;z-index:9999;position:absolute}.user-profile-trigger{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease;background:#fff;border:1px solid #e6e8ec;width:100%;box-sizing:border-box}.user-profile.collapsed .user-profile-trigger{justify-content:center;padding:8px;gap:0}.user-profile-trigger:hover{background:#f6f7f9;border-color:#d6d9de}.user-avatar{width:30px;height:30px;border-radius:8px;object-fit:cover;border:1px solid #e6e8ec}.user-avatar.collapsed{width:26px;height:26px}.user-name{color:#1b1e23;font-weight:600;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.dropdown-arrow{color:#8a9099;transition:transform .2s ease;flex-shrink:0}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998}.user-dropdown{position:absolute;bottom:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 16px 44px #10182824;border:1px solid #e6e8ec;min-width:200px;z-index:999;overflow:hidden}.dropdown-user-info{padding:14px 16px;background:#f9fafb;border-bottom:1px solid #e6e8ec}.dropdown-email{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;color:#5b6068;font-weight:500;word-break:break-all}.dropdown-divider{height:1px;background:#e6e8ec}.dropdown-item{width:100%;padding:11px 16px;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .18s ease;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.dropdown-item:hover{background:#f6f7f9}.logout-button{color:#dc2626}.logout-button:hover{background:#fef2f2;color:#b91c1c}@media (max-width: 768px){.user-name{display:none}.user-profile-trigger{padding:6px}.user-dropdown{right:-8px;min-width:180px}}.login-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background-color:#f5f6f8;background-image:linear-gradient(rgba(16,24,40,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(16,24,40,.025) 1px,transparent 1px);background-size:40px 40px,40px 40px}.login-card{position:relative;width:100%;max-width:380px;background:#fff;border:1px solid #e6e8ec;border-radius:16px;padding:36px 32px 32px;box-shadow:0 24px 60px #1018281a;overflow:hidden}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#8b5cc8)}.login-header{text-align:center;margin-bottom:26px}.packy-logo{display:flex;align-items:center;justify-content:center;gap:12px}.packy-logo-image{width:40px;height:40px;object-fit:contain;padding:7px;border:1px solid #e6e8ec;border-radius:10px;background:#fafbfc;box-sizing:border-box}.packy-wordmark{font-family:Archivo,system-ui,sans-serif;font-weight:800;font-size:26px;letter-spacing:-.01em;color:#1b1e23}.login-tagline{margin-top:12px;font-size:13px;color:#8a9099}.login-form{display:flex;flex-direction:column;gap:16px}.login-section-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#5b6068;padding-bottom:8px;border-bottom:1px solid #eef0f2}.login-status-dot{width:7px;height:7px;border-radius:50%;background:#6d5de6;animation:ops-pulse 2.2s ease-in-out infinite}.error-message{font-size:13px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 12px}.google-button{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:12px 16px;font-family:Archivo,system-ui,sans-serif;font-size:14px;font-weight:600;color:#1b1e23;background:#fff;border:1px solid #d6d9de;border-radius:10px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.google-button:hover:not(:disabled){background:#f9fafb;border-color:#c4c8ce;box-shadow:0 1px 3px #1018280f}.google-button:active:not(:disabled){background:#f3f4f6}.google-button:disabled{opacity:.6;cursor:not-allowed}.google-button-label{display:inline-flex;align-items:center}.google-button .spinner{width:18px;height:18px;border:2px solid rgba(109,93,230,.25);border-top-color:#6d5de6;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ops-pulse{0%,to{opacity:1}50%{opacity:.4}}html,body,#root{height:100%;width:100%;margin:0;padding:0}#root{max-width:none;margin:0;padding:0;text-align:initial}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
