:root{--navy: #0D1F4C;--navy-light: #1a3366;--navy-dark: #081530;--gold: #C9A84C;--gold-light: #dfc06a;--gold-pale: #f5ecd4;--white: #ffffff;--bg: #f8faff;--text: #1a1a2e;--text-muted: #6b7280;--border: #e2e8f0;--shadow: 0 4px 24px rgba(13,31,76,.1);--shadow-lg: 0 8px 40px rgba(13,31,76,.15);--radius: 12px;--radius-lg: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh}.navbar{background:var(--navy);padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0003}.navbar-brand{display:flex;align-items:center;gap:10px;text-decoration:none}.navbar-logo{font-size:22px;font-weight:800;color:var(--gold);letter-spacing:-.5px}.navbar-sub{font-size:11px;color:#ffffff80;letter-spacing:1px;text-transform:uppercase}.navbar-badge{background:var(--gold);color:var(--navy);font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.5px}.landing-hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 50%,var(--navy-light) 100%);padding:80px 24px 100px;text-align:center;position:relative;overflow:hidden}.landing-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#c9a84c26;border:1px solid rgba(201,168,76,.3);color:var(--gold);font-size:13px;font-weight:600;padding:6px 16px;border-radius:20px;margin-bottom:24px;letter-spacing:.5px}.hero-title{font-size:clamp(28px,5vw,52px);font-weight:800;color:var(--white);line-height:1.15;max-width:700px;margin:0 auto 20px;letter-spacing:-1px}.hero-title span{color:var(--gold)}.hero-sub{font-size:clamp(15px,2.5vw,18px);color:#ffffffbf;max-width:560px;margin:0 auto 48px}.hero-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.hero-stat{text-align:center;position:relative;z-index:1}.hero-stat-n{font-size:32px;font-weight:800;color:var(--gold);line-height:1}.hero-stat-l{font-size:13px;color:#fff9;margin-top:4px}.modules-section{max-width:1100px;margin:-40px auto 60px;padding:0 24px;position:relative;z-index:2}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.module-card{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform .2s,box-shadow .2s;cursor:pointer;display:flex;flex-direction:column}.module-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.module-icon{font-size:36px;margin-bottom:16px}.module-name{font-size:20px;font-weight:700;color:var(--navy);margin-bottom:10px}.module-desc{font-size:14px;color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:20px}.module-meta{display:flex;gap:12px;margin-bottom:24px}.module-tag{background:var(--bg);color:var(--navy);font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;border:1px solid var(--border)}.btn-primary{background:var(--navy);color:var(--white);border:none;padding:14px 28px;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;font-family:inherit}.btn-primary:hover{background:var(--navy-light)}.btn-primary:active{transform:scale(.98)}.btn-gold{background:var(--gold);color:var(--navy)}.btn-gold:hover{background:var(--gold-light)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--border)}.btn-outline:hover{border-color:var(--navy)}.quiz-page{min-height:100vh;display:flex;flex-direction:column}.quiz-header{background:var(--navy);padding:16px 24px;color:var(--white)}.quiz-header-inner{max-width:680px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.quiz-module-label{font-size:13px;font-weight:600;color:var(--gold);letter-spacing:.5px;text-transform:uppercase}.quiz-counter{font-size:13px;color:#fff9;white-space:nowrap}.progress-bar-wrap{background:#ffffff26;border-radius:4px;height:6px;margin-top:12px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--gold);border-radius:4px;transition:width .4s ease}.quiz-body{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px}.quiz-card{background:var(--white);border-radius:var(--radius-lg);padding:clamp(28px,5vw,48px);box-shadow:var(--shadow);max-width:680px;width:100%}.question-num{font-size:12px;font-weight:700;color:var(--gold);letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}.question-text{font-size:clamp(17px,2.5vw,22px);font-weight:600;color:var(--navy);line-height:1.5;margin-bottom:36px}.answer-options{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.answer-btn{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:var(--radius);border:2px solid var(--border);background:var(--white);cursor:pointer;font-family:inherit;font-size:15px;font-weight:500;color:var(--text);transition:all .15s;text-align:left}.answer-btn:hover{border-color:var(--navy);background:var(--bg)}.answer-btn.selected-sim{border-color:#16a34a;background:#f0fdf4;color:#15803d}.answer-btn.selected-parcialmente{border-color:#ca8a04;background:#fefce8;color:#a16207}.answer-btn.selected-nao{border-color:#dc2626;background:#fef2f2;color:#b91c1c}.answer-dot{width:22px;height:22px;border-radius:50%;border:2px solid currentColor;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;transition:all .15s}.answer-btn.selected-sim .answer-dot,.answer-btn.selected-parcialmente .answer-dot,.answer-btn.selected-nao .answer-dot{background:currentColor;color:#fff}.quiz-nav{display:flex;justify-content:space-between;align-items:center;gap:12px}.btn-back{background:none;border:none;color:var(--text-muted);font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;padding:8px 0;font-family:inherit;transition:color .15s}.btn-back:hover{color:var(--navy)}@keyframes slideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-24px)}}.question-enter{animation:slideIn .25s ease forwards}.results-page{min-height:100vh}.results-hero{background:linear-gradient(135deg,var(--navy-dark),var(--navy));padding:48px 24px;text-align:center;color:var(--white)}.results-module-label{font-size:12px;font-weight:700;color:var(--gold);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:24px}.score-circle-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:4px}.score-circle{width:140px;height:140px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:6px solid rgba(255,255,255,.15);background:#ffffff14;margin:0 auto 20px;position:relative}.score-number{font-size:44px;font-weight:800;color:var(--gold);line-height:1}.score-max{font-size:14px;color:#ffffff80}.level-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:24px;font-size:15px;font-weight:700;margin-bottom:12px}.level-desc{font-size:14px;color:#ffffffa6;margin-bottom:32px}.results-content{max-width:780px;margin:0 auto;padding:40px 24px 60px}.results-section{background:var(--white);border-radius:var(--radius-lg);padding:28px;margin-bottom:24px;box-shadow:var(--shadow);border:1px solid var(--border)}.results-section-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:20px;display:flex;align-items:center;gap:8px}.answer-list{display:flex;flex-direction:column;gap:10px}.answer-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:var(--radius);background:var(--bg)}.answer-item-badge{font-size:12px;font-weight:700;padding:3px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0}.badge-sim{background:#dcfce7;color:#15803d}.badge-parcialmente{background:#fef9c3;color:#a16207}.badge-nao{background:#fee2e2;color:#b91c1c}.answer-item-q{font-size:13px;color:var(--text);line-height:1.5}.results-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}@media (max-width: 480px){.results-actions{grid-template-columns:1fr}}.joao-section{background:var(--navy);border-radius:var(--radius-lg);padding:28px;margin-bottom:24px;color:var(--white)}.joao-intro{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.joao-avatar-lg{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--gold);flex-shrink:0}.joao-intro-text h3{font-size:20px;font-weight:700;color:var(--white);margin-bottom:4px}.joao-intro-text p{font-size:13px;color:#ffffffa6;line-height:1.5;margin-bottom:10px}.joao-available-badge{display:inline-flex;align-items:center;gap:6px;background:#c9a84c33;border:1px solid rgba(201,168,76,.4);color:var(--gold);font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px}.joao-available-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-messages{display:flex;flex-direction:column;gap:16px;margin-bottom:20px;max-height:480px;overflow-y:auto;padding-right:4px}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.chat-message{display:flex;gap:12px;align-items:flex-start}.chat-message.user{flex-direction:row-reverse}.chat-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--gold);flex-shrink:0}.chat-avatar-user{width:36px;height:36px;border-radius:50%;background:var(--gold);color:var(--navy);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-bubble{background:#ffffff1a;border-radius:0 16px 16px;padding:14px 18px;font-size:14px;line-height:1.6;color:var(--white);max-width:80%}.chat-message.user .chat-bubble{background:var(--gold);color:var(--navy);border-radius:16px 0 16px 16px}.chat-bubble p{margin-bottom:8px}.chat-bubble p:last-child{margin-bottom:0}.typing-indicator{display:flex;align-items:center;gap:12px}.typing-dots{display:flex;gap:4px;padding:14px 18px;background:#ffffff1a;border-radius:0 16px 16px}.typing-dot{width:7px;height:7px;border-radius:50%;background:#ffffff80;animation:typingBounce 1.2s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}.chat-input-wrap{display:flex;gap:10px}.chat-input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:12px 16px;color:var(--white);font-size:14px;font-family:inherit;outline:none;transition:border-color .2s}.chat-input::placeholder{color:#fff6}.chat-input:focus{border-color:var(--gold)}.chat-send-btn{background:var(--gold);color:var(--navy);border:none;width:44px;height:44px;border-radius:var(--radius);cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s;flex-shrink:0}.chat-send-btn:hover{background:var(--gold-light)}.chat-send-btn:active{transform:scale(.95)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.footer{background:var(--navy-dark);color:#ffffff80;text-align:center;padding:28px 24px;font-size:13px}.footer a{color:var(--gold);text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width: 600px){.landing-hero{padding:60px 20px 80px}.hero-stats{gap:24px}.modules-section{margin-top:-28px}.quiz-body{padding:24px 16px}.quiz-card{padding:24px 20px}.joao-intro{flex-direction:column;align-items:flex-start}.chat-bubble{max-width:92%}}
