.crm-layout{display:flex;min-height:100vh;background:#f4f6f9}.crm-main{flex:1;margin-left:256px;min-height:100vh;transition:margin-left .22s cubic-bezier(.4,0,.2,1)}.crm-topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;flex-wrap:wrap;gap:12px}.crm-topbar h1{font-size:1.4rem;font-weight:800;margin:0 0 2px;color:#0f172a}.crm-subtitle{font-size:.82rem;color:#64748b;margin:0}.form-select{padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.88rem;background:#fff;color:#0f172a;font-weight:600}.page-content{padding:24px 32px;display:flex;flex-direction:column;gap:24px}.section-title{font-size:.78rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px}.hero-banner{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;padding:32px;background:linear-gradient(135deg,#0b1220,#133dbd);border-radius:18px;color:#fff;position:relative;overflow:hidden}.hero-banner:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(245,158,11,.25),transparent 70%);border-radius:50%}.hero-left{position:relative;z-index:1}.hero-eyebrow{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.3em;color:#f59e0b;margin-bottom:10px}.hero-title{font-size:2rem;font-weight:900;line-height:1.15;margin:0 0 12px;font-family:Georgia,serif}.hero-accent{color:#f59e0b}.hero-desc{font-size:.92rem;line-height:1.6;color:#ffffffe0;margin-bottom:24px;max-width:560px}.hero-stats{display:flex;gap:32px;margin-bottom:16px;flex-wrap:wrap}.stat{display:flex;flex-direction:column;gap:2px}.stat-num{font-size:1.8rem;font-weight:900;color:#f59e0b;line-height:1;font-family:Georgia,serif}.stat-lbl{font-size:.72rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.progress-bar{height:8px;background:#ffffff26;border-radius:999px;overflow:hidden;max-width:500px}.progress-bar span{display:block;height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:999px;transition:width .6s}.hero-right{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.cert-preview{width:100%;max-width:320px;border:2px dashed rgba(245,158,11,.4);border-radius:14px;padding:28px 22px;text-align:center;background:#ffffff0a;backdrop-filter:blur(8px);opacity:.7;transition:all .4s}.cert-preview.is-unlocked{opacity:1;border-style:solid;border-color:#f59e0b;background:#f59e0b1a;box-shadow:0 0 40px #f59e0b4d}.cert-seal{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0b1220;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;margin:0 auto 14px;font-family:Georgia,serif;letter-spacing:.05em}.cert-preview h3{font-size:.9rem;font-weight:900;letter-spacing:.2em;margin:0 0 8px}.cert-preview p{font-size:.82rem;color:#ffffffbf;line-height:1.45;margin:0 0 14px}.btn-gold{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#f59e0b;color:#0b1220;border-radius:8px;font-size:.82rem;font-weight:800;text-decoration:none}.btn-gold:hover{background:#fbbf24}.modules-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.modules-list{display:flex;flex-direction:column;gap:10px}.module-card{display:grid;grid-template-columns:56px 1fr auto;gap:16px;align-items:center;padding:16px 18px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;transition:all .15s}.module-card:hover{border-color:#cbd5e1;transform:translate(2px)}.module-card.is-done{border-color:#10b981;background:#f0fdf4}.module-card.is-locked{opacity:.55}.module-num{font-family:Georgia,serif;font-size:1.8rem;font-weight:900;color:#133dbd;text-align:center}.module-card.is-done .module-num{color:#10b981}.module-title{font-size:1rem;font-weight:800;color:#0f172a;margin-bottom:3px}.module-subtitle{font-size:.84rem;color:#64748b;margin-bottom:8px;line-height:1.4}.module-meta{display:flex;gap:10px;align-items:center;font-size:.75rem;color:#64748b;font-weight:600}.badge-done{background:#10b981;color:#fff;padding:3px 8px;border-radius:999px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.badge-available{background:#133dbd;color:#fff;padding:3px 8px;border-radius:999px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.badge-soon{background:#e2e8f0;color:#64748b;padding:3px 8px;border-radius:999px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.module-action{display:flex;gap:6px;align-items:center}.btn-primary,.btn-outline,.btn-disabled{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-weight:700;font-size:.82rem;text-decoration:none;border:1.5px solid transparent;cursor:pointer}.btn-sm{padding:7px 12px;font-size:.78rem}.btn-primary{background:#133dbd;color:#fff}.btn-primary:hover{background:#0f32a1}.btn-outline{background:#fff;color:#133dbd;border-color:#133dbd}.btn-outline:hover{background:#f0f4ff}.btn-disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.loading-state{text-align:center;color:#64748b;padding:32px;font-size:.9rem}@media(max-width:1024px){.crm-main{margin-left:0}}@media(max-width:900px){.hero-banner{grid-template-columns:1fr}.module-card{grid-template-columns:40px 1fr}.module-action{grid-column:1 / -1;justify-content:flex-end}.page-content{padding:16px}}
