.hero{position:relative;background:linear-gradient(to bottom right,#eff6ff,#fff,#dbeafe);overflow:hidden}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%233b82f6%22%20fill-opacity%3D%220.05%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);opacity:.4}.hero__container{position:relative;max-width:80rem;margin:0 auto;padding:5rem 1rem}@media (min-width: 640px){.hero__container{padding:5rem 1.5rem}}@media (min-width: 1024px){.hero__container{padding:8rem 2rem}}.hero__grid{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.hero__grid{grid-template-columns:1fr 1fr}}.hero__content{animation:fadeInUp .6s ease-out}.hero__badge{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.hero__badge .icon{height:1.25rem;width:1.25rem;color:#1b1b63}.hero__badge span{color:#1b1b63;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.hero__title{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;line-height:1.2}@media (max-width: 768px){.hero__title{font-size:1.75rem}}@media (min-width: 1024px){.hero__title{font-size:3.75rem}}.hero__title .icon{display:inline;height:3rem;width:3rem;color:#1b1b63;margin-right:1rem}.hero__title .highlight{color:#cc8e22}.hero__subtitle{font-size:1.25rem;color:#1e293b;margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){.hero__subtitle{font-size:1rem}}.hero__buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.hero__buttons{flex-direction:row}}.hero__button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;transition:all .2s;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a}@media (max-width: 768px){.hero__button{font-size:.875rem;padding:.75rem 1.5rem}}.hero__button--primary{background-color:#1b1b63;color:#fff}.hero__button--primary:hover{transform:scale(1.05)}.hero__button--secondary{background-color:#cc8e22;color:#fff}.hero__button--secondary:hover{transform:scale(1.05)}.hero__button .icon{height:1.25rem;width:1.25rem}.hero__demo{position:relative;animation:fadeInUp .6s ease-out .3s both}.hero__card{background-color:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:1.5rem;border:1px solid #f3f4f6;cursor:pointer;transition:all .3s ease}.hero__card:hover{transform:translateY(-4px);box-shadow:0 32px 64px -12px #00000059}.hero__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hero__card-header .badge{background-color:#dcfce7;color:#166534;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.hero__card-company{display:flex;align-items:center;gap:.75rem}.hero__card-logo{width:2.5rem;height:2.5rem;border-radius:.5rem;overflow:hidden;border:1px solid #e5e7eb}.hero__card-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__card-logo-fallback{width:100%;height:100%;background:linear-gradient(135deg,#1b1b63,#cc8e22);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.hero__card-info{display:flex;flex-direction:column;gap:.25rem}.hero__card-info span:first-child{font-size:.875rem;font-weight:600;color:#6b7280}.hero__card-sector{font-size:.75rem;color:#1b1b63;background-color:#eff6ff;padding:.125rem .5rem;border-radius:.25rem;font-weight:500}.hero__card-content{margin-bottom:1rem}.hero__card-content h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.hero__card-content p{font-size:1.125rem;color:#1b1b63;font-weight:600}.hero__card-details{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 768px){.hero__card-details{grid-template-columns:1fr 1fr}}.hero__card-details div p:first-child{font-size:.875rem;color:#6b7280}.hero__card-details div p:last-child{font-weight:600}.hero__card-details div.entry-item p:last-child{color:#053d96}.hero__card-details div.target-item p:last-child{color:#059669}.hero__card-details div.stoploss-item p:last-child{color:#dc2626}.hero__card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.hero__card-date{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.hero__card-date .icon{height:1rem;width:1rem}.hero__card-download{display:flex;align-items:center;gap:.5rem;background-color:#1b1b63;color:#fff;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.hero__card-download:hover{background-color:#cc8e22;transform:scale(1.05)}.hero__card-download .icon{height:1rem;width:1rem}.hero__card-footer{display:flex;align-items:center;justify-content:space-between}.hero__card-footer span{font-size:.875rem;color:#6b7280}.hero__card-click-hint{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#1b1b63;font-weight:600}.hero__card-click-hint .icon{height:1.25rem;width:1.25rem;color:#1b1b63;animation:bounceGentle 2s infinite}.hero__badge-live{position:absolute;top:-1rem;right:-1rem;background-color:#cc8e22;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.875rem;box-shadow:0 10px 15px -3px #0000001a;animation:bounceGentle 2s infinite}.blurred-value{color:#9ca3af!important;background-color:#f3f4f6;border-radius:.25rem;padding:.125rem .25rem;font-family:monospace;letter-spacing:.05em}.why-choose-us{padding:5rem 0;background-color:#fff}@media (max-width: 767px){.why-choose-us{display:none}}.why-choose-us__container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.why-choose-us__container{padding:0 1.5rem}}@media (min-width: 1024px){.why-choose-us__container{padding:0 2rem}}.why-choose-us__header{text-align:center;margin-bottom:4rem}.why-choose-us__header h2{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}@media (max-width: 768px){.why-choose-us__header h2{font-size:1.75rem}}.why-choose-us__header p{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto}@media (max-width: 768px){.why-choose-us__header p{font-size:1rem}}.why-choose-us__grid{display:grid;gap:2rem}@media (min-width: 768px){.why-choose-us__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.why-choose-us__grid{grid-template-columns:repeat(4,1fr)}}.why-choose-us__card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;text-align:center;transition:all .3s;position:relative;overflow:hidden}.why-choose-us__card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.5rem)}.why-choose-us__card:before{content:"";position:absolute;top:0;right:0;width:4rem;height:4rem;background:linear-gradient(to bottom left,#eff6ff,transparent);border-bottom-left-radius:100%}.why-choose-us__card-icon{background-color:#eff6ff;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;transition:background-color .3s}.why-choose-us__card-icon .icon{height:2rem;width:2rem;color:#2563eb}.why-choose-us__card-icon .check-icon{position:absolute;top:-.25rem;right:-.25rem;height:1.25rem;width:1.25rem;color:#059669;opacity:0;transition:opacity .3s}.why-choose-us__card:hover .why-choose-us__card-icon{background-color:#dbeafe}.why-choose-us__card:hover .why-choose-us__card-icon .check-icon{opacity:1}.why-choose-us__card h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1rem}@media (max-width: 768px){.why-choose-us__card h3{font-size:1rem}}.why-choose-us__card p{color:#4b5563;line-height:1.6}@media (max-width: 768px){.why-choose-us__card p{font-size:.875rem}}.who-section{padding:5rem 0;background-color:#0f172a}.who-section__container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.who-section__container{padding:0 1.5rem}}@media (min-width: 1024px){.who-section__container{padding:0 2rem}}.who-section__header{text-align:center;margin-bottom:4rem}.who-section__header h2{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1rem}@media (max-width: 768px){.who-section__header h2{font-size:1.75rem}}.who-section__header p{font-size:1.25rem;color:#d1d5db;max-width:48rem;margin:0 auto}@media (max-width: 768px){.who-section__header p{font-size:1rem}}.who-section__grid{display:grid;gap:2rem}@media (min-width: 768px){.who-section__grid{grid-template-columns:repeat(3,1fr)}}.who-section__card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.75rem;padding:2rem;text-align:center;transition:all .3s;border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.who-section__card:hover{background-color:#fff3}.who-section__card:before{content:"";position:absolute;top:0;right:0;width:5rem;height:5rem;background:linear-gradient(to bottom left,rgba(255,255,255,.1),transparent);border-bottom-left-radius:100%}.who-section__card-icon{background-color:#3b82f633;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative}.who-section__card-icon .icon{height:2rem;width:2rem;color:#3b82f6}.who-section__card h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}@media (max-width: 768px){.who-section__card h3{font-size:1rem}}.who-section__card p{color:#d1d5db;line-height:1.6}@media (max-width: 768px){.who-section__card p{font-size:.875rem}}.features-grid{padding:5rem 0;background-color:#f9fafb;position:relative;overflow:hidden}.features-grid__background{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1}.features-grid__background-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,rgba(59,130,246,.2),transparent)}.features-grid__background-blur-1{position:absolute;top:0;left:25%;width:24rem;height:24rem;background-color:#3b82f61a;border-radius:50%;filter:blur(3rem)}.features-grid__background-blur-2{position:absolute;bottom:0;right:25%;width:24rem;height:24rem;background-color:#2563eb1a;border-radius:50%;filter:blur(3rem)}.features-grid__container{position:relative;max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.features-grid__container{padding:0 1.5rem}}@media (min-width: 1024px){.features-grid__container{padding:0 2rem}}.features-grid__header{text-align:center;margin-bottom:4rem}.features-grid__header h2{font-size:2.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}@media (max-width: 768px){.features-grid__header h2{font-size:1.75rem}}.features-grid__header p{font-size:1.25rem;color:#64748b;max-width:48rem;margin:0 auto}@media (max-width: 768px){.features-grid__header p{font-size:1rem}}.features-grid__grid{display:grid;gap:2rem}@media (min-width: 768px){.features-grid__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid__grid{grid-template-columns:repeat(3,1fr)}}.features-grid__card{background-color:#fff;border-radius:1rem;padding:2rem;border:1px solid #e2e8f0;transition:all .5s;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out;box-shadow:0 10px 15px -3px #0000001a}.features-grid__card:hover{border-color:#3b82f64d;box-shadow:0 25px 50px -12px #3b82f633;transform:translateY(-.5rem)}.features-grid__card:before{content:"";position:absolute;top:0;right:0;width:5rem;height:5rem;background:linear-gradient(to bottom left,rgba(59,130,246,.1),transparent);border-radius:0 1rem 0 0;opacity:0;transition:opacity .5s}.features-grid__card:hover:before{opacity:1}.features-grid__card--special{background:linear-gradient(to bottom right,#3b82f60d,#2563eb0d);border-color:#3b82f64d}.features-grid__card--special:hover{border-color:#3b82f680;box-shadow:0 25px 50px -12px #3b82f64d}.features-grid__card-content{position:relative;z-index:10}.features-grid__card-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#3b82f61a;border-radius:.75rem;margin-bottom:1.5rem;transition:background-color .3s;position:relative}.features-grid__card-icon .icon{height:2rem;width:2rem;color:#3b82f6}.features-grid__card-icon .secondary-icon{position:absolute;top:-.25rem;right:-.25rem;height:1rem;width:1rem;color:#60a5fa}.features-grid__card-icon .pulse-dot{position:absolute;bottom:-.25rem;right:-.25rem;width:.75rem;height:.75rem;background-color:#60a5fa;border-radius:50%;animation:pulse 2s infinite}.features-grid__card-icon .badge{position:absolute;top:-.5rem;right:-.5rem;background-color:#60a5fa;color:#1e40af;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px}.features-grid__card:hover .features-grid__card-icon{background-color:#3b82f633}.features-grid__card h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}@media (max-width: 768px){.features-grid__card h3{font-size:1rem}}.features-grid__card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}@media (max-width: 768px){.features-grid__card p{font-size:.875rem}}.features-grid__card-button{background:linear-gradient(to right,#3b82f6,#2563eb);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .2s;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a}.features-grid__card-button:hover{background:linear-gradient(to right,#2563eb,#1d4ed8);transform:scale(1.05)}.features-grid__notifications{position:absolute;top:-.5rem;right:-.5rem;display:flex;flex-direction:column;gap:.25rem}.features-grid__notifications .notification{width:1rem;height:.75rem;border-radius:.125rem}.features-grid__notifications .notification--1{background-color:#3b82f6cc;animation:notification1 2s infinite}.features-grid__notifications .notification--2{background-color:#60a5fa99;animation:notification2 2s infinite .3s}.features-grid__notifications .notification--3{background-color:#93c5fd66;animation:notification3 2s infinite .6s}.features-grid__coins{position:absolute;top:-.25rem;left:50%;transform:translate(-50%)}.features-grid__coins .coin{width:.5rem;height:.5rem;border-radius:50%;position:absolute}.features-grid__coins .coin--1{background-color:#fbbf24;animation:coinFall 3s infinite}.features-grid__coins .coin--2{background-color:#fcd34d;left:-33.333333%;animation:coinFall 3s infinite .5s}.features-grid__coins .coin--3{background-color:#f59e0b;right:-33.333333%;animation:coinFall 3s infinite 1s}.features-grid__logos{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;padding:1rem}.features-grid__logos .logos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.features-grid__logos .logos-grid .logo{width:1.5rem;height:1.5rem;background-color:#3b82f633;border-radius:50%}.features-grid__sticker{position:absolute;top:-.5rem;right:-.5rem;background:linear-gradient(to bottom right,#f59e0b,#d97706);color:#fff;padding:.75rem;border-radius:50%;box-shadow:0 10px 15px -3px #0000001a;transform:rotate(12deg);transition:transform .3s}.features-grid__sticker .icon{height:1.5rem;width:1.5rem}.features-grid__card:hover .features-grid__sticker{transform:rotate(0)}.features-grid__special-content{text-align:center}.features-grid__special-content-icon{background:linear-gradient(to bottom right,#3b82f633,#2563eb33);margin:0 auto 1.5rem;transition:transform .3s}.features-grid__special-content-icon .icon{animation:bounceGentle 2s infinite}.features-grid__special-content:hover .features-grid__special-content-icon{transform:scale(1.1)}.features-grid__special-content h3{font-size:1.5rem;margin-bottom:1rem}.features-grid__special-content p{margin-bottom:1.5rem}@keyframes bounceGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes notification1{0%,to{transform:translate(0) scale(1);opacity:.8}50%{transform:translate(2px) scale(1.1);opacity:1}}@keyframes notification2{0%,to{transform:translate(0) scale(1);opacity:.6}50%{transform:translate(-1px) scale(1.05);opacity:.8}}@keyframes notification3{0%,to{transform:translate(0) scale(1);opacity:.4}50%{transform:translate(1px) scale(1.02);opacity:.6}}@keyframes coinFall{0%{transform:translateY(-10px) rotate(0);opacity:0}50%{transform:translateY(5px) rotate(180deg);opacity:1}to{transform:translateY(20px) rotate(360deg);opacity:0}}.stock-advisory{padding:5rem 0;background-color:#f9fafb}.stock-advisory__container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.stock-advisory__container{padding:0 1.5rem}}@media (min-width: 1024px){.stock-advisory__container{padding:0 2rem}}.stock-advisory__header{text-align:center;margin-bottom:4rem}.stock-advisory__header h2{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}@media (max-width: 768px){.stock-advisory__header h2{font-size:1.75rem}}.stock-advisory__header p{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto}@media (max-width: 768px){.stock-advisory__header p{font-size:1rem}}.stock-advisory__grid{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.stock-advisory__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.stock-advisory__grid{grid-template-columns:repeat(3,1fr)}}.stock-advisory__card{background-color:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem;border:1px solid #e5e7eb;transition:all .3s;position:relative;overflow:hidden}.stock-advisory__card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffbf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:20;border-radius:.75rem}.stock-advisory__card-overlay-content{text-align:center;padding:1.5rem;max-width:16rem}.stock-advisory__card-overlay-content h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}@media (max-width: 768px){.stock-advisory__card-overlay-content h4{font-size:.875rem}}.stock-advisory__card-overlay-content p{font-size:.75rem;color:#6b7280;margin-bottom:1rem;line-height:1.4}@media (max-width: 768px){.stock-advisory__card-overlay-content p{font-size:.625rem}}.stock-advisory__card-overlay-icon{background:linear-gradient(to bottom right,#3b82f6,#2563eb);width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 15px -3px #3b82f64d}@media (max-width: 768px){.stock-advisory__card-overlay-icon{width:2.5rem;height:2.5rem}}.stock-advisory__card-overlay-icon .icon{height:1.5rem;width:1.5rem;color:#fff}@media (max-width: 768px){.stock-advisory__card-overlay-icon .icon{height:1.25rem;width:1.25rem}}.stock-advisory__card-overlay-button{background:linear-gradient(to right,#3b82f6,#2563eb);color:#fff;padding:.5rem 1rem;border-radius:.375rem;font-weight:600;font-size:.75rem;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #3b82f64d}.stock-advisory__card-overlay-button:hover{background:linear-gradient(to right,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 6px 8px -1px #3b82f666}@media (max-width: 768px){.stock-advisory__card-overlay-button{font-size:.625rem;padding:.375rem .75rem}}.stock-advisory__card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.25rem)}.stock-advisory__card:before{content:"";position:absolute;top:0;right:0;background:linear-gradient(to left,#10b981,transparent);width:5rem;height:.25rem}.stock-advisory__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.stock-advisory__card-header h3{font-size:1.25rem;font-weight:700;color:#0f172a}@media (max-width: 768px){.stock-advisory__card-header h3{font-size:1rem}}.stock-advisory__card-header-actions{display:flex;align-items:center;gap:.5rem}.stock-advisory__card-header-actions .badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.stock-advisory__card-header-actions .badge--buy{background-color:#dcfce7;color:#166534}.stock-advisory__card-header-actions .badge--sell{background-color:#fee2e2;color:#991b1b}.stock-advisory__card-header-actions .icon{height:1rem;width:1rem;color:#9ca3af}.stock-advisory__card-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.stock-advisory__card-details--blurred{filter:blur(3px);opacity:.6}.stock-advisory__card-details-row{display:flex;justify-content:space-between}.stock-advisory__card-details-row .label{color:#6b7280;display:flex;align-items:center;gap:.25rem}.stock-advisory__card-details-row .label .icon{height:1rem;width:1rem}.stock-advisory__card-details-row .value{font-weight:600}.stock-advisory__card-details-row .value--primary{color:#2563eb}.stock-advisory__card-details-row .value--success{color:#059669}.stock-advisory__card-details-row .value--danger{color:#dc2626}.stock-advisory__card-chart{background-color:#f9fafb;padding:.75rem;border-radius:.5rem;margin-bottom:1rem}.stock-advisory__card-chart--blurred{filter:blur(3px);opacity:.6}.stock-advisory__card-chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.stock-advisory__card-chart-header span{font-size:.75rem;color:#4b5563}.stock-advisory__card-chart-header .performance{font-size:.75rem;color:#059669;font-weight:600}.stock-advisory__card-chart-bar{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.5rem}.stock-advisory__card-chart-bar-fill{background:linear-gradient(to right,#2563eb,#10b981);height:.5rem;border-radius:9999px;transition:all 1s;animation:chartGrow 2s ease-out}.stock-advisory__card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #f3f4f6}.stock-advisory__card-footer--blurred{filter:blur(3px);opacity:.6}.stock-advisory__card-footer-duration{display:flex;align-items:center;gap:.5rem}.stock-advisory__card-footer-duration .icon{height:1rem;width:1rem;color:#9ca3af}.stock-advisory__card-footer-duration span{font-size:.875rem;color:#6b7280}.stock-advisory__card-footer .trend-icon{height:1.25rem;width:1.25rem}.stock-advisory__card-footer .trend-icon--up{color:#10b981}.stock-advisory__card-footer .trend-icon--down{color:#ef4444}.stock-advisory__card-status{margin-top:.75rem;display:flex;align-items:center;gap:.5rem}.stock-advisory__card-status .pulse-dot{width:.5rem;height:.5rem;background-color:#10b981;border-radius:50%;animation:pulse 2s infinite}.stock-advisory__card-status span{font-size:.875rem;color:#059669;font-weight:500}.stock-advisory__cta{text-align:center}.stock-advisory__cta button{background-color:#2563eb;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;transition:all .2s;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;display:inline-flex;align-items:center;gap:.5rem}.stock-advisory__cta button:hover{background-color:#1d4ed8;transform:scale(1.05)}.stock-advisory__cta button .icon{height:1.25rem;width:1.25rem}.stock-advisory__carousel{position:relative;margin-bottom:3rem}.stock-advisory__carousel-container{overflow:hidden;border-radius:1rem}.stock-advisory__carousel-track{display:flex;transition:transform .3s ease-in-out}.stock-advisory__carousel-slide{min-width:100%;padding:0 1rem;box-sizing:border-box}.stock-advisory__carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.stock-advisory__carousel-nav{width:3rem;height:3rem;background:#fff;border:2px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.stock-advisory__carousel-nav:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:scale(1.1)}.stock-advisory__carousel-nav:active{transform:scale(.95)}.stock-advisory__carousel-dots{display:flex;gap:.5rem}.stock-advisory__carousel-dot{width:.75rem;height:.75rem;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s ease}.stock-advisory__carousel-dot--active{background:#2563eb;transform:scale(1.2);box-shadow:0 0 10px #2563eb4d}.stock-advisory__carousel-dot:hover:not(.stock-advisory__carousel-dot--active){background:#94a3b8;transform:scale(1.1)}@keyframes chartGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.curated-smallcases{padding:5rem 0;background:linear-gradient(to bottom right,#f8fafc,#fff);position:relative;overflow:hidden}.curated-smallcases:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,#e2e8f0,transparent)}.curated-smallcases__container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.curated-smallcases__container{padding:0 1.5rem}}@media (min-width: 1024px){.curated-smallcases__container{padding:0 2rem}}.curated-smallcases__header{text-align:center;margin-bottom:4rem}.curated-smallcases__header h2{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem;background:linear-gradient(to right,#0f172a,#1e293b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.curated-smallcases__header h2{font-size:1.75rem}}@media (min-width: 1024px){.curated-smallcases__header h2{font-size:3rem}}.curated-smallcases__header p{font-size:1.25rem;color:#64748b;max-width:48rem;margin:0 auto;line-height:1.6}@media (max-width: 768px){.curated-smallcases__header p{font-size:1rem}}.curated-smallcases__grid{display:grid;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.curated-smallcases__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.curated-smallcases__grid{grid-template-columns:repeat(3,1fr)}}.curated-smallcases__card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #f1f5f9;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:fadeInUp .6s ease-out both}.curated-smallcases__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#1e40af,#f59e0b);transform:scaleX(0);transition:transform .3s ease}.curated-smallcases__card:hover{transform:translateY(-.5rem) scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#e2e8f0}.curated-smallcases__card:hover:before{transform:scaleX(1)}.curated-smallcases__card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.curated-smallcases__card-icon{background:linear-gradient(135deg,#eff6ff,#dbeafe);width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.curated-smallcases__card-icon .icon{height:1.25rem;width:1.25rem;color:#1e40af;transition:color .3s ease}.curated-smallcases__card-tag{display:flex;align-items:center;gap:.25rem}.curated-smallcases__card-tag .tag-icon{height:.875rem;width:.875rem;color:#64748b}.curated-smallcases__card-tag .tag{padding:.125rem .5rem;border-radius:9999px;font-size:.625rem;font-weight:600;letter-spacing:.025em}.curated-smallcases__card-content{margin-bottom:1rem}.curated-smallcases__card-content h3{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.3}.curated-smallcases__card-content p{color:#64748b;line-height:1.6;font-size:.75rem}.curated-smallcases__card-risk{display:flex;align-items:center;gap:.25rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);padding:.5rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid #fecaca}.curated-smallcases__card-risk .risk-icon{height:.75rem;width:.75rem;color:#dc2626}.curated-smallcases__card-risk .risk-label{font-size:.75rem;font-weight:600;color:#dc2626}.curated-smallcases__card-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.curated-smallcases__card-details .detail-item{display:flex;align-items:center;gap:.5rem}.curated-smallcases__card-details .detail-item:first-child{justify-content:space-between;background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:.5rem;border-radius:.5rem;border:1px solid #bbf7d0}.curated-smallcases__card-details .detail-item .detail-icon{height:1rem;width:1rem;color:#64748b;flex-shrink:0}.curated-smallcases__card-details .detail-item .detail-content{display:flex;flex-direction:column;gap:.125rem}.curated-smallcases__card-details .detail-item .detail-label{font-size:.625rem;color:#64748b;font-weight:500}.curated-smallcases__card-details .detail-item .detail-value{font-weight:600;color:#374151;font-size:.75rem}.curated-smallcases__card-details .detail-item .detail-value.performance{font-size:1rem;color:#15803d}.curated-smallcases__card-footer .subscribe-btn{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;font-size:.75rem;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 6px -1px #16a34a4d}.curated-smallcases__card-footer .subscribe-btn:hover{background:linear-gradient(135deg,#15803d,#166534);transform:translateY(-1px);box-shadow:0 8px 15px -3px #16a34a66}.curated-smallcases__card-footer .subscribe-btn .btn-icon{height:.875rem;width:.875rem}.curated-smallcases__cta{text-align:center;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:1.5rem;padding:3rem 2rem;position:relative;overflow:hidden}.curated-smallcases__cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f59e0b' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.curated-smallcases__cta .cta-content{position:relative;z-index:10}.curated-smallcases__cta .cta-content h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem}@media (min-width: 1024px){.curated-smallcases__cta .cta-content h3{font-size:2.5rem}}.curated-smallcases__cta .cta-content p{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.curated-smallcases__cta .cta-content .main-cta-btn{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;padding:1.25rem 3rem;border-radius:.75rem;font-weight:700;font-size:1.25rem;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 15px -3px #16a34a66}.curated-smallcases__cta .cta-content .main-cta-btn:hover{background:linear-gradient(135deg,#15803d,#166534);transform:translateY(-2px);box-shadow:0 20px 25px -5px #16a34a66}.curated-smallcases__cta .cta-content .main-cta-btn .btn-icon{height:1.25rem;width:1.25rem}.curated-smallcases__carousel{position:relative;margin-bottom:4rem}.curated-smallcases__carousel-container{overflow:hidden;border-radius:1rem}.curated-smallcases__carousel-track{display:flex;transition:transform .3s ease-in-out}.curated-smallcases__carousel-slide{min-width:100%;padding:0 1rem;box-sizing:border-box}.curated-smallcases__carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.curated-smallcases__carousel-nav{width:3rem;height:3rem;background:#fff;border:2px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.curated-smallcases__carousel-nav:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:scale(1.1)}.curated-smallcases__carousel-nav:active{transform:scale(.95)}.curated-smallcases__carousel-dots{display:flex;gap:.5rem}.curated-smallcases__carousel-dot{width:.75rem;height:.75rem;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s ease}.curated-smallcases__carousel-dot--active{background:#16a34a;transform:scale(1.2);box-shadow:0 0 10px #16a34a4d}.curated-smallcases__carousel-dot:hover:not(.curated-smallcases__carousel-dot--active){background:#94a3b8;transform:scale(1.1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.testimonials{padding:5rem 0;background:linear-gradient(to bottom right,#eff6ff,#fff);overflow:hidden}.testimonials__container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.testimonials__container{padding:0 1.5rem}}@media (min-width: 1024px){.testimonials__container{padding:0 2rem}}.testimonials__header{text-align:center;margin-bottom:4rem}.testimonials__header h2{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}@media (max-width: 768px){.testimonials__header h2{font-size:1.75rem}}.testimonials__header p{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto}@media (max-width: 768px){.testimonials__header p{font-size:1rem}}.testimonials__infinite-scroll{position:relative;overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.testimonials__scroll-track{display:flex;gap:2rem;width:-moz-max-content;width:max-content;animation:infiniteScroll 60s linear infinite}.testimonials__scroll-track--paused{animation-play-state:paused}.testimonials__scroll-track--reduced-motion{animation:none}@media (max-width: 768px){.testimonials__scroll-track{gap:1.5rem;animation-duration:45s}}.testimonials__card{flex:0 0 auto;width:320px;background-color:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;border:1px solid #e5e7eb;transition:all .3s ease;position:relative}@media (max-width: 768px){.testimonials__card{width:280px;padding:1.5rem}}@media (min-width: 1024px){.testimonials__card{width:350px}}@media (prefers-reduced-motion: no-preference){.testimonials__card:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px #00000040}}.testimonials__card-quote .icon{height:2rem;width:2rem;color:#2563eb;margin-bottom:1rem;opacity:.5}.testimonials__card-content{color:#374151;margin-bottom:1.5rem;line-height:1.6;font-size:1.125rem;font-style:italic}@media (max-width: 768px){.testimonials__card-content{font-size:1rem}}.testimonials__card-footer{display:flex;align-items:center;justify-content:space-between}.testimonials__card-footer-author p:first-child{font-weight:600;color:#0f172a;margin-bottom:.25rem}.testimonials__card-footer-author p:last-child{color:#6b7280;font-size:.875rem}.testimonials__card-footer-rating{display:flex;align-items:center;gap:.25rem}.testimonials__card-footer-rating .star{height:1rem;width:1rem;color:#fbbf24;fill:currentColor}@keyframes infiniteScroll{0%{transform:translate(0)}to{transform:translate(-16.6666666667%)}}@media (max-width: 480px){.testimonials__card{width:260px;padding:1.25rem}.testimonials__scroll-track{gap:1rem;animation-duration:40s}}@media (min-width: 1200px){.testimonials__card{width:380px}.testimonials__scroll-track{gap:2.5rem;animation-duration:75s}}@media (prefers-contrast: high){.testimonials__card{border:2px solid #000}.testimonials__card-content,.testimonials__card-footer-author p:first-child{color:#000}}@media print{.testimonials__infinite-scroll{mask-image:none;-webkit-mask-image:none}.testimonials__scroll-track{animation:none;flex-wrap:wrap;width:100%}.testimonials__card{width:100%;margin-bottom:1rem;-moz-column-break-inside:avoid;break-inside:avoid}}.news-section{padding:5rem 0;position:relative;overflow:hidden}.news-section__background{position:absolute;top:0;right:0;bottom:0;left:0}.news-section__background-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172a,#1e293b,#134e4a)}.news-section__background-texture{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.news-section__container{max-width:75rem;margin:0 auto;padding:0 1rem;position:relative;z-index:10}@media (min-width: 640px){.news-section__container{padding:0 1.5rem}}@media (min-width: 1024px){.news-section__container{padding:0 2rem}}.news-section__header{text-align:center;margin-bottom:4rem}.news-section__title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#e2e8f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.news-section__title{font-size:2.25rem}}@media (max-width: 480px){.news-section__title{font-size:1.75rem}}.news-section__subtitle{font-size:1.125rem;color:#9ca3af;max-width:48rem;margin:0 auto;line-height:1.6}@media (max-width: 768px){.news-section__subtitle{font-size:1rem}}.news-section__carousel{margin-bottom:4rem}.news-section__quote-container{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:3rem 2rem;max-width:56rem;margin:0 auto 2rem;position:relative;cursor:pointer;transition:all .3s ease;box-shadow:0 25px 50px -12px #00000040,inset 0 1px #ffffff1a}.news-section__quote-container:hover{background:#ffffff14;border-color:#10b9814d;box-shadow:0 25px 50px -12px #0006,0 0 30px #10b98133}.news-section__quote-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.5rem;padding:1px;background:linear-gradient(135deg,#10b9814d,#3b82f64d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor}@media (min-width: 768px){.news-section__quote-container{padding:4rem 3rem}}.news-section__quote-icon{position:absolute;width:3rem;height:3rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #10b98166,0 0 20px #10b9814d;animation:glow 3s ease-in-out infinite alternate}.news-section__quote-icon svg{width:1.5rem;height:1.5rem;color:#fff}.news-section__quote-icon--open{top:-1.5rem;left:2rem}.news-section__quote-icon--close{bottom:-1.5rem;right:2rem;transform:rotate(180deg)}.news-section__quote-content{text-align:center;padding:1rem 2rem}.news-section__quote-text{font-size:1.5rem;font-style:italic;font-family:Georgia,serif;color:#fff;margin-bottom:1.5rem;line-height:1.6;position:relative}@media (min-width: 768px){.news-section__quote-text{font-size:1.875rem}}@media (max-width: 640px){.news-section__quote-text{font-size:1.25rem}}@media (max-width: 480px){.news-section__quote-text{font-size:1rem}}.news-section__quote-source{font-size:1rem;color:#10b981;font-weight:600;font-style:normal;font-family:Inter,sans-serif}.news-section__controls{display:flex;align-items:center;justify-content:center;gap:2rem}.news-section__nav{width:3rem;height:3rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease}.news-section__nav:hover{background:#10b98133;border-color:#10b98166;transform:scale(1.1);box-shadow:0 0 20px #10b9814d}.news-section__nav svg{width:1.25rem;height:1.25rem}.news-section__dots{display:flex;gap:.75rem}.news-section__dot{width:.75rem;height:.75rem;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.news-section__dot--active{background:#10b981;transform:scale(1.2);box-shadow:0 0 10px #10b98180}.news-section__dot:hover:not(.news-section__dot--active){background:#ffffff80;transform:scale(1.1)}.news-section__logos{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}@media (max-width: 640px){.news-section__logos{gap:1rem}}.news-section__logo{width:4rem;height:4rem;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;padding:.75rem;cursor:pointer;transition:all .4s ease;position:relative}.news-section__logo:hover{background:#fff3;transform:scale(1.1);box-shadow:0 10px 25px #0003,0 0 30px #10b98166;border-color:#10b981}@media (max-width: 640px){.news-section__logo{width:3rem;height:3rem;padding:.5rem}}.news-section__logo-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:all .4s ease}@keyframes glow{0%{box-shadow:0 10px 25px #10b98166,0 0 20px #10b9814d}to{box-shadow:0 10px 25px #10b98199,0 0 30px #10b98180}}.dashboard{min-height:100vh;background-color:#f9fafb}.dashboard__welcome{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}.dashboard__welcome-content{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.dashboard__welcome-content{padding:0 1.5rem}}@media (min-width: 1024px){.dashboard__welcome-content{padding:0 2rem}}.dashboard__welcome-content h1{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}@media (max-width: 768px){.dashboard__welcome-content h1{font-size:1.5rem}}.dashboard__welcome-content p{color:#6b7280}@media (max-width: 768px){.dashboard__welcome-content p{font-size:.875rem}}.dashboard__back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#3b82f6;font-weight:500;cursor:pointer;margin-bottom:1rem;padding:.5rem 0;transition:color .2s}.dashboard__back-btn:hover{color:#2563eb}.dashboard__back-icon{height:1.25rem;width:1.25rem}.dashboard__container{max-width:80rem;margin:0 auto;padding:2rem 1rem}@media (min-width: 640px){.dashboard__container{padding:2rem 1.5rem}}@media (min-width: 1024px){.dashboard__container{padding:2rem}}.dashboard__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;text-align:center}.dashboard__loading-spinner{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.dashboard__loading p{color:#6b7280;font-size:1rem}.dashboard__filters{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:1rem;padding:2rem;margin-bottom:2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,inset 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.dashboard__filters:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#10b981,#f59e0b);border-radius:1rem 1rem 0 0}@media (min-width: 768px){.dashboard__filters{display:flex;justify-content:space-between;align-items:center;gap:3rem}}.dashboard__search{position:relative;flex:1;max-width:450px}.dashboard__search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);height:1.5rem;width:1.5rem;color:#6b7280;transition:color .2s ease}.dashboard__search-input{width:100%;padding:1rem 1.25rem 1rem 3.5rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;font-weight:500;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}.dashboard__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a,0 4px 6px -1px #0000001a;transform:translateY(-1px)}.dashboard__search-input:focus+.dashboard__search-icon{color:#3b82f6}.dashboard__search-input::-moz-placeholder{color:#9ca3af;font-weight:400}.dashboard__search-input::placeholder{color:#9ca3af;font-weight:400}.dashboard__filter-controls{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:flex-end}@media (max-width: 767px){.dashboard__filter-controls{margin-top:1.5rem;width:100%}}.dashboard__filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:160px}.dashboard__filter-group label{font-size:.875rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.dashboard__filter-select{padding:.875rem 3rem .875rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;font-weight:500;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a;min-width:180px}.dashboard__filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a,0 4px 6px -1px #0000001a;transform:translateY(-1px)}.dashboard__filter-select:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000001a}.dashboard__error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.dashboard__error-icon{height:1.25rem;width:1.25rem;color:#dc2626;flex-shrink:0}.dashboard__error p{color:#991b1b;font-size:.875rem;margin:0;flex:1}.dashboard__error-retry{background-color:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.dashboard__error-retry:hover{background-color:#b91c1c}.dashboard__section{margin-bottom:3rem}.dashboard__section h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}@media (max-width: 768px){.dashboard__section h2{font-size:1.25rem}}.dashboard__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.dashboard__section-header h2{margin-bottom:0}.dashboard__section-stats{display:flex;gap:1.5rem;align-items:center}@media (max-width: 640px){.dashboard__section-stats{flex-direction:column;gap:.5rem;align-items:flex-start}}.dashboard__stat{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.dashboard__stat-icon{height:1rem;width:1rem}.dashboard__empty{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:.75rem;border:2px dashed #e5e7eb}.dashboard__empty-icon{height:3rem;width:3rem;color:#9ca3af;margin:0 auto 1rem}.dashboard__empty h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.dashboard__empty p{color:#6b7280;font-size:.875rem}.dashboard__calls-grid{display:grid;gap:1.25rem}@media (min-width: 640px){.dashboard__calls-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.dashboard__calls-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.dashboard__call-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #00000014;border:1px solid #f1f5f9;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dashboard__call-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f;border-color:#e2e8f0}.dashboard__card-header{margin-bottom:20px}.dashboard__card-header-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.dashboard__card-symbol{font-size:24px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.5px}.dashboard__card-status-wrapper{display:flex;align-items:center}.dashboard__card-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.dashboard__card-status--success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.dashboard__card-status--neutral{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.dashboard__card-badges{display:flex;gap:8px;flex-wrap:wrap}.dashboard__card-entry-type{padding:6px 14px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.dashboard__card-entry-type--success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.dashboard__card-entry-type--danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.dashboard__card-category{padding:6px 12px;border-radius:12px;font-size:12px;font-weight:500;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.dashboard__card-price-container{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:20px;border:1px solid #e2e8f0}.dashboard__card-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dashboard__card-price-row:last-child{margin-bottom:0}.dashboard__card-price-label{font-size:14px;font-weight:500;color:#64748b}.dashboard__card-price-value{font-size:16px;font-weight:700;color:#0f172a}.dashboard__card-price-value--target{color:#059669}.dashboard__card-price-value--stoploss{color:#dc2626}.dashboard__card-meta{margin-bottom:20px}.dashboard__card-date{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.dashboard__card-date-icon{width:16px;height:16px;color:#64748b}.dashboard__card-date span{font-size:13px;color:#64748b;font-weight:500}.dashboard__card-tags{margin-bottom:24px}.dashboard__card-tags-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.dashboard__card-tags-list{display:flex;flex-wrap:wrap;gap:6px}.dashboard__card-tag{padding:6px 12px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;border-radius:16px;font-size:12px;font-weight:600;border:1px solid #bfdbfe;transition:all .2s ease}.dashboard__card-tag:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);transform:translateY(-1px)}.dashboard__card-actions{display:flex;gap:12px}.dashboard__card-action{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;position:relative;overflow:hidden}.dashboard__card-action:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.dashboard__card-action:hover:before{left:100%}.dashboard__card-action--primary{background:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f640}.dashboard__card-action--primary:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 16px #3b82f659}.dashboard__card-action--primary:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.dashboard__card-action--secondary{background:#059669;color:#fff;box-shadow:0 2px 8px #05966940}.dashboard__card-action--secondary:hover{background:#047857;transform:translateY(-2px);box-shadow:0 4px 16px #05966959}.dashboard__card-action-icon{width:18px;height:18px;flex-shrink:0}.dashboard__card-action span{font-weight:600}.dashboard__call-card{background-color:#fff;border-radius:1rem;padding:1.75rem;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000f;border:1px solid #e5e7eb;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dashboard__call-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#10b981);opacity:0;transition:opacity .3s ease}.dashboard__call-card:hover{box-shadow:0 8px 25px #0000001f,0 4px 10px #00000014;transform:translateY(-4px);border-color:#d1d5db}.dashboard__call-card:hover:before{opacity:1}.dashboard__call-card-header{margin-bottom:1.5rem}.dashboard__call-card-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.dashboard__call-card-header-badges{display:flex;gap:.5rem;flex-wrap:wrap}.dashboard__call-card-symbol{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.025em}.dashboard__call-card-entry-badge{padding:.375rem .875rem;border-radius:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:2px solid transparent}.dashboard__call-card-entry-badge--success{background-color:#dcfce7;color:#166534;border-color:#bbf7d0}.dashboard__call-card-entry-badge--danger{background-color:#fee2e2;color:#991b1b;border-color:#fecaca}.dashboard__call-card-status-badge{padding:.375rem .875rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.dashboard__call-card-status-badge--success{background-color:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.dashboard__call-card-status-badge--neutral{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.dashboard__call-card-category-badge{padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#f8fafc;color:#475569;border:1px solid #e2e8f0}.dashboard__call-card-price-section{margin-bottom:1.5rem;padding:1.25rem;background-color:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.dashboard__call-card-price-item{margin-bottom:1rem}.dashboard__call-card-price-item:last-child{margin-bottom:0}.dashboard__call-card-price-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem}.dashboard__call-card-price-value{font-size:1rem;font-weight:700;color:#0f172a}.dashboard__call-card-price-value--target{color:#059669}.dashboard__call-card-price-value--stoploss{color:#dc2626}.dashboard__call-card-targets-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.dashboard__call-card-date-section{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;background-color:#fafafa;border-radius:.5rem;border:1px solid #f0f0f0}.dashboard__call-card-date-icon{height:1rem;width:1rem;color:#6b7280;flex-shrink:0}.dashboard__call-card-date-text{font-size:.75rem;color:#6b7280;font-weight:500}.dashboard__call-card-subscription-tags{margin-bottom:1.5rem}.dashboard__call-card-tags-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.dashboard__call-card-tags-container{display:flex;flex-wrap:wrap;gap:.375rem}.dashboard__call-card-subscription-tag{padding:.375rem .75rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;border-radius:1rem;font-size:.75rem;font-weight:600;border:1px solid #bfdbfe;transition:all .2s ease}.dashboard__call-card-subscription-tag:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);transform:translateY(-1px)}.dashboard__call-card-actions{display:flex;gap:.75rem;margin-top:auto}.dashboard__call-card-action{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;position:relative;overflow:hidden}.dashboard__call-card-action:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.dashboard__call-card-action:hover:before{left:100%}.dashboard__call-card-action--download{background-color:#3b82f6;color:#fff;box-shadow:0 2px 4px #3b82f633}.dashboard__call-card-action--download:hover:not(:disabled){background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.dashboard__call-card-action--download:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.dashboard__call-card-action--view{background-color:#059669;color:#fff;box-shadow:0 2px 4px #05966933}.dashboard__call-card-action--view:hover{background-color:#047857;transform:translateY(-2px);box-shadow:0 4px 12px #0596694d}.dashboard__call-card-action-icon{height:1.125rem;width:1.125rem;flex-shrink:0}.dashboard__call-card-action span{font-weight:600}.dashboard__call-details-page{display:flex;flex-direction:column;gap:2rem}.dashboard__call-header-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.dashboard__call-header-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}@media (max-width: 768px){.dashboard__call-header-main{flex-direction:column;gap:1rem}}.dashboard__call-symbol-section h2{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.dashboard__call-badges{display:flex;gap:.5rem;flex-wrap:wrap}.dashboard__call-actions-main .dashboard__call-action-main{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:.5rem}.dashboard__call-actions-main .dashboard__call-action-main:hover:not(:disabled){background-color:#2563eb}.dashboard__call-actions-main .dashboard__call-action-main:disabled{background-color:#9ca3af;cursor:not-allowed}.dashboard__call-meta-info{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}@media (max-width: 640px){.dashboard__call-meta-info{flex-direction:column;gap:1rem}}.dashboard__call-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.dashboard__call-meta-item-icon{height:1rem;width:1rem}.dashboard__call-price-section,.dashboard__call-result-section,.dashboard__call-timestamps-section,.dashboard__call-tags-section,.dashboard__call-description-section{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.dashboard__call-price-section h3,.dashboard__call-result-section h3,.dashboard__call-timestamps-section h3,.dashboard__call-tags-section h3,.dashboard__call-description-section h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1.5rem}.dashboard__call-price-grid,.dashboard__call-result-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.dashboard__call-price-grid,.dashboard__call-result-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.dashboard__call-price-grid,.dashboard__call-result-grid{grid-template-columns:repeat(4,1fr)}}.dashboard__call-price-card,.dashboard__call-result-card{padding:1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#f9fafb}.dashboard__call-price-card label,.dashboard__call-result-card label{display:block;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.dashboard__call-price-value{font-size:1.25rem;font-weight:700;color:#0f172a}.dashboard__call-price-value--target{color:#059669}.dashboard__call-price-value--stoploss{color:#dc2626}.dashboard__call-result-value{font-size:1.25rem;font-weight:700}.dashboard__call-result-value--positive{color:#059669}.dashboard__call-result-value--negative{color:#dc2626}.dashboard__call-timestamps{display:flex;flex-direction:column;gap:1rem}.dashboard__call-timestamp{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#f9fafb}.dashboard__call-timestamp-icon{height:1.5rem;width:1.5rem;flex-shrink:0}.dashboard__call-timestamp-icon--success{color:#059669}.dashboard__call-timestamp-icon--target{color:#f59e0b}.dashboard__call-timestamp-icon--warning{color:#dc2626}.dashboard__call-timestamp-icon--exit{color:#6b7280}.dashboard__call-timestamp-content{flex:1}.dashboard__call-timestamp-content label{display:block;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.dashboard__call-timestamp-content span{font-size:.875rem;font-weight:500;color:#0f172a}.dashboard__call-description{font-size:.875rem;line-height:1.6;color:#374151}.dashboard__call-info-grid{display:grid;gap:1rem}@media (min-width: 768px){.dashboard__call-info-grid{grid-template-columns:repeat(3,1fr)}}.dashboard__call-info-item{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#f9fafb}.dashboard__call-info-item label{display:block;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.dashboard__call-info-item span{font-size:.875rem;font-weight:500;color:#0f172a}.dashboard__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}@media (max-width: 640px){.dashboard__pagination{flex-direction:column;gap:.75rem}}.dashboard__pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.dashboard__pagination-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.dashboard__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard__pagination-btn-icon{height:1rem;width:1rem}.dashboard__pagination-info{font-size:.875rem;color:#6b7280;font-weight:500}.pricing-page{min-height:100vh;background:linear-gradient(to bottom right,#fff,#f9fafb,#eff6ff);padding:3rem 1rem}@media (min-width: 640px){.pricing-page{padding:3rem 1.5rem}}@media (min-width: 1024px){.pricing-page{padding:3rem 2rem}}.pricing-page__container{max-width:87.5rem;margin:0 auto}.pricing-page__header{text-align:center;max-width:48rem;margin:0 auto 4rem;animation:fadeInUp .6s ease-out}.pricing-page__title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.pricing-page__title{font-size:3rem}}@media (max-width: 640px){.pricing-page__title{font-size:2rem}}.pricing-page__subtitle{font-size:1.25rem;color:#4b5563;line-height:1.6}@media (max-width: 640px){.pricing-page__subtitle{font-size:1rem}}.pricing-page__toggle-container{display:flex;justify-content:center;margin-bottom:3rem;animation:fadeInUp .6s ease-out .1s both}.pricing-page__toggle{background-color:#fff;border-radius:9999px;padding:.25rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e5e7eb}.pricing-page__toggle-buttons{display:flex;align-items:center}.pricing-page__toggle-button{padding:.5rem 1.5rem;border-radius:9999px;font-weight:600;transition:all .3s;border:none;cursor:pointer;color:#4b5563;background:transparent}.pricing-page__toggle-button:hover:not(.pricing-page__toggle-button--active){color:#111827}.pricing-page__toggle-button--active{background-color:#1b1b63;color:#fff;box-shadow:0 4px 6px -1px #0000001a}.pricing-page__toggle-button--annual{position:relative}.pricing-page__toggle-badge{position:absolute;top:-1.5rem;right:-.5rem;background-color:#fbbf24;color:#92400e;font-size:.75rem;font-weight:700;padding:.5rem;border-radius:9999px}.pricing-page__desktop-grid{display:none;margin-bottom:5rem}@media (min-width: 768px){.pricing-page__desktop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}}.pricing-page__mobile-carousel{margin-bottom:5rem;display:block}@media (min-width: 768px){.pricing-page__mobile-carousel{display:none}}.pricing-page__carousel-container{position:relative;width:100%;overflow:hidden;border-radius:1rem}.pricing-page__carousel-wrapper{overflow:hidden;width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pricing-page__carousel-track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.pricing-page__carousel-track.dragging{transition:none}.pricing-page__carousel-slide{flex:0 0 100%;width:100%;padding:0 .5rem;box-sizing:border-box}@media (min-width: 768px){.pricing-page__carousel-slide{flex:0 0 33.3333333333%;width:33.3333333333%}}.pricing-page__carousel-controls{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding:0 .5rem}.pricing-page__carousel-arrow{width:2.5rem;height:2.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .3s ease;border:none;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.pricing-page__carousel-arrow:disabled{opacity:.4;cursor:not-allowed;background:#f1f5f9;color:#94a3b8}.pricing-page__carousel-arrow:disabled:hover{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;transform:none;box-shadow:0 2px 4px #0000001a}.pricing-page__carousel-arrow:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:scale(1.05);box-shadow:0 4px 8px #00000026}.pricing-page__carousel-arrow:active:not(:disabled){transform:scale(.95)}.pricing-page__carousel-arrow-icon{width:1rem;height:1rem}.pricing-page__carousel-dots{display:flex;gap:.5rem;align-items:center}.pricing-page__carousel-dot{width:.75rem;height:.75rem;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s ease;position:relative}.pricing-page__carousel-dot--active{background:#10b981;transform:scale(1.2);box-shadow:0 0 12px #10b98166}.pricing-page__carousel-dot--active:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:2px solid rgba(16,185,129,.3);border-radius:50%;animation:pulse-ring 2s infinite}.pricing-page__carousel-dot:hover:not(.pricing-page__carousel-dot--active){background:#94a3b8;transform:scale(1.1)}.pricing-page__card{position:relative;background:#fff;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;border:1px solid #e5e7eb;transition:all .3s;animation:fadeInUp .6s ease-out both;height:100%;min-height:32rem;display:flex;flex-direction:column}.pricing-page__card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.pricing-page__card--popular{border-color:#10b981;border-width:2px;box-shadow:0 10px 25px -5px #10b9811a,0 10px 10px -5px #10b9810a}.pricing-page__card--popular:hover{box-shadow:0 20px 25px -5px #10b98126,0 10px 10px -5px #10b9811a}.pricing-page__card--mobile{padding:1.5rem;min-height:30rem}@media (max-width: 480px){.pricing-page__card--mobile{padding:1.25rem;min-height:28rem}}.pricing-page__badge{position:absolute;top:.5rem;left:.5rem;z-index:10}.pricing-page__badge-content{background:#10b981;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px 0 9999px 9999px;display:flex;align-items:center;gap:.25rem}.pricing-page__card-content{padding-top:1.5rem;height:100%;display:flex;flex-direction:column}.pricing-page__card-header{text-align:center;margin-bottom:2rem}.pricing-page__card-header--mobile{margin-bottom:1.5rem}.pricing-page__card-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.pricing-page__card-title--mobile{font-size:1.25rem}.pricing-page__card-description{color:#6b7280;font-size:.8rem;margin-bottom:1.5rem}.pricing-page__card-description--mobile{font-size:.875rem;margin-bottom:1rem}.pricing-page__card-price{margin-bottom:1rem}.pricing-page__card-price--mobile{margin-bottom:.75rem}.pricing-page__card-price-amount{font-size:3rem;font-weight:700;color:#111827}.pricing-page__card-price-amount--mobile{font-size:1.875rem}.pricing-page__card-price-period{color:#6b7280;margin-left:.5rem}.pricing-page__card-price-period--mobile{margin-left:.25rem;font-size:.875rem}.pricing-page__card-savings{color:#10b981;font-weight:600;font-size:.875rem}.pricing-page__card-savings--mobile{font-size:.75rem}.pricing-page__card-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;flex-grow:1}.pricing-page__card-features--mobile{gap:.75rem;margin-bottom:1.5rem}.pricing-page__card-feature{display:flex;align-items:center}.pricing-page__card-feature-icon{margin-right:.75rem;flex-shrink:0}.pricing-page__card-feature-icon--included{width:1.25rem;height:1.25rem;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center}.pricing-page__card-feature-icon--excluded{width:1rem;height:1rem;color:#9ca3af}.pricing-page__card-feature-check{width:.75rem;height:.75rem;color:#fff}.pricing-page__card-feature-text--included{color:#374151}.pricing-page__card-feature-text--excluded{color:#9ca3af}.pricing-page__card-feature-text--mobile{font-size:.875rem}.pricing-page__card-button{width:100%;background:#10b981;color:#fff;font-weight:600;padding:1rem 1.5rem;border-radius:.75rem;transition:all .3s;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 10px 15px -3px #0000001a;margin-top:auto}.pricing-page__card-button:hover{background:#059669;box-shadow:0 25px 50px -12px #00000040;transform:scale(1.05)}.pricing-page__card-button--mobile{padding:.75rem 1rem;font-size:.875rem}.pricing-page__card-button-icon{width:1.25rem;height:1.25rem}.pricing-page__card-button-icon--mobile{width:1rem;height:1rem}.pricing-page__trust-badges{text-align:center;margin-bottom:5rem;animation:fadeInUp .6s ease-out .6s both}.pricing-page__trust-badges-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;opacity:.6}@media (max-width: 640px){.pricing-page__trust-badges-container{gap:1rem}}.pricing-page__trust-badge{display:flex;align-items:center;gap:.5rem}.pricing-page__trust-badge-icon{width:1.5rem;height:1.5rem}.pricing-page__trust-badge-icon--indigo{color:#4f46e5}.pricing-page__trust-badge-icon--emerald{color:#10b981}.pricing-page__trust-badge-icon--yellow{color:#d97706}.pricing-page__trust-badge-text{font-weight:600;color:#374151}.pricing-page__faq{max-width:48rem;margin:0 auto;animation:fadeInUp .6s ease-out .7s both}.pricing-page__faq-title{font-size:1.875rem;font-weight:700;text-align:center;color:#111827;margin-bottom:3rem}.pricing-page__faq-list{display:flex;flex-direction:column;gap:1rem}.pricing-page__faq-item{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.pricing-page__faq-question{width:100%;padding:1.5rem;text-align:left;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s;border:none;cursor:pointer;background:transparent}.pricing-page__faq-question:hover{background:#f9fafb}.pricing-page__faq-question-text{font-weight:600;color:#111827}.pricing-page__faq-icon{width:1.25rem;height:1.25rem;color:#6b7280}.pricing-page__faq-answer{padding:0 1.5rem 1.5rem;color:#4b5563;line-height:1.6;animation:fadeIn .3s ease-out}.pricing-page__final-cta{text-align:center;margin-top:5rem;animation:fadeInUp .6s ease-out .8s both}.pricing-page__final-cta-content{background:linear-gradient(to right,#4f46e5,#10b981);border-radius:1rem;padding:2rem;color:#fff}@media (min-width: 768px){.pricing-page__final-cta-content{padding:3rem}}.pricing-page__final-cta-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.pricing-page__final-cta-title{font-size:2rem}}.pricing-page__final-cta-text{color:#ffffffe6;margin-bottom:1.5rem;max-width:32rem;margin-left:auto;margin-right:auto;line-height:1.6}.pricing-page__final-cta-button{background:#fff;color:#4f46e5;font-weight:600;padding:.75rem 2rem;border-radius:.75rem;transition:all .3s;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a}.pricing-page__final-cta-button:hover{background:#f9fafb;transform:scale(1.05)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}@media (max-width: 768px){.pricing-page__card{animation-delay:0s!important}.pricing-page__carousel-slide{padding:0 .25rem}.pricing-page__carousel-controls{gap:1.5rem;margin-top:1.5rem}.pricing-page__carousel-arrow{width:2.5rem;height:2.5rem}.pricing-page__carousel-arrow-icon{width:1rem;height:1rem}}.subscription-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.subscription-popup__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.subscription-popup__content{position:relative;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.subscription-popup__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;z-index:10}.subscription-popup__close:hover{background-color:#f3f4f6}.subscription-popup__close:focus{outline:2px solid #cc8e22;outline-offset:2px}.subscription-popup__close-icon{width:1.25rem;height:1.25rem;color:#6b7280}.subscription-popup__body{padding:2rem;text-align:center}.subscription-popup__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,#cc8e22,#cc8e22);border-radius:50%;margin:0 auto 1.5rem}.subscription-popup__icon-svg{width:2rem;height:2rem;color:#fff}.subscription-popup__title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.3}.subscription-popup__description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.subscription-popup__actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.subscription-popup__button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.subscription-popup__button--primary{background:linear-gradient(135deg,#cc8e22,#cc8e22);color:#fff}.subscription-popup__button--primary:hover{transform:translateY(-1px);box-shadow:0 10px 25px -5px #667eea66}.subscription-popup__button--primary:active{transform:translateY(0)}.subscription-popup__button--secondary{background:#f9fafb;color:#374151;border:1px solid #e5e7eb}.subscription-popup__button--secondary:hover{background:#f3f4f6;border-color:#d1d5db}.subscription-popup__button:focus{outline:2px solid #3b82f6;outline-offset:2px}.subscription-popup__button-icon{width:1rem;height:1rem}.subscription-popup__note{font-size:.875rem;color:#9ca3af;line-height:1.5}@keyframes slideUp{0%{opacity:0;transform:translateY(2rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.subscription-popup{padding:.5rem}.subscription-popup__content{border-radius:12px}.subscription-popup__body{padding:1.5rem}.subscription-popup__title{font-size:1.25rem}.subscription-popup__description{font-size:.95rem}.subscription-popup__actions{gap:.5rem}.subscription-popup__button{padding:.75rem 1rem;font-size:.9rem}}.login-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.login-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-popup__container{position:relative;background-color:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem;padding:2rem;animation:slideUp .3s ease-out}.login-popup__close{position:absolute;top:1rem;right:1rem;background-color:#f3f4f6;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.login-popup__close:hover{background-color:#e5e7eb}.login-popup__close .icon{height:1.25rem;width:1.25rem;color:#6b7280}.login-popup__header{text-align:center;margin-bottom:2rem}.login-popup__logo{width:5rem;height:5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.login-popup__logo .icon{height:2rem;width:2rem;color:#fff}.login-popup__header h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}@media (max-width: 768px){.login-popup__header h2{font-size:1.25rem}}.login-popup__header p{color:#6b7280;line-height:1.5}@media (max-width: 768px){.login-popup__header p{font-size:.875rem}}.login-popup__error{background-color:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;padding:.75rem;margin-bottom:1rem}.login-popup__error p{color:#dc2626;font-size:.875rem;margin:0;text-align:center}.login-popup__form{display:flex;flex-direction:column;gap:1.5rem}.login-popup__field{display:flex;flex-direction:column;gap:.5rem}.login-popup__field label{font-weight:600;color:#374151;font-size:.875rem}@media (max-width: 768px){.login-popup__field label{font-size:.75rem}}.login-popup__input-wrapper{position:relative;display:flex;align-items:center}.login-popup__input-wrapper .icon{position:absolute;left:1rem;height:1.25rem;width:1.25rem;color:#9ca3af;z-index:10}.login-popup__input-wrapper input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s;background-color:#fff}@media (max-width: 768px){.login-popup__input-wrapper input{font-size:.875rem;padding:.625rem .875rem .625rem 2.5rem}}.login-popup__input-wrapper input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.login-popup__input-wrapper input::-moz-placeholder{color:#9ca3af}.login-popup__input-wrapper input::placeholder{color:#9ca3af}.login-popup__phone-container{display:flex;gap:.5rem;align-items:stretch}.login-popup__country-dropdown{position:relative;flex-shrink:0}.login-popup__country-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:all .2s;font-size:.875rem;height:100%;min-width:6rem}@media (max-width: 768px){.login-popup__country-button{padding:.625rem .75rem;min-width:4rem}}.login-popup__country-button:hover{border-color:#d1d5db}.login-popup__country-button:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.login-popup__country-flag{font-size:.75rem;line-height:1;font-weight:700;color:#3b82f6;background-color:#eff6ff;padding:.25rem .375rem;border-radius:.25rem;min-width:1.75rem;text-align:center;letter-spacing:.05em}.login-popup__country-code{font-weight:600;color:#374151;white-space:nowrap}.login-popup__dropdown-icon{height:1rem;width:1rem;color:#6b7280;transition:transform .2s}.login-popup__dropdown-icon.open{transform:rotate(180deg)}.login-popup__dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 25px -5px #0000001a;z-index:50;max-height:12rem;overflow-y:auto;margin-top:.25rem}.login-popup__dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:none;cursor:pointer;transition:background-color .2s;text-align:left;font-size:.875rem}.login-popup__dropdown-item:hover{background-color:#f9fafb}.login-popup__dropdown-item.selected{background-color:#eff6ff;color:#3b82f6}.login-popup__dropdown-item:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.login-popup__dropdown-item:last-child{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.login-popup__country-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.login-popup__phone-input-wrapper{position:relative;display:flex;align-items:center;flex:1}.login-popup__phone-input-wrapper .icon{position:absolute;left:1rem;height:1.25rem;width:1.25rem;color:#9ca3af;z-index:10}.login-popup__phone-input-wrapper input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s;background-color:#fff}@media (max-width: 768px){.login-popup__phone-input-wrapper input{font-size:.875rem;padding:.625rem .875rem .625rem 2.5rem}}.login-popup__phone-input-wrapper input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.login-popup__phone-input-wrapper input::-moz-placeholder{color:#9ca3af}.login-popup__phone-input-wrapper input::placeholder{color:#9ca3af}.login-popup__button{background:linear-gradient(to right,#3b82f6,#1b1b63);color:#fff;padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:3rem}.login-popup__button:hover:not(:disabled){background:linear-gradient(to right,#1b1b63,#1d4ed8);transform:translateY(-1px)}.login-popup__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-popup__button .icon{height:1.25rem;width:1.25rem}.login-popup__spinner{width:1.5rem;height:1.5rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.login-popup__otp-info{text-align:center;margin-bottom:1rem}.login-popup__otp-info p{color:#374151;margin-bottom:.5rem}.login-popup__otp-info p strong{color:#0f172a}.login-popup__change-number{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;font-size:.875rem;text-decoration:underline}.login-popup__change-number:hover{color:#1b1b63}.login-popup__resend{text-align:center;margin-top:1rem}.login-popup__resend p{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.login-popup__resend-button{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;font-size:.875rem;text-decoration:underline}.login-popup__resend-button:hover{color:#1b1b63}.login-popup__footer{margin-top:2rem;text-align:center}.login-popup__footer p{color:#6b7280;font-size:.75rem;line-height:1.5}.login-popup__link{color:#3b82f6;text-decoration:none}.login-popup__link:hover{text-decoration:underline}@keyframes slideUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.terms-of-service{background:linear-gradient(135deg,#1b1b631a,#1b1b630d);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);min-height:100vh;padding:2rem 0}.terms-of-service .container .bg-white{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.terms-of-service .container .bg-white h1{background:linear-gradient(135deg,#1b1b63,#1b1b63);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-of-service .container .bg-white h2{color:#4a5568;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:1.5rem}.terms-of-service .container .bg-white h3{color:#2d3748;font-weight:600}.terms-of-service .container .bg-white p{line-height:1.8;color:#4a5568}.terms-of-service .container .bg-white ul li{margin-bottom:.5rem;line-height:1.6}.terms-of-service .container .bg-white .bg-gray-50{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid #e2e8f0}.terms-of-service .container .bg-white .border-t{border-color:#e2e8f0}.terms-of-service .container .bg-white .text-gray-500{color:#718096}@media (max-width: 768px){.terms-of-service .container{padding:1rem}.terms-of-service .container .bg-white{padding:1.5rem}.terms-of-service .container .bg-white h1{font-size:2rem}.terms-of-service .container .bg-white h2{font-size:1.5rem}}@media (max-width: 480px){.terms-of-service .container .bg-white{padding:1rem}.terms-of-service .container .bg-white h1{font-size:1.75rem}.terms-of-service .container .bg-white h2{font-size:1.25rem}}.privacy-policy{background:linear-gradient(135deg,#1b1b631a,#1b1b630d);min-height:100vh;padding:2rem 0}.privacy-policy .container .bg-white{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.privacy-policy .container .bg-white h1{background:linear-gradient(135deg,#1b1b63,#1b1b63);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-policy .container .bg-white h2{color:#4a5568;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:1.5rem}.privacy-policy .container .bg-white h3{color:#2d3748;font-weight:600}.privacy-policy .container .bg-white p{line-height:1.8;color:#4a5568}.privacy-policy .container .bg-white ul li{margin-bottom:.5rem;line-height:1.6}.privacy-policy .container .bg-white ul li strong{color:#2d3748;font-weight:600}.privacy-policy .container .bg-white .bg-gray-50{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid #e2e8f0;border-radius:.5rem}.privacy-policy .container .bg-white .border-t{border-color:#e2e8f0}.privacy-policy .container .bg-white .text-gray-500{color:#718096}@media (max-width: 768px){.privacy-policy .container{padding:1rem}.privacy-policy .container .bg-white{padding:1.5rem}.privacy-policy .container .bg-white h1{font-size:2rem}.privacy-policy .container .bg-white h2{font-size:1.5rem}}@media (max-width: 480px){.privacy-policy .container .bg-white{padding:1rem}.privacy-policy .container .bg-white h1{font-size:1.75rem}.privacy-policy .container .bg-white h2{font-size:1.25rem}}.model-portfolio-page{font-family:Inter,sans-serif;line-height:1.6;color:#333}.model-portfolio-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.model-portfolio-page .container{padding:0 2rem}}.model-portfolio-page .section-title{font-size:2rem;font-weight:600;color:#14213d;margin-bottom:2rem;text-align:center}@media (min-width: 768px){.model-portfolio-page .section-title{font-size:2.5rem;margin-bottom:3rem}}.model-portfolio-page .hero-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0;position:relative;overflow:hidden}.model-portfolio-page .hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2314213D' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.model-portfolio-page .hero-section .hero-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;gap:3rem;align-items:center;position:relative;z-index:1}@media (min-width: 1024px){.model-portfolio-page .hero-section .hero-container{grid-template-columns:1fr 1fr;padding:0 2rem}}.model-portfolio-page .hero-section .hero-content{text-align:center}@media (min-width: 1024px){.model-portfolio-page .hero-section .hero-content{text-align:left}}.model-portfolio-page .hero-section .hero-badges{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}@media (min-width: 1024px){.model-portfolio-page .hero-section .hero-badges{justify-content:flex-start}}.model-portfolio-page .hero-section .trust-badge,.model-portfolio-page .hero-section .risk-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500}.model-portfolio-page .hero-section .trust-badge{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.model-portfolio-page .hero-section .trust-badge .badge-icon{width:1rem;height:1rem}.model-portfolio-page .hero-section .risk-badge{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.model-portfolio-page .hero-section .risk-badge .badge-icon{width:1rem;height:1rem}.model-portfolio-page .hero-section .hero-title{font-size:2.5rem;font-weight:700;color:#14213d;margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.model-portfolio-page .hero-section .hero-title{font-size:3rem}}@media (max-width: 640px){.model-portfolio-page .hero-section .hero-title{font-size:2rem}}.model-portfolio-page .hero-section .hero-tagline{font-size:1.25rem;color:#64748b;margin-bottom:2rem;font-weight:300}@media (max-width: 640px){.model-portfolio-page .hero-section .hero-tagline{font-size:1rem}}.model-portfolio-page .hero-section .hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.2)}.model-portfolio-page .hero-section .hero-metrics .metric-item{text-align:center}.model-portfolio-page .hero-section .hero-metrics .metric-item .metric-label{display:block;font-size:.875rem;color:#64748b;margin-bottom:.25rem}.model-portfolio-page .hero-section .hero-metrics .metric-item .metric-value{display:block;font-size:1.25rem;font-weight:600;color:#14213d}.model-portfolio-page .hero-section .hero-actions{display:flex;gap:1rem;justify-content:center}@media (min-width: 1024px){.model-portfolio-page .hero-section .hero-actions{justify-content:flex-start}}@media (max-width: 640px){.model-portfolio-page .hero-section .hero-actions{flex-direction:column}}.model-portfolio-page .hero-section .cta-primary{display:flex;align-items:center;gap:.5rem;background:#14213d;color:#fff;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #14213d4d}.model-portfolio-page .hero-section .cta-primary:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 8px 15px -3px #14213d66}.model-portfolio-page .hero-section .cta-primary.large{padding:1.25rem 2.5rem;font-size:1.25rem}.model-portfolio-page .hero-section .cta-primary .btn-icon{width:1.25rem;height:1.25rem}.model-portfolio-page .hero-section .cta-secondary{display:flex;align-items:center;gap:.5rem;background:transparent;color:#14213d;padding:1rem 2rem;border:2px solid #14213D;border-radius:.75rem;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.model-portfolio-page .hero-section .cta-secondary:hover{background:#14213d;color:#fff;transform:translateY(-2px)}.model-portfolio-page .hero-section .cta-secondary.watchlisted{background:#fca311;color:#fff;border-color:#fca311}.model-portfolio-page .hero-section .cta-secondary.watchlisted .btn-icon.filled{fill:currentColor}.model-portfolio-page .hero-section .cta-secondary.watchlisted:hover{background:#e09200;border-color:#e09200}.model-portfolio-page .hero-section .cta-secondary .btn-icon{width:1.25rem;height:1.25rem}.model-portfolio-page .hero-section .hero-visual{display:flex;justify-content:center;align-items:center}.model-portfolio-page .hero-section .portfolio-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #f1f5f9;max-width:300px;width:100%}.model-portfolio-page .hero-section .portfolio-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.model-portfolio-page .hero-section .portfolio-card .card-header .portfolio-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#14213d,#1e293b);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.model-portfolio-page .hero-section .portfolio-card .card-header .portfolio-icon .icon{width:1.5rem;height:1.5rem;color:#fff}.model-portfolio-page .hero-section .portfolio-card .card-header .portfolio-info h3{font-size:1.125rem;font-weight:600;color:#14213d;margin:0}.model-portfolio-page .hero-section .portfolio-card .card-header .portfolio-info p{font-size:.875rem;color:#64748b;margin:0}.model-portfolio-page .hero-section .portfolio-card .performance-highlight{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:.75rem;border:1px solid #bbf7d0}.model-portfolio-page .hero-section .portfolio-card .performance-highlight .performance-label{font-size:.875rem;color:#166534;font-weight:500}.model-portfolio-page .hero-section .portfolio-card .performance-highlight .performance-value{font-size:1.5rem;font-weight:700;color:#15803d}.model-portfolio-page .hero-section .portfolio-card .mini-chart .chart-bars{display:flex;align-items:end;gap:.25rem;height:3rem}.model-portfolio-page .hero-section .portfolio-card .mini-chart .chart-bars .chart-bar{background:linear-gradient(to top,#14213d,#3b82f6);border-radius:.125rem;flex:1;transition:all .3s ease}.model-portfolio-page .hero-section .portfolio-card .mini-chart .chart-bars .chart-bar:hover{background:linear-gradient(to top,#fca311,#fbbf24)}.model-portfolio-page .metrics-section{padding:4rem 0;background:#fff}.model-portfolio-page .metrics-section .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}@media (min-width: 768px){.model-portfolio-page .metrics-section .metrics-grid{grid-template-columns:repeat(5,1fr)}}.model-portfolio-page .metrics-section .metric-card{background:#f8fafc;border-radius:1rem;padding:1.5rem;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.model-portfolio-page .metrics-section .metric-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a;border-color:#cbd5e1}.model-portfolio-page .metrics-section .metric-card .metric-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#14213d,#1e293b);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.model-portfolio-page .metrics-section .metric-card .metric-icon .icon{width:1.5rem;height:1.5rem;color:#fff}.model-portfolio-page .metrics-section .metric-card .metric-content .metric-label{display:block;font-size:.875rem;color:#64748b;margin-bottom:.5rem}.model-portfolio-page .metrics-section .metric-card .metric-content .metric-value{display:block;font-size:1.25rem;font-weight:600;color:#14213d}.model-portfolio-page .holdings-section{padding:4rem 0;background:#f8fafc}.model-portfolio-page .holdings-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.model-portfolio-page .holdings-section .section-header .holdings-count{background:#14213d;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500}.model-portfolio-page .holdings-section .holdings-table-container{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.model-portfolio-page .holdings-section .holdings-table{width:100%;border-collapse:collapse}.model-portfolio-page .holdings-section .holdings-table th{background:#f8fafc;padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;font-size:.875rem}.model-portfolio-page .holdings-section .holdings-table td{padding:1rem;border-bottom:1px solid #f1f5f9}.model-portfolio-page .holdings-section .holdings-table tr:last-child td{border-bottom:none}.model-portfolio-page .holdings-section .holdings-table .stock-name .stock-info .name{display:block;font-weight:600;color:#14213d;margin-bottom:.25rem}.model-portfolio-page .holdings-section .holdings-table .stock-name .stock-info .symbol{display:block;font-size:.875rem;color:#64748b}.model-portfolio-page .holdings-section .holdings-table .sector{color:#64748b;font-size:.875rem}.model-portfolio-page .holdings-section .holdings-table .weight .weight-bar{position:relative;background:#f1f5f9;height:1.5rem;border-radius:.75rem;overflow:hidden;min-width:100px}.model-portfolio-page .holdings-section .holdings-table .weight .weight-bar .weight-fill{background:linear-gradient(90deg,#14213d,#3b82f6);height:100%;border-radius:.75rem;transition:width .3s ease}.model-portfolio-page .holdings-section .holdings-table .weight .weight-bar .weight-text{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);font-size:.75rem;font-weight:600;color:#14213d}.model-portfolio-page .holdings-section .view-all-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:#f8fafc;border:none;color:#14213d;font-weight:500;cursor:pointer;transition:all .3s ease}.model-portfolio-page .holdings-section .view-all-btn:hover{background:#e2e8f0}.model-portfolio-page .holdings-section .view-all-btn .btn-icon{width:1rem;height:1rem}.model-portfolio-page .chart-section{padding:4rem 0;background:#fff}.model-portfolio-page .chart-section .chart-container{background:#f8fafc;border-radius:1rem;padding:2rem;border:1px solid #e2e8f0}.model-portfolio-page .chart-section .chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.model-portfolio-page .chart-section .period-tabs{display:flex;gap:.5rem;background:#fff;border-radius:.5rem;padding:.25rem;border:1px solid #e2e8f0}.model-portfolio-page .chart-section .period-tabs .period-tab{padding:.5rem 1rem;border:none;background:transparent;color:#64748b;font-weight:500;border-radius:.375rem;cursor:pointer;transition:all .3s ease}.model-portfolio-page .chart-section .period-tabs .period-tab.active{background:#14213d;color:#fff}.model-portfolio-page .chart-section .period-tabs .period-tab:hover:not(.active){background:#f1f5f9;color:#374151}.model-portfolio-page .chart-section .chart-legend{display:flex;gap:1rem}.model-portfolio-page .chart-section .chart-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.model-portfolio-page .chart-section .chart-legend .legend-item .legend-color{width:1rem;height:.25rem;border-radius:.125rem}.model-portfolio-page .chart-section .chart-legend .legend-item .legend-color.portfolio-color{background:#14213d}.model-portfolio-page .chart-section .chart-legend .legend-item .legend-color.benchmark-color{background:#fca311}.model-portfolio-page .chart-section .chart-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.model-portfolio-page .chart-section .chart-metrics .chart-metric{text-align:center;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #e2e8f0}.model-portfolio-page .chart-section .chart-metrics .chart-metric .metric-label{display:block;font-size:.875rem;color:#64748b;margin-bottom:.25rem}.model-portfolio-page .chart-section .chart-metrics .chart-metric .metric-value{display:block;font-size:1.125rem;font-weight:600}.model-portfolio-page .chart-section .chart-metrics .chart-metric .metric-value.positive{color:#059669}.model-portfolio-page .chart-section .chart-metrics .chart-metric .metric-value.negative{color:#dc2626}.model-portfolio-page .chart-section .chart-visual{background:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0}.model-portfolio-page .chart-section .chart-visual .chart-placeholder{height:200px;position:relative}.model-portfolio-page .chart-section .chart-visual .chart-placeholder .chart-lines{width:100%;height:100%}.model-portfolio-page .value-prop-section{padding:4rem 0;background:#f8fafc}.model-portfolio-page .value-prop-section .value-props{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media (min-width: 768px){.model-portfolio-page .value-prop-section .value-props{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.model-portfolio-page .value-prop-section .value-props{grid-template-columns:repeat(4,1fr)}}.model-portfolio-page .value-prop-section .value-prop{background:#fff;border-radius:1rem;padding:2rem;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.model-portfolio-page .value-prop-section .value-prop:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a;border-color:#cbd5e1}.model-portfolio-page .value-prop-section .value-prop .prop-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#14213d,#1e293b);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.model-portfolio-page .value-prop-section .value-prop .prop-icon .icon{width:2rem;height:2rem;color:#fff}.model-portfolio-page .value-prop-section .value-prop h3{font-size:1.125rem;font-weight:600;color:#14213d;margin-bottom:1rem}.model-portfolio-page .value-prop-section .value-prop p{color:#64748b;line-height:1.6;margin:0}.model-portfolio-page .credibility-section{padding:4rem 0;background:#fff}.model-portfolio-page .credibility-section .credibility-content{max-width:800px;margin:0 auto}.model-portfolio-page .credibility-section .company-info{display:grid;gap:2rem;align-items:center}@media (min-width: 768px){.model-portfolio-page .credibility-section .company-info{grid-template-columns:auto 1fr}}.model-portfolio-page .credibility-section .company-info .company-logo{text-align:center}.model-portfolio-page .credibility-section .company-info .company-logo img{height:4rem;width:auto}.model-portfolio-page .credibility-section .company-info .company-details{text-align:center}@media (min-width: 768px){.model-portfolio-page .credibility-section .company-info .company-details{text-align:left}}.model-portfolio-page .credibility-section .company-info .company-details h3{font-size:1.5rem;font-weight:600;color:#14213d;margin-bottom:1rem}.model-portfolio-page .credibility-section .company-info .company-details p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.model-portfolio-page .credibility-section .company-info .company-details .credentials{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.model-portfolio-page .credibility-section .company-info .company-details .credentials{flex-direction:row;flex-wrap:wrap}}.model-portfolio-page .credibility-section .company-info .company-details .credentials .credential{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.model-portfolio-page .credibility-section .company-info .company-details .credentials .credential .icon{width:1rem;height:1rem;color:#14213d}.model-portfolio-page .faq-section{padding:4rem 0;background:#f8fafc}.model-portfolio-page .faq-section .faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.model-portfolio-page .faq-section .faq-item{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden}.model-portfolio-page .faq-section .faq-question{width:100%;padding:1.5rem;text-align:left;background:none;border:none;font-size:1rem;font-weight:500;color:#14213d;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.model-portfolio-page .faq-section .faq-question:hover{background:#f8fafc}.model-portfolio-page .faq-section .faq-question .faq-icon{width:1.25rem;height:1.25rem;color:#64748b}.model-portfolio-page .faq-section .faq-answer{padding:0 1.5rem 1.5rem;animation:fadeIn .3s ease}.model-portfolio-page .faq-section .faq-answer p{color:#64748b;line-height:1.6;margin:0}.model-portfolio-page .final-cta-section{padding:4rem 0;background:linear-gradient(135deg,#14213d,#1e293b);color:#fff;text-align:center}.model-portfolio-page .final-cta-section .cta-content{max-width:600px;margin:0 auto}.model-portfolio-page .final-cta-section .cta-content h2{font-size:2rem;font-weight:600;margin-bottom:1rem}@media (min-width: 768px){.model-portfolio-page .final-cta-section .cta-content h2{font-size:2.5rem}}.model-portfolio-page .final-cta-section .cta-content p{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.6}.model-portfolio-page .final-cta-section .cta-actions{display:flex;flex-direction:column;align-items:center;gap:2rem}.model-portfolio-page .final-cta-section .cta-features{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.model-portfolio-page .final-cta-section .cta-features .feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#cbd5e1}.model-portfolio-page .final-cta-section .cta-features .feature .feature-icon{width:1rem;height:1rem;color:#10b981}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.model-portfolio-page .hero-section{padding:2rem 0}.model-portfolio-page .hero-section .hero-title{font-size:1.75rem}.model-portfolio-page .hero-section .hero-metrics{grid-template-columns:repeat(2,1fr)}.model-portfolio-page .section-title{font-size:1.5rem}.model-portfolio-page .metrics-section,.model-portfolio-page .holdings-section,.model-portfolio-page .chart-section,.model-portfolio-page .value-prop-section,.model-portfolio-page .credibility-section,.model-portfolio-page .faq-section,.model-portfolio-page .final-cta-section{padding:2rem 0}.model-portfolio-page .holdings-table th,.model-portfolio-page .holdings-table td{padding:.75rem .5rem;font-size:.875rem}.model-portfolio-page .chart-header{flex-direction:column;align-items:stretch}.model-portfolio-page .chart-metrics,.model-portfolio-page .value-props{grid-template-columns:1fr}}.footer{background:linear-gradient(to bottom right,#0f172a,#1e293b,#0f172a);color:#fff;position:relative;overflow:hidden}.footer__background{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.footer__container{position:relative;max-width:100rem;margin:0 auto;padding:4rem 1rem}@media (min-width: 640px){.footer__container{padding:4rem 1.5rem}}@media (min-width: 1024px){.footer__container{padding:4rem 2rem}}.footer__grid{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer__grid{grid-template-columns:3fr 2fr 2fr 3fr}}@media (min-width: 1280px){.footer__grid{grid-template-columns:3fr 2fr 2fr 3fr;gap:3rem}}.footer__brand-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer__brand-logo-icon{width:3rem;height:3rem;background-color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a}.footer__brand-logo-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.footer__brand-logo-icon .icon{height:1.5rem;width:1.5rem;color:#fff}.footer__brand-logo-text{display:flex;flex-direction:column}.footer__brand-name{font-size:1.875rem;font-weight:700;background:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer__brand-tagline{font-size:.75rem;color:#fff;font-weight:500}.footer__brand-description{color:#d1d5db;margin-bottom:2rem;line-height:1.6;max-width:32rem;font-size:.875rem}.footer__brand-social{display:flex;align-items:center;gap:.75rem}.footer__brand-social-label{font-size:.875rem;color:#9ca3af;font-weight:500}.footer__brand-social-link{background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.75rem;border-radius:.75rem;transition:all .3s;border:1px solid rgba(255,255,255,.1)}.footer__brand-social-link:hover{background:#3b82f633;transform:scale(1.1)}.footer__brand-social-link .icon{height:1rem;width:1rem;transition:color .3s}.footer__brand-social-link:hover .icon{color:#cc8e22}.footer__section h3{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#cc8e22}.footer__section ul{display:flex;flex-direction:column;gap:.75rem}.footer__section-item a,.footer__section-item button{color:#d1d5db;transition:color .3s;font-size:.875rem;display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;text-decoration:none}.footer__section-item a:hover,.footer__section-item button:hover{color:#cc8e22}.footer__section-bullet{width:.375rem;height:.375rem;background-color:#cc8e22;border-radius:50%;margin-right:.75rem;transition:background-color .3s}.footer__section-item:hover .footer__section-bullet{background-color:#cc8e22}.footer__contact h3{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#cc8e22}.footer__contact-info{display:grid;gap:1rem;margin-bottom:1.5rem}@media (min-width: 640px){.footer__contact-info{grid-template-columns:repeat(2,1fr)}}.footer__contact-card{background:#ffffff0d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.75rem;padding:1rem;border:1px solid rgba(255,255,255,.1)}.footer__contact-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer__contact-card-header .icon{height:1rem;width:1rem;color:#cc8e22}.footer__contact-card-header span{font-size:.875rem;font-weight:500;color:#e5e7eb}.footer__contact-card p{font-size:.875rem;color:#d1d5db}.footer__company-info{background:#ffffff0d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.75rem;padding:1rem;border:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.footer__company-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.footer__company-header .icon{height:1rem;width:1rem;color:#cc8e22;margin-top:.125rem}.footer__company-name{font-size:.875rem;font-weight:500;color:#e5e7eb;margin-bottom:.25rem}.footer__company-credentials{display:flex;flex-direction:column;gap:.25rem}.footer__credential{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#9ca3af}.footer__credential .icon{height:.75rem;width:.75rem}.footer__address{display:flex;align-items:flex-start;gap:.75rem}.footer__address .icon{height:1rem;width:1rem;color:#cc8e22;margin-top:.125rem;flex-shrink:0}.footer__address-label{font-size:.75rem;font-weight:500;color:#d1d5db;margin-bottom:.25rem}.footer__address-text{font-size:.75rem;color:#9ca3af;line-height:1.5}.footer__bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem}.footer__bottom-content{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.footer__bottom-content{flex-direction:row;justify-content:space-between;align-items:center}}.footer__bottom-left{display:flex;align-items:center;gap:1rem}.footer__copyright{color:#9ca3af;font-size:.875rem}.footer__links{display:none;align-items:center;gap:1rem;font-size:.75rem;color:#6b7280}@media (min-width: 640px){.footer__links{display:flex}}.footer__links a{transition:color .3s}.footer__links a:hover{color:#d1d5db}.footer__disclaimer{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);border-radius:.5rem;padding:1rem}.footer__disclaimer p{font-size:.75rem;color:#fcd34d;text-align:center;line-height:1.5;max-width:32rem}.footer__sticky-cta{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to right,#cc8e22,#d97706);color:#fff;padding:1rem;box-shadow:0 -10px 25px -5px #00000040;z-index:50;border-top:1px solid rgba(245,158,11,.2)}@media (min-width: 768px){.footer__sticky-cta{display:none}}.footer__sticky-cta-content{display:flex;align-items:center;justify-content:space-between}.footer__sticky-cta-content-info{display:flex;align-items:center;gap:.75rem}.footer__sticky-cta-icon{width:2rem;height:2rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.footer__sticky-cta-icon .icon{height:1rem;width:1rem}.footer__sticky-cta-title{font-weight:600;font-size:.675rem}.footer__sticky-cta-subtitle{font-size:.675rem;opacity:.9}.footer__sticky-cta-button{background-color:#fff;color:#cc8e22;padding:.625rem 1rem;border-radius:9999px;font-weight:600;margin-right:3rem;font-size:.675rem;border:none;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.footer__sticky-cta-button:hover{background-color:#f9fafb;transform:scale(1.05)}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50;box-shadow:0 1px 3px #0000001a}.dashboard-header__container{max-width:100rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.dashboard-header__container{padding:0 1.5rem}}@media (min-width: 1024px){.dashboard-header__container{padding:0 2rem}}.dashboard-header__content{display:flex;align-items:center;justify-content:space-between;height:4rem}.dashboard-header__logo-img{height:2.5rem;cursor:pointer;transition:opacity .2s}.dashboard-header__logo-img:hover{opacity:.8}.dashboard-header__logo-img--mobile{display:block}@media (min-width: 768px){.dashboard-header__logo-img--mobile{display:none}}.dashboard-header__logo-img--desktop{display:none}@media (min-width: 768px){.dashboard-header__logo-img--desktop{display:block}}.dashboard-header__nav{display:none;align-items:center;gap:2rem}@media (min-width: 1024px){.dashboard-header__nav{display:flex}}.dashboard-header__nav-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;color:#374151;font-weight:500;transition:all .2s;background:none;border:none;cursor:pointer}.dashboard-header__nav-item:hover{background-color:#f3f4f6;color:#1f2937}.dashboard-header__nav-item .icon{height:1.25rem;width:1.25rem}.dashboard-header__user{display:flex;align-items:center;gap:1rem}.dashboard-header__notifications{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:none;border:none;cursor:pointer;color:#6b7280;transition:all .2s}.dashboard-header__notifications:hover{background-color:#f3f4f6;color:#374151}.dashboard-header__notifications .icon{height:1.25rem;width:1.25rem}.dashboard-header__profile{display:flex;align-items:center;gap:.5rem}.dashboard-header__profile-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background:none;border:none;cursor:pointer;color:#374151;font-weight:500;transition:all .2s}.dashboard-header__profile-button:hover{background-color:#f3f4f6}.dashboard-header__profile-button .icon{height:1.25rem;width:1.25rem}.dashboard-header__logout{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:none;border:none;cursor:pointer;color:#ef4444;transition:all .2s}.dashboard-header__logout:hover{background-color:#fef2f2}.dashboard-header__logout .icon{height:1.25rem;width:1.25rem}.dashboard-header__mobile-toggle{display:block}@media (min-width: 1024px){.dashboard-header__mobile-toggle{display:none}}.dashboard-header__mobile-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:none;border:none;cursor:pointer;color:#6b7280;transition:all .2s}.dashboard-header__mobile-button:hover{background-color:#f3f4f6;color:#374151}.dashboard-header__mobile-button .icon{height:1.25rem;width:1.25rem}.dashboard-header__mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a;z-index:50}.dashboard-header__mobile-nav{padding:1rem;border-bottom:1px solid #e5e7eb}.dashboard-header__mobile-nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border-radius:.5rem;background:none;border:none;cursor:pointer;color:#374151;font-weight:500;text-align:left;transition:all .2s}.dashboard-header__mobile-nav-item:hover{background-color:#f3f4f6}.dashboard-header__mobile-nav-item .icon{height:1.25rem;width:1.25rem}.dashboard-header__mobile-user{padding:1rem}.dashboard-header__mobile-profile{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.5rem;color:#374151;font-weight:500}.dashboard-header__mobile-profile .icon{height:1.25rem;width:1.25rem}.dashboard-header__mobile-logout{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border-radius:.5rem;background:none;border:none;cursor:pointer;color:#ef4444;font-weight:500;text-align:left;transition:all .2s}.dashboard-header__mobile-logout:hover{background-color:#fef2f2}.dashboard-header__mobile-logout .icon{height:1.25rem;width:1.25rem}.dashboard-layout{min-height:100vh;display:flex;flex-direction:column}.dashboard-layout__main{flex:1;background-color:#f9fafb}.complaints-section{padding:2rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.complaints-section--popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;max-width:90vw;max-height:90vh;width:1200px;background:#fff;border-radius:1rem;box-shadow:0 25px 50px #00000040;overflow-y:auto;padding:0}.complaints-section__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.complaints-section__container{max-width:1200px;margin:0 auto;padding:0 2rem}.complaints-section__header{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.complaints-section__header-controls{display:flex;align-items:center;gap:1rem}.complaints-section__close-button{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280}.complaints-section__close-button:hover{background:#f3f4f6;color:#374151}.complaints-section__close-button:focus{outline:none;background:#f3f4f6;box-shadow:0 0 0 2px #3b82f633}.complaints-section__close-icon{width:1.25rem;height:1.25rem}.complaints-section__title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.complaints-section__period-selector{position:relative}.complaints-section__period-button{display:flex;align-items:center;gap:.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;min-width:120px}.complaints-section__period-button:hover{border-color:#cbd5e1;background:#f8fafc}.complaints-section__period-button:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.complaints-section__chevron{width:1rem;height:1rem;transition:transform .2s ease;color:#6b7280}.complaints-section__chevron--up{transform:rotate(180deg)}.complaints-section__dropdown{position:absolute;top:100%;right:0;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 25px #0000001a;z-index:10;min-width:150px;margin-top:.25rem}.complaints-section__dropdown-item{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .2s ease}.complaints-section__dropdown-item:hover{background:#f1f5f9}.complaints-section__dropdown-item:first-child{border-radius:.375rem .375rem 0 0}.complaints-section__dropdown-item:last-child{border-radius:0 0 .375rem .375rem}.complaints-section__dropdown-item--active{background:#dcfce7;color:#166534;font-weight:600}.complaints-section__table-container{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d;overflow:hidden;margin-bottom:2rem}.complaints-section__table{width:100%;border-collapse:collapse;font-size:.75rem}.complaints-section__table th{background:#f8fafc;padding:.75rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e2e8f0;font-size:.75rem}.complaints-section__table td{padding:.75rem;border-bottom:1px solid #f1f5f9;color:#374151}.complaints-section__table tr:last-child td{border-bottom:none}.complaints-section__table tbody tr:hover{background:#f8fafc}.complaints-section__grand-total{background:#dcfce7!important;font-weight:600}.complaints-section__grand-total td{color:#166534;font-weight:600}.complaints-section__grand-total:hover{background:#bbf7d0!important}.complaints-section__contact{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d}.complaints-section__contact p{margin:0 0 .75rem;line-height:1.5;color:#374151;font-size:.75rem}.complaints-section__contact p:last-child{margin-bottom:0}.complaints-section__link{background:none;border:none;color:#3b82f6;text-decoration:underline;cursor:pointer;font-weight:600;padding:0;font-size:inherit}.complaints-section__link:hover{color:#2563eb;text-decoration:none}.complaints-section__link:focus{outline:none;text-decoration:none}@media (max-width: 768px){.complaints-section{padding:2rem 0}.complaints-section--popup{max-width:95vw;max-height:95vh;top:2.5vh;left:2.5vw;right:2.5vw;bottom:2.5vh;transform:none;width:auto;height:auto}.complaints-section__container{padding:0 1rem}.complaints-section__header{flex-direction:column;align-items:flex-start;gap:1rem}.complaints-section__header-controls{width:100%;justify-content:space-between}.complaints-section__title{font-size:1.5rem}.complaints-section__period-selector{align-self:flex-end}.complaints-section__table{font-size:.75rem}.complaints-section__table th,.complaints-section__table td{padding:.75rem .5rem}.complaints-section__contact{padding:1.5rem}}@media (max-width: 480px){.complaints-section__table{font-size:.7rem}.complaints-section__table th,.complaints-section__table td{padding:.5rem .25rem}.complaints-section__contact{padding:1rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-6{bottom:1.5rem}.bottom-full{bottom:100%}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-2{top:.5rem}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-4{margin-left:1rem}.mt-12{margin-top:3rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0{height:0px}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[480px\]{height:480px}.h-full{height:100%}.w-0{width:0px}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-grow,.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.7}0%,to{opacity:1}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-l-4{border-left-width:4px}.border-r-4{border-right-width:4px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-t-gray-900{--tw-border-opacity: 1;border-top-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-gold-500{--tw-bg-opacity: 1;background-color:rgb(208 151 43 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-90{--tw-bg-opacity: .9}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-green-100{--tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-emerald-100{--tw-gradient-to: #d1fae5 var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-3{padding-bottom:.75rem}.pt-2{padding-top:.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.font-inter{font-family:Inter,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-navy-800{--tw-text-opacity: 1;color:rgb(23 18 63 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-20{opacity:.2}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-gold-600:hover{--tw-bg-opacity: 1;background-color:rgb(184 131 32 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:from-green-700:hover{--tw-gradient-from: #15803d var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-emerald-700:hover{--tw-gradient-to: #047857 var(--tw-gradient-to-position)}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.hover\:text-primary-600:hover{--tw-text-opacity: 1;color:rgb(27 23 90 / var(--tw-text-opacity, 1))}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-Dc4VJyIJ.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-BE2fNs0E.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-BLGc9T1a.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-alAqRL36.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-Bput3-QP.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-XIH6-K3k.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-DxZsaF_h.woff2) format("woff2"),url(/assets/inter-greek-400-normal-C3I71FoW.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
