html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#212529;background-color:#f8f9fa;overflow-x:hidden}a[href^="#"]{scroll-behavior:smooth}:root{--primary-blue: #005A9C;--secondary-orange: #D9531E;--accent-yellow: #FFD23F;--accent-pink: #FF6B9D;--accent-mint: #00E676;--accent-purple: #7B68EE;--accent-green: #4ade80;--accent-blue: #2E86FF;--bg-primary: #f8f9fa;--bg-secondary: #e9ecef;--bg-card: #ffffff;--bg-pattern: #fff5f5;--text-primary: #212529;--text-secondary: #6c757d;--text-light: #adb5bd;--shadow-memphis: 8px 8px 0px #000000;--shadow-soft: 0 4px 20px rgba(0, 0, 0, .1);--shadow-card: 0 8px 30px rgba(0, 0, 0, .12);--border-thick: 4px solid #000000;--border-thin: 2px solid #000000;--font-main: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Inter", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);line-height:1.6;color:var(--text-primary);background:var(--bg-primary);overflow-x:hidden}.memphis-title{font-family:var(--font-display);font-weight:800;font-size:3.5rem;line-height:1.1;color:var(--primary-blue);text-shadow:4px 4px 0px var(--accent-yellow);margin-bottom:1.5rem}.memphis-subtitle{font-size:1.3rem;line-height:1.5;color:var(--text-primary);margin-bottom:2rem}.memphis-section-title{font-family:var(--font-display);font-weight:700;font-size:2.5rem;color:var(--primary-blue);text-align:center;margin-bottom:3rem;position:relative}.memphis-section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:6px;background:var(--secondary-orange);border-radius:3px}.memphis-btn{font-family:var(--font-display);font-weight:700;font-size:1.2rem;padding:1rem 2.5rem;border:var(--border-thick);background:var(--accent-yellow);color:var(--text-primary);text-decoration:none;text-transform:uppercase;letter-spacing:1px;box-shadow:var(--shadow-memphis);transform:translate(0);transition:all .3s ease;cursor:pointer;display:inline-block}.memphis-btn:hover{transform:translate(4px,4px);box-shadow:4px 4px #000;background:var(--accent-pink)}.memphis-btn-secondary{background:var(--accent-mint);border:var(--border-thin);box-shadow:4px 4px 0 var(--primary-blue)}.memphis-btn-secondary:hover{background:var(--accent-purple);color:#fff}.memphis-card{background:var(--bg-card);border:var(--border-thick);box-shadow:var(--shadow-memphis);padding:2rem;position:relative;overflow:hidden}.memphis-card:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:linear-gradient(45deg,transparent 40%,var(--accent-yellow) 50%,transparent 60%);opacity:.1;transform:rotate(15deg)}.memphis-card-title{font-family:var(--font-display);font-weight:700;font-size:1.4rem;color:var(--primary-blue);margin-bottom:1rem;position:relative;z-index:2}.memphis-card-text{color:var(--text-secondary);line-height:1.6;position:relative;z-index:2}.memphis-icon{width:80px;height:80px;background:var(--accent-yellow);border:var(--border-thick);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem;box-shadow:6px 6px 0 var(--secondary-orange);position:relative}.memphis-icon:after{content:"";position:absolute;top:-5px;right:-5px;width:20px;height:20px;background:var(--accent-pink);border:2px solid #000;border-radius:50%}.memphis-pattern-bg{position:relative;overflow:hidden}.memphis-pattern-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,var(--accent-yellow) 3px,transparent 3px),radial-gradient(circle at 80% 70%,var(--accent-pink) 2px,transparent 2px),radial-gradient(circle at 40% 80%,var(--accent-mint) 2px,transparent 2px);background-size:100px 100px,150px 150px,120px 120px;opacity:.3;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}.memphis-shape{position:absolute;z-index:1}.memphis-triangle{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:35px solid var(--accent-yellow);border:3px solid #000}.memphis-circle{width:30px;height:30px;background:var(--accent-pink);border:3px solid #000;border-radius:50%}.memphis-square{width:25px;height:25px;background:var(--accent-mint);border:3px solid #000;transform:rotate(45deg)}.highlight{background:linear-gradient(120deg,var(--accent-yellow) 0%,var(--accent-pink) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;text-shadow:none!important}.pulse{animation:memphis-pulse 2s infinite}@keyframes memphis-pulse{0%{transform:scale(1) rotate(0);box-shadow:var(--shadow-memphis)}50%{transform:scale(1.05) rotate(1deg);box-shadow:12px 12px #000}to{transform:scale(1) rotate(0);box-shadow:var(--shadow-memphis)}}.processing-pulse{animation:processingPulse 2s infinite}@keyframes processingPulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.8}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.memphis-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.memphis-radio:hover{background:#ffffff1a}.memphis-radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:3px solid var(--text-primary);border-radius:50%;background:#fff;position:relative;cursor:pointer;transition:all .3s ease}.memphis-radio input[type=radio]:checked{background:var(--accent-yellow);border-color:var(--text-primary)}.memphis-radio input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:var(--text-primary);border-radius:50%}.memphis-radio span{font-weight:600;color:var(--text-primary)}.memphis-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.memphis-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border:3px solid var(--text-primary);background:#fff;position:relative;cursor:pointer;transition:all .3s ease}.memphis-checkbox input[type=checkbox]:checked{background:var(--accent-mint);border-color:var(--text-primary)}.memphis-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:700;color:var(--text-primary)}@media (max-width: 768px){.memphis-title{font-size:2rem;text-shadow:2px 2px 0px var(--accent-yellow);margin-bottom:1rem}.memphis-subtitle{font-size:1rem;line-height:1.4}.memphis-section-title{font-size:1.8rem;margin-bottom:2rem}.memphis-btn{font-size:.95rem;padding:.7rem 1.5rem;letter-spacing:.5px}.memphis-card{padding:1.2rem;box-shadow:6px 6px #000}.section{padding:32px 0}.container{padding:0 12px}.memphis-card{padding:16px}header{padding:.75rem 0!important}header .container>div:first-child{font-size:1.5rem!important}.memphis-pattern-bg{min-height:90vh!important;padding-top:80px!important}.comparison-mobile .memphis-card{border-width:3px}.memphis-icon{width:50px!important;height:50px!important;min-width:50px!important;font-size:1.5rem!important;box-shadow:4px 4px 0 var(--secondary-orange)!important}h4{font-size:1.2rem!important}p{font-size:.95rem}.memphis-shape{display:none}.grid-2,.grid-3{grid-template-columns:1fr;gap:1.5rem}}.pdf-app{padding:2rem}.hero-section{padding-top:120px}.guide-page{padding:2rem}.guide-header{padding:4rem 3rem}.guide-content{padding:3rem}@media (max-width: 768px){.pdf-app{padding:0}.hero-section{padding-top:80px!important}.guide-page{padding:0}.guide-header{padding:2rem 1.5rem}.guide-content{padding:1.5rem}}@media (max-width: 480px){.memphis-title{font-size:1.8rem}.memphis-subtitle{font-size:.95rem}.memphis-btn{font-size:.9rem;padding:.6rem 1.2rem;box-shadow:6px 6px #000}.memphis-btn:hover{transform:translate(3px,3px);box-shadow:3px 3px #000}.container{padding:0 10px}.memphis-btn{max-width:100%;white-space:normal;line-height:1.3}}.testimonials-section{padding:5rem 0;background:linear-gradient(135deg,var(--memphis-yellow) 0%,var(--memphis-orange) 100%);position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;width:200px;height:200px;background:var(--memphis-pink);border-radius:50%;top:-100px;right:-100px;opacity:.3}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2.5rem;border:4px solid #000000;box-shadow:10px 10px #000;position:relative;transition:all .3s ease}.testimonial-card:hover{transform:translate(-5px,-5px);box-shadow:15px 15px #000}.testimonial-content{position:relative;z-index:2}.testimonial-text{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:2rem;font-style:italic}.testimonial-author{border-top:3px solid var(--memphis-blue);padding-top:1.5rem}.author-name{font-size:1.2rem;font-weight:800;color:var(--memphis-blue);margin-bottom:.5rem}.author-role{font-size:.9rem;color:#666;margin-bottom:.5rem}.author-link{display:inline-block;color:var(--memphis-purple);font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}.author-link:hover{border-bottom-color:var(--memphis-purple)}.testimonial-decoration{position:absolute;top:1.5rem;right:1.5rem}.memphis-heart{font-size:2rem;display:inline-block;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem;box-shadow:8px 8px #000}.testimonial-text{font-size:1rem}}.techniques-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.techniques-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;opacity:.98}.techniques-hero{position:relative;padding:60px 20px 40px;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-bottom:40px;box-shadow:0 4px 20px #0000001a}.techniques-hero h1{font-size:2.5rem;font-weight:800;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:slideDown .6s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.techniques-content{position:relative;display:flex;max-width:1400px;margin:0 auto;gap:30px;padding:0 20px 60px}.techniques-sidebar{position:sticky;top:20px;width:250px;height:fit-content;background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #00000014}.techniques-sidebar h3{font-size:1.1rem;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #667eea}.nav-item{background:transparent;border:none;text-align:left;padding:12px 16px;border-radius:8px;color:#4a5568;font-size:.95rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.nav-item:hover{background:#f7f8fa;color:#667eea;padding-left:20px}.nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;box-shadow:0 2px 8px #667eea4d}.techniques-main{flex:1;background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 12px #00000014}.study-section{margin-bottom:60px;scroll-margin-top:20px;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.study-section h2{font-size:2rem;color:#2c3e50;margin-bottom:20px;padding-bottom:15px;border-bottom:3px solid #667eea;position:relative}.study-section h3{font-size:1.5rem;color:#34495e;margin-top:30px;margin-bottom:15px}.study-section h4{font-size:1.2rem;color:#34495e;margin-top:20px;margin-bottom:12px;font-weight:600}.study-section p{line-height:1.8;color:#4a5568;margin-bottom:16px;font-size:1.05rem}.study-section ul,.study-section ol{margin:20px 0;padding-left:30px;color:#4a5568;line-height:1.8}.study-section li{margin-bottom:10px;font-size:1.05rem}.study-section strong{color:#2c3e50;font-weight:600}.study-section a{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.study-section a:hover{color:#764ba2;text-decoration:underline}.subsection{margin:30px 0;padding:20px;background:#f9fafb;border-radius:12px;border-left:4px solid #667eea}.key-concept{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:12px;text-align:center;font-size:1.3rem;margin:25px 0;box-shadow:0 4px 12px #667eea4d;font-weight:600}.highlight-box{background:linear-gradient(135deg,#f5f7fa,#e9ecef);padding:20px;border-radius:12px;margin:25px 0;border-left:4px solid #667eea;box-shadow:0 2px 8px #0000000d}.warning-box{background:#ffe5e5;padding:20px;border-radius:12px;margin:25px 0;border-left:4px solid #ff4444;box-shadow:0 2px 8px #0000000d}.info-box{background:#fff3cd;padding:20px;border-radius:12px;margin:25px 0;border-left:4px solid #ffc107;box-shadow:0 2px 8px #0000000d}.tool-box{background:#f3e5f5;padding:20px;border-radius:12px;margin:25px 0;border-left:4px solid #9c27b0;box-shadow:0 2px 8px #0000000d}.metaphor-box{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:20px;border-radius:12px;margin:25px 0;box-shadow:0 4px 12px #f093fb4d;font-size:1.1rem}.motivational-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:30px;border-radius:12px;margin:30px 0;text-align:center;font-size:1.2rem;box-shadow:0 4px 12px #667eea66}.ps-box{background:#f8f9fa;padding:20px;border-radius:12px;margin-top:30px;border:2px dashed #dee2e6;font-style:italic;color:#6c757d}.research-ref{background:#e3f2fd;padding:15px;border-radius:8px;margin:20px 0;border-left:3px solid #2196f3;font-size:.95rem}.pro-tip{background:#e8f5e9;padding:20px;border-radius:12px;margin:20px 0;border-left:4px solid #4caf50;box-shadow:0 2px 8px #0000000d}p.warning{color:#f44;font-weight:600;font-size:1.1rem}p.success{color:#4caf50;font-weight:600}.objective{background:#e3f2fd;padding:10px 15px;border-radius:8px;margin-top:15px;color:#1976d2;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}.feature-card{background:#f9fafb;padding:25px;border-radius:12px;border:2px solid #e5e7eb;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a;border-color:#667eea}.feature-card.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;border:none}.feature-card.highlight *,.feature-card.highlight strong{color:#fff!important}.feature-card h3{font-size:1.3rem;margin-bottom:15px;color:#2c3e50}.feature-card.highlight h3{color:#fff}.feature-card p{margin-bottom:15px}.feature-card ul{margin:10px 0;padding-left:20px}.feature-card li{margin-bottom:8px}.timeline{margin:30px 0}.timeline-item{background:#f9fafb;padding:25px;border-radius:12px;margin-bottom:25px;border-left:4px solid #667eea;position:relative}.timeline-item:before{content:"";position:absolute;left:-12px;top:30px;width:20px;height:20px;background:#667eea;border-radius:50%;border:4px solid white;box-shadow:0 2px 8px #0000001a}.timeline-item h3{color:#667eea;margin-bottom:15px}.strategy{background:#fff;padding:20px;border-radius:8px;margin:15px 0;border:1px solid #e5e7eb}.strategy h4{color:#667eea;margin-bottom:15px}.map-section{margin:30px 0}.map-section>p{font-weight:600;margin-bottom:20px}.map-content{display:flex;flex-direction:column;gap:20px}.map-bullets{flex:1;margin:0;padding-left:30px}.map-image{width:100%;max-width:300px;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media (min-width: 1024px){.map-content{flex-direction:row;align-items:flex-start;gap:30px}.map-bullets{flex:0 0 45%;margin-top:10px}.map-image{flex:0 0 50%;max-width:300px}}.action-steps{counter-reset:step-counter;margin:30px 0}.action-steps li{counter-increment:step-counter;position:relative;padding-left:50px;margin-bottom:20px;font-size:1.1rem}.action-steps li:before{content:counter(step-counter);position:absolute;left:0;top:-2px;width:35px;height:35px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 2px 8px #667eea4d}.techniques-cta{text-align:center;padding:40px;background:linear-gradient(135deg,#f5f7fa,#e9ecef);border-radius:12px;margin-top:40px}.techniques-cta h3{color:#2c3e50;margin-bottom:15px;font-size:1.8rem}.techniques-cta p{color:#6c757d;margin-bottom:25px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 40px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.final-cta{text-align:center;font-size:1.3rem;margin:30px 0;color:#2c3e50}@media (max-width: 1024px){.techniques-content{flex-direction:column}.techniques-sidebar{width:100%;position:static;margin-bottom:30px}.section-nav{flex-direction:row;flex-wrap:wrap;gap:10px}.nav-item{flex:1;min-width:120px;text-align:center}.nav-item:hover{padding-left:12px}}@media (max-width: 768px){.techniques-hero h1{font-size:1.8rem}.techniques-main{padding:25px}.study-section h2{font-size:1.6rem}.study-section h3{font-size:1.3rem}.features-grid{grid-template-columns:1fr}.action-steps li{font-size:1rem;padding-left:45px}.action-steps li:before{width:30px;height:30px}}@media (max-width: 480px){.techniques-hero{padding:40px 15px 30px}.techniques-hero h1{font-size:1.5rem}.techniques-main{padding:20px 15px}.subsection{padding:15px}.btn-primary{padding:12px 30px;font-size:1rem}}.methode-container{min-height:100vh;background-color:#f8f9fa}.methode-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 20px;text-align:center;margin-bottom:40px}.methode-hero h1{font-size:2.5rem;margin-bottom:16px;font-weight:700}.hero-subtitle{font-size:1.25rem;opacity:.95;font-weight:300}.methode-content{max-width:1200px;margin:0 auto;display:flex;gap:30px;padding:0 20px 60px}.methode-sidebar{width:250px;position:sticky;top:20px;height:fit-content;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}.methode-sidebar h3{font-size:1.1rem;margin-bottom:16px;color:#333;font-weight:600}.section-nav{display:flex;flex-direction:column;gap:8px}.nav-item{padding:10px 12px;text-align:left;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s;color:#555;font-size:.95rem}.nav-item:hover{background-color:#f0f0f0;color:#333}.nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.methode-main{flex:1;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:40px}.methode-section{margin-bottom:48px}.methode-section h2{color:#333;margin-bottom:24px;font-size:1.8rem;font-weight:700;line-height:1.3}.methode-section h3{color:#444;margin-bottom:20px;font-size:1.5rem;font-weight:600;margin-top:32px}.methode-section h4{color:#555;margin-bottom:16px;margin-top:20px;font-size:1.2rem;font-weight:600}.methode-section p{color:#555;line-height:1.7;margin-bottom:16px;font-size:1.05rem}.greeting{font-size:1.15rem;margin-bottom:24px;color:#444}.solution-box{background:linear-gradient(135deg,#f5f7fa,#e9ecef);border-radius:12px;padding:24px;margin:24px 0}.stages{display:flex;flex-direction:column;gap:16px;margin-top:20px}.stage{display:flex;align-items:center;gap:16px;padding:12px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.stage-number{font-weight:600;color:#667eea;font-size:1.1rem;min-width:80px}.stage-text{color:#444;font-size:1.05rem}.acceleration-text{text-align:center;font-size:1.1rem;margin-top:24px;color:#667eea}.time-box{display:inline-flex;align-items:center;gap:12px;background:#fff3cd;padding:12px 20px;border-radius:8px;margin-bottom:20px;border-left:4px solid #ffc107}.time-label{font-weight:600;color:#856404}.time-value{color:#856404;font-weight:700}.why-it-works{background:#e8f5e9;border-radius:12px;padding:20px;margin-top:24px;border-left:4px solid #4caf50}.why-it-works h4{color:#2e7d32;margin-top:0}.insight{font-style:italic;color:#2e7d32;margin-top:12px}.mode-recommendation{display:inline-flex;align-items:center;gap:12px;background:#e3f2fd;padding:12px 20px;border-radius:8px;margin-bottom:20px;border-left:4px solid #2196f3}.mode-label{font-weight:600;color:#1565c0}.mode-value{color:#1565c0;font-weight:700;text-transform:uppercase}.mode-location{color:#1976d2;font-size:.9rem}.notes-types{background:#f8f9fa;border-radius:12px;padding:24px;margin:24px 0}.notes-list{list-style:none;padding:0;margin-top:16px}.notes-list li{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px;padding:12px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.note-type{background:#e9ecef;padding:4px 8px;border-radius:4px;font-family:Courier New,monospace;font-weight:600;color:#495057;white-space:nowrap;min-width:120px;text-align:center}.note-desc{color:#555;flex:1;line-height:1.5}.golden-rule{background:linear-gradient(135deg,#fffbea,#fff3cd);border-radius:12px;padding:20px;margin-top:24px;border-left:4px solid #ffc107}.moment-of-truth{font-size:1.1rem;font-weight:600;color:#444;margin-bottom:16px}.reinforcement-list{list-style:none;padding-left:20px;margin-bottom:0}.reinforcement-list li{position:relative;padding-left:24px;margin-bottom:12px;color:#555;line-height:1.6}.reinforcement-list li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.important-note{background:#f3e5f5;border-radius:12px;padding:20px;margin-top:24px;border-left:4px solid #9c27b0}.important-note p{color:#6a1b9a;margin:0}.warning-box{background:#fee;border-radius:12px;padding:16px;margin:20px 0;border-left:4px solid #f44336;color:#c62828}.annales-intro{font-size:1.1rem;font-weight:600;color:#444;margin-bottom:20px}.why-crucial{background:#e8f5e9;border-radius:12px;padding:20px;margin-top:24px}.why-crucial h4{color:#2e7d32;margin-top:0}.why-crucial ul{margin-bottom:0}.pro-tip{background:linear-gradient(135deg,#fff8e1,#ffecb3);border-radius:12px;padding:20px;margin-top:24px;border-left:4px solid #ff9800}.pro-tip strong{color:#e65100}.objective-box{display:inline-flex;align-items:center;gap:12px;background:#f3e5f5;padding:12px 20px;border-radius:8px;margin:20px 0;border-left:4px solid #9c27b0}.objective-label{font-weight:600;color:#6a1b9a}.objective-value{color:#6a1b9a;font-weight:700}.winning-strategy{background:#e8f5e9;border-radius:12px;padding:20px;margin-top:24px}.winning-strategy h4{color:#2e7d32;margin-top:0}.winning-strategy ul{margin-bottom:0}.revision-paths{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.path-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;border-top:4px solid}.anki-path{border-top-color:#4caf50}.test-path{border-top-color:#2196f3}.path-card h4{margin-top:0;margin-bottom:16px;display:flex;align-items:center;gap:8px}.recommended{background:#4caf50;color:#fff;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.path-card ul{margin-bottom:16px}.path-link{font-size:.95rem;margin-top:16px;margin-bottom:0}.guide-link{font-size:.95rem;margin:16px 0;padding:12px;background:#4caf501a;border-radius:8px;display:block}.guide-link a{color:#2e7d32;text-decoration:underline;font-weight:500}.guide-link a:hover{color:#1b5e20}.anki-explanation{background:#f5f5f5;border-radius:8px;padding:16px;margin:20px 0}.anki-explanation h5{color:#333;margin-top:0;margin-bottom:12px;font-size:1.1rem}.anki-explanation p{color:#555;margin-bottom:12px;line-height:1.6}.anki-explanation p:last-child{margin-bottom:0}.secret-box{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:12px;padding:24px;margin:24px 0}.secret-box h4{color:#1565c0;margin-top:0}.mode-timeline{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.timeline-mode{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.mode-name{font-weight:600;color:#1565c0}.mode-purpose{color:#555}.flexibility-note{background:linear-gradient(135deg,#fff8e1,#ffecb3);border-radius:12px;padding:24px;margin-top:32px;border-left:4px solid #ff9800}.flexibility-note strong{color:#e65100}.methode-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:48px 40px;border-radius:16px;margin-top:60px}.methode-cta h3{color:#fff;font-size:1.8rem;margin-bottom:16px;margin-top:0}.methode-cta p{color:#fffffff2;font-size:1.1rem;margin-bottom:32px}.btn-primary{background:#fff;color:#667eea;border:none;padding:14px 32px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.mode-screenshot{margin:32px 0;text-align:center}.screenshot-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #00000026;border:1px solid #e0e0e0}.mode-screenshot-small{margin-top:20px;text-align:center}.screenshot-img-small{max-width:100%;max-height:300px;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a;border:1px solid #e0e0e0}.image-caption{margin-top:12px;font-size:.95rem;color:#666;font-style:italic}.anki-logo{display:flex;justify-content:center;margin-top:20px}.anki-img{width:80px;height:auto;opacity:.8;transition:opacity .3s}.anki-img:hover{opacity:1}.subsection{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid #e0e0e0}.subsection:last-of-type{border-bottom:none}.subsection h3{color:#333;font-size:1.4rem;margin-bottom:20px;margin-top:0}.subsection h4{color:#555;font-size:1.15rem;margin-top:24px;margin-bottom:16px}.subsection h5{color:#666;font-size:1.05rem;margin-top:16px;margin-bottom:12px}.flexibility-box{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;padding:24px;margin-top:40px;border-left:4px solid #4caf50}.flexibility-box h3{color:#2e7d32;margin-top:0;margin-bottom:16px;font-size:1.3rem}.flexibility-box ul{margin:16px 0}.flexibility-box li{margin-bottom:12px;color:#1b5e20}.flexibility-box p{color:#2e7d32;margin-bottom:12px}@media (max-width: 768px){.methode-content{flex-direction:column}.methode-sidebar{width:100%;position:static}.methode-hero h1{font-size:1.8rem}.revision-paths,.mode-timeline{grid-template-columns:1fr}}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background-color:#fffffffa;box-shadow:0 -2px 10px #0000001a;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:3px solid #2E86FF}.cookie-consent-content{max-width:1200px;margin:0 auto}.cookie-consent-content h3{margin:0 0 10px;color:#2e86ff;font-size:1.4rem}.cookie-consent-content p{margin:0 0 20px;color:#333;font-size:.95rem;line-height:1.5}.cookie-consent-details{margin:20px 0;padding:20px;background-color:#f5f5f5;border-radius:8px;border:2px solid #2E86FF}.cookie-category{margin-bottom:15px}.cookie-category:last-child{margin-bottom:0}.cookie-category label{display:flex;align-items:flex-start;cursor:pointer}.cookie-category input[type=checkbox]{margin-right:10px;margin-top:2px;width:18px;height:18px;cursor:pointer}.cookie-category input[type=checkbox]:disabled{cursor:not-allowed}.cookie-category-name{font-weight:600;color:#2e86ff;display:block;margin-bottom:4px}.cookie-category-desc{font-size:.85rem;color:#666;line-height:1.4;margin-left:28px;display:block}.cookie-consent-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cookie-consent-btn{padding:10px 20px;border:2px solid transparent;border-radius:25px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;min-width:120px}.cookie-consent-settings{background-color:#fff;color:#2e86ff;border-color:#2e86ff}.cookie-consent-settings:hover{background-color:#f0f7ff}.cookie-consent-reject{background-color:#666;color:#fff;border-color:#666}.cookie-consent-reject:hover{background-color:#555;border-color:#555}.cookie-consent-accept,.cookie-consent-save{background-color:#2e86ff;color:#fff;border-color:#2e86ff}.cookie-consent-accept:hover,.cookie-consent-save:hover{background-color:#1d6fe5;transform:translateY(-1px)}@media (max-width: 768px){.cookie-consent-banner{padding:15px}.cookie-consent-content h3{font-size:1.2rem}.cookie-consent-content p{font-size:.9rem}.cookie-consent-actions{justify-content:center}.cookie-consent-btn{flex:1;min-width:100px;font-size:.85rem;padding:8px 16px}}
