@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#4f46e5;--primary-hover:#4338ca;--bg-color:#f8fafc;--surface:#fff;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--radius:12px;--shadow:0 10px 25px -5px #0000000d, 0 8px 10px -6px #00000003}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.markdown-body{font-size:1.05rem;line-height:1.7}.markdown-body h1,.markdown-body h2,.markdown-body h3{color:var(--text-main);margin-top:1.5em;margin-bottom:.5em;font-weight:600}.markdown-body h1{border-bottom:2px solid var(--primary);padding-bottom:.3em;font-size:2rem}.markdown-body h2{font-size:1.5rem}.markdown-body p{margin-bottom:1em}.markdown-body ul,.markdown-body ol{margin-bottom:1em;padding-left:2em}.markdown-body li{margin-bottom:.25em}.markdown-body strong{color:var(--primary);font-weight:600}.markdown-body blockquote{border-left:4px solid var(--primary);color:var(--text-muted);margin-bottom:1em;margin-left:0;padding-left:1em;font-style:italic}@media print{body{background:#fff}.no-print{display:none!important}.print-only{display:block!important}.markdown-body{color:#000;font-size:12pt}.markdown-body h1{color:#000;border-bottom:2px solid #000}.markdown-body strong{color:#000}@page{margin:2cm}}.app-container{background-color:var(--bg-color);flex-direction:column;min-height:100vh;display:flex}.header{background:linear-gradient(135deg, var(--primary) 0%, #6366f1 100%);color:#fff;z-index:10;flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 20px #4f46e526}@media (width>=768px){.header{flex-direction:row;justify-content:space-between;align-items:center;padding:1.25rem 2rem}}.header-logo{align-items:center;gap:.75rem;display:flex}.logo-icon{background:#ffffff26;border:1px solid #fff3;border-radius:8px;padding:4px}.header h1{letter-spacing:-.025em;margin:0;font-size:1.25rem;font-weight:700}.header p{opacity:.85;margin:0;font-size:.8rem}.mobile-tabs{background:#0000001a;border-radius:8px;width:100%;padding:3px;display:flex}@media (width>=1024px){.mobile-tabs{display:none!important}}.mobile-tab-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.6rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.mobile-tab-btn.active{color:var(--primary);background:#fff;box-shadow:0 2px 4px #0000000d}.mobile-tab-btn:disabled{opacity:.4;cursor:not-allowed}.main-content{flex:1;grid-template-columns:1fr;gap:1rem;width:100%;max-width:1280px;margin:0 auto;padding:1rem;display:grid}@media (width>=1024px){.main-content{grid-template-columns:360px 1fr;gap:2rem;padding:2rem}}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);margin-bottom:1rem;padding:1rem}@media (width>=768px){.card{margin-bottom:1.25rem;padding:1.5rem}}.hero-card{background:linear-gradient(135deg,#eef2ffb3 0%,#e0e7ff80 100%);border-color:#c7d2fe}.hero-card h2{color:#3730a3;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.hero-card p{color:#4338ca;font-size:.85rem}.info-card{border-color:var(--border);background:#f8fafc}.info-card h4{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.info-card p{color:var(--text-muted);font-size:.8rem}.input-group{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.input-group label{color:var(--text-main);font-size:.85rem;font-weight:600}.input-group textarea{border:1px solid var(--border);resize:vertical;background:#f8fafc;border-radius:8px;width:100%;min-height:120px;padding:.75rem;font-family:inherit;font-size:.9rem;transition:all .2s}.input-group textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #4f46e51a}.level-selector{background:#f1f5f9;border-radius:8px;flex-direction:column;gap:.4rem;padding:4px;display:flex}.level-btn{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;padding:.5rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .2s}.level-btn.active{color:var(--primary);background:#fff;font-weight:600;box-shadow:0 2px 4px #0000000d}.suggestions-section{margin-bottom:1.25rem}.suggestions-section .section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:flex}.suggestions-grid{flex-wrap:wrap;gap:.4rem;display:flex}.suggestion-tag{border:1px solid var(--border);color:var(--text-main);cursor:pointer;background:#f1f5f9;border-radius:100px;padding:.35rem .65rem;font-size:.75rem;font-weight:500;transition:all .2s}.suggestion-tag:hover{background:#e2e8f0;border-color:#cbd5e1}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #4f46e540}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.btn-secondary{color:var(--text-main);border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .75rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.btn-secondary:hover{background:var(--bg-color);border-color:#cbd5e1}.btn-primary-action{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .75rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 10px #10b98133}.btn-primary-action:hover{background:#059669;transform:translateY(-1px)}.action-buttons-wrapper{gap:.5rem;width:100%;display:flex}@media (width>=768px){.action-buttons-wrapper{width:auto}}.flex-1{flex:1}.preview-header{border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}@media (width>=768px){.preview-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1.5rem}}.preview-title h2{color:var(--text-main);margin:0;font-size:1.15rem;font-weight:700}.preview-title{align-items:center;gap:.5rem;display:flex}.badge{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:100px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.display-options-panel{background:#f5f7ff;border:1px solid #e0e7ff;border-radius:8px;margin-bottom:1.25rem;padding:.75rem}@media (width>=768px){.display-options-panel{padding:1rem}}.display-options-panel .panel-title{color:#3730a3;text-transform:uppercase;letter-spacing:.025em;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:flex}.checkboxes-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=640px){.checkboxes-grid{grid-template-columns:1fr 1fr;gap:1rem}}.custom-checkbox-label{cursor:pointer;border:1px solid var(--border);background:#fff;border-radius:6px;align-items:flex-start;gap:.6rem;padding:.5rem;transition:all .2s;display:flex}.custom-checkbox-label:hover{background:#fafaff;border-color:#c7d2fe}.custom-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;margin-top:3px}.checkbox-text{flex-direction:column;line-height:1.3;display:flex}.checkbox-text strong{color:var(--text-main);font-size:.85rem;font-weight:600}.checkbox-desc{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.empty-state,.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:2rem 1rem;display:flex}.empty-state-icon{color:var(--primary);background:#eef2ff;border:2px dashed #c7d2fe;border-radius:100px;margin-bottom:1rem;padding:1.25rem}.empty-state h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.empty-state p{color:var(--text-muted);max-width:280px;font-size:.85rem}.loading-state h3{color:var(--text-main);margin-top:1rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.loading-step-text{color:var(--primary);height:20px;margin-bottom:1.5rem;font-size:.85rem;font-weight:500}.spinner-large{width:40px;height:40px;color:var(--primary)}.progress-bar-container{background-color:#e2e8f0;border-radius:100px;width:100%;max-width:260px;height:5px;overflow:hidden}.progress-bar{background-color:var(--primary);border-radius:100px;height:100%;transition:width .4s}@media (width<=1023px){.show-mobile{display:block!important}.hide-mobile{display:none!important}}.notification{color:#fff;z-index:999;background:#10b981;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 10px 25px #10b98140}@media (width>=640px){.notification{width:auto;bottom:1.5rem;left:auto;right:1.5rem}}.loader{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media print{.display-options-panel{display:none!important}}.footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);background:#fff;flex-direction:column;align-items:center;gap:.5rem;margin-top:auto;padding:1.25rem 1.5rem;font-size:.8rem;display:flex}@media (width>=640px){.footer{flex-direction:row;justify-content:space-between;padding:1.25rem 2rem}}.footer-link{color:var(--primary);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.8rem;font-weight:600;text-decoration:underline}.footer-link:hover{color:var(--primary-hover)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{border-radius:var(--radius);background:#fff;flex-direction:column;width:100%;max-width:550px;max-height:85vh;animation:.25s ease-out forwards modalSlideUp;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #0000000a;padding:0!important}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid var(--border);background:#f8fafc;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.modal-header h3{color:var(--text-main);margin:0;font-size:1.05rem;font-weight:700}.close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;line-height:1;display:flex}.close-btn:hover{color:var(--text-main)}.modal-body{text-align:left;flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.modal-section h4{color:var(--text-main);margin-bottom:.4rem;font-size:.9rem;font-weight:700}.modal-section p{color:var(--text-muted);margin-bottom:.4rem;font-size:.8rem;line-height:1.4}.modal-section ul{color:var(--text-muted);padding-left:1.25rem;font-size:.8rem}.modal-section li{margin-bottom:.3rem}.warning-text{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:4px;padding:.6rem .75rem;font-weight:500;color:#b45309!important;font-size:.75rem!important}.modal-footer{border-top:1px solid var(--border);background:#f8fafc;justify-content:flex-end;padding:.75rem 1.25rem;display:flex}.modal-footer .btn-primary{width:auto;padding:.5rem 1.25rem;font-size:.8rem}.modal-tabs-header{border-bottom:1px solid var(--border);background:#f8fafc;align-items:stretch;padding:0;display:flex}.modal-tab-header-btn{color:var(--text-muted);cursor:pointer;text-align:center;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:1rem .75rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.modal-tab-header-btn:hover{color:var(--text-main);background:#f1f5f9}.modal-tab-header-btn.active{border-bottom-color:var(--primary);color:var(--primary);background:#fff;font-weight:700}.modal-tabs-header .close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 1rem;font-size:1.5rem;display:flex}.contact-form-modal,.form-row{flex-direction:column;gap:.75rem;display:flex}@media (width>=480px){.form-row{flex-direction:row;gap:1rem}}.contact-form-modal input[type=text],.contact-form-modal input[type=email],.contact-form-modal textarea{border:1px solid var(--border);background:#f8fafc;border-radius:6px;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.85rem;transition:all .2s}.contact-form-modal input:focus,.contact-form-modal textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #4f46e51a}.contact-form-modal textarea{resize:vertical;min-height:80px}.contact-success-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2.5rem 1rem;display:flex}.contact-success-state h4{color:#065f46;margin:0;font-size:1.05rem;font-weight:700}.contact-success-state p{color:#047857;max-width:320px;margin:0;font-size:.8rem;line-height:1.4}.contact-error-msg{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;padding:.6rem .75rem;font-size:.8rem;font-weight:500}.required-star{color:#ef4444;margin-left:3px;font-weight:700}
