:root{--bg: #0d1117;--bg2: #161b22;--bg3: #21262d;--bg4: #2d333b;--border: #30363d;--text: #c9d1d9;--dim: #6e7681;--blue: #008170;--green: #3fb950;--yellow: #d29922;--red: #f85149;--purple: #a371f7;--cyan: #39d5d3;--orange: #f0883e;--shadow: rgba(0, 0, 0, .4);--c-primary: #008170;--c-primary-dark: #005A4E;--c-secondary: #1c3343;--c-accent: #724f34;--tint-primary: rgba(0, 129, 112, .12);--tint-primary-strong: rgba(0, 129, 112, .18);--radius: 8px;--radius-lg: 12px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}[data-theme=light]{--bg: #ffffff;--bg2: #f6f8fa;--bg3: #eaeef2;--bg4: #d0d7de;--border: #d0d7de;--text: #1f2328;--dim: #656d76;--blue: #008170;--green: #1a7f37;--yellow: #9a6700;--red: #cf222e;--purple: #8250df;--cyan: #0891b2;--orange: #bc4c00;--shadow: rgba(0, 0, 0, .1);--c-primary: #008170;--c-primary-dark: #005A4E;--c-secondary: #1c3343;--c-accent: #724f34;--tint-primary: rgba(0, 129, 112, .1);--tint-primary-strong: rgba(0, 129, 112, .16)}[data-theme=auto]{--bg: #0d1117;--bg2: #161b22;--bg3: #21262d;--bg4: #2d333b;--border: #30363d;--text: #c9d1d9;--dim: #6e7681;--blue: #008170;--green: #3fb950;--yellow: #d29922;--red: #f85149;--purple: #a371f7;--cyan: #39d5d3;--orange: #f0883e;--shadow: rgba(0, 0, 0, .4);--c-primary: #008170;--c-primary-dark: #005A4E;--c-secondary: #1c3343;--c-accent: #724f34;--tint-primary: rgba(0, 129, 112, .12);--tint-primary-strong: rgba(0, 129, 112, .18)}@media (prefers-color-scheme: light){[data-theme=auto]{--bg: #ffffff;--bg2: #f6f8fa;--bg3: #eaeef2;--bg4: #d0d7de;--border: #d0d7de;--text: #1f2328;--dim: #656d76;--blue: #008170;--green: #1a7f37;--yellow: #9a6700;--red: #cf222e;--purple: #8250df;--cyan: #0891b2;--orange: #bc4c00;--shadow: rgba(0, 0, 0, .1);--c-primary: #008170;--c-primary-dark: #005A4E;--c-secondary: #1c3343;--c-accent: #724f34;--tint-primary: rgba(0, 129, 112, .1);--tint-primary-strong: rgba(0, 129, 112, .16)}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}.app-shell{display:flex;flex-direction:column;height:100dvh;width:100%;margin:0 auto;background:var(--bg)}@media (min-width: 768px){.app-shell{max-width:640px}}.page{flex:1;overflow-y:auto;padding:16px;padding-bottom:calc(88px + env(safe-area-inset-bottom))}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;background:var(--bg2);border-top:1px solid var(--border);display:flex;padding:10px 0;padding-bottom:calc(10px + env(safe-area-inset-bottom));z-index:100}@media (min-width: 768px){.bottom-nav{max-width:640px}}@media (max-width: 767px){.bottom-nav{max-width:100%}}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 4px;cursor:pointer;text-decoration:none;color:var(--dim);font-size:10px;min-height:56px;transition:color .15s}.nav-item.active{color:var(--blue)}.nav-item svg{width:26px;height:26px}.card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;margin-bottom:12px}.card-title{font-size:13px;font-weight:600;color:var(--dim);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.level-ok{color:var(--green)}.level-attention{color:var(--cyan)}.level-warning{color:var(--yellow)}.level-critical{color:var(--red)}.risk-bar{height:6px;border-radius:3px;background:var(--bg3);overflow:hidden;margin:8px 0}.risk-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:var(--radius);border:none;cursor:pointer;font-family:var(--font);font-size:14px;font-weight:500;transition:opacity .15s,transform .1s;text-decoration:none}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--blue);color:#fff}.btn-secondary{background:var(--bg3);color:var(--text);border:1px solid var(--border)}.btn-danger{background:var(--red);color:#fff}.btn-full{width:100%}.form-group{margin-bottom:14px}.form-label{display:block;font-size:13px;color:var(--dim);margin-bottom:5px}.form-input{width:100%;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;color:var(--text);font-family:var(--font);font-size:15px;outline:none;transition:border-color .15s}.form-input:focus{border-color:var(--blue)}.score-big{font-size:48px;font-weight:700;line-height:1}.score-ring{position:relative;display:inline-flex;align-items:center;justify-content:center}.chat-messages{display:flex;flex-direction:column;gap:10px;padding-bottom:16px}.chat-bubble{max-width:82%;padding:10px 13px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chat-bubble.user{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:4px}.chat-bubble.assistant{align-self:flex-start;background:var(--bg3);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-input-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;background:var(--bg2);border-top:1px solid var(--border);padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom));display:flex;gap:8px;z-index:101}@media (min-width: 768px){.chat-input-bar{max-width:640px}}.chat-input-bar textarea{flex:1;background:var(--bg3);border:1px solid var(--border);border-radius:20px;padding:9px 14px;color:var(--text);font-family:var(--font);font-size:14px;resize:none;outline:none;min-height:40px;max-height:120px;transition:border-color .15s}.chat-input-bar textarea:focus{border-color:var(--blue)}.scale-question{margin-bottom:24px}.scale-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--dim);margin-top:4px}input[type=range]{width:100%;height:4px;accent-color:var(--blue);margin:12px 0 4px}.choice-options{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.choice-option{padding:12px 16px;border-radius:var(--radius);border:1px solid var(--bg4);background:var(--bg2);color:var(--fg);font-size:14px;text-align:left;cursor:pointer;transition:all .2s}.choice-option:hover{border-color:var(--blue);background:var(--bg3)}.choice-option.selected{border-color:var(--blue);background:var(--tint-primary);font-weight:600}.pair-options{display:flex;align-items:center;gap:12px;margin-bottom:24px}.pair-option{flex:1;padding:16px 12px;border-radius:var(--radius);border:1px solid var(--bg4);background:var(--bg2);color:var(--fg);font-size:14px;font-weight:500;text-align:center;cursor:pointer;transition:all .2s}.pair-option:hover{border-color:var(--blue);background:var(--bg3)}.pair-option.selected{border-color:var(--blue);background:var(--tint-primary-strong);font-weight:700}.pair-vs{color:var(--dim);font-size:13px;font-weight:600;flex-shrink:0}.progress-dots{display:flex;gap:6px;justify-content:center;margin-bottom:20px}.progress-dot{width:8px;height:8px;border-radius:4px;background:var(--bg4);transition:all .2s}.progress-dot.active{background:var(--blue);width:20px}.progress-dot.done{background:var(--green)}.rec-banner{background:linear-gradient(135deg,#1a1f2e,#1f2937);border:1px solid var(--purple);border-radius:var(--radius-lg);padding:16px;margin-bottom:12px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-title{font-size:20px;font-weight:700}.pcg-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--bg);width:100%}.pcg-header__brand{display:inline-flex;align-items:center}.pcg-header__logo{display:block;width:48px;height:48px;border-radius:10px}.pcg-header__product{display:inline-flex;align-items:baseline;gap:8px;color:var(--text);text-decoration:none}.pcg-header__product:hover{opacity:.8}.pcg-header__product-name{font-weight:700;font-size:16px;line-height:1}.pcg-header__product-by{font-size:13px;color:var(--dim);line-height:1}.pcg-footer{border-top:1px solid var(--border);background:var(--bg2);padding:24px 20px;font-size:13px;color:var(--dim)}.pcg-footer__inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.pcg-footer__links{display:flex;flex-wrap:wrap;gap:14px}.pcg-footer__links a{color:var(--dim);text-decoration:none}.pcg-footer__links a:hover{color:var(--text);text-decoration:underline}.pcg-footer__copy{font-size:12px;opacity:.8}.auth-screen{min-height:100dvh;display:flex;flex-direction:column;align-items:stretch;background:var(--bg)}.auth-screen__body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.auth-logo{font-size:40px;margin-bottom:8px}.auth-title{font-size:24px;font-weight:700;margin-bottom:4px}.auth-subtitle{color:var(--dim);font-size:14px;margin-bottom:32px;text-align:center}.auth-card{width:100%;max-width:380px}.auth-toggle{text-align:center;margin-top:16px;font-size:14px;color:var(--dim)}.auth-toggle span{color:var(--blue);cursor:pointer}.auth-tabs{display:flex;gap:6px;margin-bottom:14px;background:var(--bg2);padding:4px;border-radius:var(--radius);border:1px solid var(--border)}.auth-tab{flex:1;background:none;border:none;padding:8px 10px;border-radius:6px;font-size:13px;font-weight:600;color:var(--dim);cursor:pointer;transition:background .15s,color .15s}.auth-tab.active{background:var(--blue);color:#fff}.auth-tab:not(.active):hover{color:var(--text)}.text-dim{color:var(--dim)}.text-sm{font-size:13px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.gap-8{gap:8px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.spinner{width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{background:#f851491a;border:1px solid var(--red);border-radius:var(--radius);padding:10px 12px;font-size:13px;color:var(--red);margin-bottom:12px}
