*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:#1a1a1a;background-color:#fafafa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}*{box-sizing:border-box}.search-highlight{background-color:#ffeb3b;color:#000;padding:.1em .2em;border-radius:2px;font-weight:500}.app{min-height:100vh;display:flex;flex-direction:column;background:#fafafa}.header{background:#fff;color:#1a1a1a;padding:2rem;border-bottom:1px solid #e5e5e5}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.header-brand{display:flex;align-items:center;gap:1rem;max-width:499px}.header-logo{max-width:280px;height:auto}.header-content>div:first-child{text-align:left}.header h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:400;color:#1a1a1a;letter-spacing:-.02em}.header p{margin:0;color:#666;font-size:.95rem;font-weight:300}.user-menu{display:flex;align-items:center;gap:1.5rem}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:20px;height:16px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-menu span{width:100%;height:2px;background-color:#1a1a1a;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-menu.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hamburger-menu:hover span{background-color:#333}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}@media (max-width: 768px){.menu-overlay.active{display:block}}.user-name{font-weight:400;font-size:.95rem;color:#666;white-space:nowrap}.trial-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;white-space:nowrap;box-shadow:0 2px 8px #667eea4d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 2px 8px #667eea4d}50%{box-shadow:0 2px 12px #667eea80}}.subscription-button{background:transparent;color:#1a1a1a;border:1px solid #e5e5e5;padding:.5rem 1.25rem;border-radius:4px;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease;white-space:nowrap}.subscription-button:hover{background:#f5f5f5;border-color:#d4d4d4}.subscription-button:active{transform:scale(.98)}.logout-button{background:transparent;color:#1a1a1a;border:1px solid #e5e5e5;padding:.5rem 1.25rem;border-radius:4px;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease;white-space:nowrap}.logout-button:hover{background:#f5f5f5;border-color:#d4d4d4}.logout-button:active{transform:scale(.98)}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:3rem 2rem}.search-form{display:flex;gap:1rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.search-input{flex:1;padding:.875rem 1rem;font-size:.95rem;border:1px solid #e5e5e5;border-radius:4px;transition:all .2s ease;background:#fff;color:#1a1a1a}.search-input::placeholder{color:#999}.search-input:focus{outline:none;border-color:#1a1a1a;background:#fff}.search-button{padding:.875rem 2rem;font-size:.95rem;font-weight:400;background:#1a1a1a;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.search-button:hover:not(:disabled){background:#333}.search-button:active:not(:disabled){transform:scale(.98)}.search-button:disabled{opacity:.5;cursor:not-allowed}.error-message{background:#fff;color:#dc2626;padding:1rem;border-radius:4px;margin-bottom:2rem;border:1px solid #fecaca;text-align:center;font-size:.9rem}.results-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.results-header h2{margin:0 0 .5rem;color:#1a1a1a;font-size:1.5rem;font-weight:400;letter-spacing:-.02em}.results-header p{margin:0;color:#666;font-size:.95rem;font-weight:300}.jurisprudencias-list{display:grid;gap:1rem}.jurisprudencia-card{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:1.5rem;transition:all .2s ease}.jurisprudencia-card:hover{border-color:#d4d4d4;box-shadow:0 1px 3px #0000000d}.card-header{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.tipo-badge,.tribunal-badge,.precedente-badge{padding:.25rem .625rem;border-radius:2px;font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.tipo-badge,.tipo-badge.tipo-sentenca,.tipo-badge.tipo-acordao,.tribunal-badge,.precedente-badge{background:#f5f5f5;color:#666;border:1px solid #e5e5e5}.card-title{margin:0 0 1rem;color:#1a1a1a;font-size:1.1rem;line-height:1.5;font-weight:400}.card-ementa,.card-fatos{margin-bottom:1rem;line-height:1.6}.card-ementa strong,.card-fatos strong{display:block;margin-bottom:.5rem;color:#1a1a1a;font-weight:400;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.card-ementa p,.card-fatos p{margin:0;color:#666;text-align:justify;font-size:.9rem;font-weight:300}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5;flex-wrap:wrap;gap:1rem}.detalhes-button{padding:.5rem 1.25rem;background:#1a1a1a;color:#fff;border:none;border-radius:4px;font-weight:400;cursor:pointer;transition:all .2s ease;font-size:.85rem;min-width:120px}.detalhes-button:hover:not(:disabled){background:#333}.detalhes-button:active:not(:disabled){transform:scale(.98)}.detalhes-button:disabled{opacity:.5;cursor:not-allowed}.data{color:#999;font-size:.85rem;font-weight:300}.ver-mais-link{color:#1a1a1a;text-decoration:underline;text-decoration-color:#e5e5e5;font-size:.85rem;cursor:pointer;transition:all .2s ease}.ver-mais-link:hover{text-decoration-color:#1a1a1a}.empty-state{text-align:center;padding:4rem 2rem;color:#999;font-size:1rem;font-weight:300}.footer{background:#fff;text-align:center;padding:2rem;color:#999;margin-top:3rem;border-top:1px solid #e5e5e5}.footer p{margin:0;font-size:.85rem;font-weight:300}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;overflow-y:auto;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:4px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 2px 8px #0000001a;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:1px solid #e5e5e5;width:32px;height:32px;border-radius:4px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#666;z-index:1}.modal-close:hover{background:#f5f5f5;border-color:#d4d4d4;color:#1a1a1a}.modal-header{padding:2rem 4rem 2rem 2rem;border-bottom:1px solid #e5e5e5;background:#fff}.modal-header h2{margin:0 0 1rem;color:#1a1a1a;font-size:1.25rem;line-height:1.5;font-weight:400}.modal-badges{display:flex;gap:.5rem;flex-wrap:wrap}.grau-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;background:#e1f5fe;color:#0277bd;text-transform:uppercase}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase}.status-badge.status-ativo{background:#e8f5e9;color:#2e7d32}.modal-body{padding:2rem}.modal-loading,.modal-error{padding:3rem;text-align:center;font-size:1.1rem}.modal-error{color:#c33}.detail-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.detail-section:last-of-type{border-bottom:none}.detail-section strong{display:block;margin-bottom:.75rem;color:#1a1a1a;font-size:.95rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.detail-section p{margin:0;color:#666;line-height:1.7;text-align:justify;font-size:.9rem;font-weight:300}.descricao-content{white-space:pre-line;background:#fafafa;padding:1.5rem;border-radius:4px;border-left:2px solid #1a1a1a;font-size:.9rem;color:#666}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;background:#fafafa;border-radius:4px}.detail-item strong{display:block;margin-bottom:.5rem;color:#1a1a1a;font-size:.85rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.detail-item p{margin:0;color:#666;font-size:.9rem}.tribunal-link{display:inline-block;margin-top:.5rem;color:#1a1a1a;text-decoration:underline;text-decoration-color:#e5e5e5;font-weight:400;transition:all .2s ease}.tribunal-link:hover{text-decoration-color:#1a1a1a}.referencias-list{margin:0;padding-left:1.5rem;color:#666;line-height:1.8;font-size:.9rem}.referencias-list li{margin-bottom:.5rem}.modal-footer-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5;display:flex;justify-content:center}.btn-primary{padding:.875rem 2rem;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:4px;font-weight:400;font-size:.95rem;transition:all .2s ease;display:inline-block;border:none;cursor:pointer}.btn-primary:hover{background:#333}.btn-primary:active{transform:scale(.98)}.documentos-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.documento-item{background:#fafafa;border:1px solid #e5e5e5;border-radius:4px;padding:1rem;transition:all .2s ease}.documento-item:hover{background:#f5f5f5;border-color:#d4d4d4}.documento-info{display:flex;flex-direction:column;gap:.5rem}.documento-label{font-weight:400;color:#1a1a1a;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.documento-files{display:flex;flex-direction:column;gap:.5rem}.documento-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e5e5;border-radius:4px;text-decoration:none;color:#1a1a1a;transition:all .2s ease;font-size:.9rem;cursor:pointer;width:100%;text-align:left;font-family:inherit}.documento-link:hover{background:#fafafa;border-color:#d4d4d4}.documento-icon{font-size:1.25rem;flex-shrink:0;display:none}.documento-nome{flex:1;font-weight:400}.documento-tipo{background:#f5f5f5;color:#666;padding:.25rem .5rem;border-radius:2px;font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;border:1px solid #e5e5e5}@media (max-width: 768px){.header h1{font-size:1.8rem}.header p{font-size:1rem}.user-menu{gap:.75rem}.trial-badge{font-size:.75rem;padding:.3rem .75rem}.search-form{flex-direction:column}.search-button{width:100%}.card-footer{flex-direction:column;align-items:flex-start}.detalhes-button{width:100%}.main-content{padding:1rem}.modal-content{max-height:95vh;margin:0;border-radius:16px 16px 0 0}.modal-header{padding:1.5rem 3.5rem 1.5rem 1.5rem}.modal-header h2{font-size:1.2rem}.modal-body{padding:1.5rem}.detail-grid{grid-template-columns:1fr;gap:1rem;padding:1rem}.modal-close{width:36px;height:36px;font-size:1.3rem}.documento-link{flex-wrap:wrap;gap:.5rem}.documento-nome{flex-basis:100%;font-size:.9rem}}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem 0;border-top:1px solid #e5e5e5}.pagination-button{padding:.625rem 1.5rem;background:#1a1a1a;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease}.pagination-button:hover:not(:disabled){background:#333}.pagination-button:active:not(:disabled){transform:scale(.98)}.pagination-button:disabled{background:#f5f5f5;color:#999;border:1px solid #e5e5e5;cursor:not-allowed}.pagination-info{font-size:.9rem;color:#666;font-weight:300;min-width:120px;text-align:center}.pagination-total{color:#999;font-weight:300}@media (max-width: 768px){.pagination{gap:.5rem;padding:1rem}.pagination-button{padding:.5rem 1rem;font-size:.9rem}.pagination-info{font-size:.9rem;min-width:100px}.header{padding:1rem}.header-content{flex-direction:row;text-align:left;gap:1rem;position:relative}.header-brand{flex-direction:row;max-width:calc(100% - 50px);gap:.75rem}.header-logo{max-width:120px}.header-content>div:first-child{text-align:left}.hamburger-menu{display:flex}.user-menu{position:fixed;top:0;right:-100%;height:100vh;width:280px;background:#fff;box-shadow:-2px 0 10px #0000001a;flex-direction:column;justify-content:flex-start;padding:5rem 2rem 2rem;gap:1rem;transition:right .3s ease;z-index:1000}.user-menu.menu-open{right:0}.user-name{width:100%;text-align:center;padding-bottom:1rem;border-bottom:1px solid #e5e5e5;font-size:1rem;color:#1a1a1a}.trial-badge{width:100%;text-align:center;margin-bottom:.5rem}.subscription-button,.back-button,.logout-button{width:100%;min-width:unset;padding:.75rem 1.5rem;justify-content:center}.header h1{font-size:1.25rem}.header p{display:none}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fafafa;padding:20px}.login-box{background:#fff;border-radius:4px;border:1px solid #e5e5e5;padding:3rem;width:100%;max-width:400px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2rem}.login-logo{max-width:280px;height:auto}.login-header h1{color:#1a1a1a;font-size:1.75rem;margin-bottom:.5rem;font-weight:400;letter-spacing:-.02em}.login-header p{color:#666;font-size:.9rem;font-weight:300}.auth-mode-toggle{display:flex;gap:.5rem;margin-bottom:2rem;background:#f5f5f5;padding:.25rem;border-radius:4px}.toggle-button{flex:1;padding:.625rem;border:none;background:transparent;color:#666;font-size:.9rem;font-weight:400;cursor:pointer;border-radius:4px;transition:all .2s ease}.toggle-button:hover{color:#1a1a1a}.toggle-button.active{background:#fff;color:#1a1a1a;font-weight:500;box-shadow:0 1px 3px #0000001a}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1a1a1a;font-weight:400;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.form-group input{padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:4px;font-size:.95rem;transition:all .2s ease;background:#fff}.form-group input:focus{outline:none;border-color:#1a1a1a}.login-error{background:#fff;color:#dc2626;padding:.875rem 1rem;border-radius:4px;font-size:.85rem;border:1px solid #fecaca}.login-button{background:#1a1a1a;color:#fff;border:none;padding:.875rem;border-radius:4px;font-size:.95rem;font-weight:400;cursor:pointer;transition:all .2s ease}.login-button:hover:not(:disabled){background:#333}.login-button:active:not(:disabled){transform:scale(.98)}.login-button:disabled{opacity:.5;cursor:not-allowed}.login-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#999;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em}.login-divider:before,.login-divider:after{content:"";flex:1;border-bottom:1px solid #e5e5e5}.login-divider span{padding:0 1rem;font-weight:300}.google-button{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#fff;color:#1a1a1a;border:1px solid #e5e5e5;padding:.875rem;border-radius:4px;font-size:.95rem;font-weight:400;cursor:pointer;transition:all .2s ease}.google-button:hover:not(:disabled){background:#f5f5f5;border-color:#d4d4d4}.google-button:active:not(:disabled){transform:scale(.98)}.google-button:disabled{opacity:.5;cursor:not-allowed}.google-icon{width:20px;height:20px;flex-shrink:0}.login-info{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5;text-align:center}.login-info p{margin:.25rem 0;font-size:.85rem;color:#666;font-weight:300}.login-info p:first-child{font-weight:400;color:#1a1a1a;margin-bottom:.75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 480px){.login-box{padding:2rem 1.5rem}.login-header h1{font-size:1.5rem}}.subscription-plans{padding:0;max-width:1200px;margin:0 auto}.subscription-plans-loading,.subscription-plans-empty{text-align:center;padding:4rem 2rem;color:#666;font-size:.95rem}.plans-header{text-align:center;margin-bottom:3rem}.plans-header h2{font-size:1.75rem;font-weight:400;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-.02em}.plans-header p{font-size:.95rem;color:#666;font-weight:300}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.plan-card{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:2rem;transition:all .2s ease;position:relative;display:flex;flex-direction:column}.plan-card:hover{border-color:#d4d4d4;box-shadow:0 2px 8px #00000014}.plan-card.popular{border-color:#1a1a1a}.plan-card.current{background:#fafafa;border-color:#1a1a1a}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:.25rem .75rem;border-radius:2px;font-size:.75rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.plan-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.plan-header h3{font-size:1.25rem;font-weight:400;color:#1a1a1a;margin-bottom:1rem}.plan-price{margin:1rem 0}.plan-price .price{font-size:2.5rem;font-weight:300;color:#1a1a1a;letter-spacing:-.02em}.plan-price .period{font-size:.9rem;color:#666;font-weight:300}.plan-description{color:#666;font-size:.9rem;line-height:1.6;font-weight:300}.plan-features{flex:1;margin-bottom:2rem}.plan-features ul{list-style:none;padding:0;margin:0}.plan-features li{padding:.625rem 0;display:flex;align-items:flex-start;color:#666;font-size:.9rem;font-weight:300;line-height:1.5}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:.75rem;margin-top:.125rem;font-size:.75rem;flex-shrink:0;color:#1a1a1a}.plan-action{margin-top:auto}.plan-button{width:100%;padding:.75rem 1.5rem;background:#1a1a1a;color:#fff;border:1px solid #1a1a1a;border-radius:4px;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease}.plan-button:hover:not(:disabled){background:#333;border-color:#333}.plan-button:active:not(:disabled){transform:scale(.98)}.plan-button:disabled{opacity:.5;cursor:not-allowed}.plan-button.current{background:transparent;color:#666;border-color:#e5e5e5}.plan-card.enterprise{border:1px solid #1a1a1a;background:#fafafa}.plan-card.enterprise:hover{border-color:#1a1a1a;box-shadow:0 4px 16px #00000026}.plan-card.enterprise .plan-price .price{font-size:1.5rem;color:#1a1a1a;font-weight:400}.plan-button.enterprise-button{background:#1a1a1a;border:1px solid #1a1a1a;font-weight:400}.plan-button.enterprise-button:hover:not(:disabled){background:#333;border-color:#333}.plans-footer{background:#fff;border:1px solid #e5e5e5;padding:1.5rem;border-radius:4px;text-align:center}.plans-footer p{margin:.5rem 0;color:#666;font-size:.85rem;font-weight:300;line-height:1.6}.plans-footer strong{color:#1a1a1a;font-weight:400}@media (max-width: 768px){.subscription-plans{padding:0}.plans-header h2{font-size:1.5rem}.plans-header p{font-size:.9rem}.plans-grid{grid-template-columns:1fr;gap:1.25rem}.plan-card{padding:1.5rem}.plan-header h3{font-size:1.1rem}.plan-price .price{font-size:2rem}.plan-features li{font-size:.85rem}}.subscription-page{min-height:calc(100vh - 200px);padding:0;background:transparent}.subscription-container{max-width:1200px;margin:0 auto}.subscription-loading{text-align:center;padding:4rem 2rem;color:#666;font-size:.95rem;font-weight:300}.subscription-header{text-align:center;margin-bottom:3rem}.subscription-header h1{font-size:1.75rem;font-weight:400;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-.02em}.subscription-header p{font-size:.95rem;color:#666;font-weight:300}.trial-banner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;padding:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #667eea33;animation:slideDown .5s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.trial-icon{font-size:2.5rem;line-height:1}.trial-content{flex:1}.trial-content h3{color:#fff;font-size:1.25rem;font-weight:600;margin:0 0 .5rem;letter-spacing:-.01em}.trial-content p{color:#fffffff2;font-size:.95rem;margin:0;line-height:1.5}.subscription-active{display:grid;gap:1.5rem}.subscription-card{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:2rem}.subscription-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.subscription-card .card-header h2{font-size:1.25rem;font-weight:400;color:#1a1a1a;margin:0;letter-spacing:-.02em}.status-badge{padding:.375rem .75rem;border-radius:2px;font-size:.8rem;font-weight:400;letter-spacing:.02em}.status-badge.active{background:#1a1a1a;color:#fff}.status-badge.trialing{background:#fafafa;color:#1a1a1a;border:1px solid #e5e5e5}.status-badge.past-due{background:#fff;color:#d32f2f;border:1px solid #ffcdd2}.status-badge.canceled{background:#fafafa;color:#666;border:1px solid #e5e5e5}.status-badge.unpaid{background:#fff;color:#d32f2f;border:1px solid #ffcdd2}.subscription-details{display:grid;gap:1rem;margin-bottom:2rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem;background:#fafafa;border-radius:4px;border:1px solid transparent}.detail-item.warning{background:#fff;border-color:#ffe0b2}.detail-label{font-weight:400;color:#666;font-size:.9rem}.detail-value{color:#1a1a1a;font-weight:400;font-size:.9rem}.subscription-benefits{margin-bottom:2rem}.subscription-benefits h3{font-size:1.1rem;font-weight:400;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.01em}.subscription-benefits ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem}.subscription-benefits li{padding:.625rem;background:#fafafa;border-radius:4px;color:#666;font-size:.85rem;font-weight:300;line-height:1.5}.subscription-actions{display:flex;gap:1rem;flex-wrap:wrap}.action-button{padding:.75rem 1.5rem;border-radius:4px;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease}.action-button.primary{background:#1a1a1a;color:#fff;border:1px solid #1a1a1a}.action-button.primary:hover:not(:disabled){background:#333;border-color:#333}.action-button.primary:active:not(:disabled){transform:scale(.98)}.action-button.secondary{background:transparent;color:#666;border:1px solid #e5e5e5}.action-button.secondary:hover:not(:disabled){background:#f5f5f5;border-color:#d4d4d4}.action-button.secondary:active:not(:disabled){transform:scale(.98)}.action-button.danger{background:#fff;color:#d32f2f;border:1px solid #ffcdd2}.action-button.danger:hover:not(:disabled){background:#ffebee;border-color:#ef9a9a}.action-button.danger:active:not(:disabled){transform:scale(.98)}.action-button:disabled{opacity:.5;cursor:not-allowed}.subscription-info-box{background:#fafafa;padding:1.25rem;border-radius:4px;border:1px solid #e5e5e5}.subscription-info-box h3{color:#1a1a1a;margin-bottom:.5rem;font-size:1rem;font-weight:400;letter-spacing:-.01em}.subscription-info-box p{color:#666;margin:0;line-height:1.6;font-size:.9rem;font-weight:300}.subscription-inactive{width:100%}.no-subscription-card{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:3rem 2rem;text-align:center;max-width:600px}.no-sub-icon{font-size:3rem;margin-bottom:1.5rem;opacity:.5}.no-subscription-card h2{font-size:1.5rem;font-weight:400;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.no-subscription-card>p{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:2rem;font-weight:300}.features-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.feature{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#fafafa;border-radius:4px;border:1px solid transparent}.feature-icon{font-size:1.75rem;opacity:.7}.feature span:last-child{font-size:.8rem;color:#666;text-align:center;font-weight:300}.subscribe-button{padding:.875rem 2rem;background:#1a1a1a;color:#fff;border:1px solid #1a1a1a;border-radius:4px;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease}.subscribe-button:hover{background:#333;border-color:#333}.subscribe-button:active{transform:scale(.98)}.plans-section{margin-top:3rem}.cancel-modal{max-width:500px}.cancel-modal-header{text-align:center;margin-bottom:1.5rem}.cancel-icon{font-size:2.5rem;display:block;margin-bottom:1rem;opacity:.7}.cancel-modal-header h2{font-size:1.25rem;font-weight:400;color:#1a1a1a;margin:0;letter-spacing:-.02em}.cancel-modal-body{margin-bottom:2rem}.cancel-modal-body p{color:#666;line-height:1.6;margin-bottom:1rem;font-size:.9rem;font-weight:300}.cancel-modal-body ul{list-style:none;padding:0;margin:1rem 0}.cancel-modal-body li{padding:.5rem 0;color:#d32f2f;display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:300}.cancel-modal-body li:before{content:"✗";font-weight:700}.cancel-note{background:#fff;padding:1rem;border-radius:4px;border:1px solid #ffe0b2;margin-top:1rem}.cancel-modal-actions{display:flex;gap:1rem}.subscription-required{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.subscription-required-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.subscription-required h2{font-size:1.5rem;font-weight:400;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.subscription-required p{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:2rem;font-weight:300}.view-plans-button{padding:.875rem 2rem;background:#1a1a1a;color:#fff;border:1px solid #1a1a1a;border-radius:4px;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease}.view-plans-button:hover{background:#333;border-color:#333}.view-plans-button:active{transform:scale(.98)}.subscription-button,.back-button{padding:.5rem 1.25rem;background:transparent;color:#1a1a1a;border:1px solid #e5e5e5;border-radius:4px;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease;margin-right:.5rem}.subscription-button:hover,.back-button:hover{background:#f5f5f5;border-color:#d4d4d4}.subscription-button:active,.back-button:active{transform:scale(.98)}.back-button{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.back-button:hover{background:#333;border-color:#333}@media (max-width: 768px){.subscription-page{padding:0}.subscription-header h1{font-size:1.5rem}.subscription-header p{font-size:.9rem}.subscription-card{padding:1.5rem}.subscription-card .card-header{flex-direction:column;gap:1rem;text-align:center}.subscription-card .card-header h2{font-size:1.1rem}.subscription-benefits ul{grid-template-columns:1fr}.subscription-actions,.cancel-modal-actions{flex-direction:column}.action-button{width:100%}.features-preview{grid-template-columns:repeat(2,1fr)}.no-subscription-card{padding:2rem 1.5rem}.no-subscription-card h2{font-size:1.25rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
