@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #e9ecef;--graphite: #2d3436;--graphite-dark: #1e2224;--graphite-medium: #495057;--graphite-light: #6c757d;--accent-color: #4a6741;--accent-dark: #3d5536;--accent-light: #5a7a50;--accent-glow: rgba(74, 103, 65, .3);--text-primary: #2d3436;--text-secondary: #6c757d;--text-muted: #adb5bd;--glass-bg: rgba(255, 255, 255, .8);--glass-border: rgba(45, 52, 54, .1);--border-color: #e9ecef;--sidebar-width: 260px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.app-container{display:flex;min-height:100vh}.main-content{flex:1;padding:2rem;margin-left:var(--sidebar-width);background:var(--bg-secondary);min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-width);background:var(--bg-primary);border-right:1px solid var(--border-color);padding:2rem;display:flex;flex-direction:column;z-index:100;box-shadow:2px 0 8px #0000000d}.logo-container{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.logo-container:hover{transform:scale(1.05)}.nav-item{display:flex;align-items:center;padding:.75rem 1rem;border-radius:12px;margin-bottom:.5rem;color:var(--text-secondary);transition:all .3s ease;font-weight:500}.nav-item:hover,.nav-item.active{background:#4a67411a;color:var(--accent-color);box-shadow:0 4px 12px #4a67411a}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.dashboard-header p{color:var(--text-secondary)}.card{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#4a67414d}.stat-value{font-size:2rem;font-weight:700;color:var(--text-primary);margin-top:.5rem}.stat-label{font-size:.875rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.status-indicator{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background:#4a67411a;color:#4a6741;font-size:.875rem;font-weight:600}.loading{color:var(--accent-color);font-size:1.25rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.modal-overlay{position:fixed;inset:0;background-color:#0f172acc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:16px;width:100%;max-width:500px;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.modal-header{padding:1.5rem;border-bottom:1px solid var(--glass-border);display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.close-button{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.close-button:hover{color:var(--text-primary)}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.form-input,.form-select{width:100%;padding:.75rem 1rem;background-color:var(--bg-primary);border:1px solid var(--glass-border);border-radius:8px;color:var(--text-primary);font-size:.95rem;transition:all .2s}.form-input:focus,.form-select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #4a67411a}.btn-primary{width:100%;padding:.75rem;background:linear-gradient(135deg,#4a6741,#3d5536);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .2s;box-shadow:0 4px 6px -1px #4a67414d}.btn-primary:hover{opacity:.9}.tag-input-container{display:flex;flex-direction:column;gap:.5rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.tag{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#4a674126;color:#5a7a50;border-radius:9999px;font-size:.875rem;font-weight:500}.tag button{background:none;border:none;color:#5a7a50;font-size:1rem;margin-left:.5rem;cursor:pointer;padding:0;line-height:1;opacity:.7}.tag button:hover{opacity:1}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.btn-icon{background:#4a67411a;color:var(--accent-color);border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;line-height:1;transition:all .2s}.btn-icon:hover{background:var(--accent-color);color:#fff}.feedback-type-btn{flex:1;padding:.75rem;border:1px solid var(--glass-border);background:var(--bg-primary);color:var(--text-secondary);border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.feedback-type-btn.good.selected{background:#4a674133;border-color:#4a674180;color:#4a6741}.feedback-type-btn.bad.selected{background:#ef444433;border-color:#ef444480;color:#f87171}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{padding:1rem 1.5rem;border-radius:12px;background:#1e293b;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #0000001a;color:#fff;display:flex;align-items:center;justify-content:space-between;min-width:300px;animation:slideInRight .3s cubic-bezier(.16,1,.3,1);font-weight:500;pointer-events:auto}.toast-success{border-left:4px solid #4a6741}.toast-error{border-left:4px solid #f87171}.toast-close{background:none;border:none;color:var(--text-secondary);cursor:pointer;z-index:10;font-size:1.25rem;margin-left:1rem;padding:0;line-height:1}.toast-close:hover{color:#fff}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.tree-link{fill:none!important;stroke:#4b5563!important;stroke-width:2px!important;transition:all .5s ease}.tree-link:hover{stroke:var(--accent-color)!important;stroke-width:2px!important;stroke-opacity:.8!important}:root{--white: #ffffff;--off-white: #f8f9fa;--light-gray: #e9ecef;--graphite: #2d3436;--graphite-dark: #1e2224;--graphite-medium: #495057;--graphite-light: #6c757d;--military-green: #4a6741;--military-green-dark: #3d5536;--military-green-light: #5a7a50;--text-primary: #2d3436;--text-secondary: #6c757d;--text-muted: #adb5bd}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.lp-container{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow-y:auto;z-index:9999;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary);background:var(--white);scroll-behavior:smooth}.lp-navbar{position:sticky;top:0;z-index:100;background:var(--white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--light-gray);padding:1.25rem 2rem;animation:fadeIn .5s ease-out;box-shadow:0 1px 3px #0000000d}.lp-navbar-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.lp-logo-container{display:flex;align-items:center;gap:.75rem}.lp-logo{height:48px;width:auto}.lp-logo-text{font-size:1.75rem;font-weight:800;color:var(--graphite);letter-spacing:-.02em}.lp-hero{min-height:85vh;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5rem;padding:6rem 2rem;background:linear-gradient(135deg,var(--off-white) 0%,var(--white) 100%);position:relative;max-width:1400px;margin:0 auto}.lp-hero-content{flex:1;max-width:600px;text-align:left}.lp-hero-visual{flex:1;max-width:650px}.lp-tagline{font-size:.75rem;color:var(--military-green);font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;display:inline-block;padding:.5rem 1rem;background:#4a674114;border-radius:4px;border:1px solid rgba(74,103,65,.15)}.lp-title{font-size:clamp(2.75rem,5vw,4.25rem);font-weight:800;margin-bottom:1.5rem;color:var(--graphite);line-height:1.1;letter-spacing:-.03em}.lp-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:90%;margin:0 0 2.5rem;line-height:1.7;font-weight:400}.lp-cta-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start}.lp-btn-primary{background:var(--military-green);color:var(--white);padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #4a674133;display:flex;align-items:center;gap:.5rem}.lp-btn-primary:hover{background:var(--military-green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #4a67414d}.lp-btn-secondary{background:var(--white);color:var(--graphite);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.125rem;border:2px solid var(--light-gray);cursor:pointer;transition:all .3s ease}.lp-btn-secondary:hover{background:var(--off-white);border-color:var(--graphite-medium);transform:translateY(-2px)}.lp-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.lp-section-dark{background:var(--off-white);padding:6rem 2rem;border-top:1px solid var(--light-gray);border-bottom:1px solid var(--light-gray)}.lp-section-title{font-size:2.5rem;font-weight:700;color:var(--graphite);margin-bottom:1.5rem;text-align:center;letter-spacing:-.02em;line-height:1.2}.lp-section-subtitle{font-size:.75rem;color:var(--military-green);text-align:center;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.2em}.lp-text-body{font-size:1.125rem;color:var(--text-secondary);line-height:1.8;text-align:center;max-width:800px;margin:0 auto}.lp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;margin-top:4rem}.lp-card{background:var(--white);border:1px solid var(--light-gray);padding:2.5rem;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;animation:fadeInUp .6s ease-out both;animation-fill-mode:forwards}.lp-card:nth-child(1){animation-delay:.1s}.lp-card:nth-child(2){animation-delay:.2s}.lp-card:nth-child(3){animation-delay:.3s}.lp-card:nth-child(4){animation-delay:.4s}.lp-card:nth-child(5){animation-delay:.5s}.lp-card:hover{transform:translateY(-8px);border-color:var(--military-green);box-shadow:0 12px 24px #0000001a}.lp-card-icon{width:50px;height:50px;background:#4a67411a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--military-green);transition:transform .3s ease,background-color .3s ease}.lp-card:hover .lp-card-icon{transform:scale(1.1);background:#4a674126}.lp-card-title{font-size:1.35rem;font-weight:700;margin-bottom:.75rem;color:var(--graphite)}.lp-card-desc{color:var(--text-secondary);line-height:1.6;font-size:1rem}.lp-pricing-section{padding:6rem 2rem;background:var(--white)}.lp-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:4rem auto 0}.lp-price-card{background:var(--white);border:2px solid var(--light-gray);padding:3rem 2rem;border-radius:12px;display:flex;flex-direction:column;transition:all .3s ease;animation:scaleIn .5s ease-out both}.lp-price-card:nth-child(1){animation-delay:.1s}.lp-price-card:nth-child(2){animation-delay:.2s}.lp-price-card:nth-child(3){animation-delay:.3s}.lp-price-card:hover{transform:translateY(-5px);border-color:var(--graphite-medium);box-shadow:0 12px 24px #0000001a}.lp-price-card.featured{background:linear-gradient(180deg,rgba(74,103,65,.03) 0%,var(--white) 100%);border:2px solid var(--military-green);position:relative;transform:scale(1.05)}.lp-price-card.featured:hover{transform:scale(1.05) translateY(-5px)}.lp-price-card.featured:before{content:"MOST POPULAR";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--military-green);color:var(--white);padding:.375rem 1rem;border-radius:20px;font-size:.75rem;font-weight:800;letter-spacing:.05em}.lp-price-tier{font-size:.875rem;font-weight:700;color:var(--military-green);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em}.lp-price-amount{font-size:3rem;font-weight:800;color:var(--graphite);margin-bottom:.5rem}.lp-price-amount span{font-size:1rem;color:var(--text-muted);font-weight:500}.lp-feature-list{list-style:none;padding:0;margin:2rem 0;flex-grow:1}.lp-feature-list li{margin-bottom:1rem;color:var(--text-secondary);display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem}.lp-check{color:var(--military-green);flex-shrink:0;margin-top:.1rem}.lp-faq-section{padding:6rem 2rem;max-width:900px;margin:0 auto;background:var(--off-white)}.lp-faq-item{background:var(--white);border:1px solid var(--light-gray);border-radius:8px;padding:2rem;margin-bottom:1.5rem;transition:all .3s ease}.lp-faq-item:hover{border-color:var(--military-green);box-shadow:0 4px 12px #00000014}.lp-faq-q{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:var(--graphite)}.lp-faq-a{color:var(--text-secondary);line-height:1.7}@media(max-width:900px){.lp-hero{flex-direction:column;text-align:center;gap:3rem;padding:4rem 2rem}.lp-hero-content{text-align:center;max-width:100%}.lp-title{font-size:2.5rem}.lp-subtitle{margin:0 auto 2rem}.lp-cta-group{justify-content:center}.lp-price-card.featured{transform:none}.lp-price-card.featured:hover{transform:translateY(-5px)}}
