@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-500: #3b82f6;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--green-50: #f0fdf4;--green-100: #dcfce7;--green-500: #22c55e;--green-600: #16a34a;--amber-50: #fffbeb;--amber-100: #fef3c7;--amber-700: #b45309;--amber-800: #92400e;--red-50: #fef2f2;--red-100: #fee2e2;--red-500: #ef4444;--red-700: #b91c1c;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04);--transition: .2s cubic-bezier(.4, 0, .2, 1)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:linear-gradient(180deg,var(--gray-50) 0%,var(--gray-100) 100%);color:var(--gray-800);min-height:100vh;line-height:1.6}.container{max-width:1380px;margin:0 auto;padding:1.5rem 1.5rem 4rem}.product-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.82rem .95rem;margin-bottom:1rem;background:#ffffffd6;border:1px solid rgba(229,231,235,.9);border-radius:18px;box-shadow:0 10px 24px #0f172a0b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-topbar-brand{display:flex;align-items:center;gap:.85rem}.product-topbar-logo{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--primary-600),var(--primary-800));color:#fff;box-shadow:0 10px 18px #2563eb2e}.product-topbar-logo svg{width:22px;height:22px}.product-topbar-brand strong,.product-profile-copy strong{display:block;color:var(--gray-900);font-size:.96rem}.product-topbar-brand span,.product-profile-copy span{display:block;color:var(--gray-500);font-size:.8rem}.product-topbar-nav{display:flex;align-items:center;gap:.45rem}.product-nav-item{border:none;background:transparent;color:var(--gray-500);font:inherit;font-size:.9rem;font-weight:600;padding:.65rem .9rem;border-radius:999px;cursor:pointer}.product-nav-item.active{background:var(--primary-50);color:var(--primary-700)}.product-topbar-actions{display:flex;align-items:center;gap:.75rem}.product-profile-chip{display:flex;align-items:center;gap:.75rem;padding:.35rem .4rem .35rem .35rem;border-radius:999px;background:#fff;border:1px solid var(--gray-200)}.product-avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:var(--primary-100);color:var(--primary-700);font-size:.86rem;font-weight:700;border:none;cursor:pointer}.topbar-auth-popover{display:flex;justify-content:flex-end;margin-bottom:.8rem}.topbar-auth-form{width:min(100%,420px);display:grid;gap:.75rem;padding:.9rem;background:#fffffff5;border:1px solid rgba(229,231,235,.92);border-radius:14px;box-shadow:0 12px 26px #0f172a0d}.topbar-auth-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.topbar-auth-header strong{display:block;color:var(--gray-900);font-size:.9rem}.topbar-auth-header span{display:block;margin-top:.2rem;color:var(--gray-500);font-size:.78rem}.topbar-auth-input{width:100%;padding:.72rem .85rem;border:1px solid #d7deea;border-radius:10px;font-size:.95rem;background:#fff}.topbar-auth-code{letter-spacing:.14rem;text-align:center;font-variant-numeric:tabular-nums}.topbar-auth-feedback{font-size:.82rem;color:#4b5563}.topbar-auth-error{padding:.75rem .9rem;border:1px solid #fecaca;border-radius:8px;background-color:#fef2f2;color:#dc2626;font-size:.84rem;line-height:1.45}.topbar-auth-actions{display:grid;gap:.7rem}.topbar-auth-links{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.topbar-auth-link{padding:0;background:none;border:none;color:var(--primary-700);font:inherit;font-size:.82rem;font-weight:600;cursor:pointer}.topbar-auth-link:disabled{opacity:.5;cursor:not-allowed}.workspace-shell{display:grid;gap:1.2rem}.workspace-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.workspace-surface{padding:.95rem 1.15rem;background:#ffffffe0;border:1px solid rgba(229,231,235,.92);border-radius:20px;box-shadow:0 12px 28px #0f172a0b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.workspace-intro-copy{display:grid;gap:.3rem}.workspace-kicker{display:inline-flex;align-items:center;width:fit-content;padding:.35rem .7rem;border-radius:999px;background:#2563eb14;color:var(--primary-700);font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.workspace-intro h1{font-size:1.7rem;color:var(--gray-900);margin-bottom:.25rem}.workspace-intro p{color:var(--gray-500);font-size:.96rem;max-width:46rem}.workspace-meta-list{display:grid;grid-template-columns:repeat(2,minmax(128px,1fr));gap:.55rem;width:min(100%,300px)}.workspace-meta-item{display:grid;gap:.05rem;padding:.7rem .8rem;border-radius:14px;background:#f8fafccc;border:1px solid rgba(226,232,240,.82)}.workspace-meta-item span{font-size:.7rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.workspace-meta-item strong{color:var(--gray-900);font-size:.84rem;line-height:1.3}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,.95fr);gap:1.5rem;align-items:start}.checkout-success-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;border-color:#22c55e2e;background:linear-gradient(135deg,#f0fdf4f5,#fffffff5)}.checkout-success-copy{display:grid;gap:.55rem}.checkout-success-copy h2{color:var(--gray-900);font-size:1.2rem}.checkout-success-copy p,.checkout-success-note{color:var(--gray-600);font-size:.92rem;line-height:1.55}.checkout-success-list{display:grid;gap:.45rem;padding-left:1.15rem;color:#166534;font-size:.9rem}.checkout-success-actions{min-width:220px;display:grid;gap:.65rem;justify-items:start}.workspace-sidebar{position:sticky;top:1.5rem;display:grid;gap:.9rem;padding:1rem;background:linear-gradient(180deg,#fffffff5,#f8fafcf5);border:1px solid rgba(229,231,235,.95);border-radius:20px;box-shadow:0 16px 34px #0f172a0e}.workspace-sidebar-header h2{font-size:1rem;color:var(--gray-900);margin-bottom:.2rem}.workspace-sidebar-header p,.workspace-sidebar-copy,.workspace-sidebar-empty{font-size:.84rem;color:var(--gray-500);line-height:1.55}.workspace-sidebar-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.workspace-sidebar-tab{display:grid;gap:.1rem;text-align:left;border:1px solid var(--gray-200);background:#fff;color:var(--gray-600);font:inherit;font-size:.84rem;padding:.7rem .75rem;border-radius:12px;cursor:pointer;transition:border-color var(--transition),background var(--transition),color var(--transition),box-shadow var(--transition)}.workspace-sidebar-tab strong{font-size:.84rem;font-weight:700;color:var(--gray-800)}.workspace-sidebar-tab span{font-size:.72rem;color:var(--gray-500);line-height:1.35}.workspace-sidebar-tab.active{border-color:#2563eb42;background:linear-gradient(180deg,#eff6fffa,#f8fafcf5);color:var(--primary-700);box-shadow:inset 0 0 0 1px #bfdbfecc,0 8px 18px #2563eb14}.workspace-sidebar-tab.active strong,.workspace-sidebar-tab.active span{color:inherit}.workspace-sidebar-tab:disabled{opacity:.45;cursor:not-allowed}.workspace-sidebar-body{min-height:350px;display:grid;gap:.9rem}.workspace-sidebar-section{display:grid;gap:.8rem}.workspace-sidebar-current-tab{display:grid;gap:.35rem;padding:.92rem .95rem .9rem;border-radius:16px;background:linear-gradient(180deg,#eff6fff2,#f8fafcf5);border:1px solid rgba(191,219,254,.95)}.workspace-sidebar-current-tab strong{color:var(--gray-900);font-size:.88rem}.workspace-sidebar-current-tab span{color:var(--gray-500);font-size:.8rem;line-height:1.45}.workspace-sidebar-template-chip{display:inline-flex;align-items:center;width:fit-content;padding:.35rem .65rem;border-radius:999px;background:#ffffffe6;border:1px solid rgba(191,219,254,.9);color:var(--primary-700);font-size:.76rem;font-weight:700}.workspace-checklist,.workspace-structure-list{display:grid;gap:.6rem}.workspace-checklist{list-style:none}.workspace-checklist li,.workspace-structure-item{position:relative;display:flex;align-items:flex-start;gap:.7rem;padding:.8rem .88rem;background:#fffffffa;border:1px solid var(--gray-200);border-radius:12px;color:var(--gray-700);font-size:.84rem;line-height:1.5}.workspace-checklist li:before,.workspace-structure-item:before{content:"";position:absolute;left:.85rem;top:1.03rem;width:.6rem;height:.6rem;border-radius:999px;background:var(--primary-500)}.workspace-sidebar-empty{padding:1rem;border:1px dashed rgba(148,163,184,.45);border-radius:16px;background:#f8fafceb}.workspace-structure-order{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;flex-shrink:0;border-radius:999px;background:#dbeafef2;color:var(--primary-700);font-size:.72rem;font-weight:700}.workspace-sidebar-calculator .calculator-panel{position:static;width:100%;border:none;box-shadow:none;padding:0}.conteudo-principal{flex:1;min-width:0;display:flex;flex-direction:column}.workspace-panel{padding:1.35rem 1.45rem 1.5rem;border-radius:20px;background:#ffffffdb;border:1px solid rgba(229,231,235,.9);box-shadow:0 14px 30px #0f172a0d}.workspace-panel-primary{background:linear-gradient(180deg,#fffffff5,#f8fafcf5)}.card{background:transparent;border-radius:0;box-shadow:none;border:none;padding:1.35rem 0 0;margin-bottom:1.6rem;animation:fadeUp .5s cubic-bezier(.4,0,.2,1) .15s both;transition:opacity var(--transition)}.card+.card{border-top:1px solid rgba(17,24,39,.06)}.conteudo-principal>.card:first-child{padding-top:0}.card:hover{box-shadow:none}.section-input{order:1}.section-result{order:2}.section-referral{order:3}.section-feedback{order:4}.score-feedback-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.score-feedback-copy{display:grid;gap:.3rem}.score-feedback-label{font-size:1.02rem;font-weight:600;color:var(--gray-900);line-height:1.2}.score-feedback-message{max-width:38rem;font-size:.86rem;color:var(--gray-500);line-height:1.5}.feedback-stack{display:grid;gap:1rem}.feedback-highlight-block{display:grid;gap:.35rem}.feedback-highlight-block strong{font-size:.88rem;color:#111827;letter-spacing:.01em}.feedback-panel-title{font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:#1d4ed8}.feedback-highlight-block span{font-size:.92rem;color:#374151;line-height:1.55}.feedback-action-panel,.feedback-placeholder,.feedback-secondary-error{padding:1rem 1.05rem;border-radius:12px}.feedback-action-panel{border:1px solid #dbeafe;background:linear-gradient(180deg,#f8fbff,#eef5ff);display:grid;gap:.7rem}.feedback-action-panel span{font-size:.88rem;color:#1f3b6d}.feedback-placeholder{border:1px solid #e5e7eb;background:linear-gradient(180deg,#fafafa,#f8fafc);color:#4b5563;font-size:.9rem;line-height:1.55;display:grid;gap:.3rem}.feedback-placeholder strong{color:#1f2937}.feedback-placeholder-highlight{border:1px solid #dbeafe;background:linear-gradient(180deg,#f8fbff,#eef5ff);box-shadow:inset 0 0 0 1px #bfdbfe80}.feedback-secondary-error{border:1px solid #e5e7eb;background-color:#f9fafb;color:#4b5563;font-size:.88rem;line-height:1.55}.feedback-action-row{display:flex;justify-content:flex-start}.feedback-helper-copy{font-size:.82rem;color:#6b7280;margin-top:-.05rem}.score-progress-track{width:100%;height:.4rem;border-radius:999px;background-color:var(--gray-200);overflow:hidden}.score-progress-bar{height:100%;border-radius:999px}.section-insight{order:5}.section-secondary{order:6}.section-evolution{order:7}.card.reveal-block{animation:revealBlock .32s cubic-bezier(.4,0,.2,1) both}.card.reveal-block-delayed{animation-delay:.1s}.card-header{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem;padding-bottom:0;border-bottom:none}.card-header svg{width:20px;height:20px;color:var(--primary-600);flex-shrink:0}.card-header h2{font-size:1.0625rem;font-weight:600;color:var(--gray-900)}.card-header>div{min-width:0}.card-subtitle{margin-top:.18rem;color:var(--gray-500);font-size:.85rem;line-height:1.5}.document-block{order:2;margin-bottom:1.75rem}.document-shell{padding:1.3rem 1.35rem 1.45rem;border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border:1px solid rgba(226,232,240,.9);box-shadow:0 24px 50px #0f172a12}.document-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.document-heading{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem}.document-heading svg{width:20px;height:20px;color:var(--primary-600);flex-shrink:0}.document-heading h2{font-size:1.2rem;font-weight:700;color:var(--gray-900);letter-spacing:-.015em}.result-guidance{margin-top:.2rem;color:var(--gray-500);font-size:.87rem}.document-actions{display:grid;justify-items:end;gap:.4rem}.document-action-hint{font-size:.75rem;color:var(--gray-500);line-height:1.4;text-align:right}.resultado-container{display:grid;gap:1.05rem}.document-meta{display:inline-flex;align-items:center;gap:.55rem;width:fit-content;padding:.45rem .7rem;border-radius:999px;background:#f0fdf4e6;border:1px solid rgba(187,247,208,.95);color:#166534;font-size:.78rem;font-weight:600}.document-status-dot{width:.5rem;height:.5rem;border-radius:999px;background:#22c55e}.resultado{white-space:pre-wrap;line-height:1.55;color:var(--gray-800)}.resultado-primary{min-height:300px;padding:2.15rem 2.4rem 2.45rem;background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:18px;box-shadow:inset 0 0 0 1px #ffffffb3}.btn-copiar-inline{width:auto;min-width:180px;align-self:flex-start;box-shadow:0 8px 18px #16a34a14}.clinical-document{display:grid;gap:1.15rem;font-size:.98rem;letter-spacing:-.01em;font-family:Georgia,Times New Roman,serif}.clinical-section{display:grid;gap:.34rem}.clinical-section+.clinical-section{margin-top:.1rem}.clinical-section-title{font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--gray-500)}.clinical-paragraph{margin:0;color:var(--gray-900);line-height:1.62;word-break:break-word;text-wrap:pretty}.referral-letter-card{display:grid;gap:1rem;padding:1.25rem 1.35rem 1.4rem;border:1px solid rgba(226,232,240,.9);border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f8fafcf5);box-shadow:0 18px 38px #0f172a0f}.referral-letter-header{margin-bottom:0}.referral-letter-header svg{color:var(--primary-600)}.referral-letter-grid{display:grid;grid-template-columns:minmax(180px,.85fr) minmax(240px,1.15fr);gap:1rem}.referral-field{margin-bottom:0}.referral-actions{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.referral-generate-button{flex:0 0 auto}.referral-helper{max-width:34rem;color:var(--gray-500);font-size:.82rem;line-height:1.45}.referral-error{margin-top:0}.referral-letter-output{display:grid;gap:.9rem;padding:1rem;border:1px solid rgba(219,234,254,.9);border-radius:16px;background:#f8fbff}.referral-letter-output-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.referral-letter-output-header div{display:grid;gap:.2rem}.referral-letter-output-header strong{color:var(--gray-900);font-size:.9rem}.referral-letter-output-header span{color:var(--gray-500);font-size:.8rem}.referral-letter-text{margin:0;min-height:180px;padding:1.15rem 1.2rem;border:1px solid rgba(226,232,240,.95);border-radius:14px;background:#fff;color:var(--gray-900);font-family:Georgia,Times New Roman,serif;font-size:.95rem;line-height:1.68;white-space:pre-wrap;word-break:break-word}.secondary-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0;background:none;border:none;color:var(--gray-900);font:inherit;font-weight:600;cursor:pointer}.secondary-toggle-copy{display:grid;gap:.2rem;text-align:left}.secondary-toggle-copy strong{color:var(--gray-900);font-size:.95rem}.secondary-toggle-copy span{color:var(--gray-500);font-size:.82rem;font-weight:400;line-height:1.45}.secondary-toggle-icon{color:var(--gray-500);font-size:.88rem}.secondary-section-grid{display:grid;gap:1rem;margin-top:1.25rem}.secondary-support-card{background:#ffffff9e;border:none;border-radius:16px;padding:1rem 1.05rem;box-shadow:inset 0 0 0 1px #1118270d}.detailed-analysis-grid{display:grid;gap:.85rem}.detailed-analysis-block{display:grid;gap:.35rem}.detailed-analysis-title{margin:0;font-size:1rem;color:#111827}.funnel-metrics-grid{display:grid;gap:.75rem}.funnel-summary{font-size:.88rem;color:#4b5563}.funnel-summary strong{color:#111827}.funnel-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(72px,.6fr) minmax(92px,.7fr) minmax(72px,.6fr);gap:.75rem;align-items:center}.funnel-grid-head{font-size:.8rem;font-weight:700;color:#111827}.funnel-grid-cell{font-size:.88rem;color:#4b5563}.funnel-grid-stage{padding:.8rem .9rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#1f2937}.funnel-grid-value{color:#111827;font-weight:600}.user-evolution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.evolution-panel{display:grid;gap:.9rem}.evolution-panel h3{font-size:.98rem;color:var(--gray-900)}.evolution-patterns,.evolution-summary{display:grid;gap:.75rem}.evolution-pattern-item,.evolution-summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem .95rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#fff}.evolution-pattern-item{justify-content:flex-start;color:var(--gray-800);font-size:.9rem}.evolution-summary-row span{font-size:.82rem;color:var(--gray-500)}.evolution-summary-row strong{font-size:.98rem;color:var(--gray-900)}.evolution-trend{color:var(--primary-700)}.evolution-pattern-item:before{content:"•"}.evolution-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.evolution-stat{display:grid;gap:.25rem;padding:.85rem .9rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#fff}.evolution-stat span{font-size:.78rem;color:var(--gray-500)}.evolution-stat strong{font-size:1.1rem;color:var(--gray-900)}.consistency-box{display:grid;gap:.35rem;padding:.9rem 1rem;border:1px solid #dbeafe;border-radius:var(--radius-md);background:#f8fbff}.consistency-title{color:var(--primary-700);font-size:.88rem;font-weight:600}.consistency-text{color:var(--gray-800);font-size:.88rem}.consistency-detail{color:var(--gray-600);font-size:.82rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--gray-700)}.field-helper{font-size:.8125rem;color:var(--gray-500);margin-bottom:.5rem}.input-privacy-copy{margin-top:.65rem}.input-wrapper{position:relative}.input-wrapper select,.input-wrapper input,.input-wrapper textarea,.calculator-field input{width:100%;padding:.75rem .875rem;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);font-size:.9375rem;font-family:inherit;background:#fff;color:var(--gray-800);transition:border-color var(--transition),box-shadow var(--transition),background var(--transition)}.input-wrapper select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.input-wrapper select:disabled{cursor:not-allowed;opacity:.6;background-color:var(--gray-50)}.input-wrapper textarea{resize:vertical;min-height:300px;line-height:1.72}.task-textarea{padding:1.15rem 1.1rem 2rem;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:inset 0 1px #ffffffbf;font-size:.98rem}.input-wrapper select:focus,.input-wrapper input:focus,.input-wrapper textarea:focus,.calculator-field input:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px #3b82f61f}.input-wrapper textarea::placeholder,.input-wrapper input::placeholder{color:var(--gray-400)}.char-count{position:absolute;bottom:.625rem;right:.875rem;font-size:.75rem;color:var(--gray-400);pointer-events:none}.empty-state-hint{margin-top:.75rem;padding:.9rem 1rem;border:1px dashed var(--gray-200);border-radius:14px;background:linear-gradient(180deg,#fbfcfd,#f8fafc);color:var(--gray-500);font-size:.83rem;line-height:1.55}.guide-panel,.calculator-panel{position:sticky;top:2rem;flex-shrink:0;background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.125rem;box-shadow:var(--shadow-sm)}.guide-panel{width:260px;align-self:flex-start;max-height:calc(100vh - 4rem);overflow:auto}.guide-panel-secondary{position:static;width:100%;max-height:none;border:none;box-shadow:none;padding:0;background:transparent}.calculator-panel{width:250px}.guide-panel[hidden],.guide-panel:not([data-visible=true]){display:none}.guide-header,.calculator-panel-header{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.875rem;padding-bottom:.75rem;border-bottom:1px solid var(--gray-100)}.guide-header svg{width:16px;height:16px;color:var(--primary-600);flex-shrink:0}.guide-header h3,.calculator-panel-header h3{font-size:.875rem;font-weight:600;color:var(--gray-800)}.guide-heading{display:grid;gap:.15rem}.guide-heading p{font-size:.75rem;color:var(--gray-500);line-height:1.4}.guide-panel-content{animation:guideContentFade .24s cubic-bezier(.4,0,.2,1)}.calculator-panel-header{align-items:flex-start}.calculator-panel-header p{font-size:.8125rem;color:var(--gray-500)}.guide-list{list-style:none}.guide-list li{font-size:.8125rem;color:var(--gray-600);padding:.375rem 0 .375rem 1rem;position:relative;line-height:1.45}.guide-list li:before{content:"";position:absolute;left:0;top:.625rem;width:5px;height:5px;background:var(--primary-500);border-radius:50%;opacity:.7}.tooltip-guia{position:relative;margin-top:.625rem;padding:.75rem 1rem;background:var(--primary-50);border:1px solid var(--primary-100);border-radius:var(--radius-md);animation:fadeUp .3s cubic-bezier(.4,0,.2,1)}.tooltip-content{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:var(--primary-700);line-height:1.5;padding-right:1.5rem}.tooltip-content svg{width:16px;height:16px;flex-shrink:0;margin-top:1px;color:var(--primary-600)}.tooltip-fechar,.btn-erro-dismiss{position:absolute;background:none;border:none;cursor:pointer;line-height:1}.tooltip-fechar{top:.5rem;right:.625rem;font-size:1.125rem;font-weight:600;color:var(--primary-400)}.painel-acoes{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.65rem}.btn-guia-toggle{display:inline-flex;align-items:center;gap:.375rem;background:#f8fafcf2;border:1px solid rgba(226,232,240,.95);border-radius:999px;font-size:.8125rem;color:var(--gray-600);cursor:pointer;padding:.5rem .8rem;font-family:inherit;transition:color var(--transition),border-color var(--transition),background var(--transition)}.btn-guia-toggle:hover{color:var(--primary-600);border-color:#3b82f638;background:#eff6fff2}.btn-guia-toggle svg{width:15px;height:15px}.calculator-tabs,.calculator-subtabs{display:flex;flex-wrap:wrap;gap:.5rem}.calculator-tabs{margin-bottom:1rem}.calculator-subtabs{margin-bottom:.25rem}.calculator-tab,.calculator-subtab{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--gray-50);color:var(--gray-600);font-size:.8125rem;font-family:inherit;font-weight:500;padding:.5rem .75rem;cursor:pointer;transition:all var(--transition)}.calculator-tab.active,.calculator-subtab.active{background:var(--primary-50);border-color:var(--primary-100);color:var(--primary-700)}.calculator-body{min-height:260px}.calculator-section{display:flex;flex-direction:column;gap:.875rem}.calculator-field label{display:block;font-size:.8125rem;font-weight:500;color:var(--gray-700);margin-bottom:.4rem}.calculator-inline-fields{display:grid;grid-template-columns:1fr 92px;gap:.75rem;align-items:start}.calculator-inline-fields .calculator-field{display:flex;flex-direction:column}.calculator-inline-fields .calculator-field label{min-height:2.9rem}.calculator-placeholder,.calculator-error,.calculator-result{border-radius:var(--radius-md);padding:.875rem .95rem;font-size:.875rem;line-height:1.55}.calculator-placeholder{background:var(--gray-50);border:1px solid var(--gray-100);color:var(--gray-500)}.calculator-error{background:var(--red-50);border:1px solid var(--red-100);color:var(--red-700)}.calculator-result{background:var(--green-50);border:1px solid var(--green-100);color:var(--green-600)}.botoes{display:flex;gap:.75rem;margin-top:1.75rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:var(--radius-md);font-size:.9375rem;font-weight:500;cursor:pointer;transition:transform .18s cubic-bezier(.4,0,.2,1),background-color .18s cubic-bezier(.4,0,.2,1),border-color .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;min-height:48px;white-space:nowrap;transform:translateY(0) scale(1)}.btn svg{width:18px;height:18px}.btn:not(:disabled):hover{transform:translateY(-1px)}.btn:not(:disabled):active{transform:translateY(0) scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primario{background:linear-gradient(135deg,var(--primary-600),var(--primary-700));color:#fff;flex:1;box-shadow:0 2px 8px #2563eb40}.btn-primario:not(:disabled):hover{background:linear-gradient(135deg,var(--primary-500),var(--primary-700));box-shadow:0 8px 18px #2563eb38}.btn-secundario{background:var(--gray-50);color:var(--gray-600);border:1.5px solid var(--gray-200)}.btn-secundario:not(:disabled):hover{background:#fff;border-color:var(--gray-300);color:var(--gray-700);box-shadow:var(--shadow-sm)}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.resultado{width:100%;min-height:220px;font-size:.9375rem;line-height:1.7;word-break:break-word}.btn-copiar{background:var(--green-50);color:var(--green-600);border:1.5px solid var(--green-100);width:100%}.btn-copiar.copiado{background:var(--green-600);color:#fff;border-color:var(--green-600)}.erro{display:flex;align-items:flex-start;gap:.625rem;background:var(--red-50);color:var(--red-700);padding:.875rem 1rem;border-radius:var(--radius-md);font-size:.875rem;line-height:1.5;margin-top:1.25rem;border:1px solid var(--red-100);animation:shake .4s ease-out;position:relative}.erro-copy{display:grid;gap:.15rem;padding-right:1.5rem}.erro-copy strong{color:#991b1b;font-size:.84rem}.erro-copy span{color:var(--red-700)}.erro svg{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:var(--red-500)}.paywall-panel{display:flex;align-items:flex-start;gap:.625rem;background:linear-gradient(180deg,#f8fbff,#eff6ff);color:var(--gray-700);padding:.95rem 1rem;border-radius:var(--radius-md);font-size:.875rem;line-height:1.5;border:1px solid #dbeafe}.paywall-panel svg{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:var(--primary-600)}.insight-block{padding-top:1.1rem}.insight-block-header{margin-bottom:.9rem}.insight-highlight{display:grid;gap:.6rem;padding:1.2rem 1.25rem;border-radius:16px;background:linear-gradient(180deg,#fff8f1,#fff1e6);box-shadow:inset 0 0 0 1px #f973162e;border-left:4px solid #f97316}.insight-kicker{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c2410c}.insight-priority-card,.insight-reason-card,.insight-action-list{display:grid;gap:.35rem}.insight-priority-card strong,.insight-reason-card strong,.insight-action-list strong{font-size:.82rem;color:#111827}.insight-priority-card span,.insight-reason-card span{font-size:.92rem;color:#374151;line-height:1.55}.insight-reason-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.insight-reason-card{padding:.8rem .9rem;border-radius:12px;background:#ffffffb8;box-shadow:inset 0 0 0 1px #f9731629}.insight-action-list ul{display:grid;gap:.35rem;margin:0;padding-left:1rem;color:#374151;font-size:.92rem;line-height:1.5}.insight-primary-text{margin:0;font-size:1.02rem;line-height:1.6;color:#7c2d12;font-weight:600}.insight-paywall-panel{margin-top:.9rem;border-color:#2563eb2e;background:linear-gradient(180deg,#f8fbff,#eef5ff)}.insight-paywall-content{display:grid;gap:.8rem;flex:1}.insight-performance-copy{padding:.8rem .9rem;border-radius:10px;background:#2563eb14;color:#1e3a8a;font-size:.9rem;line-height:1.5;font-weight:500}.insight-gap-copy{font-size:.96rem;line-height:1.45;color:var(--gray-900)}.insight-gap-copy strong{color:#b91c1c}.insight-paywall-label{font-size:.95rem;font-weight:600;color:#1e3a8a}.insight-paywall-list{display:grid;gap:.4rem;padding-left:1.1rem;color:var(--gray-700);font-size:.86rem;line-height:1.45}.insight-paywall-button{justify-self:flex-start}.paywall-points-highlight{padding:.7rem .8rem;border-radius:var(--radius-md);background:#2563eb14;color:var(--primary-800);font-size:.84rem;line-height:1.45}.btn-erro-dismiss{top:.5rem;right:.75rem;font-size:1.25rem;font-weight:600;color:var(--red-500);padding:0 .25rem;opacity:.7}.evolution-pattern-item:before{content:"•";color:var(--primary-600);font-weight:700}.footer{text-align:center;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--gray-200);animation:fadeUp .5s cubic-bezier(.4,0,.2,1) .3s both}.footer p{font-size:.8125rem;color:var(--gray-400)}.future-page-placeholder,.templates-section,.templates-hero{background:#ffffffe6;border:1px solid rgba(229,231,235,.92);border-radius:22px;box-shadow:0 16px 34px #0f172a0d}.future-page-placeholder{padding:1.4rem 1.5rem;display:grid;gap:.45rem}.future-page-placeholder h1{font-size:1.5rem;color:var(--gray-900)}.future-page-placeholder p{max-width:48rem;color:var(--gray-500)}.templates-page{display:grid;gap:1.2rem}.templates-hero{padding:1.35rem 1.45rem 1.4rem;display:grid;gap:1rem}.templates-hero-copy{display:grid;gap:.35rem}.templates-hero-copy h1{font-size:1.65rem;color:var(--gray-900)}.templates-hero-copy p{max-width:52rem;color:var(--gray-500);font-size:.95rem}.templates-toolbar{display:flex;align-items:end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.templates-search{display:grid;gap:.45rem;flex:1;min-width:280px}.templates-search span{font-size:.82rem;color:var(--gray-600);font-weight:600}.templates-search input{width:100%;padding:.82rem .95rem;border:1px solid rgba(209,213,219,.95);border-radius:14px;background:#fff;color:var(--gray-800);font:inherit}.templates-search input:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px #3b82f61f}.templates-toolbar-actions{display:flex;align-items:center;gap:.75rem}.templates-filters{display:flex;gap:.55rem;flex-wrap:wrap}.templates-filter-chip,.templates-soon-chip,.template-category-chip,.template-feature-chip,.templates-count{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:999px;font-size:.76rem;font-weight:700}.templates-filter-chip{padding:.48rem .78rem;border:1px solid rgba(209,213,219,.92);background:#fff;color:var(--gray-600);cursor:pointer;transition:border-color var(--transition),background var(--transition),color var(--transition),box-shadow var(--transition)}.templates-filter-chip.active{border-color:#2563eb40;background:#eff6fff2;color:var(--primary-700);box-shadow:inset 0 0 0 1px #bfdbfecc}.templates-section{padding:1.3rem 1.4rem 1.45rem;display:grid;gap:1rem}.templates-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.templates-section-header h2{font-size:1.08rem;color:var(--gray-900)}.templates-section-header p{margin-top:.2rem;color:var(--gray-500);font-size:.9rem}.templates-count{padding:.4rem .7rem;background:#f8fafcf2;border:1px solid rgba(226,232,240,.9);color:var(--gray-600)}.templates-loading-state,.template-preview-empty,.templates-future-empty{padding:1.15rem 1.2rem;border-radius:18px;border:1px dashed rgba(148,163,184,.4);background:#f8fafceb;color:var(--gray-500)}.templates-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr);gap:1rem;align-items:start}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.9rem}.template-card,.template-preview-panel{background:#fffffffa;border:1px solid rgba(226,232,240,.92);border-radius:18px;box-shadow:0 14px 28px #0f172a0a}.template-card{display:grid;gap:.9rem;padding:1rem}.template-card.selected{border-color:#2563eb38;box-shadow:0 16px 30px #2563eb14}.template-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.template-card-top h3,.template-preview-header h3{margin-top:.45rem;font-size:1rem;color:var(--gray-900)}.template-category-chip{padding:.35rem .65rem;background:#eff6fff2;border:1px solid rgba(191,219,254,.9);color:var(--primary-700)}.template-feature-chip{padding:.35rem .65rem;background:#f0fdf4f2;border:1px solid rgba(187,247,208,.92);color:#166534}.template-description{color:var(--gray-600);font-size:.9rem;line-height:1.55}.template-preview-list,.template-preview-block{display:grid;gap:.55rem}.template-preview-list strong,.template-preview-block strong{font-size:.84rem;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-500)}.template-preview-tags{display:flex;flex-wrap:wrap;gap:.45rem}.template-tag{display:inline-flex;align-items:center;padding:.42rem .62rem;border-radius:999px;background:#f8fafcf2;border:1px solid rgba(226,232,240,.92);color:var(--gray-700);font-size:.8rem}.template-tag-muted{color:var(--gray-500)}.template-card-actions{display:flex;gap:.7rem;flex-wrap:wrap}.template-card-actions .btn{flex:1}.template-preview-panel{position:sticky;top:1.5rem;display:grid;gap:1rem;padding:1.05rem}.template-preview-header{display:grid;gap:.25rem}.template-preview-header p,.template-preview-block p,.template-preview-empty span,.templates-future-empty span{color:var(--gray-500);font-size:.88rem;line-height:1.55}.template-preview-block ol,.template-preview-block ul{display:grid;gap:.55rem;padding-left:1.1rem;color:var(--gray-700);font-size:.88rem}.template-preview-use{width:100%}.templates-future-section{margin-bottom:.5rem}.templates-my-section{border-color:#bfdbfef2}.custom-templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.9rem}.custom-template-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.templates-inline-error{padding:.8rem .95rem;border:1px solid rgba(248,113,113,.32);border-radius:8px;background:#fef2f2e6;color:#991b1b;font-size:.88rem;font-weight:600}.templates-inline-note{padding:.8rem .95rem;border:1px solid rgba(59,130,246,.24);border-radius:8px;background:#eff6ffdb;color:#1d4ed8;font-size:.88rem;font-weight:600}.template-editor-modal{max-height:min(92vh,760px);overflow:auto}.template-editor-field{display:grid;gap:.45rem}.template-editor-field span{color:var(--gray-700);font-size:.84rem;font-weight:700}.template-editor-field input,.template-editor-field select,.template-editor-field textarea{width:100%;padding:.82rem .95rem;border:1px solid rgba(209,213,219,.95);border-radius:14px;background:#fff;color:var(--gray-800);font:inherit}.template-editor-field textarea{min-height:220px;resize:vertical;line-height:1.55}.template-editor-field input:focus,.template-editor-field select:focus,.template-editor-field textarea:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px #3b82f61f}.template-editor-helper{color:var(--gray-500);font-size:.86rem;line-height:1.5}.templates-future-empty{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.templates-future-empty strong,.template-preview-empty strong{display:block;color:var(--gray-900);margin-bottom:.25rem}.templates-soon-chip{margin-left:.55rem;padding:.22rem .5rem;background:#f8fafceb;border:1px solid rgba(226,232,240,.92);color:var(--gray-500)}.prescription-guide-page{display:grid;gap:1rem}.prescription-guide-header,.prescription-access-panel{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem;background:#ffffffeb;border:1px solid rgba(229,231,235,.92);border-radius:16px;box-shadow:0 10px 24px #0f172a0b}.prescription-access-panel{display:grid;max-width:760px}.prescription-guide-header h1,.prescription-access-panel h1{margin-top:.2rem;color:var(--gray-900);font-size:clamp(1.45rem,2vw,2rem);letter-spacing:0}.prescription-guide-header p,.prescription-access-panel p{max-width:720px;margin-top:.35rem;color:var(--gray-500);font-size:.95rem}.prescription-guide-grid{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:1rem;align-items:start}.protocol-sidebar,.protocol-detail-panel{min-width:0;padding:1rem;background:#fffffff0;border:1px solid rgba(229,231,235,.92);border-radius:16px;box-shadow:0 10px 24px #0f172a0a}.protocol-sidebar{position:sticky;top:1rem}.protocol-search-label{display:block;margin-bottom:.45rem;color:var(--gray-700);font-size:.82rem;font-weight:700}.protocol-search-input{width:100%;padding:.78rem .85rem;border:1px solid #d7deea;border-radius:10px;color:var(--gray-900);font:inherit;font-size:.92rem;background:#fff}.protocol-results-list{display:grid;gap:.55rem;margin-top:.9rem;max-height:620px;overflow:auto;padding-right:.2rem}.protocol-result-item{width:100%;display:grid;gap:.25rem;padding:.82rem .86rem;border:1px solid var(--gray-200);border-radius:10px;background:#fff;color:inherit;text-align:left;font:inherit;cursor:pointer;transition:border-color var(--transition),background var(--transition),box-shadow var(--transition)}.protocol-result-item.active{border-color:var(--primary-500);background:var(--primary-50);box-shadow:inset 0 0 0 1px #bfdbfee6}.protocol-result-item strong{color:var(--gray-900);font-size:.88rem;line-height:1.35}.protocol-result-item span{color:var(--gray-500);font-size:.76rem;line-height:1.45}.protocol-detail-panel{display:grid;gap:1rem}.protocol-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.protocol-header-copy{display:grid;gap:.35rem;min-width:0}.protocol-header h2{color:var(--gray-900);font-size:1.35rem;letter-spacing:0;line-height:1.25}.protocol-header p{color:var(--gray-500);font-size:.85rem;line-height:1.45}.protocol-header-meta{display:grid;gap:.65rem;margin-top:.15rem}.protocol-meta-group{display:grid;gap:.3rem}.protocol-meta-group>span{color:var(--gray-500);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.protocol-meta-group strong{color:var(--gray-700);font-size:.85rem;line-height:1.4}.protocol-meta-chips{display:flex;flex-wrap:wrap;gap:.35rem}.protocol-meta-chip{display:inline-flex;align-items:center;width:fit-content;padding:.3rem .52rem;border:1px solid rgba(226,232,240,.95);border-radius:999px;background:#fff;color:var(--gray-700);font-size:.78rem;font-weight:650;line-height:1.25}.protocol-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.protocol-status-badge{display:inline-flex;align-items:center;width:fit-content;padding:.32rem .58rem;border-radius:999px;font-size:.74rem;font-weight:700;line-height:1}.protocol-status-badge.warning{color:var(--amber-800);background:var(--amber-50);border:1px solid var(--amber-100)}.protocol-status-badge.danger{color:var(--red-700);background:var(--red-50);border:1px solid var(--red-100)}.protocol-status-badge.success{color:#166534;background:var(--green-50);border:1px solid var(--green-100)}.prescription-access-action{flex:0 0 auto}.protocol-safety-notice{display:grid;gap:.18rem;padding:.86rem .95rem;border:1px solid var(--amber-100);border-radius:10px;background:var(--amber-50);color:var(--amber-800);font-size:.85rem;line-height:1.45}.protocol-safety-notice strong{color:var(--amber-800)}.protocol-summary-block{display:grid;gap:.35rem;padding:.9rem .95rem;border:1px solid var(--gray-200);border-radius:10px;background:var(--gray-50)}.protocol-summary-block strong{color:var(--gray-900);font-size:.88rem}.protocol-summary-block p{color:var(--gray-600);font-size:.88rem;line-height:1.55}.protocol-accordion-list{display:grid;gap:.65rem}.protocol-accordion-section{border:1px solid var(--gray-200);border-radius:10px;background:#fff;overflow:hidden}.protocol-accordion-trigger{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem .9rem;border:none;background:var(--gray-50);color:var(--gray-900);font:inherit;text-align:left;cursor:pointer}.protocol-accordion-title{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.55rem;color:var(--gray-900);font-size:.94rem;font-weight:700}.protocol-chevron{width:1rem;color:var(--gray-500);font-size:.9rem}.protocol-accordion-content{display:grid;gap:.85rem;padding:.9rem}.protocol-accordion-content pre{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--gray-800);font:inherit;font-size:.9rem;line-height:1.58}.protocol-simple-list{display:grid;gap:.48rem;margin:0;padding-left:1.1rem;color:var(--gray-800);font-size:.9rem;line-height:1.55}.protocol-simple-list li::marker{color:var(--primary-600);font-weight:700}.protocol-section-empty{padding:.78rem .82rem;border-radius:8px;background:var(--gray-50);color:var(--gray-500);font-size:.84rem}.protocol-section-copy{width:fit-content;min-height:38px;padding:.55rem .75rem;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50);color:var(--gray-600);font:inherit;font-size:.8rem;font-weight:700;cursor:pointer}.protocol-section-copy-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.protocol-copy-hint{color:var(--gray-500);font-size:.78rem;line-height:1.35}.protocol-prescription-options{display:grid;gap:.75rem}.protocol-prescription-option{display:grid;gap:.75rem;padding:0;border:1px solid var(--gray-200);border-radius:8px;background:#fff;overflow:hidden}.protocol-prescription-option[open]{border-color:#bfdbfefa;box-shadow:0 10px 24px #0f172a0b}.protocol-prescription-option-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.2rem .85rem;padding:.86rem .92rem;background:var(--gray-50);cursor:pointer;list-style:none}.protocol-prescription-option-header::-webkit-details-marker{display:none}.protocol-prescription-option-header span{color:var(--gray-500);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.protocol-prescription-option-header strong{color:var(--gray-900);font-size:.88rem;line-height:1.35}.protocol-prescription-option-header em{grid-column:2;grid-row:1 / span 2;align-self:center;color:var(--primary-700);font-size:.78rem;font-style:normal;font-weight:800}.protocol-prescription-decision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.65rem;padding:.82rem .92rem 0}.protocol-prescription-decision-grid div,.protocol-prescription-preview,.protocol-prescription-full{display:grid;gap:.25rem}.protocol-prescription-decision-grid span,.protocol-prescription-preview span,.protocol-prescription-full span{color:var(--gray-500);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.protocol-prescription-decision-grid p,.protocol-prescription-note{margin:0;color:var(--gray-700);font-size:.86rem;line-height:1.48}.protocol-prescription-note,.protocol-prescription-preview,.protocol-prescription-full{margin:0 .92rem}.protocol-prescription-preview,.protocol-prescription-full{padding:.78rem .82rem;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50)}.protocol-prescription-full{background:#fff}.protocol-prescription-option>.protocol-section-copy{margin:0 .92rem .92rem}.protocol-prescription-option .protocol-section-copy{background:#fff}.protocol-section-copy-primary{border-color:#bbf7d0f2;background:var(--green-50);color:var(--green-600)}.protocol-section-copy:disabled{opacity:.55;cursor:not-allowed}.prescription-empty,.prescription-error{padding:.85rem;border-radius:10px;font-size:.86rem}.prescription-empty{background:var(--gray-50);color:var(--gray-500);border:1px dashed var(--gray-300)}.prescription-error{margin-top:.8rem;background:var(--red-50);color:var(--red-700);border:1px solid var(--red-100)}.evolution-page{display:grid;gap:1.2rem}.evolution-hero,.evolution-section,.evolution-empty-state{background:#ffffffe6;border:1px solid rgba(229,231,235,.92);border-radius:22px;box-shadow:0 16px 34px #0f172a0d}.evolution-hero{padding:1.3rem 1.45rem}.evolution-hero-copy{display:grid;gap:.35rem}.evolution-hero-copy h1{font-size:1.65rem;color:var(--gray-900)}.evolution-hero-copy p{max-width:52rem;color:var(--gray-500);font-size:.95rem}.evolution-section{padding:1.25rem 1.35rem 1.4rem;display:grid;gap:1rem}.evolution-section-header{display:grid;gap:.15rem}.evolution-section-header h2{font-size:1.06rem;color:var(--gray-900)}.evolution-section-header p{color:var(--gray-500);font-size:.89rem}.evolution-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.evolution-overview-card,.evolution-activity-stat,.evolution-template-item,.evolution-reading-item{background:#fffffffa;border:1px solid rgba(226,232,240,.92);border-radius:16px}.evolution-overview-card{display:grid;gap:.25rem;padding:1rem}.evolution-overview-card span,.evolution-activity-stat span,.evolution-template-score span{color:var(--gray-500);font-size:.8rem}.evolution-overview-card strong,.evolution-activity-stat strong,.evolution-template-score strong{color:var(--gray-900);font-size:1.2rem;line-height:1.2}.evolution-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.evolution-panel-card{min-height:100%}.evolution-trend-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(56px,1fr));gap:.65rem;align-items:end}.evolution-trend-point{display:grid;gap:.45rem;justify-items:center}.evolution-trend-value,.evolution-trend-label{font-size:.76rem;color:var(--gray-500)}.evolution-trend-bar-track{width:100%;min-height:150px;display:flex;align-items:end;justify-content:center;padding:.35rem;border-radius:16px;background:linear-gradient(180deg,#f8fafceb,#f1f5f9eb);border:1px solid rgba(226,232,240,.9)}.evolution-trend-bar-fill{width:100%;max-width:28px;min-height:12px;border-radius:999px;background:linear-gradient(180deg,#60a5fa,#2563eb);box-shadow:0 8px 18px #2563eb29}.evolution-activity-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.evolution-activity-stat{display:grid;gap:.25rem;padding:.95rem 1rem}.evolution-activity-strip{display:grid;grid-template-columns:repeat(14,minmax(0,1fr));gap:.45rem}.evolution-activity-day{display:grid;gap:.35rem;justify-items:center}.evolution-activity-day span{font-size:.74rem;color:var(--gray-500)}.evolution-activity-dot{width:100%;min-width:18px;height:16px;border-radius:999px;background:#e2e8f0f2;border:1px solid rgba(203,213,225,.9)}.evolution-activity-dot.active{background:linear-gradient(180deg,#86efac,#22c55e);border-color:#22c55e59}.evolution-template-list,.evolution-reading-list{display:grid;gap:.7rem}.evolution-template-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem}.evolution-template-item strong{color:var(--gray-900)}.evolution-template-item span{display:block;margin-top:.15rem;color:var(--gray-500);font-size:.82rem}.evolution-template-score{text-align:right}.evolution-reading-item{padding:.95rem 1rem;color:var(--gray-700);line-height:1.55}.evolution-soft-empty{padding:1rem 1.05rem;border-radius:16px;border:1px dashed rgba(148,163,184,.4);background:#f8fafceb;color:var(--gray-500);font-size:.88rem;line-height:1.55}.evolution-empty-state{display:grid;gap:.6rem;padding:1.25rem 1.35rem}.evolution-empty-state strong{color:var(--gray-900);font-size:1rem}.evolution-empty-state span{color:var(--gray-500);max-width:40rem}.evolution-empty-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.profile-page{display:grid;gap:1.2rem}.profile-hero,.profile-card,.profile-empty-state{background:#ffffffe6;border:1px solid rgba(229,231,235,.92);border-radius:22px;box-shadow:0 16px 34px #0f172a0d}.profile-hero{padding:1.3rem 1.45rem}.profile-hero-copy{display:grid;gap:.35rem}.profile-hero-copy h1{font-size:1.65rem;color:var(--gray-900)}.profile-hero-copy p{max-width:48rem;color:var(--gray-500);font-size:.95rem}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.profile-column{display:grid;gap:1rem;align-content:start}.profile-card{padding:1.2rem 1.3rem 1.35rem;display:grid;gap:1rem}.profile-card-header{display:grid;gap:.2rem}.profile-card-header h2{font-size:1.05rem;color:var(--gray-900)}.profile-card-header p{color:var(--gray-500);font-size:.88rem;line-height:1.5}.profile-info-list,.profile-privacy-list,.profile-future-list{display:grid;gap:.75rem}.profile-info-row,.profile-privacy-item,.profile-future-item,.profile-plan-card{background:#fffffffa;border:1px solid rgba(226,232,240,.92);border-radius:16px}.profile-info-row{display:grid;gap:.2rem;padding:.95rem 1rem}.profile-info-row span{color:var(--gray-500);font-size:.8rem}.profile-info-row strong{color:var(--gray-900);font-size:.92rem;line-height:1.45}.profile-card-actions,.profile-empty-actions{display:flex;gap:.75rem;flex-wrap:wrap}.profile-plan-card{display:grid;gap:.5rem;padding:1rem}.profile-plan-alert{display:inline-flex;align-items:center;width:fit-content;padding:.36rem .7rem;border-radius:999px;background:#fffbebf5;border:1px solid rgba(245,158,11,.24);color:var(--amber-800);font-size:.76rem;font-weight:700}.profile-plan-card strong{color:var(--gray-900);font-size:1rem}.profile-plan-card p{color:var(--gray-500);font-size:.88rem;line-height:1.55}.profile-plan-note{display:grid;gap:.18rem;margin-top:.25rem;padding-top:.75rem;border-top:1px solid rgba(226,232,240,.9)}.profile-plan-note span{color:var(--gray-500);font-size:.78rem}.profile-plan-note strong{font-size:.92rem}.profile-plan-badge{display:inline-flex;align-items:center;width:fit-content;padding:.38rem .68rem;border-radius:999px;font-size:.76rem;font-weight:700}.profile-plan-badge.free{background:#f8fafcf2;border:1px solid rgba(226,232,240,.9);color:var(--gray-600)}.profile-plan-badge.pro{background:#f0fdf4f5;border:1px solid rgba(187,247,208,.92);color:#166534}.profile-privacy-item{padding:.95rem 1rem;color:var(--gray-700);font-size:.9rem;line-height:1.55}.profile-future-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem}.profile-future-item strong{color:var(--gray-900)}.profile-future-item span{color:var(--gray-500);font-size:.82rem;font-weight:700}.profile-empty-state{display:grid;gap:.6rem;padding:1.25rem 1.35rem}.profile-empty-state strong{color:var(--gray-900);font-size:1rem}.profile-empty-state span{color:var(--gray-500);max-width:40rem;line-height:1.55}.app-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#0f172a6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-modal-card{width:min(100%,720px);display:grid;gap:1rem;padding:1.3rem;background:#fffffffa;border:1px solid rgba(226,232,240,.96);border-radius:22px;box-shadow:0 28px 60px #0f172a33}.app-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.app-modal-header h2{color:var(--gray-900);font-size:1.25rem}.app-modal-header p{margin-top:.25rem;color:var(--gray-500);font-size:.9rem;line-height:1.55}.app-modal-actions{display:flex;gap:.75rem;flex-wrap:wrap}.plan-comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.plan-comparison-column{display:grid;gap:.7rem;padding:1rem;background:#f8fafce6;border:1px solid rgba(226,232,240,.95);border-radius:18px}.plan-comparison-column.featured{background:linear-gradient(180deg,#eff6fff5,#fffffffa);border-color:#2563eb33;box-shadow:0 16px 32px #2563eb14}.plan-comparison-featured-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.plan-comparison-price{display:grid;justify-items:end;gap:.05rem;padding:.2rem 0 0;white-space:nowrap}.plan-comparison-price strong{color:var(--gray-900);font-size:1.25rem;line-height:1}.plan-comparison-price span{color:var(--gray-500);font-size:.76rem;font-weight:700}.plan-comparison-badge{display:inline-flex;align-items:center;width:fit-content;padding:.36rem .68rem;border-radius:999px;background:#ffffffeb;border:1px solid rgba(191,219,254,.9);color:var(--primary-700);font-size:.74rem;font-weight:700}.plan-comparison-column h3{color:var(--gray-900);font-size:1rem}.plan-comparison-column p{color:var(--gray-500);font-size:.88rem;line-height:1.5}.plan-comparison-column ul{display:grid;gap:.48rem;padding-left:1.1rem;color:var(--gray-700);font-size:.88rem;line-height:1.45}.plan-comparison-highlight{padding:.85rem .95rem;border-radius:16px;background:#2563eb14;color:var(--primary-800);font-size:.86rem;font-weight:600;line-height:1.5}.plan-comparison-reassurance{display:grid;gap:.25rem;padding:.9rem .95rem;border:1px solid rgba(187,247,208,.92);border-radius:16px;background:#f0fdf4e0}.plan-comparison-reassurance strong{color:#166534;font-size:.88rem}.plan-comparison-reassurance span{color:#315747;font-size:.86rem;line-height:1.5}.free-insight-confirm-copy{display:grid;gap:.7rem}.free-insight-confirm-note{padding:.85rem .95rem;border-radius:16px;background:#fffbebeb;border:1px solid rgba(245,158,11,.18);color:var(--amber-800);font-size:.88rem;line-height:1.5}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes revealBlock{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes guideContentFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1120px){.container{max-width:100%}.workspace-grid,.templates-layout,.evolution-overview-grid,.evolution-grid,.profile-grid,.prescription-guide-grid{grid-template-columns:minmax(0,1fr)}.workspace-sidebar,.template-preview-panel,.protocol-sidebar{position:static}.workspace-meta-list{width:100%}.product-topbar{flex-wrap:wrap}.product-topbar-nav{order:3;width:100%;justify-content:flex-start}}@media (max-width: 920px){.workspace-intro,.checkout-success-banner{flex-direction:column}.templates-toolbar{flex-direction:column;align-items:stretch}.product-topbar-actions,.product-profile-chip{width:100%;justify-content:flex-start;flex-wrap:wrap}.workspace-sidebar-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.container{padding:1rem 1rem 3rem}.workspace-intro h1{font-size:1.4rem}.card{padding:1.25rem}.workspace-surface,.workspace-panel,.document-shell{padding:1rem}.workspace-meta-list,.referral-letter-grid{grid-template-columns:1fr}.referral-actions,.referral-letter-output-header{align-items:stretch;flex-direction:column}.referral-generate-button{width:100%}.insight-reason-grid,.templates-grid{grid-template-columns:1fr}.evolution-activity-strip{grid-template-columns:repeat(7,minmax(0,1fr))}.templates-section,.templates-hero,.prescription-guide-header,.prescription-access-panel,.protocol-sidebar,.protocol-detail-panel,.evolution-section,.evolution-hero,.evolution-empty-state,.profile-hero,.profile-card,.profile-empty-state,.future-page-placeholder{padding:1rem}.document-toolbar{flex-direction:column}.document-actions{width:100%;justify-items:stretch}.protocol-prescription-option-header{grid-template-columns:1fr}.protocol-prescription-option-header em{grid-column:1;grid-row:auto}.protocol-prescription-decision-grid{grid-template-columns:1fr}.btn-copiar-inline{width:100%}.botoes{flex-direction:column}.painel-acoes{flex-direction:column;gap:.25rem}.workspace-sidebar-tabs{grid-template-columns:1fr}.templates-card-actions,.templates-future-empty,.template-card-actions,.evolution-empty-actions,.profile-card-actions,.profile-empty-actions{flex-direction:column}.app-modal-card{padding:1rem}.app-modal-actions,.checkout-success-actions{width:100%}.plan-comparison-grid{grid-template-columns:1fr}.plan-comparison-featured-top{flex-direction:column}.plan-comparison-price{justify-items:start}.prescription-guide-header,.protocol-header{flex-direction:column}.product-topbar-brand,.product-topbar-nav{width:100%}.calculator-inline-fields{grid-template-columns:1fr}}
