:root{--primary-color: #0072b1;--text-color: #333;--bg-color: #f5f7fa}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6}#page-root{display:flex;flex-direction:column;min-height:100vh}header,footer{background-color:var(--primary-color);color:#fff;padding:1rem;text-align:center}main#content{flex:1;padding:2rem}img{max-width:100%;height:auto}@media (max-width: 768px){body{margin:1rem}nav{flex-wrap:wrap;justify-content:center}.dashboard{grid-template-columns:1fr!important}.strategy-indicator{font-size:1rem;padding:.5rem 1rem}table{font-size:.95rem}.card{padding:1rem}}@media (max-width: 480px){h1{font-size:1.8rem}.strategy-indicator{font-size:1rem;padding:.5rem 1rem}.card{padding:1rem}table th,table td{font-size:.85rem;padding:.4rem}.dashboard{grid-template-columns:1fr}.section-title{font-size:1.25rem}}#nav-toggle{display:none}.nav-links{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){#nav-toggle{display:block;margin-bottom:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.nav-links{display:none;flex-direction:column;gap:.5rem}.nav-links.visible{display:flex}}html,body,#root{height:100%;margin:0;padding:0}.app-wrapper{position:relative;height:100vh;min-width:100vw;overflow:hidden;display:flex;flex-direction:column;font-family:Inter,sans-serif;background-color:#000;color:#fff}.main-content{flex:1;width:100%;display:flex;flex-direction:column;overflow-y:auto}.page-header{text-align:center;padding:10vh 1rem 8vh;display:flex;flex-direction:column;align-items:center;gap:2rem}.page-title{font-size:clamp(1.75rem,5vw,3rem);font-weight:700}.page-subtitle{font-size:1.1rem;font-weight:300;color:#ccc}.prompt-title{font-size:clamp(1.25rem,4vw,2.5rem);font-weight:500}.prompt-box{background:#1a1a1a;border-radius:8px;width:100%;max-width:600px;padding:1rem;display:flex;align-items:center}.footer-bar{margin-top:auto;display:flex;justify-content:space-between;align-items:center;background-color:#000;padding:1rem 1rem 2rem}.footer-button{background-color:#1a1a1a;color:#fff;border:1px solid #444;border-radius:9999px;padding:.5rem 1.25rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem;text-decoration:none;cursor:pointer}.resilience-radar{padding:3rem 2rem 6rem;margin-bottom:6rem;text-align:center;background:#000;color:#fff}.radar-container{width:90%;max-width:700px;margin:0 auto;padding:1rem 0 3rem}.radar-subtitle{margin-bottom:1rem;font-size:1.1rem;font-weight:300;color:#ccc}.module-page{padding:4rem 2rem 10vh;background-color:#000;color:#fff}.module-section{margin-bottom:3rem}.module-section h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin-bottom:1rem}.module-section p{font-size:1rem;line-height:1.6;color:#ddd}.chatgpt-ui{display:flex;flex-direction:column;height:100vh;background:#000;font-family:Inter,sans-serif;overflow:hidden}.chatgpt-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem 2rem 4rem}.chatgpt-message{display:flex;justify-content:center;padding:.25rem 0}.chatgpt-message.user .chatgpt-message-inner{background:#111;border:1px solid #333}.chatgpt-message.assistant .chatgpt-message-inner{background:#1a1a1a}.chatgpt-message-inner{max-width:640px;width:100%;padding:1rem;border-radius:8px;box-shadow:0 1px 2px #00000040}.chatgpt-role{font-size:.75rem;font-weight:700;margin-bottom:.25rem;color:#aaa}.chatgpt-text{font-size:1rem;white-space:pre-wrap;line-height:1.5;color:#eee}.chatgpt-input-bar{display:flex;padding:1rem;border-top:1px solid #222;background:#000}.chatgpt-input{flex:1;background:transparent;border:none;color:#fff;font-size:1rem;outline:none}.chatgpt-send{background:#10a37f;color:#fff;font-size:1.25rem;border:none;padding:0 1rem;border-radius:6px;cursor:pointer}.chat-container{width:80%;max-width:90%;height:calc(100vh - 6rem);min-height:70%;margin:4rem auto 0;padding:1rem;box-sizing:border-box;border:1px solid #333;display:flex;flex-direction:column;font-family:sans-serif;background-color:#121212;color:#f0f0f0}.chat-box{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;background-color:#1e1e1e}.message{max-width:70%;padding:.6rem 1rem;border-radius:1rem;font-size:.95rem}.message.user{align-self:flex-end;background:#333;color:#fff}.message.bot{align-self:flex-start;background:#2c2c2c;color:#ccc}.input-area{display:flex;padding:.5rem;border-top:1px solid #333;background-color:#1a1a1a}.input-area input{flex:1;padding:.6rem;border:1px solid #444;border-radius:2rem;outline:none;background-color:#2a2a2a;color:#fff}.input-area button{background:#444;color:#fff;border:none;padding:0 1rem;margin-left:.5rem;border-radius:2rem;cursor:pointer}
