@import url(slideshow.css);#reading-progress-bar{position:fixed;top:0;left:0;width:0%;height:3px;background:var(--accent);z-index:9999;transition:width .1s linear;pointer-events:none}.reading-time-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:rgba(255,255,255,.75);margin-left:1rem;vertical-align:middle}.reading-time-badge svg{width:13px;height:13px}#chapter-sidebar{position:fixed;left:0;top:0;width:270px;height:100vh;background:var(--bg-white);border-right:1px solid var(--border);overflow-y:auto;z-index:500;transform:translateX(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 20px rgba(0,0,0,.08);padding-bottom:3rem}#chapter-sidebar.sidebar-open{transform:translateX(0)}#sidebar-toggle{position:fixed;left:0;top:50%;transform:translateY(-50%);background:var(--primary);color:#fff;border:0;padding:.85rem .45rem;cursor:pointer;border-radius:0 6px 6px 0;z-index:501;writing-mode:vertical-rl;font-size:.65rem;letter-spacing:.12em;font-weight:700;text-transform:uppercase;transition:background .2s,left .28s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 8px rgba(0,0,0,.15)}#sidebar-toggle:hover{background:var(--primary-light)}#sidebar-toggle.shifted{left:270px}.sidebar-header{background:var(--primary);color:#fff;padding:1rem 1.25rem .9rem;position:sticky;top:0;z-index:1;border-bottom:2px solid var(--accent)}.sidebar-header h4{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin:0 0 .4rem}.sidebar-course-progress{font-size:.76rem;color:rgba(255,255,255,.88);font-weight:500}.sidebar-module-group{border-bottom:1px solid var(--border)}.sidebar-module-label{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);background:var(--bg-light);cursor:pointer;border:0;width:100%;text-align:left;transition:background .15s}.sidebar-module-label:hover{background:#edf2f7}.sidebar-module-label .mod-num{background:var(--primary);color:#fff;border-radius:4px;padding:1px 5px;font-size:.65rem;flex-shrink:0}.sidebar-module-label .mod-chevron{margin-left:auto;transition:transform .2s;font-size:.8rem}.sidebar-module-label:not(.collapsed) .mod-chevron{transform:rotate(90deg)}.sidebar-chapter-list{list-style:none}.sidebar-chapter-list.hidden{display:none}.sidebar-chapter-list li a{display:flex;align-items:center;gap:.5rem;padding:.45rem 1rem .45rem 1.5rem;font-size:.8rem;color:var(--text-dark);text-decoration:none;transition:background .15s,color .15s;border-left:3px solid transparent}.sidebar-chapter-list li a:hover{background:var(--bg-light);color:var(--accent);border-left-color:var(--accent)}.sidebar-chapter-list li a.active-chapter{background:#fff3e0;color:var(--accent);font-weight:600;border-left-color:var(--accent)}.sidebar-chapter-list li a.done-chapter{color:var(--text-light)}.sidebar-chapter-list li a.done-chapter .ch-check{color:#38a169}.ch-num-sm{font-size:.68rem;color:var(--text-light);min-width:22px;flex-shrink:0}.ch-check{font-size:.75rem;flex-shrink:0}#sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:499}#sidebar-backdrop.active{display:block}.module-progress-wrap{padding:0 1.25rem .75rem;border-top:1px solid var(--border);margin-top:0}.module-progress-label{display:flex;justify-content:space-between;font-size:.72rem;color:var(--text-light);margin-bottom:.3rem;margin-top:.6rem}.module-progress-track{height:5px;background:var(--border);border-radius:3px;overflow:hidden}.module-progress-fill{height:100%;background:linear-gradient(90deg,#38a169,#48bb78);border-radius:3px;transition:width .5s ease}.module-progress-fill.zero{background:var(--border)}.chapter-completion{margin:2rem 0 1rem}.chapter-completion-inner{display:flex;flex-direction:column;align-items:center;gap:.5rem}.mark-complete-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 2rem;border:2px solid var(--border);border-radius:999px;background:var(--bg-light);color:var(--text-muted);font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.mark-complete-btn:hover{border-color:#38a169;background:#f0fff4;color:#38a169}.mark-complete-btn.is-complete{border-color:#38a169;background:#f0fff4;color:#276749}.mc-icon{font-size:1.1rem}.mc-hint{font-size:.78rem;color:var(--text-light);margin:0}.feature-icon{width:72px;height:72px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 14px rgba(26,54,93,.25)}.feature-icon svg{width:34px;height:34px}.li-embed-placeholder{flex:0 0 auto;scroll-snap-align:start;width:350px;height:450px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid #e2e8f0;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;cursor:pointer;transition:box-shadow .2s,border-color .2s;font-family:"Inter",sans-serif;padding:2rem}.li-embed-placeholder:hover{box-shadow:0 8px 24px rgba(0,119,181,.15);border-color:#0077b5}.li-icon{width:52px;height:52px;background:#0077b5;border-radius:10px;display:flex;align-items:center;justify-content:center}.li-embed-placeholder p{font-size:.85rem;color:var(--text-muted);text-align:center;margin:0}.li-load-btn{font-size:.78rem;color:#0077b5;border:1px solid #0077b5;padding:.4rem 1.1rem;border-radius:999px;cursor:pointer;background:0 0;font-family:inherit;transition:background .15s,color .15s}.li-load-btn:hover{background:#0077b5;color:#fff}:root{--primary:#1a365d;--primary-light:#2c5282;--accent:#ed8936;--accent-hover:#dd6b20;--bg-light:#f7fafc;--bg-white:#ffffff;--text-dark:#1a202c;--text-muted:#4a5568;--text-light:#718096;--border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);--radius:8px;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.7;color:var(--text-dark);background:var(--bg-light)}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent)}img{max-width:100%;height:auto}.site-header{background:var(--primary);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.logo span{color:var(--accent)}.main-nav ul{display:flex;list-style:none;gap:2rem}.main-nav a{color:#fff;font-weight:500;opacity:.9;text-decoration:none}.main-nav a:hover{opacity:1;color:var(--accent)}.mobile-menu-toggle{display:none;background:0 0;border:0;color:#fff;font-size:1.5rem;cursor:pointer}.hero{background:linear-gradient(135deg,var(--primary) 0%,#1e3f72 60%,var(--primary-light) 100%);color:#fff;padding:5rem 1.5rem 4rem;text-align:center}.hero-inner{max-width:860px;margin:0 auto}.hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.hero-badge{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.92);font-size:.72rem;font-weight:600;letter-spacing:.03em;padding:.3rem .8rem;border-radius:999px;backdrop-filter:blur(4px)}.hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:#fff}.hero .subtitle{font-size:1.25rem;opacity:.88;margin-bottom:1.25rem;line-height:1.5}.hero .author{font-size:.95rem;opacity:.72;margin-bottom:2rem}.hero .hero-description{font-size:.85rem;opacity:.6;margin-top:1.5rem}.hero .hero-description strong{opacity:.9}.hero-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:.5rem}.hero-cta{display:inline-block;background:var(--accent);color:#fff;padding:.9rem 2.2rem;border-radius:var(--radius);font-weight:700;font-size:1rem;transition:all .25s;text-decoration:none}.hero-cta-primary{background:var(--accent)}.hero-cta-secondary{background:0 0;border:2px solid rgba(255,255,255,.5);color:#fff}.hero-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.hero-cta-primary:hover{background:var(--accent-hover);color:#fff}.hero-cta-secondary:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff}.stats-bar{background:var(--bg-white);padding:2rem 1.5rem;border-bottom:1px solid var(--border)}.stats-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;text-align:center}.stat-item h3{font-size:2rem;color:var(--primary);font-weight:800;line-height:1.1}.stat-item p{color:var(--text-muted);font-size:.82rem;margin-top:.25rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-alt{background:var(--bg-white)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.25rem;color:var(--primary);margin-bottom:.75rem}.section-header p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.module-card{background:var(--bg-white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all .3s;display:flex;flex-direction:column}.module-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.module-header{background:var(--primary);color:#fff;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem}.module-number{background:var(--accent);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.module-header h3{font-size:1.15rem;font-weight:600;flex:1;color:#fff}.module-content{padding:1.5rem;flex:1}.module-content p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}.chapter-list{list-style:none}.chapter-list li{padding:.5rem 0;border-bottom:1px solid var(--border)}.chapter-list li:last-child{border-bottom:none}.chapter-list a{display:flex;align-items:center;gap:.5rem;color:var(--text-dark);font-size:.9rem;text-decoration:none}.chapter-list a:hover{color:var(--accent)}.chapter-list .ch-num{color:var(--text-light);font-weight:500;min-width:28px}.module-footer{padding:1rem 1.5rem;border-top:1px solid var(--border)}.module-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:600;font-size:.9rem;text-decoration:none}.module-link:hover{color:var(--accent)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-item{text-align:center;padding:2rem;background:var(--bg-white);border-radius:var(--radius);box-shadow:var(--shadow)}.feature-item h3{color:var(--primary);margin-bottom:.75rem;font-size:1.25rem}.feature-item p{color:var(--text-muted);font-size:.95rem}.author-section{display:grid;grid-template-columns:200px 1fr;gap:3rem;align-items:center;background:var(--bg-white);padding:3rem;border-radius:12px;box-shadow:0 4px 6px var(--shadow)}@media (max-width:768px){.author-section{grid-template-columns:1fr;text-align:center;gap:1.5rem;padding:2rem 1.5rem}.author-image{max-width:150px;margin:0 auto}}.author-image{width:200px;height:200px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;font-size:4rem;font-weight:700}.author-info h3{font-size:1.75rem;color:var(--primary);margin-bottom:.5rem}.author-title{color:var(--accent);font-weight:600;margin-bottom:1rem}.author-bio{color:var(--text-muted);line-height:1.8}.chapter-hero{background:var(--primary);color:#fff;padding:3rem 1.5rem}.breadcrumb{max-width:var(--max-width);margin:0 auto 1rem;font-size:.9rem;opacity:.8}.breadcrumb a{color:#fff;opacity:.8;text-decoration:none}.breadcrumb a:hover{opacity:1}.chapter-title-block{max-width:var(--max-width);margin:0 auto}.chapter-title-block h1{font-size:2.5rem;margin-bottom:.5rem;color:#fff}.chapter-title-block h1 a,.chapter-title-block h1 a:visited{color:inherit;text-decoration:underline;text-decoration-color:rgba(255,255,255,.35)}.chapter-title-block h1 a:hover{color:var(--accent);text-decoration-color:var(--accent)}.chapter-meta{opacity:.8}.chapter-content{max-width:800px;margin:0 auto;padding:3rem 1.5rem;background:var(--bg-white)}.chapter-content h2{font-size:1.75rem;color:var(--primary);margin:2rem 0 1rem;padding-top:1rem;border-top:1px solid var(--border)}.chapter-content h3{font-size:1.35rem;color:var(--primary-light);margin:1.5rem 0 .75rem}.chapter-content h4{font-size:1.1rem;color:var(--text-dark);margin:1.25rem 0 .5rem}.chapter-content p{margin-bottom:1rem;color:var(--text-dark)}.chapter-content ul,.chapter-content ol{margin:1rem 0 1rem 1.5rem}.chapter-content li{margin-bottom:.5rem}.chapter-content blockquote{border-left:4px solid var(--accent);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--bg-light);font-style:italic}.chapter-content .key-takeaways{background:#f0f7ff;border-left:5px solid var(--primary);border-radius:var(--radius);padding:1.5rem 2rem;position:relative;box-shadow:0 4px 15px rgba(0,0,0,.05);font-style:normal;margin:2rem 0}.chapter-content .key-takeaways blockquote{border-left:none;padding:0;margin:0;background:0 0;font-style:normal}.chapter-content .key-takeaways .kt-icon{position:absolute;top:1.5rem;left:1.5rem;font-size:1.5rem;line-height:1}.chapter-content .key-takeaways p{margin-bottom:.75rem;color:#2d3748}.chapter-content .key-takeaways strong{color:var(--primary);font-size:1.1rem;display:block;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.chapter-content table{width:100%;border-collapse:collapse;margin:2rem 0}.chapter-content th,.chapter-content td{border:1px solid var(--border);padding:1rem;text-align:left}.chapter-content th{background:var(--bg-light)}.chapter-content .highlight{background:#fef3cd;padding:1.5rem;border-radius:var(--radius);margin:1.5rem 0;border-left:4px solid var(--accent)}.chapter-nav{display:flex;justify-content:space-between;padding:2rem 0;margin-top:2rem;border-top:1px solid var(--border)}.nav-link{display:flex;flex-direction:column;padding:1rem 1.5rem;background:var(--bg-light);border-radius:var(--radius);min-width:200px;transition:all .3s;text-decoration:none}.nav-link:hover{background:var(--primary);color:#fff!important}.nav-link.next{text-align:right}.nav-label{font-size:.85rem;opacity:.7;margin-bottom:.25rem}.nav-title{font-weight:600;color:var(--primary)}.nav-link:hover .nav-title{color:#fff}.site-footer{background:var(--primary);color:#fff;padding:3rem 1.5rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{font-size:1rem;margin-bottom:1rem;color:var(--accent)}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#fff;opacity:.8;font-size:.9rem;text-decoration:none}.footer-section a:hover{opacity:1;color:var(--accent)}.footer-bottom{max-width:var(--max-width);margin:2rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center;font-size:.9rem;opacity:.7}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin:2rem 0;border-radius:var(--radius);background:#000}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:var(--radius)}.quiz-section{background:linear-gradient(135deg,var(--bg-white) 0%,var(--bg-light) 100%);border:2px solid var(--border);border-radius:var(--radius);padding:2rem;margin:3rem 0;text-align:center}.quiz-intro h3{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.quiz-intro p{color:var(--text-muted);margin-bottom:1.5rem}.quiz-start-btn,.quiz-next-btn,.quiz-retry-btn,.quiz-review-btn,.quiz-back-btn{background:var(--accent);color:#fff;border:0;padding:.875rem 2rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.quiz-start-btn:hover,.quiz-next-btn:hover,.quiz-retry-btn:hover,.quiz-review-btn:hover,.quiz-back-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:var(--shadow)}.quiz-container{text-align:left;max-width:700px;margin:0 auto}.quiz-header{margin-bottom:1.5rem}.quiz-progress{background:var(--border);height:6px;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.quiz-progress-bar{background:var(--accent);height:100%;transition:width .3s}.quiz-counter{font-size:.875rem;color:var(--text-muted)}.quiz-question h4{font-size:1.25rem;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.5}.quiz-options{display:flex;flex-direction:column;gap:.75rem}.quiz-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bg-white);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s;text-align:left;font-size:1rem}.quiz-option:hover:not(:disabled){border-color:var(--primary);background:var(--bg-light)}.quiz-option.correct{border-color:#38a169;background:#f0fff4}.quiz-option.incorrect{border-color:#e53e3e;background:#fff5f5}.quiz-option:disabled{cursor:default}.option-letter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--bg-light);border-radius:50%;font-weight:600;color:var(--primary);flex-shrink:0}.option-text{flex:1;color:var(--text-dark)}.quiz-feedback{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:var(--radius);margin-top:1.5rem}.quiz-feedback.correct{background:#f0fff4;border:1px solid #38a169}.quiz-feedback.incorrect{background:#fff5f5;border:1px solid #e53e3e}.feedback-icon{font-size:1.5rem;font-weight:700}.quiz-feedback.correct .feedback-icon{color:#38a169}.quiz-feedback.incorrect .feedback-icon{color:#e53e3e}.feedback-text strong{display:block;margin-bottom:.25rem}.feedback-text p{color:var(--text-muted);font-size:.9rem;margin:0}.quiz-next-btn{margin-top:1.5rem;width:100%}.quiz-results{text-align:center;padding:2rem 0}.results-emoji{font-size:4rem;margin-bottom:1rem}.quiz-results h3{color:var(--primary);font-size:1.75rem;margin-bottom:1.5rem}.results-score{font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.results-score .score-divider{color:var(--text-muted);margin:0 .25rem}.results-percentage{font-size:1.5rem;color:var(--accent);font-weight:600;margin-bottom:1rem}.results-message{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem}.results-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.quiz-review-btn,.quiz-back-btn{background:var(--primary)}.quiz-review-btn:hover,.quiz-back-btn:hover{background:var(--primary-light)}.quiz-review{text-align:left}.quiz-review h3{text-align:center;color:var(--primary);margin-bottom:2rem}.review-item{display:flex;gap:1rem;padding:1.25rem;margin-bottom:1rem;border-radius:var(--radius);background:var(--bg-white);border:1px solid var(--border)}.review-item.correct{border-left:4px solid #38a169}.review-item.incorrect{border-left:4px solid #e53e3e}.review-status{font-size:1.25rem;font-weight:700}.review-item.correct .review-status{color:#38a169}.review-item.incorrect .review-status{color:#e53e3e}.review-question{margin-bottom:.5rem}.review-answer{color:var(--text-muted);font-size:.9rem}.review-correct{color:#38a169;font-size:.9rem;font-weight:500}.review-explanation{color:var(--text-muted);font-size:.85rem;font-style:italic;margin-top:.5rem}.quiz-back-btn{margin-top:1.5rem;width:100%}@media (max-width:768px){.hero h1{font-size:2rem}.stats-inner{grid-template-columns:repeat(3,1fr)}.hero-badges{gap:.4rem}.hero-cta-group{flex-direction:column;align-items:center}.modules-grid,.features-grid,.footer-inner{grid-template-columns:1fr}.mobile-menu-toggle{display:block}.main-nav{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--primary);padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.2);border-top:1px solid rgba(255,255,255,.1)}.main-nav ul{flex-direction:column;gap:1rem;text-align:center;padding:1rem 0}.main-nav a{display:block;padding:.75rem;font-size:1.1rem}}.search-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;opacity:0;visibility:hidden;transition:all .2s}.search-modal.active{opacity:1;visibility:visible}.search-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(2px)}.search-modal-content{position:relative;width:100%;max-width:600px;background:var(--bg-white);border-radius:var(--radius);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;margin:0 1.5rem;transform:translateY(-20px);transition:transform .2s}.search-modal.active .search-modal-content{transform:translateY(0)}.search-input-wrapper{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.search-icon{color:var(--text-light);margin-right:1rem}.search-input{flex:1;border:0;font-size:1.1rem;outline:0;background:0 0;color:var(--text-dark)}.search-shortcut{font-size:.75rem;padding:.25rem .5rem;border:1px solid var(--border);border-radius:4px;color:var(--text-muted);background:var(--bg-light)}.search-results{max-height:60vh;overflow-y:auto;padding:.5rem 0}.search-result{display:block;padding:.75rem 1.5rem;border-left:3px solid transparent;text-decoration:none;cursor:pointer}.search-result:hover,.search-result.selected{background:var(--bg-light);border-left-color:var(--primary)}.result-title{font-weight:600;color:var(--primary);margin-bottom:.25rem}.result-excerpt{font-size:.9rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.result-meta{font-size:.75rem;color:var(--text-light);margin-top:.25rem}.search-footer{padding:.75rem 1.5rem;background:var(--bg-light);border-top:1px solid var(--border);display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-light)}.search-trigger{background:0 0;border:0;color:rgba(255,255,255,.8);cursor:pointer;padding:.5rem;border-radius:var(--radius);transition:all .2s;display:flex;align-items:center;justify-content:center}.search-trigger:hover{background:rgba(255,255,255,.1);color:#fff}.search-hint,.search-no-results{padding:2rem;text-align:center;color:var(--text-muted)}.auth-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2001;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.auth-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:90%;max-width:400px;border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:2rem;overflow:hidden}.auth-close{position:absolute;top:1rem;right:1.5rem;font-size:1.5rem;cursor:pointer;color:var(--text-muted);transition:color .2s}.auth-close:hover{color:var(--text-dark)}.auth-tabs{display:flex;margin-bottom:2rem;border-bottom:1px solid var(--border)}.auth-tab{flex:1;background:0 0;border:0;padding:1rem;font-size:1rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .2s;border-bottom:2px solid transparent}.auth-tab:hover{color:var(--primary)}.auth-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.auth-form{display:none}.auth-form.active{display:block;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-form h3{text-align:center;margin-bottom:1.5rem;color:var(--primary)}.auth-form input{width:100%;padding:.75rem 1rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;transition:border-color .2s}.auth-form input:focus{outline:0;border-color:var(--primary)}.auth-submit-btn{width:100%;padding:.875rem;background:var(--primary);color:#fff;border:0;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:1rem}.auth-submit-btn:hover{background:var(--primary-light)}.auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-divider::before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:var(--border);z-index:1}.auth-divider span{background:#fff;padding:0 1rem;color:var(--text-muted);font-size:.85rem;position:relative;z-index:2}.auth-google-btn{width:100%;padding:.875rem;background:#fff;color:var(--text-dark);border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-google-btn:hover{background:var(--bg-light);border-color:var(--text-muted)}.auth-error{color:#e53e3e;font-size:.9rem;text-align:center;margin-top:1rem;min-height:1.4em}.auth-nav-item a{border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:var(--radius);transition:all .2s}.auth-nav-item a:hover{background:rgba(255,255,255,.1);border-color:#fff}#vprof-fab{position:fixed;bottom:2rem;right:2rem;z-index:600;display:flex;flex-direction:column;align-items:center;gap:.35rem;cursor:pointer;border:0;background:0 0;padding:0}.vprof-avatar{position:relative;width:62px;height:62px;border-radius:50%;background:var(--primary);border:3px solid #fff;box-shadow:0 4px 20px rgba(26,54,93,.38);display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}#vprof-fab:hover .vprof-avatar{transform:translateY(-3px);box-shadow:0 8px 28px rgba(26,54,93,.5)}.vprof-fab-label{font-size:.62rem;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.11em;background:#fff;padding:2px 8px;border-radius:999px;box-shadow:0 1px 6px rgba(0,0,0,.12)}.vprof-notif{position:absolute;top:-3px;right:-3px;width:18px;height:18px;border-radius:50%;background:var(--accent);border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:.58rem;color:#fff;font-weight:900;line-height:1}#vprof-panel{position:fixed;bottom:7.8rem;right:1.5rem;width:340px;max-height:500px;background:#fff;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.18);z-index:599;display:flex;flex-direction:column;transform:scale(.88) translateY(24px);opacity:0;pointer-events:none;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s;overflow:hidden}#vprof-panel.vprof-open{transform:scale(1) translateY(0);opacity:1;pointer-events:all}.vprof-ph{background:linear-gradient(135deg,var(--primary),#2d4a8a);color:#fff;padding:.9rem 1.1rem;display:flex;align-items:center;gap:.7rem}.vprof-ph-avatar{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.vprof-ph-info{flex:1}.vprof-ph-info strong{display:block;font-size:.92rem;font-weight:700}.vprof-ph-info span{font-size:.68rem;color:rgba(255,255,255,.72)}.vprof-ph-close{background:0 0;border:0;color:rgba(255,255,255,.65);cursor:pointer;font-size:1rem;padding:4px;line-height:1;border-radius:4px;transition:color .15s,background .15s}.vprof-ph-close:hover{color:#fff;background:rgba(255,255,255,.15)}.vprof-online{display:inline-block;width:7px;height:7px;border-radius:50%;background:#68d391;margin-right:4px;vertical-align:middle}.vprof-msgs{flex:1;overflow-y:auto;padding:.85rem;display:flex;flex-direction:column;gap:.65rem;background:#f8fafc}.vprof-row{display:flex;gap:.45rem;align-items:flex-end}.vprof-row.user{flex-direction:row-reverse}.vprof-row-av{width:26px;height:26px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.62rem}.vprof-bubble{max-width:80%;padding:.55rem .85rem;border-radius:12px;font-size:.8rem;line-height:1.55}.vprof-row.bot .vprof-bubble{background:#fff;color:var(--text-dark);border:1px solid #e2e8f0;border-bottom-left-radius:4px}.vprof-row.user .vprof-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.vprof-chips{padding:.5rem .85rem .3rem;display:flex;flex-wrap:wrap;gap:.4rem;background:#f8fafc;border-top:1px solid #edf2f7}.vprof-chip{font-size:.68rem;padding:.28rem .65rem;border:1.5px solid var(--primary);border-radius:999px;color:var(--primary);background:#fff;cursor:pointer;transition:all .15s;white-space:nowrap;font-weight:600}.vprof-chip:hover{background:var(--primary);color:#fff}.vprof-ir{padding:.65rem .85rem;border-top:1px solid #edf2f7;display:flex;gap:.45rem;background:#fff}.vprof-ir input{flex:1;border:1.5px solid #e2e8f0;border-radius:8px;padding:.45rem .7rem;font-size:.8rem;outline:0;font-family:inherit;transition:border .15s}.vprof-ir input:focus{border-color:var(--primary)}.vprof-ir button{background:var(--primary);color:#fff;border:0;border-radius:8px;padding:.45rem .85rem;cursor:pointer;font-size:.78rem;font-weight:700;transition:background .15s}.vprof-ir button:hover{background:#12284a}.vprof-typing .vprof-bubble{display:flex;align-items:center;gap:4px;padding:.6rem .85rem}.vprof-dot{width:6px;height:6px;border-radius:50%;background:#a0aec0;animation:vprofBounce 1.2s infinite ease-in-out}.vprof-dot:nth-child(2){animation-delay:.2s}.vprof-dot:nth-child(3){animation-delay:.4s}@keyframes vprofBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}}@media (max-width:480px){#vprof-panel{width:calc(100vw - 2rem);right:1rem}}.diff-strip{background:linear-gradient(180deg,#f0f4ff 0,#e8f0fe 100%);border-top:3px solid var(--accent);padding:2.5rem 1.5rem}.diff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.diff-item{display:flex;gap:.85rem;align-items:flex-start}.diff-icon{font-size:1.6rem;flex-shrink:0;margin-top:2px}.diff-item strong{display:block;color:var(--primary);font-size:.88rem;font-weight:700;margin-bottom:.3rem}.diff-item p{color:var(--text-muted);font-size:.78rem;line-height:1.55;margin:0}@media (max-width:900px){.diff-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.diff-grid{grid-template-columns:1fr}}.reviews-nav-wrapper{position:relative;padding:0 10px}.reviews-scroll-container{display:flex;gap:28px;overflow-x:auto;padding:12px 4px 20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.reviews-scroll-container::-webkit-scrollbar{display:none}.review-card{flex:0 0 320px;scroll-snap-align:start;background:#fff;border-radius:16px;border:1px solid #eaecf0;box-shadow:0 2px 12px rgba(0,0,0,.07);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s,transform .2s}.review-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.13);transform:translateY(-2px)}.rc-header{display:flex;align-items:center;gap:.75rem}.rc-avatar{width:44px;height:44px;border-radius:50%;color:#fff;font-weight:700;font-size:.88rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.03em}.rc-meta{display:flex;flex-direction:column;gap:.15rem;min-width:0}.rc-name{font-size:.95rem;color:var(--text-dark, #1a1a2e);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-role{font-size:.78rem;color:var(--text-muted, #888);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-stars{color:#f59e0b;font-size:1rem;letter-spacing:2px}.rc-quote{font-size:.88rem;line-height:1.65;color:var(--text, #374151);font-style:italic;margin:0;flex:1;border-left:3px solid var(--primary, #e85d26);padding-left:.75rem}.rc-linkedin-btn{display:inline-flex;align-items:center;font-size:.78rem;font-weight:600;color:#0a66c2;text-decoration:none;padding:.4rem .8rem;border:1px solid #d0e4f5;border-radius:6px;background:#f0f7ff;align-self:flex-start;transition:background .15s,color .15s}.rc-linkedin-btn:hover{background:#0a66c2;color:#fff;border-color:#0a66c2}.reviews-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:var(--primary, #e85d26);color:#fff;border:0;border-radius:50%;width:44px;height:44px;font-size:1.6rem;line-height:1;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.reviews-nav-btn:hover{background:var(--accent, #ff8c42);transform:translateY(-50%) scale(1.08)}.reviews-prev{left:-22px}.reviews-next{right:-22px}.reviews-controls{text-align:center;margin-top:.75rem}.reviews-counter-text{font-size:.85rem;color:var(--text-muted, #888);font-weight:500;letter-spacing:.04em}.reviews-placeholder-note{text-align:center;font-size:.8rem;color:var(--text-muted, #aaa);margin-top:.5rem;font-style:italic}@media (max-width:600px){.reviews-prev{left:4px}.reviews-next{right:4px}.review-card{flex:0 0 280px}}.ai-chat-widget,#vprof-fab,#vprof-panel{display:none!important}