.nav{z-index:40;background:#0000000d;width:100%;position:fixed;top:0;left:0}.nav:before{content:"";-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}@media (min-width:641px){.nav:before{width:calc(100% - 17px)}}.nav.scrolled{background:#00000026}.nav.scrolled:before{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 20px #0000001a}.nav-content{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:clamp(.75rem,2vw,1rem) clamp(1rem,3vw,1.5rem);display:flex}.nav-left{align-items:center;gap:clamp(1rem,3vw,2rem);display:flex}.nav-right{flex-wrap:wrap;align-items:center;gap:clamp(.5rem,2vw,1rem);display:flex}.logo{color:#fff;flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .3s;display:flex}.logo:hover{opacity:.8}.logo-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000001a);width:clamp(40px,5vw,52px);height:clamp(40px,5vw,52px)}.logo-text{letter-spacing:-.5px;white-space:nowrap;font-size:clamp(1rem,2vw,1.25rem);font-weight:700}.nav-links{align-items:center;gap:clamp(1rem,2vw,2rem);display:flex}.nav-link{color:#fff;font-size:clamp(1rem,1.5vw,1.15rem);text-decoration:none;transition:color .3s}.btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:clamp(.5rem,1vw,.75rem) clamp(1rem,2vw,1.5rem);font-size:clamp(.8rem,1.5vw,1rem);font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}@media (max-width:1024px){.nav-content{padding:clamp(.75rem,2vw,1rem) clamp(1rem,2vw,1.25rem)}.nav-links{gap:clamp(.75rem,1.5vw,1.5rem)}}@media (max-width:640px){.nav-links,.nav-right{display:none}.nav-content{gap:clamp(.5rem,1vw,.75rem);padding:clamp(.5rem,1vw,.75rem) clamp(.75rem,1.5vw,1rem)}.nav-left{flex:1;gap:clamp(.5rem,1vw,.75rem)}.logo-img{width:clamp(40px,10vw,60px);height:clamp(40px,10vw,60px)}.logo-text{font-size:clamp(.9rem,2vw,1.2rem);display:block}.btn{padding:clamp(.4rem,.8vw,.5rem) clamp(.7rem,1.5vw,.9rem);font-size:clamp(.7rem,1.2vw,.8rem)}.btn-small{padding:clamp(.35rem,.7vw,.45rem) clamp(.65rem,1.3vw,.85rem);font-size:clamp(.65rem,1vw,.75rem)}.user-name{display:none}.user-avatar{width:32px;height:32px;font-size:.9rem}}@media (max-width:480px){.nav-content{gap:clamp(.3rem,.6vw,.5rem);padding:clamp(.4rem,.8vw,.6rem) clamp(.6rem,1.2vw,.8rem)}.logo-img{width:40px;height:40px}.logo-text{font-size:clamp(.8rem,1.5vw,1rem)}.btn{padding:clamp(.35rem,.6vw,.45rem) clamp(.6rem,1.2vw,.75rem);font-size:clamp(.6rem,.9vw,.7rem)}.btn-small{padding:clamp(.3rem,.5vw,.4rem) .7rem;font-size:clamp(.55rem,.8vw,.65rem)}}.mobile-avatar{display:none}@media (max-width:640px){.mobile-avatar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}}.hamburger-menu{cursor:pointer;z-index:50;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;margin:0;padding:clamp(.3rem,.6vw,.5rem);transition:all .3s;display:none!important}.hamburger-menu span{background:#fff;border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}.hamburger-menu.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}@media (max-width:640px){.hamburger-menu{display:flex!important}}.mobile-menu-backdrop{z-index:48;cursor:pointer;background:0 0;position:fixed;inset:0}.mobile-menu{-webkit-backdrop-filter:blur(16px);z-index:49;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border-bottom:1px solid #60a5fa33;width:50vw;max-height:calc(100vh - clamp(3.5rem,8vw,4.5rem));animation:.3s ease-out slideDownMenu;position:fixed;top:calc(clamp(3.5rem,8vw,4.5rem) - 3px);left:auto;right:0;overflow-y:auto}@keyframes slideDownMenu{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content{flex-direction:column;gap:clamp(.5rem,1vw,.75rem);padding:clamp(1rem,2vw,1.5rem);display:flex}.mobile-menu-link{color:#d1d5db;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:clamp(.5rem,1vw,.75rem);width:100%;padding:clamp(.75rem,1.5vw,1rem);font-family:inherit;font-size:clamp(.9rem,1.5vw,1rem);font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mobile-menu-link:hover{color:#60a5fa;background:#60a5fa26;border-left:3px solid #60a5fa;padding-left:calc(clamp(.75rem,1.5vw,1rem) - 3px)}.mobile-menu-logout{color:#fca5a5}.mobile-menu-logout:hover{color:#fca5a5;background:#ef444426;border-left:3px solid #ef4444;padding-left:calc(clamp(.75rem,1.5vw,1rem) - 3px)}.mobile-menu-user{align-items:center;gap:.75rem;padding:1rem 1.5rem 1rem .25rem;display:flex}.mobile-menu-user-name{color:#fff;font-size:.95rem;font-weight:600}.mobile-menu-user-email{color:#9ca3af;font-size:.75rem}.mobile-menu-divider{background:linear-gradient(90deg,#60a5fa33 0%,#60a5fa00 50%,#60a5fa33 100%);height:1px;margin:clamp(.5rem,1vw,.75rem) 0}.nav-link:hover{color:#60a5fa}.btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn:hover{transform:translateY(-2px);box-shadow:0 20px 40px #3b82f666}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-outline{background:0 0;border:2px solid #4b5563}.btn-outline:hover{background:#60a5fa1a;border-color:#60a5fa;box-shadow:0 10px 30px #60a5fa33}.btn-secondary:hover{background:#6b72804d;border-color:#9ca3af;transform:translateY(-2px)}.btn:disabled:hover{box-shadow:none;transform:none}.hero{max-width:1280px;margin:0 auto;padding:8rem 1.5rem 5rem}.button-group{flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}@media (min-width:640px){.button-group{flex-direction:row;justify-content:center}}.quick-stats{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:900px;margin:0 auto;display:grid}@media (max-width:768px){.quick-stats{grid-template-columns:1fr}}.code-preview{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;background:#1f293780;border:1px solid #374151;border-radius:12px;margin-top:4rem;padding:1.5rem}.code-block{color:#d1d5db;white-space:pre;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}@media (max-width:968px){.features-grid-large{grid-template-columns:1fr}}.feature-icon-large{margin-bottom:1rem;font-size:3rem}.feature-title-large{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media (max-width:968px){.coming-soon-grid{grid-template-columns:1fr}}@media (max-width:1200px){.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:900px}}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;max-width:500px}}.cta-button{color:#2563eb;background:#fff}.user-menu{position:relative}.user-profile{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1rem;transition:all .3s;display:flex}.user-profile:hover{background:#ffffff1a;border-color:#fff3}.user-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.user-name{color:#fff;font-size:.95rem;font-weight:600}.user-dropdown{z-index:1000;margin-top:-.25rem;padding-top:.75rem;position:absolute;top:100%;right:0}.user-dropdown-content{-webkit-backdrop-filter:blur(16px);background:#1f2937fa;border:1px solid #ffffff1a;border-radius:12px;min-width:220px;animation:.2s ease-out dropdownSlideIn;overflow:hidden;box-shadow:0 10px 40px #0000004d}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:#d1d5db;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.dropdown-item:hover{color:#fff;background:#3b82f626}.dropdown-icon{font-size:1.1rem}.dropdown-logout{color:#fca5a5}.dropdown-logout:hover{color:#ef4444;background:#ef444426}.dropdown-divider{background:#ffffff1a;height:1px;margin:.5rem 0}::-webkit-scrollbar{width:12px}*{scrollbar-width:thin;scrollbar-color:#1f293780 transparent}.confirmation-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;padding:clamp(.5rem,1.5vw,1rem);animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirmation-modal-container{background:linear-gradient(135deg,#1f2937 0%,#111827 100%);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:480px;animation:.3s ease-out slideUp;position:relative;box-shadow:0 20px 60px #00000080}.confirmation-modal-container.info{border-color:#3b82f64d}.confirmation-modal-container.success{border-color:#10b9814d}.confirmation-modal-container.warning{border-color:#f59e0b4d}.confirmation-modal-container.danger{border-color:#ef44444d}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.confirmation-modal-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:clamp(24px,4vw,32px);height:clamp(24px,4vw,32px);font-size:clamp(1rem,1.5vw,1.5rem);line-height:1;transition:all .3s;display:flex;position:absolute;top:clamp(.75rem,1.5vw,1rem);right:clamp(.75rem,1.5vw,1rem)}.confirmation-modal-close:hover{background:#fff3;transform:rotate(90deg)}.confirmation-modal-content{text-align:center;padding:clamp(1.5rem,3vw,2.5rem) clamp(1.25rem,2.5vw,2rem) clamp(1.25rem,2.5vw,2rem)}.confirmation-modal-icon{margin-bottom:clamp(1rem,1.5vw,1.5rem);font-size:clamp(2.5rem,5vw,3.5rem);animation:.4s ease-out iconPop}@keyframes iconPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.confirmation-modal-title{color:#fff;margin-bottom:clamp(.75rem,1.5vw,1rem);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700}.confirmation-modal-message{color:#d1d5db;margin-bottom:clamp(1.5rem,2vw,2rem);font-size:clamp(.85rem,1.5vw,1rem);line-height:1.6}.confirmation-modal-actions{flex-wrap:wrap;justify-content:center;gap:clamp(.5rem,1vw,.75rem);display:flex}.confirmation-btn{cursor:pointer;border:none;border-radius:8px;min-width:clamp(100px,30vw,120px);padding:clamp(.6rem,1.2vw,.75rem) clamp(1.25rem,2.5vw,2rem);font-size:clamp(.85rem,1.3vw,1rem);font-weight:600;transition:all .3s}.confirmation-btn-cancel{color:#fff;background:#ffffff1a;border:1px solid #fff3}.confirmation-btn-cancel:hover{background:#ffffff26;transform:translateY(-2px)}.confirmation-btn-confirm,.confirmation-btn-acknowledge{color:#fff}.confirmation-btn-confirm.info,.confirmation-btn-acknowledge.info{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.confirmation-btn-confirm.success,.confirmation-btn-acknowledge.success{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.confirmation-btn-confirm.warning,.confirmation-btn-acknowledge.warning{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.confirmation-btn-confirm.danger,.confirmation-btn-acknowledge.danger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.confirmation-btn-confirm:hover,.confirmation-btn-acknowledge:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.confirmation-btn-confirm.success:hover,.confirmation-btn-acknowledge.success:hover{box-shadow:0 10px 30px #10b98166}.confirmation-btn-confirm.warning:hover,.confirmation-btn-acknowledge.warning:hover{box-shadow:0 10px 30px #f59e0b66}.confirmation-btn-confirm.danger:hover,.confirmation-btn-acknowledge.danger:hover{box-shadow:0 10px 30px #ef444466}@media (max-width:640px){.confirmation-modal-container{border-radius:16px;margin:0}.confirmation-modal-content{padding:clamp(1.5rem,2.5vw,2rem) clamp(1rem,2vw,1.5rem) clamp(1rem,2vw,1.5rem)}.confirmation-modal-title{font-size:clamp(1.1rem,2vw,1.25rem)}.confirmation-modal-actions{flex-direction:column}.confirmation-btn{width:100%}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:clamp(.5rem,1.5vw,1rem);animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-container{background:linear-gradient(135deg,#1f2937 0%,#111827 100%);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:500px;max-height:90vh;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-container::-webkit-scrollbar{width:6px}.modal-container::-webkit-scrollbar-track{background:0 0}.modal-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.modal-container::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.modal-container{scrollbar-width:thin;scrollbar-color:#fff3 transparent}.modal-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:clamp(28px,5vw,36px);height:clamp(28px,5vw,36px);font-size:clamp(1rem,1.5vw,1.5rem);transition:all .3s;display:flex;position:absolute;top:clamp(.75rem,1.5vw,1rem);right:clamp(.75rem,1.5vw,1rem)}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-header{text-align:center;border-bottom:1px solid #ffffff1a;padding:clamp(1rem,2vw,1.75rem) clamp(1.25rem,2.5vw,2rem) clamp(.75rem,1.5vw,1.25rem)}.modal-title{color:#fff;margin-bottom:clamp(.25rem,.5vw,.4rem);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700}.modal-subtitle{color:#9ca3af;font-size:clamp(.8rem,1.3vw,.9rem)}.modal-body{padding:clamp(1rem,2vw,1.5rem) clamp(1.25rem,2.5vw,2rem) clamp(1rem,2vw,1.75rem)}.plan-summary{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:12px;margin-bottom:clamp(1rem,1.5vw,1.5rem);padding:clamp(1rem,1.5vw,1.25rem)}.summary-row{justify-content:space-between;align-items:center;margin-bottom:clamp(.4rem,.75vw,.6rem);display:flex}.summary-row:last-child{margin-bottom:0}.summary-label{color:#9ca3af;font-size:clamp(.8rem,1.3vw,.9rem)}.summary-value{color:#fff;font-size:clamp(.8rem,1.3vw,.95rem);font-weight:600}.summary-divider{background:#ffffff1a;height:1px;margin:clamp(.5rem,.75vw,.75rem) 0}.summary-total{margin-top:clamp(.15rem,.3vw,.25rem)}.summary-total .summary-label{color:#fff;font-size:clamp(.9rem,1.3vw,1rem);font-weight:600}.summary-price{color:#60a5fa;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700}.payment-form{flex-direction:column;gap:clamp(.75rem,1.5vw,1rem);display:flex}.form-input:disabled{opacity:.5;cursor:not-allowed}.card-element-wrapper{background:#1f293780;border:1px solid #374151;border-radius:8px;padding:.75rem .9rem;transition:all .3s}.card-element-wrapper:focus-within{background:#1f2937cc;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.StripeElement{width:100%}.StripeElement--focus{outline:none}.StripeElement--invalid{border-color:#ef4444}.StripeElement--webkit-autofill{background-color:#1f293780!important}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.card-on-file-notice{background:#10b9811a;border:1px solid #10b9814d;border-radius:12px;align-items:center;gap:clamp(.6rem,1.2vw,.85rem);padding:clamp(.75rem,1.5vw,1rem);display:flex}.card-icon{font-size:clamp(1.25rem,2vw,1.75rem);line-height:1}.card-on-file-title{color:#10b981;margin-bottom:clamp(.1rem,.2vw,.2rem);font-size:clamp(.85rem,1.3vw,.95rem);font-weight:600}.card-on-file-text{color:#9ca3af;font-size:clamp(.75rem,1.2vw,.825rem)}.downgrade-notice{background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:12px;align-items:center;gap:clamp(.6rem,1.2vw,.85rem);padding:clamp(.75rem,1.5vw,1rem);display:flex}.warning-icon{font-size:clamp(1.25rem,2vw,1.75rem);line-height:1}.downgrade-notice-title{color:#f59e0b;margin-bottom:clamp(.1rem,.2vw,.2rem);font-size:clamp(.85rem,1.3vw,.95rem);font-weight:600}.downgrade-notice-text{color:#9ca3af;font-size:clamp(.75rem,1.2vw,.825rem)}.error-message{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:clamp(.5rem,1vw,.65rem) clamp(.7rem,1.5vw,.9rem);font-size:clamp(.75rem,1.2vw,.85rem)}.submit-button{color:#fff;box-sizing:border-box;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;min-height:44px;max-height:44px;margin-top:clamp(.15rem,.3vw,.25rem);padding:0 clamp(1.25rem,2.5vw,1.75rem);font-size:clamp(.85rem,1.3vw,.95rem);font-weight:600;line-height:1;transition:background .3s,box-shadow .3s,transform .3s;display:flex;overflow:hidden}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;min-width:14px;height:14px;min-height:14px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.secure-notice{color:#9ca3af;text-align:center;justify-content:center;align-items:center;gap:clamp(.25rem,.5vw,.4rem);padding-top:clamp(.15rem,.3vw,.25rem);font-size:clamp(.7rem,1vw,.8rem);display:flex}.lock-icon{font-size:clamp(.7rem,1vw,.9rem)}@media (max-width:640px){.modal-container{border-radius:0;max-height:100vh;margin:0}.modal-header,.modal-body{padding:clamp(1rem,1.5vw,1.25rem) clamp(1rem,1.5vw,1.5rem)}.modal-title{font-size:clamp(1.1rem,2vw,1.35rem)}.form-row{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{background:#1a1a2e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}body::-webkit-scrollbar{z-index:50}#root{z-index:1;width:100%;min-height:100vh;position:relative}.page-container{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);width:100%;min-height:100vh}.hero{width:100%;max-width:1280px;margin:0 auto;padding:100px clamp(1rem,3vw,1.5rem) clamp(3rem,5vw,5rem)}.hero-content{text-align:center;max-width:1000px;margin:0 auto}.badge{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:9999px;margin-bottom:clamp(1rem,2vw,1.5rem);padding:clamp(.4rem,.8vw,.5rem) clamp(.8rem,1.5vw,1rem);font-size:clamp(.75rem,1.2vw,.875rem);font-weight:600;display:inline-block}.hero-title{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 50%,#f472b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:clamp(1rem,2vw,1.5rem);font-size:clamp(1.75rem,6vw,4.5rem);font-weight:700;line-height:1.2}.hero-subtitle{color:#d1d5db;margin-bottom:clamp(1.5rem,3vw,2.5rem);font-size:clamp(.95rem,2vw,1.25rem);line-height:1.8}.button-group{flex-flow:column wrap;justify-content:center;align-items:center;gap:clamp(.75rem,1.5vw,1rem);margin-bottom:clamp(2rem,4vw,4rem);display:flex}@media (min-width:640px){.button-group{flex-direction:row;justify-content:center}}.quick-stats{grid-template-columns:repeat(auto-fit,minmax(clamp(250px,100%,300px),1fr));gap:clamp(1rem,2vw,1.5rem);width:100%;max-width:900px;margin:0 auto;display:grid}.stat-card:hover{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 20px 40px #3b82f633}.stat-icon{flex-shrink:0;font-size:clamp(2rem,4vw,2.5rem)}.stat-info{text-align:left}@media (max-width:768px){.quick-stats{grid-template-columns:1fr}}.code-preview{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;-webkit-overflow-scrolling:touch;background:#1f293780;border:1px solid #374151;border-radius:12px;margin-top:clamp(2rem,4vw,4rem);padding:clamp(1rem,2vw,1.5rem);overflow-x:auto}.code-header{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.dot{border-radius:50%;width:clamp(10px,2vw,12px);height:clamp(10px,2vw,12px)}.dot-red{background:#ef4444}.dot-yellow{background:#eab308}.dot-green{background:#22c55e}.code-header-text{color:#9ca3af;margin-left:1rem;font-size:clamp(.75rem,1.2vw,.875rem)}.code-block{color:#d1d5db;white-space:pre;-webkit-overflow-scrolling:touch;font-family:Courier New,monospace;font-size:clamp(.7rem,1vw,.875rem);line-height:1.6;overflow-x:auto}.section{width:100%;padding:clamp(3rem,5vw,5rem) clamp(1rem,3vw,1.5rem)}.section-alt{background:#1f29374d}.section-content{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.section-subtitle{color:#9ca3af;font-size:1.25rem}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.features-grid-large{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;display:grid}@media (max-width:968px){.features-grid-large{grid-template-columns:1fr}}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:#3b82f6;transform:translateY(-5px)}.feature-card-large{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:16px;transition:all .3s;position:relative;overflow:hidden}.feature-card-large:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 20px 40px #3b82f633}.feature-image{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);width:100%;height:400px;overflow:hidden}.feature-image img{object-fit:cover;width:100%;height:100%}.feature-content{padding:1.25rem}.feature-title-row{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.feature-icon-large{flex-shrink:0;font-size:2.5rem}.feature-title-large{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.feature-description-large{color:#9ca3af;font-size:.95rem;line-height:1.6}.load-more-container{justify-content:center;margin:3rem 0 2rem;animation:.3s slideUp;display:flex}.btn-load-more{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:8px;padding:.875rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #3b82f64d}.btn-load-more:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 6px 30px #3b82f666}.btn-load-more:active{transform:translateY(0)}.feature-icon{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:24px;transition:transform .3s;display:flex}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-description{color:#9ca3af;line-height:1.6}.coming-soon-section{border-top:1px solid #374151;margin-top:5rem;padding-top:4rem}.coming-soon-title{text-align:center;color:#fff;margin-bottom:2rem;font-size:2rem;font-weight:700}.coming-soon-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:968px){.coming-soon-grid{grid-template-columns:1fr}}.coming-soon-card{opacity:.85}.coming-soon-card:hover{opacity:1}.coming-soon-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;z-index:10;background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%);border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #0000004d}.beta-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;z-index:10;background:linear-gradient(135deg,#ff6f00 0%,#ff9100 100%);border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #ff6f004d}@media (max-width:1200px){.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:900px}}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;max-width:500px}}.popular-badge{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.current-badge{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.coming-soon-badge-plan{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%);border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.plan-name{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.price{margin-bottom:1.5rem}.price-amount{font-size:3rem;font-weight:700}.price-label{color:#9ca3af}.requests{color:#9ca3af;margin-bottom:1.5rem}.cta-section{width:100%;padding:5rem 1.5rem}.cta-box{text-align:center;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:16px;max-width:900px;margin:0 auto;padding:clamp(1.5rem,3vw,3rem)}.cta-title{margin-bottom:clamp(.75rem,1.5vw,1rem);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.cta-text{color:#ffffffe6;margin-bottom:clamp(1rem,2vw,2rem);font-size:clamp(1rem,2vw,1.25rem)}.cta-button{color:#2563eb;white-space:normal;word-wrap:break-word;background:#fff;line-height:1.4}.cta-button:hover{background:#f3f4f6}.cta-feedback-divider{background:#fff3;height:1px;margin:2.5rem 0}.cta-feedback-row{text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:12px;padding:1.5rem}.cta-feedback-title{color:#fff;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.cta-feedback-text{color:#fffc;margin-bottom:1rem;font-size:.95rem}.feedback-link{color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.feedback-link:hover{background:#ffffff40;border-color:#fff6}.footer{border-top:1px solid #ffffff14;width:100%;padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,3rem) clamp(1.5rem,3vw,2.5rem)}.footer-content{max-width:1280px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;align-items:start;gap:clamp(2rem,4vw,5rem);margin-bottom:clamp(2rem,4vw,3.5rem);display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{color:#fff;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;display:flex}.footer-desc{color:#9ca3af;max-width:260px;font-size:.9rem;line-height:1.6}.footer-col{flex-direction:column;align-items:flex-start;display:flex}.footer-title{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-link a{color:#9ca3af;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link a:hover{color:#e5e7eb}.copyright{text-align:center;color:#6b7280;border-top:1px solid #ffffff14;padding-top:clamp(1.25rem,2vw,1.75rem);font-size:.8rem}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:1rem}.footer-title{font-size:.75rem}.footer-link a{font-size:.8rem}}.docs-container{padding-top:100px;padding-left:clamp(1rem,2vw,1.5rem);padding-right:clamp(1rem,2vw,1.5rem)}.docs-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:clamp(1rem,2vw,2rem);width:100%;max-width:1200px;margin:0 auto clamp(2rem,3vw,3rem);display:flex}.docs-title{color:#fff;text-align:left;margin-bottom:clamp(.25rem,.5vw,.5rem);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.docs-subtitle{color:#9ca3af;text-align:left;font-size:clamp(.9rem,1.5vw,1.1rem)}.api-root-section{background:#3b82f60d;border:1px solid #3b82f633;border-radius:12px;padding:2rem}.api-root-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.docs-section{padding:clamp(1.5rem,2vw,2rem) clamp(1rem,2vw,1.5rem)}.docs-section-alt{background:#1f29374d}.docs-content{width:100%;max-width:1200px;margin:0 auto}.quick-start-grid{grid-template-columns:repeat(3,1fr);gap:clamp(1.25rem,2vw,2rem);margin-top:clamp(1.5rem,2vw,2rem);display:grid}.quick-start-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#1f293780;border:1px solid #374151;border-radius:12px;flex-direction:column;height:100%;padding:2.5rem 2rem;display:flex}.step-number{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.step-title{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.step-description{color:#9ca3af;flex-grow:1;align-items:flex-start;margin-bottom:.5rem;font-size:.95rem;line-height:1.5;display:flex}.step-description code{color:#60a5fa;white-space:nowrap;background:#3b82f633;border-radius:3px;padding:.2rem .4rem;font-family:Courier New,monospace;font-size:.85em}.code-block-wrapper{background:#111827cc;border:1px solid #374151;border-radius:8px;margin-top:.5rem;padding:1.5rem;overflow:hidden}.code-block{color:#d1d5db;white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6;overflow:hidden}@media (max-width:1024px){.quick-start-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.quick-start-grid{grid-template-columns:1fr}.code-block{white-space:pre-wrap;overflow-x:auto}}.services-intro{color:#9ca3af;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.services-layout{grid-template-columns:280px 1fr;gap:2rem;margin-top:2rem;display:grid}@media (max-width:968px){.services-layout{grid-template-columns:1fr}}.service-nav{flex-direction:column;gap:.5rem;display:flex}.service-nav-item{color:#fff;cursor:pointer;text-align:left;background:#1f293780;border:1px solid #374151;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:1rem;transition:all .3s;display:flex}.service-nav-item:hover{background:#3b82f61a;border-color:#3b82f6}.service-nav-item.active{background:linear-gradient(135deg,#3b82f633 0%,#8b5cf633 100%);border-color:#3b82f6}.service-icon{font-size:1.5rem}.service-name{font-weight:600}.service-details{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;padding:2rem}.service-header{border-bottom:1px solid #374151;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.service-icon-large{flex-shrink:0;font-size:3rem}.service-title{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.service-description{color:#9ca3af;line-height:1.6}.endpoint-section{margin-bottom:2rem}.endpoint-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:1rem;font-weight:600}.endpoint-code{color:#60a5fa;background:#111827cc;border:1px solid #374151;border-radius:6px;padding:.75rem 1rem;font-family:Courier New,monospace;font-size:.875rem;display:block}.example-section{margin-bottom:2rem}.example-title{color:#d1d5db;margin-bottom:.75rem;font-size:1rem;font-weight:600}.rate-limits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.rate-limit-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#1f293780;border:1px solid #374151;border-radius:12px;padding:2rem}.rate-limit-title{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.rate-limit-value{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2rem;font-weight:700}.rate-limit-description{color:#9ca3af;font-size:.875rem}.error-codes-table{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;margin-top:2rem;overflow:hidden}.table-row{border-bottom:1px solid #374151;grid-template-columns:150px 1fr;display:grid}.table-row:last-child{border-bottom:none}.table-header{color:#fff;background:#3b82f61a;font-weight:600}.table-cell{color:#d1d5db;padding:1rem 1.5rem}.table-cell code{color:#60a5fa;background:#3b82f633;border-radius:4px;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.875rem}@media (max-width:640px){.table-row{grid-template-columns:1fr}.table-cell:first-child{border-bottom:1px solid #374151;font-weight:600}}.formats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin:2rem 0;display:grid}.format-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#1f293780;border:1px solid #374151;border-radius:12px;flex-direction:column;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.format-item:hover{background:#3b82f61a;border-color:#3b82f6}.format-name{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.format-ext{color:#60a5fa;background:#3b82f626;border-radius:4px;padding:.25rem .75rem;font-family:Courier New,monospace;font-size:.85rem;display:block}.format-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;margin-top:2rem;padding:1.5rem}.format-info h3{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.format-info ul{margin:0;padding:0;list-style:none}.format-info li{color:#d1d5db;padding:.5rem 0;line-height:1.6}.format-info strong{color:#e2e8f0}@media (max-width:768px){.formats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.about-root{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);flex-direction:column;width:100%;min-height:100vh;display:flex}.about-main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:clamp(4rem,7vw,6rem) clamp(1rem,2vw,1.5rem) clamp(2.5rem,4vw,4rem)}.about-root .about-container{width:100%;max-width:900px;margin:0 auto}.about-root .about-header{text-align:center;margin-bottom:clamp(3rem,5vw,5rem)}.about-root .about-page-title{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 50%,#f472b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:clamp(.75rem,1.5vw,1rem);font-size:clamp(1.5rem,5vw,3.5rem);font-weight:700;line-height:1.2}.about-root .about-page-subtitle{color:#d1d5db;max-width:600px;margin:0 auto;font-size:clamp(.9rem,2vw,1.125rem)}.about-root .about-page-section{margin-bottom:4rem;animation:.6s ease-out aboutFadeInUp}.about-root .about-page-section:first-child{animation-delay:.1s}.about-root .about-page-section:nth-child(2){animation-delay:.2s}.about-root .about-page-section:nth-child(3){animation-delay:.3s}@keyframes aboutFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-root .about-section-title{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.about-root .about-section-content{color:#d1d5db;font-size:1.1rem;line-height:1.8}.about-root .about-mission-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #3b82f64d;border-radius:16px;padding:2.5rem;transition:all .3s}.about-root .about-mission-card:hover{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 20px 40px #3b82f626}.about-root .about-features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.about-root .about-feature-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;padding:2rem;transition:all .3s}.about-root .about-feature-item:hover{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 15px 35px #3b82f61a}.about-root .about-feature-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.about-root .about-feature-name{color:#a78bfa;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.about-root .about-feature-desc{color:#d1d5db;font-size:.95rem;line-height:1.6}.about-root .about-faq-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem;display:grid}.about-root .about-faq-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;transition:all .3s;overflow:hidden}.about-root .about-faq-item:hover{border-color:#3b82f6;box-shadow:0 15px 35px #3b82f61a}.about-root .about-faq-question{color:#a78bfa;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex}.about-root .about-faq-question:hover{color:#60a5fa;background:#3b82f61a}.about-root .about-faq-icon{flex-shrink:0;font-size:1.5rem;transition:transform .3s}.about-root .about-faq-answer{border-top:1px solid #3b82f633;padding:0 1.5rem 1.5rem;animation:.3s ease-out faqSlideDown}.about-root .about-faq-answer p{color:#d1d5db;margin:0;font-size:.95rem;line-height:1.8}@keyframes faqSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.about-root .about-contact-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:linear-gradient(135deg,#3b82f61a 0%,#8b5cf61a 100%);border:1px solid #3b82f680;border-radius:16px;padding:3rem}.about-root .about-contact-title{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.about-root .about-contact-description{color:#d1d5db;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.about-root .about-contact-links{flex-flow:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.about-root .about-contact-link{color:#60a5fa;background:linear-gradient(135deg,#3b82f626 0%,#8b5cf626 100%);border:2px solid #3b82f666;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;min-width:200px;max-width:250px;padding:1.5rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.about-root .about-contact-link:hover{color:#a78bfa;background:linear-gradient(135deg,#3b82f640 0%,#8b5cf640 100%);border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 20px 50px #3b82f64d}.about-root .about-values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.about-root .about-value-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;padding:2rem;transition:all .3s}.about-root .about-value-card:hover{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 15px 35px #3b82f61a}.about-root .about-value-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.about-root .about-value-title{color:#a78bfa;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.about-root .about-value-desc{color:#d1d5db;font-size:.95rem;line-height:1.6}@media (max-width:768px){.about-root .about-main{padding:4rem 1.5rem 3rem}.about-root .about-page-title{font-size:2rem}.about-root .about-section-title{font-size:1.5rem}.about-root .about-contact-card{padding:2rem}.about-root .about-features-grid,.about-root .about-values-grid{grid-template-columns:1fr}.about-root .about-contact-links{flex-direction:column;align-items:center}.about-root .about-contact-link{width:100%;max-width:100%}}.legal-root{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);flex-direction:column;width:100%;min-height:100vh;display:flex}.legal-main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:clamp(4rem,7vw,6rem) clamp(1rem,2vw,1.5rem) clamp(2.5rem,4vw,4rem)}.legal-root .legal-container{width:100%;max-width:900px;margin:0 auto}.legal-root .legal-header{text-align:center;margin-bottom:clamp(3rem,5vw,5rem)}.legal-root .legal-page-title{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 50%,#f472b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:clamp(.75rem,1.5vw,1rem);font-size:clamp(1.5rem,5vw,3.5rem);font-weight:700;line-height:1.2}.legal-root .legal-page-subtitle{color:#d1d5db;max-width:600px;margin:0 auto;font-size:clamp(.9rem,2vw,1.125rem)}.legal-root .legal-page-section{margin-bottom:1.5rem;animation:.6s ease-out legalFadeInUp}.legal-root .legal-page-section:first-child{animation-delay:.1s}.legal-root .legal-page-section:nth-child(2){animation-delay:.2s}.legal-root .legal-page-section:nth-child(3){animation-delay:.3s}@keyframes legalFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.legal-root .legal-section-header{cursor:pointer;width:100%;font-size:inherit;color:inherit;background:linear-gradient(135deg,#3b82f61a 0%,#8b5cf61a 100%);border:1px solid #3b82f64d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.5rem 2rem;transition:all .3s;display:flex}.legal-root .legal-section-header:hover{background:linear-gradient(135deg,#3b82f633 0%,#8b5cf633 100%);border-color:#3b82f680;transform:translateY(-2px)}.legal-root .legal-section-icon{color:#60a5fa;font-size:1.5rem;font-weight:300;transition:transform .3s}.legal-root .legal-section-title{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:600}.legal-root .legal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f29374d;border:1px solid #3b82f633;border-radius:12px;padding:2.5rem}.legal-root .legal-content h3{color:#a78bfa;margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.legal-root .legal-content h3:first-child{margin-top:0}.legal-root .legal-content p{color:#d1d5db;margin:0 0 1.5rem;font-size:.95rem;line-height:1.8}.legal-root .legal-content p:last-child{margin-bottom:0}.legal-root .legal-page-section:last-child{border-top:2px solid #3b82f633;margin-top:4rem;margin-bottom:0;padding-top:2rem}.legal-root .legal-contact-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:linear-gradient(135deg,#3b82f61a 0%,#8b5cf61a 100%);border:1px solid #3b82f680;border-radius:16px;padding:3rem}.legal-root .legal-contact-title{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.legal-root .legal-contact-description{color:#d1d5db;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.legal-root .legal-contact-links{flex-flow:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.legal-root .legal-contact-link{color:#60a5fa;background:linear-gradient(135deg,#3b82f626 0%,#8b5cf626 100%);border:2px solid #3b82f666;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;min-width:200px;max-width:250px;padding:1.5rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.legal-root .legal-contact-link:hover{color:#a78bfa;background:linear-gradient(135deg,#3b82f640 0%,#8b5cf640 100%);border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 20px 50px #3b82f64d}@media (max-width:768px){.legal-root .legal-main{padding:4rem 1.5rem 3rem}.legal-root .legal-page-title{font-size:2rem}.legal-root .legal-section-title{font-size:1.5rem}.legal-root .legal-content{padding:1.5rem}.legal-root .legal-content h3{font-size:1.1rem}.legal-root .legal-content p{font-size:.9rem}.legal-root .legal-contact-links{flex-direction:column;align-items:center}.legal-root .legal-contact-link{width:100%;max-width:100%}}.auth-container{justify-content:center;align-items:flex-start;min-height:100vh;padding:100px clamp(1rem,2vw,1.5rem) clamp(2rem,3vw,3rem);display:flex}.auth-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:16px;width:100%;max-width:480px;padding:clamp(1.5rem,3vw,3rem)}.auth-header{text-align:center;margin-bottom:clamp(1.5rem,3vw,2rem)}.auth-title{color:#fff;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.auth-subtitle{color:#9ca3af;font-size:clamp(.85rem,1.5vw,1rem)}.auth-form{flex-direction:column;gap:clamp(1rem,2vw,1.5rem);display:flex}.form-input{color:#fff;background:#11182780;border:1px solid #374151;border-radius:8px;width:100%;padding:clamp(.6rem,1vw,.75rem) clamp(.8rem,1.5vw,1rem);font-size:clamp(.85rem,1.2vw,1rem);transition:all .3s}.form-input:focus{background:#111827cc;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#6b7280}.form-options{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(.5rem,1vw,1rem);margin-top:-.5rem;display:flex}.checkbox{cursor:pointer;accent-color:#3b82f6;width:16px;height:16px}.forgot-link{color:#60a5fa;font-size:.875rem;text-decoration:none;transition:color .3s}.forgot-link:hover{color:#93c5fd}.auth-footer{text-align:center;color:#9ca3af;margin-top:10px;font-size:.875rem}.auth-link{color:#60a5fa;font-weight:600;text-decoration:none;transition:color .3s}.auth-link:hover{color:#93c5fd}@media (max-width:640px){.auth-box{padding:2rem 1.5rem}.social-buttons{grid-template-columns:1fr}}.success-message{text-align:center;padding:2rem 0}.success-icon{margin-bottom:1.5rem;font-size:4rem;animation:.5s ease-out scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.success-title{color:#fff;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.success-text{color:#d1d5db;margin-bottom:.75rem;font-size:1.125rem;line-height:1.6}.success-subtext{color:#9ca3af;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.success-actions{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}@media (min-width:640px){.success-actions{flex-direction:row;justify-content:center}}.alert{border-radius:8px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:.95rem;line-height:1.5;display:flex}.alert-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.alert-success{color:#86efac;background:#22c55e1a;border:1px solid #22c55e4d}.alert-icon{flex-shrink:0;font-size:1.25rem}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper .form-input{padding-right:3rem}.password-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;transition:color .3s;display:flex;position:absolute;right:.75rem}.password-toggle:hover:not(:disabled){color:#60a5fa}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.form-hint{color:#9ca3af;margin-top:.5rem;font-size:.85rem;line-height:1.4}.info-box{text-align:left;background:#3b82f61a;border-left:4px solid #3b82f6;border-radius:8px;margin:1.5rem 0;padding:1.25rem}.info-text{color:#93c5fd;margin-bottom:.75rem;font-size:.95rem;font-weight:500}.info-list{color:#d1d5db;margin:0;padding:0;font-size:.9rem;list-style:none}.info-list li{padding:.375rem 0 .375rem 1.5rem;line-height:1.5;position:relative}.info-list li:before{content:"•";color:#60a5fa;font-weight:700;position:absolute;left:.5rem}.success-text strong{color:#60a5fa;font-weight:600}html{scrollbar-color:#475569 #1e293b66;scrollbar-width:thin}.playground-wrapper-fixed{height:100vh;min-height:100vh;padding:100px clamp(1rem,2vw,1.5rem) clamp(.5rem,1vw,1rem);overflow:hidden}.playground-content-fixed{flex-direction:column;width:100%;max-width:1600px;height:calc(100vh - clamp(4rem,5vw,5rem) - clamp(1rem,2vw,1.5rem));margin:0 auto;display:flex}.playground-header-fixed{text-align:center;margin-bottom:clamp(2rem,3vw,3rem)}.playground-title-fixed{color:#fff;margin-bottom:clamp(.25rem,.5vw,.5rem);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.playground-subtitle-fixed{color:#9ca3af;font-size:clamp(.9rem,1.5vw,1.1rem)}.usage-warning-banner{color:#fcd34d;background:#fbbf241a;border:1px solid #fbbf24;border-radius:8px;align-items:center;gap:.5rem;width:fit-content;margin:0 auto clamp(1rem,2vw,1.5rem);padding:clamp(.5rem,1vw,.75rem) clamp(1rem,2vw,1.5rem);font-size:clamp(.8rem,1.2vw,.875rem);display:inline-flex}.copy-success-banner{color:#6ee7b7;text-align:center;background:#10b9811a;border:1px solid #10b981;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.endpoint-tabs-fixed{flex-shrink:0;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.endpoint-tabs-fixed::-webkit-scrollbar{height:8px}.endpoint-tabs-fixed::-webkit-scrollbar-track{background:#141e3080}.endpoint-tabs-fixed::-webkit-scrollbar-thumb{background:#475569;border:none;border-radius:4px}.endpoint-tabs-fixed::-webkit-scrollbar-thumb:hover{background:#64748b}.endpoint-tab-fixed{cursor:pointer;background:#1f293780;border:2px solid #374151;border-radius:8px;flex-shrink:0;padding:.6rem 1.2rem;font-size:.875rem;transition:all .3s}.endpoint-tab-fixed:hover{background:#3b82f61a;border-color:#3b82f6}.endpoint-tab-fixed.active{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-color:#0000}.tab-label-fixed{color:#fff;font-weight:600}.playground-grid-fixed{flex:1;grid-template-columns:300px 1fr 1fr;gap:1rem;min-height:0;display:grid;overflow:hidden}@media (max-width:1200px){.playground-grid-fixed{grid-template-columns:1fr;overflow-y:auto}}.controls-column,.code-column,.results-column{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;flex-direction:column;padding:1rem;display:flex;overflow:hidden}.controls-column{gap:.75rem;overflow-y:auto}.controls-column::-webkit-scrollbar{width:8px}.controls-column::-webkit-scrollbar-track{background:#141e3066;border-radius:4px}.controls-column::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.controls-column::-webkit-scrollbar-thumb:hover{background:#64748b}.api-key-input-section{flex-direction:column;gap:.5rem;margin-bottom:.2rem;display:flex}.input-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.api-key-input{color:#fff;background:#0000004d;border:1px solid #374151;border-radius:8px;width:100%;padding:.6rem;font-size:.875rem}.api-key-input:focus{border-color:#3b82f6;outline:none}.upload-box-fixed{cursor:pointer;background:#111827;border:2px dashed #374151;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:1.5rem 1rem;transition:all .3s;display:flex}.upload-box-fixed:hover{background:#1a2333;border-color:#3b82f6}.upload-icon-fixed{margin-bottom:.5rem;font-size:2rem}.upload-text-fixed{color:#fff;font-size:.875rem;font-weight:600}.preview-box-fixed{border:1px solid #374151;border-radius:8px;position:relative;overflow:hidden}.preview-img-fixed{object-fit:cover;width:100%;height:200px}.btn-clear-fixed{color:#fff;cursor:pointer;background:#000c;border:none;border-radius:50%;width:28px;height:28px;font-size:.9rem;transition:all .3s;position:absolute;top:.5rem;right:.5rem}.btn-clear-fixed:hover{background:#ef4444}.param-group{flex-direction:column;gap:.5rem;display:flex}.param-input-fixed,.select-input{color:#fff;background:#111827;border:1px solid #374151;border-radius:8px;width:100%;padding:.6rem;font-size:.875rem;line-height:1.4}.param-input-fixed:focus,.select-input:focus{border-color:#3b82f6;outline:none}.select-input{cursor:pointer}.params-group{background:#0003;border-radius:8px;flex-direction:column;gap:.75rem;padding:.75rem;display:flex}.checkbox-label{color:#fff;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.checkbox-input{cursor:pointer;width:16px;height:16px}.btn-analyze-fixed{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.btn-analyze-fixed:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-analyze-fixed:disabled{opacity:.6;cursor:not-allowed}.spinner-inline{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:.6s linear infinite spin;display:inline-block}.error-fixed{color:#fca5a5;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;padding:.6rem;font-size:.8rem}.code-column{overflow:hidden}.code-header-fixed{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.code-header-fixed h4{color:#fff;margin:0;font-size:.875rem;font-weight:600}.btn-copy-fixed{color:#3b82f6;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f6;border-radius:6px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .3s}.btn-copy-fixed:hover{background:#3b82f633}.code-snippet-fixed{color:#d1d5db;background:#00000080;border:1px solid #374151;border-radius:8px;flex:1;margin:0;padding:1rem;font-family:Courier New,monospace;font-size:.8rem;line-height:1.5;overflow:auto}.code-snippet-fixed::-webkit-scrollbar{width:8px;height:8px}.code-snippet-fixed::-webkit-scrollbar-track{background:#141e3066;border-radius:4px}.code-snippet-fixed::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.code-snippet-fixed::-webkit-scrollbar-thumb:hover{background:#64748b}.results-column{overflow:hidden}.results-header{flex-shrink:0;margin-bottom:.75rem}.results-header h4{color:#fff;margin:0;font-size:.875rem;font-weight:600}.results-content-fixed{flex:1;overflow:hidden auto}.results-content-fixed::-webkit-scrollbar{width:8px}.results-content-fixed::-webkit-scrollbar-track{background:#141e3066;border-radius:4px}.results-content-fixed::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.results-content-fixed::-webkit-scrollbar-thumb:hover{background:#64748b}.empty-state-fixed,.loading-state-fixed{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.empty-icon-fixed{opacity:.5;margin-bottom:.5rem;font-size:2.5rem}.spinner-large-fixed{border:3px solid #3b82f633;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite spin}.results-display{flex-direction:column;gap:1rem;display:flex}.result-section{background:#0000004d;border:1px solid #374151;border-radius:8px;padding:.75rem}.result-section h5{color:#fff;margin:0 0 .75rem;font-size:.85rem;font-weight:700}.result-text-fixed{color:#d1d5db;font-size:.875rem;line-height:1.5}.result-img-fixed{object-fit:contain;border:1px solid #374151;border-radius:6px;width:100%;max-height:200px;margin-bottom:.75rem}.download-button-fixed{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.download-button-fixed:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.download-button-fixed:active{transform:translateY(0)}.tags-fixed{flex-wrap:wrap;gap:.5rem;display:flex}.tag-fixed{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f6;border-radius:9999px;padding:.3rem .6rem;font-size:.75rem;font-weight:600}.list-fixed{flex-direction:column;gap:.4rem;display:flex}.list-item-fixed{color:#d1d5db;background:#37415180;border-radius:6px;justify-content:space-between;padding:.5rem;font-size:.8rem;display:flex}.list-item-fixed span{color:#9ca3af;font-size:.75rem}.safety-badge{border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.safety-badge.safe{color:#10b981;background:#10b9811a;border:1px solid #10b981}.safety-badge.unsafe{color:#ef4444;background:#ef44441a;border:1px solid #ef4444}.json-fixed{color:#d1d5db;background:#00000080;border-radius:6px;max-height:200px;margin:0;padding:.75rem;font-family:Courier New,monospace;font-size:.75rem;line-height:1.4;overflow:auto}.json-fixed::-webkit-scrollbar{width:8px;height:8px}.json-fixed::-webkit-scrollbar-track{background:#141e3066;border-radius:4px}.json-fixed::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.json-fixed::-webkit-scrollbar-thumb:hover{background:#64748b}@media (max-width:1200px){.playground-wrapper-fixed{height:auto;overflow:visible}.playground-content-fixed{height:auto}.controls-column,.code-column,.results-column{min-height:300px}}.preview-grid-fixed{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;width:100%;margin-top:12px;display:grid}.preview-item-fixed{aspect-ratio:1;background:#f5f5f5;border:2px solid #ddd;border-radius:8px;position:relative;overflow:hidden}.preview-img-grid{object-fit:cover;width:100%;height:100%}.preview-label{color:#fff;background:#000000b3;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:700;position:absolute;top:4px;right:4px}.add-more-fixed{cursor:pointer;background:#fafafa;border:2px dashed #999;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:all .2s;display:flex}.add-more-fixed:hover{background:#f0f7ff;border-color:#06c}.add-more-fixed input{display:none}.add-more-fixed div{font-size:24px}.add-more-fixed p{color:#666;margin:0;font-size:12px}.btn-clear-all-fixed{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;width:100%;margin-top:12px;padding:10px;font-size:14px;font-weight:500;transition:background .2s}.btn-clear-all-fixed:hover{background:#c82333}.btn-change-image{cursor:pointer;color:#333;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;margin-top:8px;padding:4px 12px;font-size:14px;font-weight:500;transition:all .2s}.btn-change-image:hover{background:#f5f5f5;border-color:#999}.btn-change-image:active{background:#e8e8e8}.dashboard-container{min-height:100vh;padding:100px clamp(1rem,2vw,1.5rem) clamp(2rem,3vw,3rem)}.dashboard-content{width:100%;max-width:1200px;margin:0 auto}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:clamp(1rem,2vw,2rem);margin-bottom:clamp(2rem,3vw,3rem);display:flex}.dashboard-title{color:#fff;margin-bottom:clamp(.25rem,.5vw,.5rem);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.dashboard-subtitle{color:#9ca3af;font-size:clamp(.9rem,1.5vw,1.1rem)}.plan-badge{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:9999px;margin-top:.5rem;padding:clamp(.2rem,.5vw,.25rem) clamp(.6rem,1vw,.75rem);font-size:clamp(.65rem,1vw,.75rem);font-weight:700;display:inline-block}.error-banner{color:#fca5a5;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:clamp(1rem,2vw,1.5rem);padding:clamp(.75rem,1.5vw,1rem);font-size:clamp(.8rem,1.2vw,.9rem);display:flex}.success-banner{color:#6ee7b7;background:#10b9811a;border:1px solid #10b981;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:clamp(1rem,2vw,1.5rem);padding:clamp(.75rem,1.5vw,1rem);font-size:clamp(.8rem,1.2vw,.9rem);display:flex}.usage-warning{color:#fbbf24;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.875rem;display:flex}.status-badge{border-radius:9999px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.stat-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.stat-icon{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.stat-content{flex:1}.stat-label{color:#9ca3af;margin-bottom:.25rem;font-size:.875rem}.dashboard-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;margin-bottom:2rem;padding:2rem}.section-title{color:#fff;font-size:1.5rem;font-weight:700}.usage-chart{margin-top:1rem}.usage-bar-container{background:#37415180;border-radius:9999px;width:100%;height:12px;margin-bottom:1rem;overflow:hidden}.usage-bar{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:9999px;height:100%;transition:width .5s}.usage-info{color:#9ca3af;justify-content:space-between;font-size:.875rem;display:flex}.api-key-initial{flex-direction:column;gap:1.5rem;display:flex}.warning-box{background:#fbbf241a;border:1px solid #fbbf24;border-radius:8px;gap:1rem;padding:1.5rem;display:flex}.form-input.email-readonly{cursor:default;color:#9ca3af;background:#0003}.form-actions{justify-content:flex-end;gap:1rem;display:flex}.btn-secondary{color:#9ca3af;cursor:pointer;background:#6b728033;border:1px solid #6b7280;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:#6b72804d;border-color:#9ca3af}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-danger{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-warning{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-warning:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f59e0b4d}.api-key-display{flex-direction:column;gap:1rem;display:flex}.api-key-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.api-key-box{background:#0000004d;border:1px solid #374151;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.api-key-value{color:#60a5fa;word-break:break-all;flex:1;font-family:Courier New,monospace;font-size:.95rem}.api-key-note{color:#9ca3af;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.btn-text{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600;transition:color .3s}.btn-text:hover{color:#60a5fa}.btn-icon{color:#3b82f6;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f6;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.btn-icon:hover{background:#3b82f633;transform:scale(1.05)}.activity-list{flex-direction:column;gap:.75rem;display:flex}.activity-item{background:#0003;border:1px solid #374151;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:all .3s;display:flex}.activity-item:hover{background:#3b82f60d;border-color:#3b82f6}.activity-left{align-items:center;gap:1rem;display:flex}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-dot.success{background:#10b981;box-shadow:0 0 8px #10b981}.status-dot.error{background:#ef4444;box-shadow:0 0 8px #ef4444}.activity-endpoint{color:#fff;font-family:Courier New,monospace;font-size:.9rem;font-weight:600}.activity-time{color:#9ca3af;margin-top:.25rem;font-size:.875rem}.activity-status{text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.activity-status.success{color:#10b981;background:#10b9811a}.activity-status.error{color:#ef4444;background:#ef44441a}.quick-links-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.quick-link-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;padding:2rem;text-decoration:none;transition:all .3s}.quick-link-card:hover{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 10px 30px #3b82f633}.quick-link-icon{margin-bottom:1rem;font-size:2.5rem}.quick-link-card h3{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.quick-link-card p{color:#9ca3af;font-size:.9rem}@media (max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-title{font-size:2rem}.stats-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}@keyframes fadeInAnimation{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.settings-container{min-height:100vh;padding:100px clamp(1rem,2vw,1.5rem) clamp(2rem,3vw,3rem)}.settings-content{max-width:1200px;margin:0 auto}.settings-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(.75rem,1.5vw,1rem);margin-bottom:clamp(2rem,3vw,3rem);display:flex}.settings-title{color:#fff;margin-bottom:clamp(.25rem,.5vw,.5rem);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.settings-subtitle{color:#9ca3af;font-size:clamp(.9rem,1.5vw,1.1rem)}.error-banner,.success-banner{border-radius:12px;align-items:center;gap:clamp(.5rem,1vw,.75rem);margin-bottom:clamp(1.5rem,2vw,2rem);padding:clamp(.75rem,1.5vw,1rem) clamp(1rem,2vw,1.5rem);font-size:clamp(.875rem,1vw,.95rem);font-weight:500;animation:.3s ease-out slideDown;display:flex}.error-banner{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.success-banner{color:#6ee7b7;background:#10b9811a;border:1px solid #10b9814d}.loading-container{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;padding:clamp(3rem,5vw,4rem) clamp(1rem,2vw,2rem);display:flex}.loading-spinner{border:clamp(3px,.5vw,4px) solid #3b82f61a;border-top-color:#3b82f6;border-radius:50%;width:clamp(36px,8vw,48px);height:clamp(36px,8vw,48px);margin-bottom:clamp(.75rem,1.5vw,1rem);animation:.8s linear infinite spin}.settings-tabs{display:none}.tab-button.active{color:#60a5fa;border-bottom-color:#60a5fa}.tab-content{animation:.3s ease-out fadeIn}.subscription-tab{flex-direction:column;gap:clamp(1.75rem,3vw,2.5rem);display:flex}.current-plan-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;margin-bottom:clamp(1.5rem,2vw,2rem);padding:clamp(1.5rem,3vw,2rem)}.plan-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:clamp(.75rem,1.5vw,1rem);margin-bottom:clamp(1.5rem,2vw,2rem);display:flex}.current-plan-card .plan-name{color:#fff;margin-bottom:clamp(.25rem,.5vw,.5rem);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700}.plan-description{color:#9ca3af;font-size:clamp(.85rem,1.5vw,.95rem)}.plan-price{text-align:right}.plan-price .price-amount{color:#3b82f6;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.price-period{color:#9ca3af;margin-left:.25rem;font-size:clamp(.75rem,1vw,.875rem)}.plan-features{margin-bottom:clamp(1.5rem,2vw,2rem)}.plan-features h4{color:#e2e8f0;margin-bottom:clamp(.75rem,1.5vw,1rem);font-size:clamp(1rem,1.5vw,1.1rem)}.plan-features ul{grid-template-columns:repeat(auto-fit,minmax(clamp(200px,100%,250px),1fr));gap:clamp(.5rem,1vw,.75rem);padding:0;list-style:none;display:grid}.plan-features li{color:#94a3b8;font-size:clamp(.85rem,1.5vw,.95rem)}.plan-stats{border-top:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(clamp(150px,100%,200px),1fr));gap:clamp(1rem,2vw,1.5rem);padding-top:clamp(1rem,2vw,1.5rem);display:grid}.stat-item{flex-direction:column;gap:clamp(.25rem,.5vw,.5rem);display:flex}.stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.75rem,1vw,.875rem)}.stat-value{color:#fff;font-size:clamp(1rem,2vw,1.25rem);font-weight:600}.billing-alert{border-radius:8px;align-items:flex-start;gap:clamp(.5rem,1vw,.75rem);margin:clamp(1rem,1.5vw,1.5rem) 0;padding:clamp(.75rem,1.5vw,1rem) clamp(1rem,1.5vw,1.25rem);font-size:clamp(.85rem,1.5vw,.95rem);line-height:1.5;display:flex}.alert-warning{color:#fbbf24;background-color:#f59e0b1a;border:1px solid #f59e0b4d}.alert-danger{color:#fca5a5;background-color:#ef44441a;border:1px solid #ef44444d}.alert-info{color:#93c5fd;background-color:#3b82f61a;border:1px solid #3b82f64d}.upgrade-section{margin-bottom:0}.upgrade-title{color:#fff;margin-bottom:clamp(.5rem,1vw,.75rem);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700}.upgrade-description{color:#94a3b8;margin-bottom:clamp(1.5rem,2vw,2rem);font-size:clamp(.9rem,1.5vw,1rem)}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(clamp(250px,100%,280px),1fr));justify-content:center;gap:clamp(1rem,2vw,1.5rem);max-width:1400px;margin:0 auto;display:grid}.pricing-grid:has(.pricing-card:nth-child(3):last-child){max-width:1100px}.pricing-grid:has(.pricing-card:nth-child(4):last-child){max-width:1400px}@media (max-width:1200px){.pricing-grid{max-width:900px}}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;max-width:500px}}.pricing-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #3b82f626}.pricing-card.current-plan{background:linear-gradient(135deg,#10b9811a 0%,#0596691a 100%);border:2px solid #10b981}.pricing-card.current-plan:hover{transform:translateY(-5px);box-shadow:0 10px 30px #10b98133}.pricing-card.coming-soon-plan{opacity:.7;position:relative}.pricing-card.coming-soon-plan:hover{opacity:.85;transform:translateY(-5px)}.current-badge{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:9999px;width:fit-content;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.popular-badge{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:9999px;width:fit-content;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.coming-soon-badge-plan{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%);border-radius:9999px;width:fit-content;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.pricing-card .plan-name{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.pricing-card .price{margin-bottom:1.5rem}.pricing-card .price-amount{color:#fff;font-size:3rem;font-weight:700}.pricing-card .price-label{color:#9ca3af}.pricing-card .requests{color:#9ca3af;margin-bottom:1.5rem}.feature-list{flex:1;margin:0 0 2rem;padding:0;list-style:none}.feature-item{color:#d1d5db;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.check-icon{color:#10b981;flex-shrink:0;font-size:1.25rem}.cancel-section{background:#ef44440d;border:1px solid #ef44444d;border-radius:12px;margin-top:-2rem;padding:2rem}.cancel-section-title{color:#ef4444;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.feedback-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.feedback-message p{color:#d1d5db;margin:0;font-size:.95rem;line-height:1.6}.feedback-message p:first-child{color:#fff;margin-bottom:.75rem;font-weight:600}.feedback-message p:nth-child(2){color:#9ca3af;margin-bottom:.75rem;font-size:.9rem}.feedback-message p:last-child{color:#9ca3af;margin-top:.75rem;font-size:.9rem}.feedback-message strong{color:#3b82f6;font-weight:600}.cancel-initial{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cancel-info h4{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.cancel-info p{color:#94a3b8;font-size:.95rem}.warning-box{background:#fbbf241a;border:1px solid #fbbf24;border-radius:8px;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.warning-icon{flex-shrink:0;font-size:1.5rem}.warning-content{flex:1}.warning-title{color:#fbbf24;margin-bottom:.5rem;font-size:1rem;font-weight:700}.warning-text{color:#fcd34d;font-size:.875rem;line-height:1.5}.regenerate-key-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:#e2e8f0;font-size:.95rem;font-weight:600}.form-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.form-input:focus{background:#ffffff14;border-color:#3b82f6;outline:none}.form-actions{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.dashboard-section,.account-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border:1px solid #374151;border-radius:12px;margin-bottom:2rem;padding:2rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-title{color:#fff;margin-bottom:0;font-size:1.5rem;font-weight:700}.info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.info-item{flex-direction:column;gap:.5rem;display:flex}.info-label{color:#9ca3af;font-size:.875rem;font-weight:600}.info-value{color:#fff;font-size:1rem;font-weight:600}.status-badge{border-radius:20px;align-items:center;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.status-badge.active{color:#10b981;background:#10b98133;border:1px solid #10b9814d}.status-badge.inactive{color:#ef4444;background:#ef444433;border:1px solid #ef44444d}.action-buttons{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.action-button{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.action-button:hover{background:#3b82f626;transform:translate(4px)}.action-icon{font-size:2rem}.action-content h4{color:#fff;margin-bottom:.25rem;font-size:1.1rem}.action-content p{color:#94a3b8;font-size:.9rem}.btn{cursor:pointer;text-align:center;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-small{padding:.5rem 1rem;font-size:.9rem}.btn-full{width:100%}.btn-outline{color:#fff;background:0 0;border:2px solid #ffffff4d}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff80}.btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.btn-secondary{color:#fff;background:#ffffff1a;border:1px solid #fff3}.btn-secondary:hover{background:#ffffff26}.btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ef444466}.btn-danger-outline{color:#ef4444;background:0 0;border:2px solid #ef444480}.btn-danger-outline:hover{background:#ef44441a;border-color:#ef4444}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media (max-width:768px){.settings-container{padding:5rem 1rem 3rem}.settings-title{font-size:2rem}.settings-header{flex-direction:column;align-items:flex-start}.settings-tabs{border-bottom:none;flex-direction:column;gap:0}.tab-button{text-align:left;border-bottom:1px solid #ffffff1a;border-left:3px solid #0000}.tab-button.active{border-bottom-color:#ffffff1a;border-left-color:#60a5fa}.plan-header{flex-direction:column}.plan-price{text-align:left}.cancel-initial{flex-direction:column;align-items:flex-start}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.invoices-table{overflow-x:auto}.invoices-list{border-collapse:collapse;width:100%;margin-top:1rem}.invoices-list thead{background:#ffffff0d;border-bottom:1px solid #374151}.invoices-list th{text-align:left;color:#e2e8f0;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.875rem;font-weight:600}.invoices-list td{color:#e2e8f0;border-bottom:1px solid #ffffff0d;padding:1rem;font-size:.95rem}.invoices-list tbody tr:hover{background:#ffffff05}.invoice-status{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.invoice-status-paid{color:#10b981;background:#10b9811a;border:1px solid #10b9814d}.invoice-status-draft{color:#9ca3af;background:#6b72801a;border:1px solid #6b72804d}.invoice-status-void{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.invoice-link{color:#3b82f6;background:#3b82f60d;border:1px solid #3b82f64d;border-radius:6px;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:color .2s}.invoice-link:hover{color:#60a5fa;background:#3b82f61a;border-color:#3b82f680}@media (max-width:768px){.invoices-list{font-size:.875rem}.invoices-list th,.invoices-list td{padding:.75rem .5rem}.invoice-link{padding:.25rem .5rem;font-size:.75rem}}.verify-container{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);justify-content:center;align-items:center;min-height:100vh;padding:clamp(1rem,2vw,1.5rem);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.verify-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b80;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:32rem;padding:clamp(2rem,4vw,2.5rem);box-shadow:0 8px 32px #0000004d}.verify-content{text-align:center}.verify-icon{width:clamp(3rem,6vw,4rem);height:clamp(3rem,6vw,4rem);margin:0 auto clamp(1rem,2vw,1.5rem);display:block}.verify-icon.spinning{animation:1s linear infinite spin}.verify-icon.success{color:#10b981}.verify-icon.error{color:#ef4444}.verify-icon.verifying{color:#60a5fa}.verify-title{color:#fff;margin-bottom:clamp(.5rem,1vw,.75rem);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700}.verify-message{color:#d1d5db;margin-bottom:clamp(1.5rem,2vw,2rem);font-size:clamp(.85rem,1.5vw,1rem);line-height:1.6}.user-data-card{text-align:left;background:#0f172a80;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:clamp(1rem,1.5vw,1.5rem);padding:clamp(1rem,2vw,1.75rem)}.user-welcome{color:#fff;margin-bottom:clamp(1rem,1.5vw,1.25rem);font-size:clamp(1rem,1.5vw,1.125rem);font-weight:600}.user-fields{flex-direction:column;gap:clamp(1rem,1.5vw,1.25rem);display:flex}.user-field{flex-direction:column;display:flex}.field-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;margin-bottom:clamp(.375rem,.5vw,.5rem);font-size:clamp(.65rem,1vw,.75rem);font-weight:600}.field-label-row{justify-content:space-between;align-items:center;margin-bottom:clamp(.375rem,.5vw,.5rem);display:flex}.field-warning{color:#fca5a5;text-transform:none;letter-spacing:normal;font-size:clamp(.6rem,.9vw,.75rem);font-weight:600}.field-value{color:#e5e7eb;word-break:break-all;background:#0f172acc;border:1px solid #ffffff1a;border-radius:8px;margin:0;padding:clamp(.5rem,1vw,.75rem) clamp(.75rem,1.5vw,1rem);font-family:Courier New,monospace;font-size:clamp(.8rem,1.2vw,.9rem)}.api-key-row{align-items:center;gap:clamp(.5rem,1vw,.75rem);display:flex}.api-key-value{color:#e5e7eb;word-break:break-all;background:#0f172acc;border:1px solid #ffffff1a;border-radius:8px;flex:1;margin:0;padding:clamp(.5rem,1vw,.75rem) clamp(.75rem,1.5vw,1rem);font-family:Courier New,monospace;font-size:clamp(.75rem,1.2vw,.85rem);overflow-x:auto}.copy-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:8px;justify-content:center;align-items:center;min-width:clamp(2.5rem,5vw,3rem);height:clamp(2.5rem,5vw,3rem);padding:clamp(.5rem,1vw,.75rem);transition:all .3s;display:flex;box-shadow:0 4px 12px #3b82f64d}.field-help-text{color:#9ca3af;margin-top:clamp(.375rem,.5vw,.5rem);font-size:clamp(.7rem,1vw,.8rem);line-height:1.5}.verify-button{cursor:pointer;border:none;border-radius:12px;width:100%;padding:clamp(.75rem,1.5vw,1rem) clamp(1rem,2vw,1.5rem);font-size:clamp(.9rem,1.5vw,1rem);font-weight:600;transition:all .3s}.verify-button:active{transform:scale(.98)}.verify-button.primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);box-shadow:0 4px 12px #3b82f64d}.verify-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.verify-button.secondary{color:#fff;background:#ffffff1a;border:1px solid #fff3}.verify-button.secondary:hover{background:#ffffff26;border-color:#ffffff4d}.verify-button-group{flex-direction:column;gap:clamp(.5rem,1vw,.75rem);display:flex}.verification-pending-info{text-align:left;background:#10b9811a;border:1px solid #10b9814d;border-radius:12px;margin-top:clamp(1.5rem,2vw,2rem);padding:clamp(1rem,2vw,1.5rem)}.verification-pending-info p{color:#d1d5db;align-items:center;margin:clamp(.375rem,.5vw,.5rem) 0;font-size:clamp(.85rem,1.5vw,.95rem);display:flex}.verify-message.secondary{color:#9ca3af;margin-bottom:clamp(.75rem,1vw,1rem);font-size:clamp(.85rem,1.5vw,.95rem)}@media (max-width:640px){.verify-card{padding:2rem 1.5rem}.verify-title{font-size:1.5rem}.verify-icon{width:3.5rem;height:3.5rem}.user-data-card{padding:1.25rem}}.blog-wrapper{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:100px 2rem 3rem}.blog-header{text-align:center;margin-bottom:clamp(2rem,3vw,3rem)}.blog-title{color:#fff;margin-bottom:clamp(.25rem,.5vw,.5rem);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.blog-subtitle{color:#9ca3af;font-size:clamp(.9rem,1.5vw,1.1rem)}.error-banner{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;max-width:1200px;margin:0 auto 2rem;padding:1.25rem;font-size:clamp(.85rem,2vw,1rem)}.loading-state,.empty-state{text-align:center;padding:clamp(2rem,5vw,5rem) 1rem}.loading-state p,.empty-state p{color:#d1d5db;margin-top:1.5rem;font-size:clamp(.95rem,2vw,1.125rem)}.spinner{border:4px solid #3b82f633;border-top-color:#3b82f6;border-radius:50%;width:clamp(40px,10vw,50px);height:clamp(40px,10vw,50px);animation:1s linear infinite spin;display:inline-block}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(clamp(300px,100%,360px),1fr));gap:clamp(1.5rem,3vw,2.5rem);margin-bottom:3rem;display:grid}.blog-card{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#11182799 0%,#1f293766 100%);border:1px solid #3b82f64d;border-radius:12px;height:100%;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.blog-card:hover{background:linear-gradient(135deg,#111827e6 0%,#1e293bb3 100%);border-color:#60a5fa;transform:translateY(-6px);box-shadow:0 25px 50px -12px #3b82f64d}.blog-card-content{flex-direction:column;gap:1.25rem;height:100%;padding:clamp(1.5rem,3vw,2rem);display:flex}.blog-card h3{color:#fff;margin:0;font-size:clamp(1.1rem,2.5vw,1.375rem);font-weight:700;line-height:1.4}.blog-excerpt{color:#d1d5db;flex-grow:1;margin:0;font-size:clamp(.85rem,1.5vw,.95rem);line-height:1.6}.blog-meta{color:#9ca3af;border-top:1px solid #3b82f633;flex-wrap:wrap;gap:clamp(.75rem,2vw,1.5rem);margin-top:auto;padding-top:1rem;font-size:clamp(.75rem,1.5vw,.875rem);display:flex}.blog-author,.blog-date,.blog-views{white-space:nowrap}.blog-tags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.blog-tag{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f680;border-radius:9999px;padding:.3rem .8rem;font-size:clamp(.65rem,1.5vw,.75rem);font-weight:600;transition:all .2s}.blog-card:hover .blog-tag{background:#3b82f640;border-color:#60a5fa}@media (max-width:1024px){.blog-wrapper{padding:4rem 1.75rem 2.5rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (max-width:768px){.blog-wrapper{padding:4rem 1.5rem 2rem}.blog-header h1{font-size:2rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.blog-card-content{padding:1.5rem}}@media (max-width:640px){.blog-wrapper{padding:3.5rem 1rem 1.5rem}.blog-header{margin-bottom:3rem}.blog-header h1{font-size:1.5rem}.blog-header p{font-size:1rem}.blog-grid{grid-template-columns:1fr;gap:1.25rem}.blog-card-content{gap:1rem;padding:1.25rem}}@media (max-width:480px){.blog-wrapper{padding:3rem .75rem 1rem}.blog-header h1{font-size:1.25rem}.blog-header p{font-size:.9rem}.blog-card-content{padding:1rem}.blog-meta{gap:.5rem;font-size:.7rem}}.dynamic-loading-hint{color:#6b7280;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;font-size:.85rem;display:flex}.dot-pulse{background:#3b82f6;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.page-container{flex-direction:column;min-height:100vh;display:flex}.blog-detail-wrapper{flex:1;width:100%;max-width:950px;margin:0 auto;padding:clamp(3rem,7vw,7rem) clamp(1rem,3vw,2rem) clamp(2rem,4vw,3rem)}*{box-sizing:border-box}.back-button{color:#60a5fa;cursor:pointer;background:#3b82f626;border:1px solid #3b82f680;border-radius:6px;margin-bottom:2.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.back-button:hover{background:#3b82f640;border-color:#60a5fa;transform:translate(-4px)}.blog-detail-loading{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.blog-detail-loading .spinner{border-width:5px;width:50px;height:50px;margin-bottom:1.5rem}.error-banner{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;margin-bottom:2rem;padding:1.25rem}.blog-detail{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#11182799 0%,#1f293766 100%);border:1px solid #3b82f64d;border-radius:12px;margin-bottom:3rem;padding:4rem}.blog-detail-header{border-bottom:2px solid #3b82f64d;margin-bottom:2.5rem;padding-bottom:2.5rem}.blog-detail-header h1{color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:2.75rem;font-weight:900;line-height:1.3}.blog-detail-meta{color:#9ca3af;flex-wrap:wrap;gap:2rem;font-size:1rem;display:flex}.blog-detail-tags{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.blog-detail-tag{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f680;border-radius:9999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.blog-detail-tag:hover{background:#3b82f640;border-color:#60a5fa}.blog-detail-content{color:#e5e7eb;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:3rem;font-size:1.05rem;line-height:1.9}.blog-detail-content h1{color:#fff;letter-spacing:-.5px;margin-top:2.5rem;margin-bottom:1.25rem;font-size:2.25rem;font-weight:900;line-height:1.3}.blog-detail-content h1:first-child{margin-top:0}.blog-detail-content h2{color:#fff;letter-spacing:-.25px;margin-top:2.25rem;margin-bottom:1rem;font-size:1.875rem;font-weight:800;line-height:1.3}.blog-detail-content h3{color:#a1d8ff;margin-top:2rem;margin-bottom:.875rem;font-size:1.5rem;font-weight:700;line-height:1.4}.blog-detail-content h4{color:#fff;margin-top:1.75rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.blog-detail-content h5{color:#fff;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.blog-detail-content h6{color:#d1d5db;margin-top:1.25rem;margin-bottom:.5rem;font-size:1rem;font-weight:700}.blog-detail-content p{text-align:left;margin-bottom:1.5rem}.blog-detail-content ul,.blog-detail-content ol{margin-bottom:1.75rem;margin-left:2rem}.blog-detail-content ul ul,.blog-detail-content ol ol,.blog-detail-content ul ol,.blog-detail-content ol ul{margin-top:.5rem;margin-bottom:0}.blog-detail-content li{color:#e5e7eb;margin-bottom:.75rem}.blog-detail-content ul li::marker{color:#60a5fa}.blog-detail-content ol li::marker{color:#60a5fa;font-weight:600}.blog-detail-content code{color:#60a5fa;background:#3b82f633;border-radius:4px;padding:.3rem .6rem;font-family:Courier New,Monaco,monospace;font-size:.95em;font-weight:500}.blog-detail-content pre{background:#0006;border:1px solid #3b82f64d;border-radius:8px;margin-bottom:1.75rem;padding:1.5rem;line-height:1.6;overflow-x:auto}.blog-detail-content pre code{color:#a1a1a1;background:0 0;padding:0;font-size:.9em}.blog-detail-content blockquote{color:#9ca3af;background:#3b82f60d;border-left:4px solid #3b82f6;border-radius:0 8px 8px 0;margin:1.75rem 0;padding:1rem 1rem 1rem 1.5rem;font-style:italic}.blog-detail-content a{color:#60a5fa;border-bottom:1px solid #60a5fa80;text-decoration:none;transition:all .2s}.blog-detail-content a:hover{color:#93c5fd;border-bottom-color:#93c5fd}.blog-detail-footer{color:#6b7280;text-align:center;border-top:1px solid #3b82f633;padding-top:2rem;font-size:.95rem;font-style:italic}@media (max-width:768px){.blog-detail-wrapper{padding:4rem 1.5rem 2rem}.blog-detail{padding:2rem}.blog-detail-header h1{font-size:1.875rem}.blog-detail-meta{gap:1rem;font-size:.9rem}.blog-detail-content{font-size:1rem;line-height:1.8}.blog-detail-content h2{font-size:1.5rem}.blog-detail-content h3{font-size:1.25rem}.blog-detail-content pre{padding:1rem;font-size:.85rem}}@media (max-width:480px){.blog-detail-wrapper{padding:3rem 1rem 1.5rem}.blog-detail{border-radius:8px;padding:1.5rem}.blog-detail-header{margin-bottom:1.5rem;padding-bottom:1.5rem}.blog-detail-header h1{font-size:1.5rem}.blog-detail-content{font-size:.95rem}.blog-detail-content h1{margin-top:1.75rem;font-size:1.75rem}.blog-detail-content h2{margin-top:1.5rem;font-size:1.25rem}.blog-detail-content h3{margin-top:1.25rem;font-size:1.1rem}.blog-detail-content ul,.blog-detail-content ol{margin-left:1.5rem}}.cookie-banner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:linear-gradient(135deg,#1a1a2ef2 0%,#0f3460f2 100%);border-top:1px solid #3b82f64d;padding:clamp(1rem,2vw,1.5rem);animation:.4s ease-out slideUp;position:fixed;bottom:0;left:0;right:0}.cookie-banner-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(1rem,2vw,2rem);max-width:1280px;margin:0 auto;display:flex}.cookie-banner-text{color:#d1d5db;flex:1;margin:0;font-size:clamp(.8rem,1.5vw,.95rem);line-height:1.6}.cookie-banner-link{color:#60a5fa;border-bottom:1px solid #0000;font-weight:600;text-decoration:none;transition:color .3s}.cookie-banner-link:hover{color:#a78bfa;border-bottom-color:#a78bfa}.cookie-banner-actions{flex-wrap:wrap;flex-shrink:0;gap:clamp(.5rem,1vw,1rem);display:flex}.cookie-banner-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:clamp(.5rem,1vw,.75rem) clamp(1rem,2vw,1.5rem);font-size:clamp(.8rem,1.3vw,.9rem);font-weight:600;transition:all .3s}.cookie-banner-btn.accept{color:#fff;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%)}.cookie-banner-btn.accept:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.cookie-banner-btn.dismiss{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f666}.cookie-banner-btn.dismiss:hover{background:#3b82f64d;border-color:#3b82f699}@media (max-width:768px){.cookie-banner-content{flex-direction:column;align-items:flex-start;gap:clamp(.75rem,1.5vw,1rem)}.cookie-banner-text{font-size:clamp(.75rem,1.2vw,.85rem)}.cookie-banner-actions{flex-wrap:wrap;gap:clamp(.5rem,1vw,.75rem);width:100%}.cookie-banner-btn{flex:1;min-width:clamp(100px,45vw,150px);padding:clamp(.5rem,.8vw,.65rem) clamp(.75rem,1.5vw,1rem);font-size:clamp(.75rem,1vw,.85rem)}}body{color:#1f2937;background-color:#fefefe;font-family:sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#141e3080}::-webkit-scrollbar-thumb{background:#475569;border:none;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}*{scrollbar-color:#475569 #141e3080;scrollbar-width:thin}
