:root{color-scheme:light;--bg: #f5f5f7;--surface: #ffffff;--text: #111111;--muted: #666666;--border: #d2d2d7;--accent: #111111;--accent-hover: #1f1f1f;--shadow: 0 24px 60px rgba(17, 17, 17, .08);--radius: 18px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top,rgba(255,255,255,.94),transparent 28%),linear-gradient(180deg,#ffffff 0%,var(--bg) 100%)}html{scrollbar-width:thin;scrollbar-color:rgba(17,17,17,.32) rgba(17,17,17,.08)}html::-webkit-scrollbar,body::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:#11111114}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{border-radius:999px;border:2px solid rgba(0,0,0,0);background-clip:padding-box;background:linear-gradient(180deg,#11111157,#1111112e)}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#1111117a,#11111142)}body{min-height:100vh}a{color:inherit;text-decoration:none}.center-screen,.page-shell{min-height:100vh;width:100%;padding:32px 24px 48px;display:grid}.center-screen{place-items:center}.page-shell{place-items:start stretch;align-content:start;justify-items:stretch}.app-header{position:sticky;top:0;z-index:20;padding:0;background:#000;border-bottom:1px solid #222222;box-shadow:0 10px 30px #00000029}.app-header-inner{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px}.home-link{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border-radius:10px;border:1px solid #2b2b2b;background:#ffffff0d;box-shadow:none;color:#fff;font-weight:700;transition:transform .14s ease,border-color .14s ease,background .14s ease}.home-link:hover{transform:translateY(-1px);border-color:#444;background:#ffffff17}.header-actions{display:flex;align-items:center;gap:12px}.profile-link,.logout-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:10px;border:1px solid #2b2b2b;background:#ffffff0d;color:#fff;font-weight:700;transition:transform .14s ease,border-color .14s ease,background .14s ease}.profile-link:hover,.logout-button:hover{transform:translateY(-1px);background:#ffffff17;border-color:#444}.profile-link--active{border-color:#fff;color:#fff}.logout-button{cursor:pointer;background:#b42318;border-color:#7f1d1d;color:#fff}.logout-button:hover{background:#991b1b;border-color:#6b2020;color:#fff}.hero-card,.panel{width:100%;max-width:none;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(24px,4vw,40px)}.hero-card{width:min(100%,920px)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:10px;border:1px solid transparent;font-weight:700;transition:transform .14s ease,background .14s ease,border-color .14s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.7;cursor:not-allowed}.button-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.button-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.button-secondary{border-color:var(--border);background:#fff;color:var(--text)}.page-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:28px}.page-header--result{align-items:center}.button-back{min-width:128px}.grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.grid--result{align-items:start}.qr-card,.stats-card{border:1px solid var(--border);border-radius:18px;padding:22px;background:#fbfdff}.qr-card--result{display:grid;gap:16px;justify-items:center;text-align:center}.qr-card--result .muted{max-width:360px}.stats-card--result{background:linear-gradient(180deg,#fff,#fafafa)}.stats-card--result .meta-list{margin-top:4px}.qr-image{width:min(100%,360px);display:block;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px}.qr-image--loading{min-height:360px;display:grid;place-items:center;color:var(--muted);font-weight:600;text-align:center}.form{display:grid;gap:12px;max-width:520px}.auth-panel{width:100%}.tab-row{display:inline-flex;gap:8px;padding:6px;margin-bottom:20px;border-radius:12px;border:1px solid var(--border);background:#fbfbfc}.tab-button{min-height:42px;padding:0 16px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.tab-button--active{background:#fff;border-color:var(--border);color:var(--text);box-shadow:0 8px 20px #1111110d}.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.auth-card{display:grid;gap:12px;padding:22px;border:1px solid var(--border);border-radius:18px;background:#fcfcfd}.auth-card--active{border-color:#11111138;box-shadow:0 18px 50px #1111110f}.auth-card h2{margin:0;font-size:1.35rem}.field-error{color:#b91c1c;font-size:.9rem;margin-top:-6px}.workspace-shell{min-height:100vh;width:100%;--workspace-sidebar-width: clamp(168px, 18vw, 252px);background:linear-gradient(180deg,#0f0f0ffa,#080808fa)}.workspace-sidebar{position:fixed;inset:0 auto 0 0;width:var(--workspace-sidebar-width);height:100vh;display:flex;flex-direction:column;gap:12px;padding:18px 14px;background:linear-gradient(180deg,#050505,#0a0a0a);border-right:1px solid #242424;box-shadow:0 20px 48px #0000002e,inset 0 1px #ffffff0a;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) rgba(255,255,255,.04)}.workspace-sidebar-button,.workspace-sidebar-subitem{display:inline-flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;margin:0;padding:0 12px;border-radius:12px;border:1px solid #2b2b2b;background:#ffffff0d;color:#fff;font-weight:700;line-height:1;transition:transform .14s ease,border-color .14s ease,background .14s ease}.workspace-sidebar-button--primary{border-color:#ffffff1a;background:linear-gradient(180deg,#ffffff1c,#ffffff0d);box-shadow:inset 0 1px #ffffff0d}.workspace-sidebar-button:hover,.workspace-sidebar-subitem:hover{transform:translateY(-1px);border-color:#444;background:#ffffff17}.workspace-sidebar-button--active,.workspace-sidebar-subitem--active{border-color:#fff;background:#ffffff1a}.workspace-sidebar-button--logout{background:#b42318;border-color:#7f1d1d}.workspace-sidebar-button--logout:hover{background:#991b1b;border-color:#6b2020}.workspace-sidebar-submenu{display:grid;gap:8px;padding-left:10px}.workspace-sidebar-chevron{transition:transform .14s ease}.workspace-sidebar-chevron--open{transform:rotate(180deg)}.workspace-sidebar-top{display:grid;gap:12px}.workspace-sidebar-bottom{margin-top:auto;display:grid;gap:10px;align-content:end}.workspace-content{width:100%;min-width:0;display:grid;align-content:start;gap:24px;margin-left:var(--workspace-sidebar-width);min-height:100vh;padding:24px}.workspace-sidebar::-webkit-scrollbar,.workspace-content::-webkit-scrollbar{width:10px;height:10px}.workspace-sidebar::-webkit-scrollbar-track,.workspace-content::-webkit-scrollbar-track{background:#ffffff0a}.workspace-sidebar::-webkit-scrollbar-thumb,.workspace-content::-webkit-scrollbar-thumb{border-radius:999px;border:2px solid rgba(0,0,0,0);background-clip:padding-box;background:linear-gradient(180deg,#ffffff61,#ffffff2e)}.workspace-sidebar::-webkit-scrollbar-thumb:hover,.workspace-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffffff8a,#ffffff42)}.workspace-panel,.qr-panel{align-self:start}.workspace-panel--narrow{max-width:920px}.settings-card{display:grid;gap:16px;padding:20px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#fff,#fafafa)}.settings-card__copy{display:grid;gap:6px}.page-header--stack{align-items:flex-start}.page-header--stack .button{flex-shrink:0}.tab-row--compact{justify-content:flex-end;margin-top:0}.profile-form{display:grid;gap:12px}.profile-form input[readonly]{background:#f5f5f5;color:#222}.section-label{margin:4px 0 0;color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.profile-meta{display:grid;gap:6px;margin:20px 0;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.profile-meta span,.qr-list-item span,.stat-label,.meta-list span,.muted{color:var(--muted)}.profile-actions{display:grid;gap:12px}.profile-actions--save{margin-top:4px}.qr-list{display:grid;gap:12px}.qr-list-item{display:flex;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--border);border-radius:16px;background:#fff;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.qr-list-item:hover{transform:translateY(-1px);border-color:#11111138;box-shadow:0 12px 28px #1111110f}.qr-list-item strong{display:block;margin-bottom:6px;word-break:break-word}.qr-list-stats{display:grid;justify-items:end;gap:4px;min-width:92px}.empty-state{display:grid;justify-items:start;gap:16px;padding:24px;border:1px dashed var(--border);border-radius:16px;background:#fafafa}label,.eyebrow{margin:0 0 6px;font-size:.8rem;text-transform:uppercase;letter-spacing:.14em}h1{margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1.1}.form input{width:100%;min-height:48px;padding:0 16px;border-radius:10px;border:1px solid var(--border);font:inherit;background:#fff}.form input:focus,.button:focus{outline:3px solid rgba(17,17,17,.12);outline-offset:2px}.error-box{padding:12px 14px;border-radius:10px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;margin-top:16px}.small{font-size:.92rem}.stat-block{display:grid;gap:8px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--border)}.stat-value{font-size:clamp(2.5rem,9vw,4rem);line-height:1}.meta-list{display:grid;gap:16px}.meta-list div{display:grid;gap:6px}code{display:block;overflow-wrap:anywhere;background:#111;color:#f5f5f7;padding:12px 14px;border-radius:10px;font-size:.92rem}.home-link,.profile-link,.logout-button,.button,.tab-button,.form input,.qr-card,.stats-card,.auth-card,.qr-list-item,.empty-state,.qr-image{-webkit-backdrop-filter:saturate(1.02);backdrop-filter:saturate(1.02)}@media(max-width:760px){.app-header{padding:0}.app-header-inner{width:100%;align-items:stretch;flex-direction:column;padding:12px 16px}.grid,.page-header{grid-template-columns:1fr;display:grid}.page-shell{padding:16px 16px 32px}.page-header{margin-bottom:20px}.page-header--result{align-items:stretch}.button-back,.button{width:100%}.home-link{width:100%;justify-content:center}.header-actions,.profile-actions{width:100%}.header-actions{width:100%;flex-direction:column;align-items:stretch}.auth-grid{grid-template-columns:1fr}.workspace-shell{--workspace-sidebar-width: 100%;display:grid;grid-template-columns:1fr}.workspace-sidebar{position:relative;inset:auto;width:100%;height:auto;max-height:none;overflow:visible;padding:12px 10px 14px}.workspace-sidebar-button,.workspace-sidebar-subitem{min-height:44px;padding:0 10px;border-radius:10px;font-size:.92rem}.workspace-sidebar-submenu{padding-left:6px}.workspace-content{margin-left:0;min-height:auto;padding:16px}.tab-row--compact{justify-content:flex-start}.qr-list-item{flex-direction:column}.qr-list-stats{justify-items:start;min-width:0}.workspace-sidebar-bottom{margin-top:0}}
