*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #1a6b4a;--green-light:#e8f5ee;--green-dark: #0f4530;--navy: #0f172a;--slate: #334155;--muted: #64748b;--border: #e2e8f0;--bg-alt: #f8fafc;--white: #ffffff;--radius: 14px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 12px 40px rgba(0,0,0,.12);--transition: .25s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;color:var(--navy);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}#app{min-height:60vh}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}#app.is-leaving{animation:fadeSlideOut .22s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none}#app.is-entering{animation:fadeSlideIn .32s cubic-bezier(.4,0,.2,1) both}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:50px;font-weight:600;font-size:.95rem;transition:all var(--transition);border:2px solid transparent;cursor:pointer}.btn-primary{background:var(--green);color:var(--white);border-color:var(--green)}.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 24px #1a6b4a59}.btn-outline{background:transparent;color:var(--green);border-color:var(--green)}.btn-outline:hover{background:var(--green);color:var(--white);transform:translateY(-2px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:all var(--transition)}.navbar.scrolled{border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{display:flex;align-items:center;gap:.6rem;font-size:1rem;color:var(--navy)}.logo-icon{width:38px;height:38px;background:var(--green);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;flex-shrink:0}.logo-text strong{color:var(--green)}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem .9rem;border-radius:8px;font-size:.92rem;font-weight:500;color:var(--slate);transition:all var(--transition)}.nav-link:hover,.nav-link.active{color:var(--green);background:var(--green-light)}.nav-cta{margin-left:.75rem;padding:.55rem 1.25rem;background:var(--green);color:#fff!important;border-radius:50px;font-size:.92rem;font-weight:600;transition:all var(--transition)}.nav-cta:hover{background:var(--green-dark);transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem}.hamburger span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all var(--transition)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#0a1f14,#0f3329 40%,#1a4d35);padding-top:72px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 600px 400px at 70% 50%,rgba(26,107,74,.25) 0%,transparent 70%),radial-gradient(ellipse 300px 300px at 20% 80%,rgba(59,130,246,.1) 0%,transparent 70%)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:4rem;padding-bottom:6rem;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#ffffffe6;padding:.4rem 1rem;border-radius:50px;font-size:.82rem;font-weight:500;margin-bottom:1.5rem}.hero-badge:before{content:"";width:6px;height:6px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1.25rem}.gradient-text{background:linear-gradient(135deg,#4ade80,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{color:#ffffffb3;font-size:1.05rem;line-height:1.7;margin-bottom:2rem;max-width:500px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-actions .btn-outline{color:#fff;border-color:#fff6}.hero-actions .btn-outline:hover{background:#ffffff26;border-color:#ffffffb3;color:#fff}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:360px}.hero-chart{width:100%;max-width:340px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-chart svg{width:100%}.card-floating{position:absolute;display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:14px;padding:.85rem 1.1rem;box-shadow:var(--shadow-lg);animation:float 4s ease-in-out infinite;min-width:170px}.card-floating .card-icon{font-size:1.4rem}.card-label{font-size:.73rem;color:var(--muted);font-weight:500}.card-value{font-size:1rem;font-weight:700;color:var(--navy)}.card-1{top:5%;right:-8%;animation-delay:0s}.card-2{bottom:15%;left:-8%;animation-delay:1.5s}.card-3{top:50%;right:-10%;animation-delay:.8s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-wave{position:absolute;bottom:-1px;left:0;right:0}.hero-wave svg{width:100%;display:block}.stats{padding:3rem 0;background:var(--white);border-bottom:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat-item{text-align:center;padding:1.5rem;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-number{font-size:2.4rem;font-weight:800;color:var(--green);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.85rem;color:var(--muted);font-weight:500}.section{padding:6rem 0}.section-alt{background:var(--bg-alt)}.section-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.section-tag{display:inline-block;background:var(--green-light);color:var(--green);padding:.3rem .85rem;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:.75rem}.section-desc{color:var(--muted);font-size:1.05rem;line-height:1.7}.section-cta{text-align:center;margin-top:3rem}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:all var(--transition);cursor:pointer}.feature-card:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-4px)}.feature-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem}.feature-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;line-height:1.3}.feature-card p{font-size:.88rem;color:var(--muted);line-height:1.6;flex:1;margin-bottom:1rem}.card-arrow{color:var(--green);font-size:1.1rem;font-weight:700;transition:transform var(--transition)}.feature-card:hover .card-arrow{transform:translate(4px)}.feature-card-more{background:var(--green);border-color:var(--green)}.feature-card-more h3,.feature-card-more p,.feature-card-more .card-arrow{color:#fff!important}.feature-card-more:hover{background:var(--green-dark);border-color:var(--green-dark)}.guides-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.guide-card-featured{display:block;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;height:100%;transition:all var(--transition);cursor:pointer}.guide-card-featured:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-4px)}.guide-category{display:inline-block;background:var(--green-light);color:var(--green);padding:.25rem .75rem;border-radius:50px;font-size:.78rem;font-weight:600;margin-bottom:1rem}.guide-card-featured h3{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:.75rem;line-height:1.35}.guide-card-featured p{color:var(--muted);font-size:.9rem;line-height:1.7;margin-bottom:1.25rem}.guide-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--muted)}.guide-level{padding:.2rem .6rem;border-radius:50px;font-weight:600}.guide-level.beginner{background:#dcfce7;color:#16a34a}.guide-level.intermediate{background:#fef9c3;color:#ca8a04}.guide-level.advanced{background:#fee2e2;color:#dc2626}.guides-list{display:flex;flex-direction:column;gap:.75rem}.guide-item{display:flex;align-items:flex-start;gap:1rem;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.25rem;transition:all var(--transition);cursor:pointer}.guide-item:hover{border-color:var(--green);box-shadow:var(--shadow-sm);transform:translate(4px)}.guide-item-icon{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}.guide-item-cat{font-size:.75rem;color:var(--green);font-weight:600;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.04em}.guide-item-title{font-size:.9rem;font-weight:600;color:var(--navy);line-height:1.35;margin-bottom:.25rem}.guide-item-meta{font-size:.78rem;color:var(--muted)}.guide-all-link{display:block;text-align:center;padding:.75rem;color:var(--green);font-weight:600;font-size:.9rem;border:2px dashed var(--border);border-radius:12px;transition:all var(--transition);cursor:pointer}.guide-all-link:hover{border-color:var(--green);background:var(--green-light)}.alt-invest-block{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}.alt-invest-header{text-align:center;max-width:600px;margin:0 auto 2.5rem}.alt-invest-label{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;padding:.3rem .85rem;border-radius:50px;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.85rem}.alt-invest-label:before{content:"🔥";font-size:.85rem}.alt-invest-header h3{font-family:Playfair Display,serif;font-size:1.7rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.alt-invest-header p{color:var(--muted);font-size:.95rem;line-height:1.65}.alt-invest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.alt-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all var(--transition);position:relative;overflow:hidden;cursor:pointer}.alt-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green),#22d3ee);opacity:0;transition:opacity var(--transition)}.alt-card:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-4px)}.alt-card:hover:before{opacity:1}.alt-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.alt-icon{font-size:1.6rem}.alt-badge{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:50px}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-yellow{background:#fef9c3;color:#b45309}.badge-red{background:#fee2e2;color:#dc2626}.alt-card h4{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;line-height:1.3}.alt-card p{font-size:.84rem;color:var(--muted);line-height:1.6;flex:1;margin-bottom:1rem}.alt-card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--green);font-weight:600;padding-top:.75rem;border-top:1px solid var(--border)}.alt-arrow{font-size:1rem;transition:transform var(--transition)}.alt-card:hover .alt-arrow{transform:translate(4px)}.news-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-template-rows:auto auto;gap:1.25rem}.news-card{display:block;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all var(--transition);cursor:pointer}.news-card:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-3px)}.news-card-main{grid-row:span 2;display:flex;flex-direction:column}.news-card-main h3{font-size:1.2rem;margin-bottom:.75rem}.news-card-main p{color:var(--muted);font-size:.92rem;line-height:1.65;margin-bottom:1rem;flex:1}.news-card:not(.news-card-main) h3{font-size:.95rem;margin:.5rem 0 .75rem}.news-tag{display:inline-block;background:var(--green-light);color:var(--green);padding:.2rem .65rem;border-radius:50px;font-size:.75rem;font-weight:600;margin-bottom:.5rem}.news-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--muted);margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-list{display:flex;flex-direction:column;gap:1.5rem}.why-item{display:flex;gap:1rem;align-items:flex-start}.why-check{width:28px;height:28px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0;margin-top:.1rem}.why-item strong{display:block;color:var(--navy);font-size:.95rem;margin-bottom:.25rem}.why-item p{color:var(--muted);font-size:.87rem;line-height:1.55;margin:0}.portfolio-preview{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:2rem;box-shadow:var(--shadow-md)}.portfolio-header{font-weight:700;color:var(--navy);margin-bottom:1.5rem;font-size:1rem}.portfolio-bars{display:flex;flex-direction:column;gap:1.1rem}.bar-row{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:.75rem;font-size:.85rem;color:var(--slate)}.bar-wrap{background:var(--bg-alt);border-radius:50px;height:10px;overflow:hidden}.bar{height:100%;border-radius:50px}.newsletter{background:linear-gradient(135deg,#0a1f14,#1a4d35);padding:6rem 0}.newsletter-inner{text-align:center;max-width:700px;margin:0 auto}.newsletter h2{font-family:Playfair Display,serif;font-size:clamp(1.7rem,3.5vw,2.4rem);color:#fff;line-height:1.25;margin-bottom:1rem}.newsletter p{color:#ffffffb3;margin-bottom:2rem;font-size:1rem}.newsletter-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto 1rem}.newsletter-input{flex:1;padding:.85rem 1.25rem;border-radius:50px;border:2px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:.95rem;outline:none;transition:all var(--transition)}.newsletter-input::placeholder{color:#ffffff80}.newsletter-input:focus{border-color:#ffffff80;background:#ffffff26}.newsletter-note{font-size:.82rem;color:#ffffff80}.footer{background:var(--navy);padding:4rem 0 0}.footer-inner{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand p{color:#ffffff80;font-size:.88rem;margin:1rem 0 1.5rem;line-height:1.6;max-width:280px}.logo-white .logo-text{color:#fff}.logo-white .logo-text strong{color:#4ade80}.social-links{display:flex;gap:.75rem}.social-links a{width:36px;height:36px;background:#ffffff14;color:#fff9;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:all var(--transition)}.social-links a:hover{background:var(--green);color:#fff}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col h4{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:1.25rem}.footer-col a{display:block;color:#ffffff80;font-size:.85rem;margin-bottom:.65rem;transition:color var(--transition);cursor:pointer}.footer-col a:hover{color:#4ade80}.footer-bottom{padding:1.5rem 0}.footer-bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-bottom p{font-size:.8rem;color:#ffffff59}.footer-bottom a{color:#fff6;transition:color var(--transition)}.footer-bottom a:hover{color:#fffc}.page-hero{background:linear-gradient(135deg,#0a1f14,#0f3329,#1a4d35);padding:7rem 0 4rem;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,var(--white))}.page-hero-inner{position:relative;z-index:1}.page-hero-tag{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#ffffffd9;padding:.35rem .9rem;border-radius:50px;font-size:.8rem;font-weight:500;margin-bottom:1.25rem}.page-hero h1{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:.85rem}.page-hero p{color:#ffffffa6;font-size:1.05rem;line-height:1.65;max-width:580px}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.filter-tab{padding:.5rem 1.1rem;border-radius:50px;border:1.5px solid var(--border);background:var(--white);color:var(--slate);font-size:.88rem;font-weight:500;cursor:pointer;transition:all var(--transition)}.filter-tab:hover{border-color:var(--green);color:var(--green)}.filter-tab.active{background:var(--green);border-color:var(--green);color:#fff}.calc-widget{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:2.5rem;box-shadow:var(--shadow-md);max-width:720px;margin:0 auto}.calc-widget-title{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.calc-widget-sub{font-size:.88rem;color:var(--muted);margin-bottom:2rem}.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.calc-field label{display:block;font-size:.82rem;font-weight:600;color:var(--slate);margin-bottom:.4rem}.calc-field input{width:100%;padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:10px;font-size:.95rem;color:var(--navy);outline:none;transition:border-color var(--transition);font-family:Inter,sans-serif}.calc-field input:focus{border-color:var(--green)}.calc-btn{width:100%;padding:.85rem;background:var(--green);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all var(--transition);font-family:Inter,sans-serif}.calc-btn:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #1a6b4a4d}.calc-results{display:none;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.calc-results.visible{display:block}.calc-results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.calc-result-card{background:var(--bg-alt);border-radius:12px;padding:1.25rem;text-align:center}.calc-result-label{font-size:.78rem;color:var(--muted);font-weight:500;margin-bottom:.4rem}.calc-result-value{font-size:1.35rem;font-weight:800;color:var(--navy)}.calc-result-card.highlight{background:var(--green)}.calc-result-card.highlight .calc-result-label{color:#ffffffbf}.calc-result-card.highlight .calc-result-value{color:#fff}.guides-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.guide-pg-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;transition:all var(--transition);cursor:pointer}.guide-pg-card:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-4px)}.guide-pg-icon{font-size:1.8rem;margin-bottom:.85rem}.guide-pg-cat{font-size:.73rem;font-weight:600;color:var(--green);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.guide-pg-card h3{font-size:.97rem;font-weight:700;color:var(--navy);line-height:1.35;margin-bottom:.5rem;flex:1}.guide-pg-meta{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--muted);margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}.news-page-featured{display:grid;grid-template-columns:1.4fr 1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:stretch}.news-page-main{background:linear-gradient(135deg,#0a1f14,#1a4d35);border-radius:20px;padding:2.5rem;display:flex;flex-direction:column}.news-page-main .news-tag{background:#ffffff26;color:#fff}.news-page-main h2{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.3;margin:.75rem 0}.news-page-main p{color:#ffffffb3;font-size:.92rem;line-height:1.65;flex:1;margin-bottom:1.5rem}.news-page-main .news-meta{border-top-color:#ffffff26;color:#ffffff80}.news-aside{display:flex;flex-direction:column;gap:1rem}.news-aside-card{flex:1;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:all var(--transition);cursor:pointer}.news-aside-card:hover{border-color:var(--green);box-shadow:var(--shadow-sm)}.news-aside-card h4{font-size:.9rem;font-weight:600;color:var(--navy);margin:.4rem 0 .6rem;line-height:1.35}.news-aside-card .news-meta{padding-top:.6rem}.news-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.news-pg-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all var(--transition);cursor:pointer;display:flex;flex-direction:column}.news-pg-card:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-3px)}.news-pg-card h4{font-size:.95rem;font-weight:600;color:var(--navy);line-height:1.4;margin:.5rem 0;flex:1}.news-pg-card p{font-size:.83rem;color:var(--muted);line-height:1.6;margin-bottom:.75rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .18s ease}.modal-box{background:var(--white);border-radius:20px;width:100%;max-width:660px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);animation:slideUp .22s cubic-bezier(.4,0,.2,1)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:2rem 2rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header-left{display:flex;align-items:flex-start;gap:1rem;flex:1}.modal-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.modal-title-wrap{flex:1}.modal-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--navy);line-height:1.25;margin-bottom:.3rem}.modal-desc{font-size:.875rem;color:var(--muted);line-height:1.5}.modal-close{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--slate);transition:all var(--transition);flex-shrink:0}.modal-close:hover{background:var(--bg-alt);border-color:var(--slate)}.modal-body{padding:1.75rem 2rem 2rem}.calc-grid>:last-child:nth-child(odd){grid-column:span 2}.calc-result-sub{font-size:.72rem;color:var(--muted);margin-top:.3rem;line-height:1.4}.calc-result-card.highlight .calc-result-sub{color:#ffffffa6}.calc-note{margin-top:1.25rem;font-size:.8rem;color:var(--muted);text-align:center;font-style:italic;line-height:1.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:2rem;padding-top:3rem;padding-bottom:5rem}.hero-visual{display:none}.cards-grid{grid-template-columns:repeat(2,1fr)}.guides-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr;gap:3rem}.news-grid{grid-template-columns:1fr}.news-card-main{grid-row:auto}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}.alt-invest-grid,.guides-page-grid{grid-template-columns:repeat(2,1fr)}.news-page-featured{grid-template-columns:1fr}.news-page-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.modal-overlay{align-items:flex-end;padding:0}.modal-box{max-height:92vh;border-radius:20px 20px 0 0}.nav-links{display:none;flex-direction:column;position:fixed;top:72px;left:0;right:0;background:#fff;padding:1.5rem;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);gap:.25rem}.nav-links.open{display:flex}.nav-cta{margin-left:0;margin-top:.5rem;text-align:center}.hamburger{display:flex}.cards-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}.newsletter-form{flex-direction:column}.calc-grid,.calc-results-grid,.guides-page-grid,.news-page-grid{grid-template-columns:1fr}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr 1fr}.stat-item{padding:1.25rem .75rem}.stat-number{font-size:1.8rem}.footer-links{grid-template-columns:1fr}.footer-bottom .container{flex-direction:column;text-align:center}.alt-invest-grid{grid-template-columns:1fr}}.about-hero-grid{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:flex-start}.about-photo-wrap{position:relative;flex-shrink:0}.about-photo{width:100%;aspect-ratio:1;object-fit:cover;border-radius:20px;box-shadow:var(--shadow-lg);display:block}.about-photo-badge{position:absolute;bottom:-14px;left:50%;transform:translate(-50%);background:var(--white);border:1.5px solid var(--border);border-radius:30px;padding:.4rem 1rem;display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:var(--navy);box-shadow:var(--shadow-md);white-space:nowrap}.about-bio{padding-top:.5rem}.about-name{font-family:Playfair Display,serif;font-size:2.25rem;color:var(--navy);margin:.4rem 0 .6rem;line-height:1.2}.about-tagline{font-size:1.1rem;color:var(--green);font-weight:600;margin-bottom:1.25rem;line-height:1.4}.about-bio p{font-size:.95rem;color:var(--slate);line-height:1.8;margin-bottom:.85rem}.about-contact-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;background:var(--green);color:var(--white);padding:.75rem 1.6rem;border-radius:10px;font-weight:600;font-size:.925rem;text-decoration:none;transition:background var(--transition),transform var(--transition)}.about-contact-btn:hover{background:var(--green-dark);transform:translateY(-2px)}.about-values-section{background:var(--bg-alt)}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem}.about-value-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;transition:box-shadow var(--transition),transform var(--transition)}.about-value-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.about-value-icon{font-size:2rem;margin-bottom:.85rem}.about-value-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.6rem}.about-value-card p{font-size:.875rem;color:var(--muted);line-height:1.7}.about-contact-card{background:linear-gradient(135deg,var(--navy) 0%,var(--green-dark) 100%);border-radius:20px;padding:3.5rem;display:grid;grid-template-columns:1fr 200px;gap:3rem;align-items:center;color:var(--white)}.about-contact-card h2{font-family:Playfair Display,serif;font-size:1.9rem;margin-bottom:.85rem;line-height:1.25}.about-contact-card>.about-contact-left>p{font-size:.95rem;color:#fffc;line-height:1.7;margin-bottom:1.25rem}.about-contact-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.about-contact-list li{display:flex;align-items:center;gap:.65rem;font-size:.9rem;color:#ffffffd9}.about-contact-list a{color:#6ee7b7;text-decoration:underline;text-underline-offset:3px}.about-contact-icon{font-size:1.1rem}.about-contact-right{display:flex;justify-content:center}.about-contact-deco{width:120px;height:120px;background:#ffffff14;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.5rem}@media(max-width:1024px){.about-values-grid{grid-template-columns:repeat(2,1fr)}.about-hero-grid{grid-template-columns:240px 1fr;gap:2.5rem}}@media(max-width:768px){.about-hero-grid{grid-template-columns:1fr}.about-photo-wrap{max-width:260px;margin:0 auto}.about-contact-card{grid-template-columns:1fr;padding:2rem 1.5rem}.about-contact-right{display:none}.about-name{font-size:1.75rem}}@media(max-width:480px){.about-values-grid{grid-template-columns:1fr}}.legal-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 3rem;margin-top:2rem;box-shadow:var(--shadow-sm)}.legal-content h2{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--navy);margin-bottom:.35rem}.legal-updated{font-size:.85rem;color:var(--muted);margin-bottom:2rem;font-style:italic}.legal-content h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-top:2rem;margin-bottom:.65rem;padding-bottom:.4rem;border-bottom:2px solid var(--green-light)}.legal-content h4{font-size:.95rem;font-weight:600;color:var(--slate);margin-top:1.25rem;margin-bottom:.5rem}.legal-content p{font-size:.925rem;color:var(--slate);line-height:1.75;margin-bottom:.75rem}.legal-content ul{margin:.5rem 0 .75rem 1.5rem}.legal-content li{font-size:.925rem;color:var(--slate);line-height:1.75;margin-bottom:.25rem}.legal-content a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.legal-content a:hover{color:var(--green-dark)}.legal-content code{background:var(--bg-alt);border:1px solid var(--border);padding:.15em .45em;border-radius:4px;font-size:.82rem;font-family:Courier New,monospace;color:var(--navy)}.legal-table{width:100%;border-collapse:collapse;font-size:.875rem;margin:.75rem 0 1.25rem}.legal-table th,.legal-table td{text-align:left;padding:.65rem .85rem;border:1px solid var(--border);vertical-align:top;line-height:1.5}.legal-table th{background:var(--bg-alt);font-weight:600;color:var(--navy);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.legal-table td{color:var(--slate)}.legal-table tr:nth-child(2n) td{background:var(--bg-alt)}.footer-cookie-btn{background:none;border:none;padding:0;cursor:pointer;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:3px}.footer-cookie-btn:hover{opacity:.7}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:3000;background:var(--navy);color:var(--white);padding:1rem 0;box-shadow:0 -4px 20px #0000002e;animation:slideUpBanner .35s ease}@keyframes slideUpBanner{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:2rem}.cookie-banner-text{flex:1}.cookie-banner-text strong{display:block;font-size:.95rem;margin-bottom:.3rem}.cookie-banner-text p{font-size:.82rem;color:#ffffffbf;line-height:1.5;margin:0}.cookie-banner-text a{color:#6ee7b7;text-decoration:underline;text-underline-offset:3px}.cookie-banner-actions{display:flex;gap:.625rem;flex-shrink:0;flex-wrap:wrap}.cookie-btn-primary{background:var(--green);color:var(--white);border:none;padding:.55rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background var(--transition);white-space:nowrap}.cookie-btn-primary:hover{background:var(--green-dark)}.cookie-btn-outline{background:transparent;color:#ffffffd9;border:1.5px solid rgba(255,255,255,.3);padding:.55rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all var(--transition);white-space:nowrap}.cookie-btn-outline:hover{border-color:#ffffffb3;color:var(--white)}.cookie-panel{position:fixed;bottom:0;left:0;right:0;z-index:3000;background:#0f172a99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:flex-end;padding:1rem;animation:fadeIn .2s ease}.cookie-panel-inner{background:var(--white);border-radius:16px 16px 0 0;width:100%;max-width:560px;padding:1.75rem 2rem 2rem;box-shadow:var(--shadow-lg)}.cookie-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cookie-panel-header strong{font-size:1rem;color:var(--navy)}.cookie-panel-close{background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--muted);padding:.2rem;line-height:1}.cookie-panel-inner>p{font-size:.875rem;color:var(--slate);line-height:1.6;margin-bottom:1.25rem}.cookie-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--border)}.cookie-toggle-row>div{flex:1}.cookie-toggle-row strong{font-size:.9rem;color:var(--navy);display:block;margin-bottom:.2rem}.cookie-toggle-desc{font-size:.8rem;color:var(--muted);line-height:1.5;margin-top:.3rem}.cookie-badge{display:inline-block;font-size:.72rem;font-weight:600;padding:.15em .55em;border-radius:20px;margin-left:.5rem;vertical-align:middle}.cookie-badge.required{background:var(--green-light);color:var(--green-dark)}.cookie-badge.optional{background:#fef3c7;color:#92400e}.cookie-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;margin-top:.1rem}.cookie-switch input{opacity:0;width:0;height:0}.cookie-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border);border-radius:24px;cursor:pointer;transition:background var(--transition)}.cookie-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform var(--transition);box-shadow:0 1px 3px #0003}.cookie-switch input:checked+.cookie-slider{background:var(--green)}.cookie-switch input:checked+.cookie-slider:before{transform:translate(20px)}.cookie-panel-actions{display:flex;gap:.625rem;margin-top:1.5rem;justify-content:flex-end;flex-wrap:wrap}.cookie-panel-actions .cookie-btn-outline{color:var(--slate);border-color:var(--border);background:var(--bg-alt)}.cookie-panel-actions .cookie-btn-outline:hover{border-color:var(--slate);color:var(--navy)}.cookie-reopen{position:fixed;bottom:1.25rem;left:1.25rem;z-index:2900;background:var(--white);border:1.5px solid var(--border);border-radius:50%;width:42px;height:42px;font-size:1.25rem;cursor:pointer;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;transition:box-shadow var(--transition),transform var(--transition)}.cookie-reopen:hover{box-shadow:var(--shadow-lg);transform:scale(1.08)}@media(max-width:768px){.legal-card{padding:1.5rem 1.25rem}.legal-table{font-size:.78rem}.legal-table th,.legal-table td{padding:.5rem .6rem}.cookie-banner-inner{flex-direction:column;align-items:stretch;gap:.85rem}.cookie-banner-actions{justify-content:stretch}.cookie-banner-actions button{flex:1}.cookie-panel-inner{padding:1.25rem 1.25rem 1.5rem}.cookie-panel-actions{justify-content:stretch}.cookie-panel-actions button{flex:1}}@media(max-width:480px){.legal-content h2{font-size:1.45rem}}.adm-login-page{min-height:100vh;background:#0f172a;display:flex;align-items:center;justify-content:center;padding:2rem}.adm-login-card{background:#fff;border-radius:16px;padding:2.5rem 2.25rem;width:100%;max-width:400px;box-shadow:0 20px 60px #0006;display:flex;flex-direction:column;gap:0}.adm-login-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-weight:700;font-size:.9rem;color:#334155}.adm-login-card h1{font-family:Playfair Display,serif;font-size:1.55rem;color:#0f172a;margin-bottom:.25rem}.adm-login-card>p{font-size:.85rem;color:#64748b;margin-bottom:1.5rem}.adm-error-msg{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:.6rem .9rem;font-size:.85rem;margin-bottom:1rem}.adm-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.adm-field label{font-size:.8rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}.adm-field input,.adm-field select,.adm-field textarea{padding:.6rem .85rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:#0f172a;background:#f8fafc;transition:border-color .2s;width:100%}.adm-field input:focus,.adm-field select:focus,.adm-field textarea:focus{outline:none;border-color:#1a6b4a;background:#fff}.adm-login-btn{width:100%;padding:.75rem;background:#1a6b4a;color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;margin-top:.25rem;transition:background .2s}.adm-login-btn:hover{background:#0f4530}.adm-login-back{display:block;text-align:center;margin-top:1rem;font-size:.82rem;color:#64748b;text-decoration:none}.adm-login-back:hover{color:#1a6b4a}.adm-wrap{display:flex;height:100vh;overflow:hidden;background:#f1f5f9}.adm-sidebar{width:220px;flex-shrink:0;background:#0f172a;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 0;overflow-y:auto}.adm-sidebar-top{flex:1}.adm-sidebar-brand{display:flex;align-items:center;gap:.75rem;padding:0 1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.75rem}.adm-brand-name{font-size:.9rem;font-weight:700;color:#f1f5f9;letter-spacing:.06em}.adm-brand-sub{font-size:.72rem;color:#64748b}.adm-nav{display:flex;flex-direction:column;padding:0 .75rem;gap:.15rem}.adm-nav-item{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem;border-radius:8px;border:none;background:transparent;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .15s,color .15s;width:100%;text-align:left}.adm-nav-item:hover{background:#ffffff0f;color:#f1f5f9}.adm-nav-item.active{background:#1a6b4a4d;color:#6ee7b7}.adm-nav-icon{font-size:1rem;flex-shrink:0}.adm-sidebar-bottom{padding:.75rem;border-top:1px solid rgba(255,255,255,.08);margin-top:.75rem;display:flex;flex-direction:column;gap:.15rem}.adm-nav-logout{color:#f87171!important}.adm-nav-logout:hover{background:#f871711a!important}.adm-main{flex:1;overflow-y:auto;min-width:0}.adm-main-inner{max-width:1100px;margin:0 auto;padding:2rem 2.5rem}.adm-page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.75rem}.adm-page-header h1{font-family:Playfair Display,serif;font-size:1.6rem;color:#0f172a;line-height:1.2;margin-bottom:.2rem}.adm-page-header p{font-size:.85rem;color:#64748b}.adm-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000000d}.adm-card-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem}.adm-card-header h3{font-size:.95rem;font-weight:700;color:#0f172a}.adm-card-sub{font-size:.78rem;color:#94a3b8}.adm-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem}.adm-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000d}.adm-kpi-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:.75rem}.adm-kpi-val{font-size:1.5rem;font-weight:700;color:#0f172a;line-height:1;margin-bottom:.25rem}.adm-kpi-label{font-size:.78rem;color:#64748b;margin-bottom:.35rem}.adm-kpi-change{font-size:.75rem;font-weight:600}.adm-kpi-change.pos{color:#16a34a}.adm-kpi-change.neu{color:#64748b}.adm-kpi-change.neg{color:#dc2626}.adm-chart-row{display:flex;gap:1.25rem;margin-bottom:1.25rem}.adm-legend{margin-top:.75rem;display:flex;flex-direction:column;gap:.35rem}.adm-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:#475569}.adm-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.adm-legend-val{margin-left:auto;font-weight:600;color:#0f172a}.adm-top-pages{display:flex;flex-direction:column;gap:.6rem}.adm-top-row{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.adm-rank{width:20px;color:#94a3b8;font-weight:600;text-align:center;flex-shrink:0}.adm-top-name{width:160px;flex-shrink:0;color:#334155;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adm-bar-wrap{flex:1;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.adm-bar-fill{height:100%;background:#1a6b4a;border-radius:3px;transition:width .4s ease}.adm-top-count{width:45px;text-align:right;color:#64748b;font-size:.78rem}.adm-bar-list{display:flex;flex-direction:column;gap:.75rem}.adm-bar-row{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.adm-bar-label{width:100px;flex-shrink:0;color:#334155}.adm-bar-pct{width:36px;text-align:right;color:#64748b;font-size:.8rem}.adm-metric-list{display:flex;flex-direction:column}.adm-metric-row{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid #f1f5f9;font-size:.875rem}.adm-metric-row:last-child{border-bottom:none}.adm-metric-row span{color:#64748b}.adm-metric-row strong{color:#0f172a}.adm-note{font-size:.8rem;color:#94a3b8;text-align:center;padding:.75rem;background:#f8fafc;border-radius:8px;margin-top:.5rem}.adm-btn-primary{background:#1a6b4a;color:#fff;border:none;padding:.55rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.adm-btn-primary:hover{background:#0f4530}.adm-btn-ghost{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;padding:.55rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.adm-btn-ghost:hover{background:#e2e8f0}.adm-btn-icon{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:.3rem .5rem;cursor:pointer;font-size:.9rem;transition:background .15s,border-color .15s;line-height:1}.adm-btn-icon:hover{background:#f1f5f9;border-color:#94a3b8}.adm-btn-icon.danger:hover{background:#fef2f2;border-color:#fca5a5}.adm-table-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.adm-search{padding:.5rem .85rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#0f172a;background:#f8fafc;width:260px}.adm-search:focus{outline:none;border-color:#1a6b4a;background:#fff}.adm-count{font-size:.78rem;color:#94a3b8}.adm-table{width:100%;border-collapse:collapse;font-size:.875rem}.adm-table th{text-align:left;padding:.6rem .85rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:2px solid #f1f5f9}.adm-table td{padding:.75rem .85rem;border-bottom:1px solid #f8fafc;vertical-align:middle}.adm-table tr:last-child td{border-bottom:none}.adm-table tr:hover td{background:#fafafa}.adm-row-editing td{background:#f0fdf4!important}.adm-table-title{display:flex;flex-direction:column;gap:.2rem}.adm-table-title span:first-child{color:#0f172a;font-weight:500}.adm-table-sub{font-size:.75rem!important;color:#94a3b8!important;font-weight:400!important}.adm-cell-muted{color:#64748b}.adm-row-actions{display:flex;gap:.35rem}.adm-badge{display:inline-block;padding:.2em .6em;border-radius:20px;font-size:.72rem;font-weight:600;white-space:nowrap}.adm-badge.cat{background:#e8f5ee;color:#0f4530}.adm-badge.level-beginner{background:#dcfce7;color:#166534}.adm-badge.level-intermediate{background:#fef3c7;color:#92400e}.adm-badge.level-advanced{background:#fee2e2;color:#991b1b}.adm-form-card{border:2px solid #1a6b4a;background:#f0fdf4}.adm-form-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem}.adm-content-form{display:flex;flex-direction:column;gap:0}.adm-form-row{display:flex;gap:1rem;margin-bottom:.25rem}.adm-form-row .adm-field{flex:1;margin-bottom:.75rem}.adm-form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem;padding-top:1rem;border-top:1px solid #d1fae5}@media(max-width:900px){.adm-sidebar{width:60px}.adm-brand-name,.adm-brand-sub,.adm-nav-item span:last-child,.adm-sidebar-bottom span:last-child{display:none}.adm-nav-item{justify-content:center;padding:.65rem}.adm-sidebar-brand{justify-content:center;padding:0 0 1.25rem}.adm-kpi-grid{grid-template-columns:repeat(2,1fr)}.adm-chart-row{flex-direction:column}.adm-main-inner{padding:1.5rem 1.25rem}}@media(max-width:600px){.adm-wrap{flex-direction:column;height:auto;min-height:100vh}.adm-sidebar{width:100%;height:auto;flex-direction:row;padding:.5rem}.adm-sidebar-top,.adm-sidebar-bottom{flex-direction:row}.adm-sidebar-brand{display:none}.adm-nav{flex-direction:row;padding:0}.adm-sidebar-bottom{border-top:none;border-left:1px solid rgba(255,255,255,.08);padding:0;margin:0}.adm-main{height:auto}.adm-kpi-grid{grid-template-columns:1fr 1fr}.adm-form-row{flex-direction:column;gap:0}.adm-search{width:100%}.adm-table-toolbar{flex-direction:column;align-items:flex-start;gap:.5rem}}.content-modal-box{max-width:760px}.ca-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.35rem}.ca-meta-item{font-size:.78rem;color:#64748b}.ca-body{padding:1.75rem 2rem 2.5rem!important}.ca-intro{font-size:1rem;color:#475569;line-height:1.7;font-style:italic;border-left:3px solid var(--green);padding-left:1rem;margin-bottom:1.75rem}.ca-article{font-size:.95rem;color:#334155;line-height:1.85}.ca-article p{margin-bottom:1rem}.ca-h2{font-family:Playfair Display,serif;font-size:1.35rem;color:var(--navy);margin:1.75rem 0 .65rem;padding-bottom:.4rem;border-bottom:2px solid var(--green-light)}.ca-h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin:1.4rem 0 .5rem}.ca-list{margin:.25rem 0 1rem 1.4rem;display:flex;flex-direction:column;gap:.35rem}.ca-list li{color:#334155}.ca-empty{text-align:center;padding:3rem 1rem;color:var(--muted)}.ca-empty span{font-size:2.5rem;display:block;margin-bottom:1rem}.ca-empty p{font-size:.9rem;line-height:1.6}.ca-empty strong{color:var(--green)}.adm-textarea{width:100%;padding:.7rem .9rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:#0f172a;background:#fff;line-height:1.65;font-family:Courier New,monospace;resize:vertical;transition:border-color .2s}.adm-textarea:focus{outline:none;border-color:#1a6b4a}.adm-field-hint{font-size:.72rem;color:#94a3b8;margin-top:.25rem}.adm-content-ok{font-size:.75rem;color:#16a34a;font-weight:600}.adm-content-empty{font-size:.75rem;color:#94a3b8}.adm-featured-dot{font-size:.8rem}.adm-toggle-label{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#475569;cursor:pointer;margin-top:.35rem}.adm-toggle-label input{width:auto;margin:0;cursor:pointer}
