@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;line-height:1.5;color:#1a1a1a;background-color:#fff}body{margin:0;min-height:100vh}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600;line-height:1.2;color:#1a1a1a}p{margin-bottom:1rem}a{color:#1a73e8;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}a:hover{color:#135cbc;text-decoration:underline}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:1rem}.ml-4{margin-left:1.5rem}.ml-5{margin-left:2rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:1rem}.mr-4{margin-right:1.5rem}.mr-5{margin-right:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:2rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__background{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.5);opacity:0;transition:opacity .3s ease}.header--scrolled .header__background{opacity:1}.header--scrolled .header__logo-icon{transform:scale(.9);background:#1a73e8;color:#fff}.header--scrolled .header__brand-name{color:#1a1a1a}.header--scrolled .header__status-text{color:#666}.header--scrolled .header__nav-link{color:#1a1a1a}.header--scrolled .header__nav-link:hover{background:#1a73e80d;color:#1a73e8}.header--scrolled .header__auth-link--login{color:#1a1a1a}.header--scrolled .header__auth-link--login:hover{background:#1a73e80d;color:#1a73e8}.header--scrolled .header__mobile-line{background:#1a1a1a}.header--scrolled .header__status{opacity:0;transform:translateY(-10px)}.header__container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}@media (max-width: 992px){.header__container{padding:0 1.5rem}}@media (max-width: 768px){.header__container{padding:0 1rem}}.header__content{display:flex;align-items:center;justify-content:space-between;height:80px}@media (max-width: 768px){.header__content{height:70px}}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.header__logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;color:#fff;border-radius:.5rem;transition:all .3s ease}.header__logo-icon svg{width:24px;height:24px}@media (max-width: 768px){.header__logo-icon{width:36px;height:36px}.header__logo-icon svg{width:20px;height:20px}}.header__logo-text{display:flex;flex-direction:column;gap:2px}@media (max-width: 576px){.header__logo-text{display:none}}.header__brand-name{font-size:1.25rem;font-weight:700;color:#fff;line-height:1;transition:color .3s ease}@media (max-width: 768px){.header__brand-name{font-size:1.125rem}}.header__status{display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.header__status-dot{width:6px;height:6px;background:#0f8;border-radius:50%;animation:pulse 2s infinite}.header__status-text{font-size:.75rem;color:#fffc;font-weight:500;transition:color .3s ease}@media (max-width: 992px){.header__nav{display:none}}.header__nav-list{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.header__nav-item{position:relative}.header__nav-link{display:flex;align-items:center;gap:.25rem;padding:.75rem 1rem;color:#ffffffe6;font-size:1rem;font-weight:500;text-decoration:none;border-radius:.375rem;transition:all .3s ease;background:none;border:none;cursor:pointer}.header__nav-link:hover{background:#ffffff1a;color:#fff}.header__nav-link svg{transition:transform .3s ease;opacity:.6}.header__nav-link:hover svg{transform:rotate(180deg);opacity:1}.header__actions{display:flex;align-items:center;gap:.75rem}@media (max-width: 992px){.header__actions{display:none}}.header__auth-link{padding:.75rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:.375rem;transition:all .3s ease}.header__auth-link--login{color:#ffffffe6}.header__auth-link--login:hover{background:#ffffff1a;color:#fff}.header__auth-link--signup{background:#fff;color:#1a73e8;padding:.75rem 1.5rem;box-shadow:0 2px 8px #0000001a}.header__auth-link--signup:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.header__mobile-btn{display:none;flex-direction:column;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0}@media (max-width: 992px){.header__mobile-btn{display:flex}}.header__mobile-btn--active .header__mobile-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header__mobile-btn--active .header__mobile-line:nth-child(2){opacity:0}.header__mobile-btn--active .header__mobile-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header__mobile-line{width:24px;height:2px;background:#ffffffe6;margin:3px 0;transition:all .3s ease;border-radius:2px}.header__mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.5);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__mobile-menu--open{transform:translateY(0);opacity:1;visibility:visible}.header__mobile-content{padding:1.5rem 2rem}@media (max-width: 768px){.header__mobile-content{padding:1.5rem 1rem}}.header__mobile-nav{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:1rem;color:#1a1a1a;font-size:1rem;font-weight:500;text-decoration:none;border-radius:.375rem;transition:all .3s ease;background:none;border:none;cursor:pointer}.header__mobile-link:hover{background:#1a73e80d;color:#1a73e8}.header__mobile-link svg{opacity:.6;transition:all .3s ease}.header__mobile-link:hover svg{opacity:1;transform:translate(4px)}.header__mobile-actions{display:flex;flex-direction:column;gap:.75rem;padding-top:1.5rem;border-top:1px solid rgba(226,232,240,.5)}.header__mobile-auth{display:flex;align-items:center;justify-content:center;padding:1rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:.375rem;transition:all .3s ease;color:#1a1a1a}.header__mobile-auth:hover{background:#1a73e80d;color:#1a73e8}.header__mobile-auth--primary{background:#1a73e8;color:#fff}.header__mobile-auth--primary:hover{background:#1567d3;color:#fff}.header__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:-1;opacity:0;animation:fadeIn .3s ease forwards}@keyframes fadeIn{to{opacity:1}}@media (max-width: 1200px){.header__container{padding:0 1.5rem}}@media (max-width: 992px){.header__nav,.header__actions{display:none}.header__mobile-btn{display:flex}}@media (max-width: 768px){.header__container{padding:0 1rem}.header__content{height:70px}.header__logo-icon{width:36px;height:36px;font-size:1.25rem}.header__brand-name{font-size:1.125rem}}@media (max-width: 576px){.header__logo-text{display:none}.header__mobile-content{padding:1rem}}.custom-button{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:500;border-radius:.375rem;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.custom-button:disabled{opacity:.6;cursor:not-allowed}.custom-button--primary{background-color:#1a73e8;color:#fff}.custom-button--primary:hover:not(:disabled){background-color:#135cbc}.custom-button--secondary{background-color:#fff;color:#1a1a1a;border:1px solid rgb(229.5,229.5,229.5)}.custom-button--secondary:hover:not(:disabled){background-color:#f2f2f2}.custom-button--danger{background-color:#f44336;color:#fff}.custom-button--danger:hover:not(:disabled){background-color:#ea1c0d}.custom-button--success{background-color:#4caf50;color:#fff}.custom-button--success:hover:not(:disabled){background-color:#3d8b40}.custom-button--small{padding:.25rem .5rem;font-size:.875rem}.custom-button--medium{padding:.5rem 1rem;font-size:1rem}.custom-button--large{padding:1rem 1.5rem;font-size:1.125rem}.custom-button--full-width{width:100%}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#0052cc,#06f,#0080ff)}.hero__video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__video{width:100%;height:100%;object-fit:cover;opacity:.3}.hero__video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0052cce6,#06fc,#0080ffb3);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.hero__floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.hero__floating-element{position:absolute;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 6s ease-in-out infinite}.hero__floating-element--1{width:120px;height:120px;top:20%;left:10%;animation-delay:0s}.hero__floating-element--2{width:80px;height:80px;top:60%;right:15%;animation-delay:2s}.hero__floating-element--3{width:60px;height:60px;top:30%;right:30%;animation-delay:4s}.hero__container{position:relative;z-index:3;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:100vh}@media (max-width: 992px){.hero__container{grid-template-columns:1fr;gap:3rem;text-align:center}}.hero__content{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.hero--visible .hero__content{opacity:1;transform:translateY(0)}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:2rem}.hero__badge-dot{width:8px;height:8px;background:#0f8;border-radius:50%;animation:pulse 2s infinite}.hero__badge-metrics{display:flex;align-items:center;gap:.5rem;margin-left:.5rem;padding-left:.5rem;border-left:1px solid rgba(255,255,255,.3);font-size:.75rem;opacity:.8}.hero__title{margin-bottom:1.5rem}.hero__title-main{display:block;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;line-height:1.25;margin-bottom:.5rem}.hero__title-sub{display:block;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:400;color:#ffffffe6;line-height:1.5}.hero__description{font-size:1.125rem;color:#fffc;line-height:1.625;margin-bottom:2.5rem;max-width:500px}.hero__actions{display:flex;gap:1rem;margin-bottom:3rem}@media (max-width: 576px){.hero__actions{flex-direction:column}}.hero__cta-primary{background:#fff!important;color:#1a73e8!important;border:none!important;font-weight:600;padding:1rem 2rem;border-radius:.5rem;transition:all .3s ease;box-shadow:0 4px 20px #0000001a}.hero__cta-primary:hover{background:#fffffff2!important;transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.hero__cta-primary svg{margin-left:.5rem;transition:transform .3s ease}.hero__cta-primary:hover svg{transform:translate(4px)}.hero__cta-secondary{background:transparent!important;color:#fff!important;border:2px solid rgba(255,255,255,.3)!important;font-weight:500;padding:1rem 2rem;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.hero__cta-secondary:hover{background:#ffffff1a!important;border-color:#ffffff80!important;transform:translateY(-2px)}.hero__trust-text{display:block;color:#ffffffb3;font-size:.875rem;margin-bottom:1rem}.hero__trust-logos{display:flex;gap:2rem;align-items:center}@media (max-width: 576px){.hero__trust-logos{justify-content:center;flex-wrap:wrap;gap:1rem}}.hero__trust-logo{color:#fff9;font-size:.875rem;font-weight:500;padding:.5rem 1rem;background:#ffffff1a;border-radius:.375rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.hero__trust-logo:hover{color:#ffffffe6;background:#ffffff26}.hero__visual{position:relative;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}@media (max-width: 992px){.hero__visual{order:-1}}.hero--visible .hero__visual{opacity:1;transform:translateY(0)}.hero__dashboard{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1rem;box-shadow:0 20px 60px #0000001a;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.hero__dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#f8fafccc;border-bottom:1px solid rgba(226,232,240,.5)}.hero__dashboard-controls{display:flex;gap:.5rem}.hero__dashboard-control{width:12px;height:12px;border-radius:50%}.hero__dashboard-control--red{background:#ff5f57}.hero__dashboard-control--yellow{background:#ffbd2e}.hero__dashboard-control--green{background:#28ca42}.hero__dashboard-title{font-size:.875rem;font-weight:600;color:#1a1a1a}.hero__dashboard-content{padding:1.5rem}.hero__dashboard-nav{display:flex;gap:.5rem;margin-bottom:1.5rem}.hero__dashboard-nav-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#666;transition:all .3s ease;cursor:pointer}.hero__dashboard-nav-item--active{background:#1a73e8;color:#fff}.hero__dashboard-nav-item:not(.hero__dashboard-nav-item--active):hover{background:#1a73e81a;color:#1a73e8}.hero__dashboard-nav-icon{font-size:14px}.hero__dashboard-main{display:flex;flex-direction:column;gap:1.5rem}.hero__dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hero__dashboard-stat{padding:1rem;background:#f8fafc80;border-radius:.5rem;border:1px solid rgba(226,232,240,.5)}.hero__dashboard-stat-value{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.hero__dashboard-stat-label{font-size:.75rem;color:#666;margin-bottom:.25rem}.hero__dashboard-stat-trend{font-size:.75rem;color:#4caf50;font-weight:500}.hero__dashboard-chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hero__dashboard-chart-header h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.hero__dashboard-chart-legend{display:flex;gap:1rem}.hero__dashboard-chart-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#666}.hero__dashboard-chart-legend-color{width:12px;height:12px;border-radius:2px}.hero__dashboard-chart-legend-color--primary{background:#1a73e8}.hero__dashboard-chart-legend-color--secondary{background:#2196f3}.hero__dashboard-chart-bars{display:flex;align-items:end;gap:.5rem;height:120px;padding:1rem;background:#f8fafc4d;border-radius:.375rem;border:1px solid rgba(226,232,240,.3)}.hero__dashboard-chart-bar-group{display:flex;flex-direction:column;gap:2px;flex:1;align-items:end}.hero__dashboard-chart-bar{width:100%;min-height:4px;border-radius:2px;transition:all .3s ease}.hero__dashboard-chart-bar--primary{background:#1a73e8}.hero__dashboard-chart-bar--secondary{background:#2196f3}.hero__floating-cards{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.hero__floating-card{position:absolute;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:.5rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);animation:floatCard 4s ease-in-out infinite}.hero__floating-card--1{top:10%;right:-10%;animation-delay:0s}.hero__floating-card--2{top:40%;right:-15%;animation-delay:1.5s}.hero__floating-card--3{bottom:20%;right:-5%;animation-delay:3s}.hero__floating-card-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#1a73e81a;border-radius:.375rem}.hero__floating-card-content{min-width:120px}.hero__floating-card-title{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.hero__floating-card-desc{font-size:.75rem;color:#666}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.875rem;z-index:3;animation:bounce 2s infinite}.hero__scroll-text{font-weight:500}.hero__scroll-arrow{opacity:.8}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media (max-width: 1200px){.hero__floating-card{display:none}}@media (max-width: 992px){.hero__container{padding:2rem 1.5rem}.hero__dashboard{max-width:500px;margin:0 auto}.hero__dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero__badge-metrics{display:none}.hero__dashboard-nav{flex-direction:column;gap:.25rem}.hero__dashboard-stats{grid-template-columns:1fr}.hero__dashboard-chart-bars{height:80px}}@media (max-width: 576px){.hero__container{padding:1.5rem 1rem}.hero__title-main{font-size:2rem}.hero__title-sub{font-size:1.125rem}.hero__description{font-size:1rem}}.product-showcase{padding:8rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.product-showcase__container{max-width:1400px;margin:0 auto;padding:0 2rem}.product-showcase__header{text-align:center;margin-bottom:5rem}@media (max-width: 992px){.product-showcase__header{margin-bottom:4rem}}.product-showcase__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.25}.product-showcase__subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto;line-height:1.625}.product-showcase__content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:5rem}@media (max-width: 992px){.product-showcase__content{gap:2rem;margin-bottom:4rem}}.product-showcase__tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}@media (max-width: 768px){.product-showcase__tabs{grid-template-columns:1fr}}.product-showcase__tab{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border:2px solid rgba(226,232,240,.5);border-radius:1rem;cursor:pointer;transition:all .3s ease;text-align:left}.product-showcase__tab:hover{border-color:#1a73e84d;box-shadow:0 8px 32px #1a73e81a;transform:translateY(-2px)}.product-showcase__tab--active{border-color:var(--product-color, #1a73e8);background:#1a73e805;box-shadow:0 8px 32px #1a73e826;transform:translateY(-2px)}.product-showcase__tab--active .product-showcase__tab-icon{background:var(--product-color, #1a73e8);color:#fff}.product-showcase__tab--active .product-showcase__tab-title{color:var(--product-color, #1a73e8)}.product-showcase__tab-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:.5rem;font-size:1.5rem;transition:all .3s ease;flex-shrink:0}.product-showcase__tab-content{flex:1;min-width:0}.product-showcase__tab-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;transition:color .3s ease}.product-showcase__tab-desc{font-size:.875rem;color:#666;line-height:1.625}.product-showcase__display{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width: 992px){.product-showcase__display{grid-template-columns:1fr;gap:2rem}}.product-showcase__visual{position:relative;display:flex;flex-direction:column;gap:1.5rem}.product-showcase__image-container{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px #0000001a}.product-showcase__image{width:100%;height:300px;object-fit:cover;transition:transform .3s ease}.product-showcase__image:hover{transform:scale(1.02)}.product-showcase__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a73e81a,#1a73e80d)}.product-showcase__code-preview{background:#1e293b;border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px #00000026}.product-showcase__code-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#334155;border-bottom:1px solid #475569}.product-showcase__code-controls{display:flex;gap:.5rem}.product-showcase__code-control{width:12px;height:12px;border-radius:50%}.product-showcase__code-control--red{background:#ef4444}.product-showcase__code-control--yellow{background:#f59e0b}.product-showcase__code-control--green{background:#10b981}.product-showcase__code-title{font-size:.875rem;font-weight:500;color:#e2e8f0}.product-showcase__code-content{padding:1.5rem;background:#1e293b}.product-showcase__code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#e2e8f0;line-height:1.625;margin:0;white-space:pre-wrap;word-break:break-all}@media (max-width: 576px){.product-showcase__code{font-size:.75rem}}.product-showcase__details{display:flex;flex-direction:column;gap:2rem}.product-showcase__product-info{display:flex;gap:1rem;align-items:flex-start}.product-showcase__product-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;font-size:1.5rem;color:#fff;flex-shrink:0}.product-showcase__product-content{flex:1}.product-showcase__product-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.product-showcase__product-description{font-size:1rem;color:#666;line-height:1.625}.product-showcase__features-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.product-showcase__features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.product-showcase__feature{display:flex;align-items:center;gap:.75rem}.product-showcase__feature-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#4caf50;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.product-showcase__feature-text{font-size:1rem;color:#1a1a1a}.product-showcase__actions{display:flex;gap:1rem}@media (max-width: 576px){.product-showcase__actions{flex-direction:column}}.product-showcase__btn{padding:1rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.product-showcase__btn--primary{background:#1a73e8;color:#fff}.product-showcase__btn--primary:hover{background:#1567d3;transform:translateY(-2px);box-shadow:0 8px 32px #1a73e84d}.product-showcase__btn--secondary{background:transparent;color:#1a73e8;border:2px solid #1a73e8}.product-showcase__btn--secondary:hover{background:#1a73e80d;transform:translateY(-2px)}.product-showcase__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:3rem;background:#fff;border-radius:1.5rem;box-shadow:0 20px 60px #0000000d;border:1px solid rgba(226,232,240,.5)}@media (max-width: 768px){.product-showcase__stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem}}@media (max-width: 576px){.product-showcase__stats{grid-template-columns:1fr}}.product-showcase__stat{text-align:center}.product-showcase__stat-value{font-size:2.25rem;font-weight:700;color:#1a73e8;margin-bottom:.5rem}@media (max-width: 768px){.product-showcase__stat-value{font-size:1.875rem}}.product-showcase__stat-label{font-size:1rem;color:#666;font-weight:500}@media (max-width: 992px){.product-showcase{padding:6rem 0}.product-showcase__container{padding:0 1.5rem}}@media (max-width: 768px){.product-showcase{padding:5rem 0}.product-showcase__container{padding:0 1rem}.product-showcase__tabs{gap:.75rem}.product-showcase__tab{padding:1rem}.product-showcase__tab-icon{width:50px;height:50px;font-size:1.25rem}.product-showcase__display{gap:1.5rem}.product-showcase__image{height:200px}.product-showcase__code-content{padding:1rem}}@media (max-width: 576px){.product-showcase{padding:4rem 0}.product-showcase__title{font-size:1.75rem}.product-showcase__subtitle{font-size:1rem}.product-showcase__tab{flex-direction:column;text-align:center}.product-showcase__tab-icon{align-self:center}.product-showcase__product-title{font-size:1.25rem}.product-showcase__features-title{font-size:1rem}}.cta{position:relative;padding:8rem 0;background:linear-gradient(135deg,#0052cc,#06f,#0080ff);overflow:hidden}.cta__container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.cta__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 992px){.cta__content{grid-template-columns:1fr;gap:3rem;text-align:center}}.cta__text{color:#fff}.cta__title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.25;margin-bottom:1.5rem;color:#fff}.cta__description{font-size:1.25rem;line-height:1.625;margin-bottom:2rem;color:#ffffffe6;max-width:500px}@media (max-width: 992px){.cta__description{max-width:none}}.cta__features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (max-width: 992px){.cta__features{align-items:center}}.cta__feature{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:1rem}.cta__feature-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.cta__actions{display:flex;gap:1rem}@media (max-width: 576px){.cta__actions{flex-direction:column}}@media (max-width: 992px){.cta__actions{justify-content:center}}.cta__btn-primary{background:#fff!important;color:#1a73e8!important;border:none!important;font-weight:600;padding:1rem 2rem;border-radius:.5rem;transition:all .3s ease;box-shadow:0 4px 20px #0000001a}.cta__btn-primary:hover{background:#fffffff2!important;transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.cta__btn-primary svg{margin-left:.5rem;transition:transform .3s ease}.cta__btn-primary:hover svg{transform:translate(4px)}.cta__btn-secondary{background:transparent!important;color:#fff!important;border:2px solid rgba(255,255,255,.3)!important;font-weight:500;padding:1rem 2rem;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.cta__btn-secondary:hover{background:#ffffff1a!important;border-color:#ffffff80!important;transform:translateY(-2px)}.cta__visual{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 992px){.cta__visual{order:-1}}.cta__code-block{background:#1e293bf2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.1)}.cta__code-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#334155cc;border-bottom:1px solid rgba(71,85,105,.5)}.cta__code-controls{display:flex;gap:.5rem}.cta__code-control{width:12px;height:12px;border-radius:50%}.cta__code-control--red{background:#ef4444}.cta__code-control--yellow{background:#f59e0b}.cta__code-control--green{background:#10b981}.cta__code-title{font-size:.875rem;font-weight:500;color:#e2e8f0}.cta__code-content{padding:1.5rem;background:#1e293bf2}.cta__code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#e2e8f0;line-height:1.625;margin:0;white-space:pre-wrap}@media (max-width: 576px){.cta__code{font-size:.75rem}}.cta__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 576px){.cta__stats{grid-template-columns:1fr;gap:1rem}}.cta__stat{text-align:center;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.2)}.cta__stat-value{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media (max-width: 768px){.cta__stat-value{font-size:1.25rem}}.cta__stat-label{font-size:.875rem;color:#fffc;font-weight:500}.cta__bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.cta__bg-element{position:absolute;border-radius:50%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 8s ease-in-out infinite}.cta__bg-element--1{width:200px;height:200px;top:10%;left:5%;animation-delay:0s}.cta__bg-element--2{width:150px;height:150px;top:60%;right:10%;animation-delay:3s}.cta__bg-element--3{width:100px;height:100px;top:30%;right:25%;animation-delay:6s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-30px) rotate(180deg);opacity:.6}}@media (max-width: 992px){.cta{padding:6rem 0}.cta__container{padding:0 1.5rem}.cta__content{gap:2rem}}@media (max-width: 768px){.cta{padding:5rem 0}.cta__container{padding:0 1rem}.cta__title{font-size:2rem}.cta__description{font-size:1.125rem}.cta__code-content{padding:1rem}.cta__stats{grid-template-columns:repeat(2,1fr)}.cta__stat{padding:1rem}}@media (max-width: 576px){.cta{padding:4rem 0}.cta__title{font-size:1.75rem}.cta__description{font-size:1rem}.cta__features{align-items:flex-start}.cta__actions{width:100%}.cta__btn-primary,.cta__btn-secondary{width:100%;justify-content:center}.cta__stats{grid-template-columns:1fr}}.footer{background:#1a1a1a;color:#fff;padding:5rem 0 2rem}.footer__container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 992px){.footer__container{padding:0 1.5rem}}@media (max-width: 768px){.footer__container{padding:0 1rem}}.footer__content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem}@media (max-width: 992px){.footer__content{grid-template-columns:1fr;gap:3rem;text-align:center}}.footer__brand{max-width:400px}@media (max-width: 992px){.footer__brand{max-width:none}}.footer__logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}@media (max-width: 992px){.footer__logo{justify-content:center}}.footer__logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#1a73e8;border-radius:.5rem;font-size:1.5rem}.footer__logo-text{font-size:1.5rem;font-weight:700;color:#fff}.footer__description{font-size:1rem;line-height:1.625;color:#fffc;margin-bottom:2rem}.footer__social{display:flex;gap:1rem}@media (max-width: 992px){.footer__social{justify-content:center}}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:.375rem;color:#ffffffb3;transition:all .3s ease}.footer__social-link:hover{background:#1a73e8;color:#fff;transform:translateY(-2px)}.footer__links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 768px){.footer__links{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 576px){.footer__links{grid-template-columns:1fr;gap:1.5rem}}.footer__column-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1.5rem}@media (max-width: 992px){.footer__column-title{text-align:center}}@media (max-width: 576px){.footer__column-title{text-align:left}}.footer__column-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}@media (max-width: 992px){.footer__column-list{align-items:center}}@media (max-width: 576px){.footer__column-list{align-items:flex-start}}.footer__link{color:#ffffffb3;font-size:1rem;transition:color .3s ease;text-decoration:none}.footer__link:hover{color:#fff}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer__bottom-content{display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.footer__bottom-content{flex-direction:column;gap:1rem;text-align:center}}.footer__bottom-links{display:flex;gap:1.5rem}@media (max-width: 576px){.footer__bottom-links{flex-direction:column;gap:.75rem}}.footer__bottom-link{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer__bottom-link:hover{color:#ffffffe6}.footer__copyright{color:#fff9;font-size:.875rem;margin:0}@media (max-width: 992px){.footer{padding:4rem 0 1.5rem}.footer__content{margin-bottom:3rem}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer__content{gap:2rem;margin-bottom:2rem}.footer__brand,.footer__links{text-align:center}}@media (max-width: 576px){.footer{padding:2.5rem 0 1rem}.footer__brand{text-align:left}.footer__logo,.footer__social{justify-content:flex-start}.footer__links,.footer__column-title{text-align:left}.footer__column-list{align-items:flex-start}}.home-page{color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;display:flex;flex-direction:column;background:#fff;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 992px){.container{padding:0 1.5rem}}@media (max-width: 768px){.container{padding:0 1rem}}.section-header{text-align:center;margin-bottom:4rem}@media (max-width: 992px){.section-header{margin-bottom:3rem}}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.25}.section-header p{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto;line-height:1.625}@media (max-width: 768px){.section-header p{font-size:1.125rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;text-decoration:none;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn.btn-primary{background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;box-shadow:0 4px 20px #1a73e84d}.btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1a73e866}.btn.btn-primary:active{transform:translateY(0);box-shadow:0 4px 20px #1a73e84d}.btn.btn-secondary{background:#fff;color:#1a73e8;border:2px solid #1a73e8;box-shadow:0 4px 20px #1a73e81a}.btn.btn-secondary:hover{background:#1a73e80d;transform:translateY(-2px);box-shadow:0 8px 30px #1a73e833}.btn.btn-secondary:active{transform:translateY(0);background:#1a73e81a}.btn.btn-outline{background:transparent;color:#1a73e8;border:2px solid rgba(26,115,232,.3)}.btn.btn-outline:hover{background:#1a73e80d;border-color:#1a73e8;transform:translateY(-2px)}.btn.btn-large{padding:1rem 2rem;font-size:1.125rem}@media (max-width: 576px){.btn.btn-large{padding:.75rem 1.5rem;font-size:1rem}}.btn.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn:disabled:hover{transform:none!important}.btn svg{margin-left:.5rem;transition:transform .3s ease}.btn:hover svg{transform:translate(2px)}.card{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(226,232,240,.5);transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000001f}.card__header{padding:1.5rem;border-bottom:1px solid rgba(226,232,240,.5)}.card__body{padding:1.5rem}.card__footer{padding:1.5rem;border-top:1px solid rgba(226,232,240,.5);background:#f8fafc80}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#1a73e81a;color:#1a73e8;border-radius:9999px;font-size:.875rem;font-weight:500}.badge--success{background:#4caf501a;color:#4caf50}.badge--warning{background:#ff98001a;color:#ff9800}.badge--danger{background:#f443361a;color:#f44336}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#1a73e8}.text-secondary{color:#666}.text-muted{color:#999}.text-white{color:#fff}.bg-primary{background:#1a73e8}.bg-secondary,.bg-white{background:#fff}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}@media (max-width: 992px){.d-lg-none{display:none}.d-lg-block{display:block}.d-lg-flex{display:flex}}@media (max-width: 768px){.d-md-none{display:none}.d-md-block{display:block}.d-md-flex{display:flex}}@media (max-width: 576px){.d-sm-none{display:none}.d-sm-block{display:block}.d-sm-flex{display:flex}}.fade-in{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translate(-30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transform:translate(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.slide-in-right.visible{opacity:1;transform:translate(0)}.glass{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #1f26875e}.gradient-text{background:linear-gradient(135deg,#1a73e8,#4285f4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#1a73e84d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1a73e880}::selection{background:#1a73e833;color:#1a1a1a}::-moz-selection{background:#1a73e833;color:#1a1a1a}*:focus{outline:2px solid rgba(26,115,232,.5);outline-offset:2px}html{scroll-behavior:smooth}.js-focus-visible *:focus:not(.focus-visible){outline:none}.signup-page{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff;padding-top:60px}.signup-page-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #E5E7EB}.signup-page-header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#111827;font-weight:600;font-size:1.125rem;transition:color .15s cubic-bezier(.4,0,.2,1)}.signup-page-header__logo svg{color:#0061ff;width:28px;height:28px}.signup-page-header__logo:hover{color:#0061ff}.signup-page-header__actions{display:flex;align-items:center;gap:1rem}.signup-page-header__text{font-size:.875rem;color:#6b7280}@media (max-width: 640px){.signup-page-header__text{display:none}}.signup-page-header__link{font-size:.875rem;font-weight:500;color:#0061ff;text-decoration:none;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #0061FF;transition:all .15s cubic-bezier(.4,0,.2,1)}.signup-page-header__link:hover{background-color:#0061ff;color:#fff}@media (max-width: 768px){.signup-page-header{padding:1rem 1.5rem}}.signup-form-panel{position:fixed;top:60px;left:0;bottom:0;width:50%;display:flex;flex-direction:column;background-color:#fff;overflow-y:auto}@media (max-width: 1024px){.signup-form-panel{position:relative;top:0;width:100%;min-height:calc(100vh - 60px)}}.signup-form-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}@media (max-width: 768px){.signup-form-wrapper{padding:1.5rem}}.signup-form-content{width:100%;max-width:420px}.progress-indicator{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;position:relative}.progress-indicator .progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;position:relative;z-index:1}.progress-indicator .progress-step .step-circle{width:36px;height:36px;border-radius:9999px;background-color:#f9fafb;border:2px solid #E5E7EB;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#6b7280;transition:all .2s cubic-bezier(.4,0,.2,1)}.progress-indicator .progress-step .step-circle svg{width:14px;height:14px;stroke:#fff}.progress-indicator .progress-step .step-label{font-size:.75rem;color:#9ca3af;font-weight:500;transition:color .2s cubic-bezier(.4,0,.2,1)}.progress-indicator .progress-step.active .step-circle{background-color:#0061ff;border-color:#0061ff;color:#fff}.progress-indicator .progress-step.active .step-label{color:#0061ff}.progress-indicator .progress-step.completed .step-circle{background-color:#10b981;border-color:#10b981}.progress-indicator .progress-step.completed .step-label{color:#10b981}.progress-indicator .progress-line{position:absolute;top:18px;left:50px;right:50px;height:2px;background-color:#e5e7eb;z-index:0}.progress-indicator .progress-line .progress-fill{height:100%;background-color:#10b981;transition:width .3s cubic-bezier(.4,0,.2,1)}.form-header{text-align:center;margin-bottom:2rem}.form-header h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem;letter-spacing:-.025em}.form-header p{font-size:1rem;color:#6b7280;margin:0}.signup-footer{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #E5E7EB}.signup-footer p{margin:0;font-size:.75rem;color:#9ca3af}.signup-footer .footer-links{display:flex;gap:1.5rem}.signup-footer .footer-links a{font-size:.75rem;color:#9ca3af;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}.signup-footer .footer-links a:hover{color:#0061ff}@media (max-width: 640px){.signup-footer{flex-direction:column;gap:.5rem;text-align:center}}.signin-link{text-align:center;margin-top:2rem;font-size:.875rem;color:#6b7280}.signin-link a{color:#0061ff;text-decoration:none;font-weight:500}.signin-link a:hover{text-decoration:underline}.social-signup{display:flex;gap:1rem;margin-bottom:1.5rem}.social-signup .social-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:1px solid #E5E7EB;border-radius:.75rem;background-color:#fff;font-size:.875rem;font-weight:500;color:#111827;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.social-signup .social-btn:hover{background-color:#f9fafb;border-color:#c8ccd5}.social-signup .social-btn:active{transform:scale(.98)}.social-signup .social-btn.google:hover{border-color:#4285f4;background-color:#4285f40a}.social-signup .social-btn.github:hover{border-color:#333;background-color:#0000000a}.social-signup .social-btn svg{flex-shrink:0}@media (max-width: 640px){.social-signup{flex-direction:column}}.divider{display:flex;align-items:center;margin-bottom:1.5rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background-color:#e5e7eb}.divider span{padding:0 1rem;font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.signup-form .form-step{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.alert{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem}.alert.alert-error{background-color:#ef444414;border:1px solid rgba(239,68,68,.2);color:#ef4444}.alert svg{flex-shrink:0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.5rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{width:100%;padding:1rem 1.5rem;border:1px solid #E5E7EB;border-radius:.75rem;font-size:1rem;color:#111827;background-color:#fff;transition:all .15s cubic-bezier(.4,0,.2,1)}.form-group input[type=text]::placeholder,.form-group input[type=email]::placeholder,.form-group input[type=password]::placeholder{color:#9ca3af}.form-group input[type=text]:hover,.form-group input[type=email]:hover,.form-group input[type=password]:hover{border-color:#c8ccd5}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=password]:focus{outline:none;border-color:#0061ff;box-shadow:0 0 0 3px #0061ff1f}.form-group input[type=text].error,.form-group input[type=email].error,.form-group input[type=password].error{border-color:#ef4444}.form-group input[type=text].error:focus,.form-group input[type=email].error:focus,.form-group input[type=password].error:focus{box-shadow:0 0 0 3px #ef44441f}.form-group .error-text{display:block;font-size:.75rem;color:#ef4444;margin-top:.25rem}.password-input-wrapper{position:relative}.password-input-wrapper input{padding-right:48px!important}.password-input-wrapper .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.25rem;cursor:pointer;color:#9ca3af;transition:color .15s cubic-bezier(.4,0,.2,1)}.password-input-wrapper .password-toggle:hover{color:#6b7280}.password-strength{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.password-strength .strength-bar{flex:1;height:4px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.password-strength .strength-bar .strength-fill{height:100%;border-radius:9999px;transition:width .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1)}.password-strength .strength-label{font-size:.75rem;font-weight:500}.country-selector .country-option{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border:1px solid #E5E7EB;border-radius:.75rem;background-color:#fff;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.country-selector .country-option.selected{border-color:#0061ff;background-color:#0061ff14}.country-selector .country-option .country-info{display:flex;align-items:center;gap:1rem}.country-selector .country-option .country-info .country-flag{width:24px;height:18px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px #0000001a}.country-selector .country-option .country-info .country-name{font-size:1rem;color:#111827;font-weight:500}.country-selector .country-option .check-icon{color:#10b981}.country-selector .country-option .check-icon svg{width:18px;height:18px;stroke-width:2.5}.country-selector .country-note{margin:.5rem 0 0;font-size:.75rem;color:#9ca3af}.avatar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;max-height:240px;overflow-y:auto;padding:.5rem;border:1px solid #E5E7EB;border-radius:.75rem;background-color:#f9fafb}.avatar-grid::-webkit-scrollbar{width:6px}.avatar-grid::-webkit-scrollbar-track{background:transparent}.avatar-grid::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.avatar-grid::-webkit-scrollbar-thumb:hover{background:#c8ccd5}.avatar-grid .avatar-option{position:relative;aspect-ratio:1;border:2px solid transparent;border-radius:9999px;background:#fff;cursor:pointer;overflow:hidden;transition:all .15s cubic-bezier(.4,0,.2,1);padding:0}.avatar-grid .avatar-option:hover{border-color:#0061ff;transform:scale(1.05)}.avatar-grid .avatar-option.selected{border-color:#10b981;box-shadow:0 0 0 2px #10b98133}.avatar-grid .avatar-option .avatar-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.avatar-grid .avatar-option .avatar-image svg{width:100%;height:100%}.avatar-grid .avatar-option .avatar-check{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;background:#10b981;border-radius:9999px;display:flex;align-items:center;justify-content:center;border:2px solid #FFFFFF}.avatar-grid .avatar-option .avatar-check svg{width:10px;height:10px;stroke:#fff;stroke-width:3}@media (max-width: 640px){.avatar-grid{grid-template-columns:repeat(4,1fr)}}.recaptcha-group{margin-bottom:2rem}.recaptcha-group .recaptcha-wrapper{display:flex;justify-content:center;padding:1.5rem;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:.75rem}.recaptcha-group .recaptcha-wrapper>div{display:flex;justify-content:center}.recaptcha-group .recaptcha-wrapper iframe{border-radius:.5rem}.checkbox-group .checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.checkbox-group .checkbox-label input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.checkbox-group .checkbox-label input[type=checkbox]:checked+.checkbox-custom{background-color:#0061ff;border-color:#0061ff}.checkbox-group .checkbox-label input[type=checkbox]:checked+.checkbox-custom svg{opacity:1;transform:scale(1)}.checkbox-group .checkbox-label input[type=checkbox]:focus+.checkbox-custom{box-shadow:0 0 0 3px #0061ff1f}.checkbox-group .checkbox-label .checkbox-custom{width:20px;height:20px;border:2px solid #E5E7EB;border-radius:.375rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s cubic-bezier(.4,0,.2,1);margin-top:2px}.checkbox-group .checkbox-label .checkbox-custom svg{width:12px;height:12px;stroke:#fff;stroke-width:3;opacity:0;transform:scale(.5);transition:all .15s cubic-bezier(.4,0,.2,1)}.checkbox-group .checkbox-label .checkbox-text{font-size:.875rem;color:#6b7280;line-height:1.5}.checkbox-group .checkbox-label .checkbox-text a{color:#0061ff;text-decoration:none}.checkbox-group .checkbox-label .checkbox-text a:hover{text-decoration:underline}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);border:none}.form-actions .btn:disabled{opacity:.6;cursor:not-allowed}.form-actions .btn .spinner{animation:spin 1s linear infinite}.form-actions .btn-primary{flex:1;background-color:#0061ff;color:#fff}.form-actions .btn-primary:hover:not(:disabled){background-color:#0052d9}.form-actions .btn-primary:active:not(:disabled){transform:scale(.98)}.form-actions .btn-back{background-color:transparent;color:#6b7280;border:1px solid #E5E7EB}.form-actions .btn-back:hover:not(:disabled){background-color:#f9fafb;border-color:#c8ccd5}.signup-sidebar{position:fixed;top:60px;right:0;bottom:0;width:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:3rem}@media (max-width: 1024px){.signup-sidebar{display:none}}.sidebar-bg{position:absolute;top:0;right:0;bottom:0;left:0}.sidebar-bg .bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#0d47a1,#1a73e8,#4285f4)}.sidebar-bg .bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.08) 1px,transparent 0);background-size:32px 32px}.sidebar-bg .bg-shapes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.sidebar-bg .bg-shapes .shape{position:absolute;background:#ffffff0a;border-radius:50%}.sidebar-bg .bg-shapes .shape.shape-1{width:400px;height:400px;top:-150px;right:-100px;animation:float-slow 20s ease-in-out infinite}.sidebar-bg .bg-shapes .shape.shape-2{width:250px;height:250px;bottom:-80px;left:-60px;animation:float-slow 25s ease-in-out infinite reverse}.sidebar-bg .bg-shapes .shape.shape-3{width:150px;height:150px;top:40%;left:20%;animation:float-slow 15s ease-in-out infinite}@keyframes float-slow{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,15px) scale(1.05)}}.sidebar-content{position:relative;z-index:1;width:100%;max-width:380px;height:100%;max-height:550px;display:flex;flex-direction:column;justify-content:center;color:#fff}.slide-container{flex:1;display:flex;align-items:center;justify-content:center}.slide-content{display:flex;flex-direction:column;align-items:center;text-align:center;transition:opacity .2s ease,transform .2s ease}.slide-content.fade-out{opacity:0;transform:translateY(-10px)}.slide-content.fade-in{opacity:1;transform:translateY(0)}.slide-icon{width:80px;height:80px;margin-bottom:2rem;color:#fff}.slide-icon svg{width:100%;height:100%}.slide-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;letter-spacing:-.02em;line-height:1.2;color:#fff}.slide-subtitle{font-size:1rem;opacity:.9;margin:0 0 1.5rem;font-weight:500}.slide-description{font-size:.875rem;opacity:.75;line-height:1.7;margin:0;max-width:320px}.sidebar-bottom{margin-top:auto}.slide-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.slide-dots .dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;padding:0;transition:all .3s ease}.slide-dots .dot:hover{background:#ffffff80}.slide-dots .dot.active{background:#fff;width:24px;border-radius:4px}.sidebar-stats{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem;background:#ffffff14;border-radius:.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}.sidebar-stats .stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.sidebar-stats .stat-item .stat-number{font-size:1.125rem;font-weight:700;line-height:1;margin-bottom:.25rem}.sidebar-stats .stat-item .stat-text{font-size:.75rem;color:#fff;opacity:1;text-transform:uppercase;letter-spacing:.05em}.sidebar-stats .stat-divider{width:1px;height:32px;background:#ffffff26}.signup-success{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f8fafc,#eef2ff)}.success-card{background:#fff;border-radius:1rem;padding:3rem;max-width:480px;width:100%;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #E5E7EB}@media (max-width: 640px){.success-card{padding:2rem}}.success-icon-wrapper{position:relative;display:inline-flex;margin-bottom:2rem}.success-icon-wrapper .success-icon-bg{width:72px;height:72px;background:#10b981;border-radius:9999px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.success-icon-wrapper .success-icon-bg svg{width:32px;height:32px;stroke:#fff;stroke-width:3}.success-icon-wrapper .success-pulse{position:absolute;top:50%;left:50%;width:72px;height:72px;background:#10b981;border-radius:9999px;transform:translate(-50%,-50%);animation:successPulse 2s ease-out infinite;z-index:0}@keyframes successPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.4}to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}.signup-success h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1rem;letter-spacing:-.025em}.success-message{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 2rem}.success-message strong{color:#111827;font-weight:600}.success-next-steps{background:#f9fafb;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;text-align:left}.success-next-steps h3{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.success-next-steps ul{list-style:none;padding:0;margin:0}.success-next-steps ul li{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.success-next-steps ul li:not(:last-child){border-bottom:1px solid #E5E7EB}.success-next-steps ul li .step-number{width:28px;height:28px;background:#0061ff14;color:#0061ff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0}.success-next-steps ul li span:last-child{font-size:.875rem;color:#6b7280}.success-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.success-actions .btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.success-actions .btn.btn-lg{padding:1.5rem 2rem}.success-actions .btn.btn-primary{background:#0061ff;color:#fff}.success-actions .btn.btn-primary:hover{background:#0052d9}.success-actions .btn.btn-secondary{background:transparent;color:#6b7280;border:1px solid #E5E7EB}.success-actions .btn.btn-secondary:hover{background:#f9fafb;border-color:#c8ccd5;color:#111827}.success-support{font-size:.875rem;color:#9ca3af;margin:0}.success-support a{color:#0061ff;text-decoration:none}.success-support a:hover{text-decoration:underline}@media (prefers-reduced-motion: reduce){.signup-page *,.signup-page *:before,.signup-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){.signup-page input,.signup-page button,.signup-page .btn{border-width:2px}.signup-page .progress-step .step-circle{border-width:3px}}@media print{.signup-page .signup-features{display:none}.signup-page .signup-form-panel{max-width:100%;flex:1}}.login{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.login__toast{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);z-index:1000;animation:slideDown .3s ease-out}@media (max-width: 576px){.login__toast{left:1rem;right:1rem;transform:none}}.login__toast-content{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-radius:.5rem;box-shadow:0 10px 40px #00000026,0 2px 10px #0000001a;border:1px solid rgba(251,188,5,.3);color:#856404;font-size:1rem;font-weight:500;max-width:400px}@media (max-width: 576px){.login__toast-content{max-width:100%}}.login__toast-icon{color:#f59e0b;flex-shrink:0}.login__toast-close{background:none;border:none;padding:.25rem;margin-left:.5rem;cursor:pointer;color:#856404;border-radius:.25rem;transition:all .2s ease;flex-shrink:0}.login__toast-close:hover{background:#fbbc051a;color:#664d03}.login__background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1}.login__background-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.login__background-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(26,115,232,.05) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(33,150,243,.03) 0%,transparent 50%)}.login__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.5);position:relative;z-index:10}@media (max-width: 768px){.login__header{padding:1rem 1.5rem}}@media (max-width: 576px){.login__header{padding:1rem}}.login__header-actions{display:flex;align-items:center;gap:.75rem}.login__header-text{font-size:.875rem;color:#666}@media (max-width: 576px){.login__header-text{display:none}}.login__header-link{padding:.5rem 1rem;color:#1a73e8;font-size:1rem;font-weight:500;text-decoration:none;border-radius:.375rem;transition:all .3s ease}.login__header-link:hover{background:#1a73e80d}.login__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.login__logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#1a73e8;border-radius:.5rem;color:#fff}.login__logo-icon svg{width:24px;height:24px}.login__logo-text{font-size:1.25rem;font-weight:700;color:#1a1a1a}@media (max-width: 576px){.login__logo-text{display:none}}.login__main{flex:1;position:relative;z-index:2}.login__container{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 80px);width:100%}@media (max-width: 992px){.login__container{grid-template-columns:1fr}}.login__card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:#f8fafc80;width:100%}@media (max-width: 992px){.login__card{background:#fff}}.login__card-header{margin-bottom:2rem;text-align:center}.login__form-container{width:100%;max-width:400px;padding:2rem;background:#fff;border-radius:1.5rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(226,232,240,.5)}@media (max-width: 992px){.login__form-container{box-shadow:none;border:none;padding:1.5rem}}@media (max-width: 768px){.login__form-container{padding:1.25rem;max-width:350px}}@media (max-width: 576px){.login__form-container{padding:1rem;max-width:300px}}.login__title{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem;line-height:1.25}@media (max-width: 768px){.login__title{font-size:1.5rem;margin-bottom:1.5rem}}.login__subtitle{display:none}.login__social{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.login__social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border:2px solid rgb(226,232,240);border-radius:.5rem;background:#fff;color:#1a1a1a;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.login__social-btn:hover{border-color:#1a73e84d;box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}.login__social-btn--google:hover{border-color:#4285f4}.login__social-btn--github:hover{border-color:#333}.login__forgot-link{text-align:center;margin:1rem 0}.login__forgot-password{color:#1a73e8;text-decoration:none;font-size:1rem;font-weight:500}.login__forgot-password:hover{text-decoration:underline}.login__signup-link{text-align:center;margin:1rem 0;font-size:1rem;color:#666}.login__signup{color:#1a73e8;text-decoration:none;font-weight:500}.login__signup:hover{text-decoration:underline}.login__divider{position:relative;text-align:center;margin:1.5rem 0}.login__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.login__divider-text{background:#fff;padding:0 1rem;color:#666;font-size:.875rem;position:relative;z-index:2}.login__form{display:flex;flex-direction:column;gap:1.5rem}.login__field{display:flex;flex-direction:column;gap:.5rem}.login__label{font-size:.875rem;font-weight:600;color:#1a1a1a}.login__label-row{display:flex;align-items:center;justify-content:space-between}.login__forgot{font-size:.875rem;color:#1a73e8;text-decoration:none;font-weight:500}.login__forgot:hover{text-decoration:underline}.login__input-wrapper{position:relative}.login__input{width:100%;padding:1rem 3rem;border:2px solid rgb(226,232,240);border-radius:.5rem;font-size:1rem;background:#fff;transition:all .3s ease}.login__input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a}.login__input--error{border-color:#f44336}.login__input--error:focus{box-shadow:0 0 0 3px #f443361a}.login__input::placeholder{color:#999}.login__input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.login__input-icon svg{width:16px;height:16px}.login__password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .3s ease}.login__password-toggle:hover{background:#f8fafc;color:#1a1a1a}.login__password-toggle svg{width:16px;height:16px}.login__field-error{font-size:.875rem;color:#f44336;font-weight:500;margin-top:.25rem}.login__error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f443361a;border:1px solid rgba(244,67,54,.2);border-radius:.375rem;color:#f44336;font-size:.875rem;font-weight:500}.login__error svg{width:16px;height:16px;flex-shrink:0}.login__options{display:flex;align-items:center;gap:.75rem}.login__checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer}.login__checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#1a73e8;cursor:pointer}.login__checkbox-text{font-size:1rem;color:#1a1a1a}.login__submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#1a73e8;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #1a73e84d}.login__submit:hover:not(:disabled){background:#1567d3;transform:translateY(-2px);box-shadow:0 8px 30px #1a73e866}.login__submit:hover:not(:disabled) svg{transform:translate(2px)}.login__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.login__submit svg{transition:transform .3s ease}.login__spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.login__footer{margin-top:2rem;text-align:center}.login__footer-text{font-size:.875rem;color:#666;line-height:1.625}.login__footer-link{color:#1a73e8;text-decoration:none;font-weight:500}.login__footer-link:hover{text-decoration:underline}.login__side{background:linear-gradient(135deg,#0052cc,#06f,#0080ff,#1a73e8,#4285f4);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem;position:relative;overflow:hidden}@media (max-width: 992px){.login__side{display:none}}.login__side:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(255,255,255,.03) 0%,transparent 50%);z-index:1}.login__side-content{position:relative;z-index:2;max-width:500px;margin:0 auto;text-align:center}.login__side-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.25;color:#fff}.login__side-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.625;max-width:400px;margin-left:auto;margin-right:auto}.login__features{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem;text-align:left}.login__feature{display:flex;gap:1rem;align-items:flex-start}.login__feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:1rem;flex-shrink:0}.login__feature-icon svg{width:28px;height:28px;color:#fff}.login__feature-content{flex:1}.login__feature-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.login__feature-content p{font-size:1rem;color:#ffffffd9;line-height:1.625}.login__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:#ffffff26;border-radius:1.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.login__stat{text-align:center}.login__stat-value{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1}.login__stat-label{font-size:1rem;color:#ffffffe6;font-weight:500}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 992px){.login__container{grid-template-columns:1fr;justify-content:center}.login__side{display:none}}@media (max-width: 768px){.login__header{padding:1rem 1.5rem}.login__card{padding:1.5rem 1rem;margin:1rem 0}.login__title{font-size:1.875rem}.login__subtitle{font-size:1rem}}@media (max-width: 576px){.login__header{padding:1rem}.login__header-text{display:none}.login__container{padding:0 1rem}.login__card{padding:1rem;margin:1rem 0}.login__title{font-size:1.5rem}.login__subtitle{font-size:.875rem}.login__input{padding:.75rem 2.5rem}.login__social-btn{padding:.75rem 1rem;font-size:.875rem}}.skeleton{display:block;background-color:#1a73e80f;position:relative;overflow:hidden}.skeleton--text{border-radius:.375rem;transform-origin:0 55%}.skeleton--text:empty:before{content:" "}.skeleton--circular{border-radius:50%}.skeleton--rectangular{border-radius:0}.skeleton--rounded{border-radius:.5rem}.skeleton--pulse{animation:skeleton-pulse 1.8s ease-in-out infinite}.skeleton--wave:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(26,115,232,.06) 20%,rgba(26,115,232,.12) 50%,rgba(26,115,232,.06) 80%,transparent 100%);animation:skeleton-wave 1.8s linear infinite}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes skeleton-wave{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-stat-card{pointer-events:none}.skeleton-stat-card .stat-icon{margin-bottom:clamp(1rem,2vw,1.5rem)}.skeleton-stat-card .stat-content{display:flex;flex-direction:column;gap:.5rem}.skeleton-stat-card .skeleton-value{margin-bottom:.25rem}.skeleton-stat-card .skeleton-label{margin-bottom:.5rem}.skeleton-stat-card .skeleton-badge{margin-top:.25rem}.skeleton-balance-card{pointer-events:none}.skeleton-balance-card .balance-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(1rem,2vw,1.25rem)}.skeleton-balance-card .skeleton-value{margin-bottom:.375rem}.skeleton-balance-card .skeleton-label{margin-bottom:.75rem}.skeleton-balance-card .skeleton-bar{margin-bottom:.5rem}.skeleton-balance-card .skeleton-bar-labels{display:flex;justify-content:space-between}.skeleton-balance-card .skeleton-comparison{margin-top:.25rem}@media (prefers-reduced-motion: reduce){.skeleton--pulse,.skeleton--wave:after{animation:none!important}}.avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;text-transform:uppercase;-webkit-user-select:none;user-select:none;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.avatar--small{width:28px;height:28px;font-size:11px}.avatar--medium{width:36px;height:36px;font-size:13px}.avatar--large{width:48px;height:48px;font-size:16px}.avatar__initials{line-height:1;letter-spacing:.5px}.avatar:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.sidebar{width:260px;height:100vh;position:fixed;left:0;top:0;z-index:1030;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e8e8e8;transition:all .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.sidebar--collapsed{width:72px}.sidebar--collapsed .sidebar__header{padding:0;justify-content:center}.sidebar--collapsed .sidebar__collapse-btn{position:static;opacity:1}.sidebar--collapsed .sidebar__nav{padding:8px}.sidebar--collapsed .sidebar__section-label{display:none}.sidebar--collapsed .sidebar-nav-item{justify-content:center;padding:10px;border-radius:6px}.sidebar--collapsed .sidebar-nav-item__icon{margin:0}.sidebar--collapsed .sidebar__footer{padding:10px 8px}.sidebar--collapsed .sidebar__user-btn{justify-content:center;padding:8px}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;min-height:56px;height:56px;position:relative;background:#232f3e;border-bottom:1px solid #37475a}.sidebar__header:hover .sidebar__collapse-btn{opacity:1;transform:translate(0)}.sidebar__logo{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .15s ease}.sidebar__logo:hover{opacity:.85}.sidebar__logo-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__logo-text{font-size:15px;font-weight:700;color:#fff;letter-spacing:-.01em;white-space:nowrap;transition:opacity .2s ease,width .25s ease}.sidebar--collapsed .sidebar__logo-text{opacity:0;width:0;overflow:hidden}.sidebar__collapse-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#ffffff80;opacity:0;transform:translate(4px);transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.sidebar__collapse-btn:hover{background:#ffffff1a;color:#fff}.sidebar__nav{flex:1;padding:8px 12px;overflow-y:auto;overflow-x:hidden}.sidebar__nav::-webkit-scrollbar{width:3px}.sidebar__nav::-webkit-scrollbar-track{background:transparent}.sidebar__nav::-webkit-scrollbar-thumb{background:#00000014;border-radius:10px}.sidebar__nav::-webkit-scrollbar-thumb:hover{background:#00000026}.sidebar__section{margin-bottom:16px}.sidebar__section:last-child{margin-bottom:0}.sidebar__section--admin{margin-top:8px}.sidebar__section-label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;padding:0 10px;margin-bottom:6px;-webkit-user-select:none;user-select:none}.sidebar__section-label--admin{color:#d13212}.sidebar__section-label--admin svg{opacity:.8}.sidebar__section-divider{height:1px;background:#e8e8e8;margin:4px 10px 10px}.sidebar__section-divider--admin{background:#d1321233}.sidebar__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px}.sidebar-nav-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#374151;font-size:13px;font-weight:500;text-align:left;position:relative;transition:background .15s ease,color .15s ease;outline:none}.sidebar-nav-item__indicator{position:absolute;left:0;top:50%;transform:translateY(-50%) scaleY(0);width:3px;height:16px;background:#0972d3;border-radius:0 3px 3px 0;transition:transform .2s ease}.sidebar-nav-item__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#9ca3af;transition:color .15s ease}.sidebar-nav-item__label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav-item__badge{font-size:11px;font-weight:600;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;background:#0972d3;color:#fff;border-radius:9px;line-height:1;flex-shrink:0}.sidebar-nav-item__badge-dot{position:absolute;top:6px;right:6px;width:7px;height:7px;background:#0972d3;border-radius:50%;border:1.5px solid #ffffff}.sidebar--collapsed .sidebar-nav-item__badge-dot{top:8px;right:8px}.sidebar-nav-item:hover{background:#f6f8fa}.sidebar-nav-item:hover .sidebar-nav-item__icon{color:#374151}.sidebar-nav-item.active{background:#0972d30f;color:#0972d3;font-weight:600}.sidebar-nav-item.active .sidebar-nav-item__indicator{transform:translateY(-50%) scaleY(1)}.sidebar-nav-item.active .sidebar-nav-item__icon{color:#0972d3}.sidebar-nav-item.admin:hover{background:#d132120d}.sidebar-nav-item.admin:hover .sidebar-nav-item__icon{color:#d13212}.sidebar-nav-item.admin.active{background:#d1321214;color:#d13212}.sidebar-nav-item.admin.active .sidebar-nav-item__indicator{background:#d13212}.sidebar-nav-item.admin.active .sidebar-nav-item__icon{color:#d13212}.sidebar-nav-item:focus-visible{outline:2px solid #0972d3;outline-offset:-2px}.sidebar-tooltip-wrapper{position:relative}.sidebar-tooltip{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);background:#1f2937;color:#fff;font-size:12px;font-weight:500;padding:5px 10px;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:1070;animation:tooltipIn .12s ease-out}.sidebar-tooltip:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-right-color:#1f2937}@keyframes tooltipIn{0%{opacity:0;transform:translateY(-50%) translate(-4px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.sidebar__footer{padding:10px 12px;border-top:1px solid #e8e8e8;position:relative}.sidebar__user-btn{width:100%;display:flex;align-items:center;gap:10px;padding:8px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:background .15s ease;outline:none}.sidebar__user-btn:hover,.sidebar__user-btn--active{background:#f6f8fa}.sidebar__user-btn:focus-visible{outline:2px solid #0972d3;outline-offset:-2px}.sidebar__user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.sidebar__user-avatar .avatar{width:100%;height:100%;font-size:11px}.sidebar__user-details{flex:1;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;min-width:0}.sidebar__user-name{font-size:13px;font-weight:600;color:#374151;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.sidebar__user-role{font-size:11px;color:#9ca3af;line-height:1.25}.sidebar__user-chevron{color:#9ca3af;display:flex;align-items:center;transition:transform .2s ease;flex-shrink:0}.sidebar__user-chevron--open{transform:rotate(180deg)}.sidebar__user-more{position:absolute;bottom:-2px;right:-2px;color:#9ca3af;display:flex;align-items:center;opacity:0;transition:opacity .15s ease}.sidebar__user-btn:hover .sidebar__user-more{opacity:1}.sidebar__user-menu{position:absolute;bottom:calc(100% + 6px);left:12px;right:12px;background:#fff;border:1px solid #d5dbdb;border-radius:8px;padding:4px;z-index:1000;animation:menuSlideUp .15s ease-out}.sidebar__user-menu--collapsed{left:80px;right:auto;bottom:0;width:220px;animation:menuSlideRight .15s ease-out}@keyframes menuSlideUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes menuSlideRight{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.sidebar__user-menu-header{display:flex;align-items:center;gap:10px;padding:10px}.sidebar__user-menu-header .avatar{width:36px;height:36px;flex-shrink:0}.sidebar__user-menu-info{flex:1;min-width:0;display:flex;flex-direction:column}.sidebar__user-menu-name{font-size:13px;font-weight:600;color:#16191f;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-menu-email{font-size:11px;color:#687078;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-menu-divider{height:1px;background:#e9ecef;margin:4px}.sidebar__user-menu-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#16191f;font-size:13px;font-weight:500;text-align:left;transition:background .15s ease;outline:none}.sidebar__user-menu-item svg{flex-shrink:0;color:#687078}.sidebar__user-menu-item:hover{background:#f2f3f3}.sidebar__user-menu-item--danger{color:#d13212}.sidebar__user-menu-item--danger svg{color:#d13212}.sidebar__user-menu-item--danger:hover{background:#fdf3f0}.sidebar__user-menu-item:focus-visible{outline:2px solid #0972d3;outline-offset:-2px}@media (max-width: 992px){.sidebar{width:72px}.sidebar .sidebar__header{padding:0 12px;justify-content:center}.sidebar .sidebar__collapse-btn,.sidebar .sidebar__logo-text{display:none}.sidebar .sidebar__nav{padding:8px}.sidebar .sidebar__section-label{display:none}.sidebar .sidebar-nav-item{justify-content:center;padding:10px;border-radius:6px}.sidebar .sidebar-nav-item__label,.sidebar .sidebar-nav-item__badge{display:none}.sidebar .sidebar-nav-item__icon{margin:0}.sidebar .sidebar__footer{padding:10px 8px}.sidebar .sidebar__user-btn{justify-content:center;padding:8px}.sidebar .sidebar__user-details,.sidebar .sidebar__user-chevron{display:none}.sidebar.sidebar--collapsed{width:260px}.sidebar.sidebar--collapsed .sidebar__header{padding:0 16px;justify-content:space-between}.sidebar.sidebar--collapsed .sidebar__logo-text{display:inline}.sidebar.sidebar--collapsed .sidebar__nav{padding:8px 12px}.sidebar.sidebar--collapsed .sidebar__section-label{display:flex}.sidebar.sidebar--collapsed .sidebar-nav-item{justify-content:flex-start;padding:8px 10px}.sidebar.sidebar--collapsed .sidebar-nav-item__label,.sidebar.sidebar--collapsed .sidebar-nav-item__badge{display:inline-flex}.sidebar.sidebar--collapsed .sidebar__footer{padding:10px 12px}.sidebar.sidebar--collapsed .sidebar__user-btn{justify-content:flex-start;padding:8px}.sidebar.sidebar--collapsed .sidebar__user-details,.sidebar.sidebar--collapsed .sidebar__user-chevron{display:flex}}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.sidebar--collapsed{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.sidebar,.sidebar *,.sidebar-nav-item,.sidebar-nav-item__indicator,.sidebar__user-menu,.sidebar-tooltip{animation-duration:.01ms!important;transition-duration:.01ms!important}}.search-results-container{position:absolute;top:calc(100% + 8px);left:0;width:600px;max-height:80vh;background-color:#fff;border-radius:.375rem;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;z-index:1010;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.08);animation:searchResultsFadeIn .2s ease}@keyframes searchResultsFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-results-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.search-results-header .results-count{font-size:.875rem;color:#666}.search-results-header .close-button{background:none;border:none;padding:.25rem;cursor:pointer;color:#666;border-radius:50%;display:flex;align-items:center;justify-content:center}.search-results-header .close-button:hover{background-color:#0000000a;color:#1a1a1a}.search-results-content{flex:1;overflow-y:auto;max-height:60vh;padding:1rem 0}.search-results-content .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#666;text-align:center}.search-results-content .no-results svg{margin-bottom:1.5rem;opacity:.5}.search-results-content .no-results p{margin:.25rem 0}.search-results-content .no-results p.suggestion{font-size:.875rem;opacity:.7}.result-category{margin-bottom:1rem}.result-category:last-child{margin-bottom:0}.result-category .category-header{display:flex;align-items:center;padding:.5rem 1.5rem}.result-category .category-header .category-icon{display:flex;align-items:center;justify-content:center;margin-right:.5rem;color:#666}.result-category .category-header h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#666;margin:0;font-weight:500}.result-category .category-items .search-result-item{display:flex;align-items:center;padding:1rem 1.5rem;cursor:pointer;transition:background-color .15s ease}.result-category .category-items .search-result-item:hover,.result-category .category-items .search-result-item.focused{background-color:#4285f40a}.result-category .category-items .search-result-item.focused{outline:none;box-shadow:inset 3px 0 #1a73e8}.result-category .category-items .search-result-item .result-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background-color:#0000000a;margin-right:1rem;color:#1a1a1a;flex-shrink:0}.result-category .category-items .search-result-item .result-content{flex:1;min-width:0}.result-category .category-items .search-result-item .result-content .result-title{font-weight:500;margin-bottom:4px;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-category .category-items .search-result-item .result-content .result-title mark{background-color:#ffd54f66;padding:0 2px;border-radius:2px;font-weight:700}.result-category .category-items .search-result-item .result-content .result-description{font-size:.875rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-category .category-items .search-result-item .result-content .result-description mark{background-color:#ffd54f66;padding:0 2px;border-radius:2px;font-weight:500}.search-results-footer{padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.05)}.search-results-footer .keyboard-shortcuts{display:flex;justify-content:center;gap:1rem}.search-results-footer .keyboard-shortcuts .shortcut{display:flex;align-items:center;font-size:.75rem;color:#666}.search-results-footer .keyboard-shortcuts .shortcut kbd{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 4px;margin:0 2px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.75rem;background-color:#f1f3f4;border-radius:3px;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 1px #0000001a}@media (max-width: 992px){.search-results-container{width:500px}}@media (max-width: 768px){.search-results-container{width:100vw;left:-16px;border-radius:0;max-height:70vh}}.aws-header{height:56px;background:#232f3e;position:sticky;top:0;z-index:1020;border-bottom:1px solid #37475a}.aws-header__content{height:100%;display:flex;align-items:center;padding:0 16px;gap:16px}.aws-header__left{display:flex;align-items:center;gap:8px;flex-shrink:0}.aws-header__brand{font-size:16px;font-weight:700;color:#fff;letter-spacing:-.01em}.aws-header__separator{color:#37475a;font-weight:300;font-size:18px}.aws-header__console{font-size:14px;font-weight:400;color:#d5dbdb}.aws-header__center{flex:1;display:flex;justify-content:center;max-width:540px;margin:0 auto}.aws-header__search{position:relative;width:100%;display:flex;align-items:center;background:#0f1b2a;border:1px solid #5f6b7a;border-radius:4px;transition:border-color .15s ease;overflow:visible}.aws-header__search svg{position:absolute;left:10px;color:#d5dbdb;flex-shrink:0;pointer-events:none}.aws-header__search input{width:100%;height:36px;background:transparent;border:none;outline:none;padding:0 36px 0 34px;font-size:13px;font-weight:400;color:#fff;font-family:inherit}.aws-header__search input::placeholder{color:#d5dbdb;opacity:.6}.aws-header__search input::-webkit-search-cancel-button,.aws-header__search input::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}.aws-header__search--focused{border-color:#539fe5}.aws-header__search-shortcut{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:11px;font-weight:500;color:#d5dbdb;opacity:.5;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:3px;padding:1px 6px;font-family:-apple-system,system-ui,sans-serif;pointer-events:none}.aws-header__search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:22px;height:22px;background:transparent;border:none;border-radius:3px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#d5dbdb;z-index:2}.aws-header__search-clear:hover{color:#fff;background:#ffffff1a}.aws-header__right{display:flex;align-items:center;gap:4px;flex-shrink:0}.aws-header__action{position:relative}.aws-header__icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#d5dbdb;position:relative;transition:background .15s ease,color .15s ease}.aws-header__icon-btn:hover,.aws-header__icon-btn--active{background:#2a3a4e;color:#fff}.aws-header__badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;background:#d13212;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;padding:0 4px;line-height:1}.aws-header__user-btn{display:flex;align-items:center;gap:8px;padding:4px 10px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#d5dbdb;transition:background .15s ease,color .15s ease}.aws-header__user-btn .avatar{width:28px;height:28px;font-size:11px}.aws-header__user-btn svg{opacity:.6}.aws-header__user-btn:hover,.aws-header__user-btn--active{background:#2a3a4e;color:#fff}.aws-header__user-name{font-size:13px;font-weight:500;color:#d5dbdb;white-space:nowrap}.aws-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #d5dbdb;border-radius:8px;min-width:300px;z-index:9999;animation:awsDropdownIn .12s ease-out}.aws-dropdown--notifications{min-width:380px}.aws-dropdown--user{min-width:260px}.aws-dropdown__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e9ecef}.aws-dropdown__title{font-size:14px;font-weight:700;color:#16191f}.aws-dropdown__action-link{background:none;border:none;font-size:13px;font-weight:500;color:#0972d3;cursor:pointer;padding:0}.aws-dropdown__action-link:hover{color:#033160;text-decoration:underline}.aws-dropdown__body{max-height:360px;overflow-y:auto}.aws-dropdown__body::-webkit-scrollbar{width:4px}.aws-dropdown__body::-webkit-scrollbar-thumb{background:#d5dbdb;border-radius:2px}.aws-dropdown__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;color:#687078;gap:8px}.aws-dropdown__empty svg{opacity:.4}.aws-dropdown__empty span{font-size:13px}.aws-dropdown__footer{border-top:1px solid #e9ecef;padding:8px}.aws-dropdown__footer-btn{width:100%;padding:8px 12px;background:transparent;border:1px solid #d5dbdb;border-radius:4px;font-size:13px;font-weight:500;color:#0972d3;cursor:pointer;text-align:center;transition:background .15s ease}.aws-dropdown__footer-btn:hover{background:#f2f8fd}.aws-dropdown__user-info{display:flex;align-items:center;gap:12px;padding:14px 16px}.aws-dropdown__user-info .avatar{width:40px;height:40px;flex-shrink:0}.aws-dropdown__user-name{font-size:14px;font-weight:600;color:#16191f;line-height:1.3}.aws-dropdown__user-email{font-size:12px;color:#687078;line-height:1.3}.aws-dropdown__divider{height:1px;background:#e9ecef;margin:0}.aws-dropdown__menu{padding:4px}.aws-dropdown__menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;background:transparent;border:none;border-radius:4px;font-size:13px;font-weight:500;color:#16191f;cursor:pointer;text-align:left;transition:background .15s ease}.aws-dropdown__menu-item svg{color:#687078;flex-shrink:0}.aws-dropdown__menu-item:hover{background:#f2f3f3}.aws-dropdown__menu-item--danger{color:#d13212}.aws-dropdown__menu-item--danger svg{color:#d13212}.aws-dropdown__menu-item--danger:hover{background:#fdf3f0}@keyframes awsDropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.aws-notification-list{display:flex;flex-direction:column}.aws-notification-item{display:flex;align-items:flex-start;gap:10px;padding:10px 16px;cursor:pointer;border-bottom:1px solid #f2f3f3;transition:background .1s ease}.aws-notification-item:last-child{border-bottom:none}.aws-notification-item:hover{background:#f2f3f3}.aws-notification-item--unread{background:#f2f8fd}.aws-notification-item--unread:hover{background:#e8f4fd}.aws-notification-item__icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.aws-notification-item__icon--warning{background:#fef3cd;color:#8a6d3b}.aws-notification-item__icon--error{background:#fdf3f0;color:#d13212}.aws-notification-item__icon--info{background:#f2f8fd;color:#0972d3}.aws-notification-item__icon--success{background:#f2fcf3;color:#037f0c}.aws-notification-item__content{flex:1;min-width:0}.aws-notification-item__title{font-size:13px;font-weight:600;color:#16191f;line-height:1.3;margin-bottom:2px}.aws-notification-item__desc{font-size:12px;color:#687078;line-height:1.4;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aws-notification-item__time{font-size:11px;color:#9ba7b6;font-weight:500}.aws-notification-item__dot{width:6px;height:6px;background:#0972d3;border-radius:50%;flex-shrink:0;margin-top:6px}@media (max-width: 992px){.aws-header__search{max-width:320px}.aws-header__user-name{display:none}}@media (max-width: 768px){.aws-header{height:48px}.aws-header__center,.aws-header__console,.aws-header__separator{display:none}.aws-dropdown--notifications{min-width:300px}}@media (max-width: 576px){.aws-header__content{padding:0 8px;gap:8px}.aws-header__user-name{display:none}.aws-dropdown{min-width:260px}.aws-dropdown--notifications{min-width:280px}}.aws-header__icon-btn:focus-visible,.aws-header__user-btn:focus-visible,.aws-dropdown__menu-item:focus-visible,.aws-dropdown__footer-btn:focus-visible{outline:2px solid #539fe5;outline-offset:1px}@media (prefers-reduced-motion: reduce){.aws-dropdown{animation:none}}.usage-widget .widget-actions .icon-button.loading{animation:modernSpin 1s linear infinite;opacity:.7;cursor:not-allowed}@keyframes modernSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.usage-widget .loading-content{display:flex;justify-content:center;align-items:center;min-height:300px;background:linear-gradient(135deg,#1a73e805,#4285f403);border-radius:1rem}.usage-widget .loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center}.usage-widget .loading-spinner svg{margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(26,115,232,.2))}.usage-widget .loading-spinner p{color:#666;font-size:.9rem;font-weight:500}.usage-widget .usage-chart{margin-bottom:clamp(1.5rem,3vw,2rem);position:relative}.usage-widget .chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:clamp(1rem,2vw,1.5rem);padding-bottom:clamp(.75rem,1.5vw,1rem);border-bottom:1px solid rgba(26,115,232,.1)}.usage-widget .chart-title h4{font-size:clamp(1rem,1.5vw,1.125rem);font-weight:700;color:#1a1a1a;margin:0 0 .25rem;line-height:1.3}.usage-widget .chart-title p{font-size:clamp(.75rem,1vw,.875rem);color:#1a1a1a99;margin:0;font-weight:500}.usage-widget .chart-actions .modern-refresh-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#1a73e814,#4285f40d);border:1px solid rgba(26,115,232,.2);border-radius:.5rem;color:#1a73e8;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.usage-widget .chart-actions .modern-refresh-btn:hover:not(.loading){background:linear-gradient(135deg,#1a73e81f,#4285f414);border-color:#1a73e84d;transform:translateY(-1px);box-shadow:0 4px 12px #1a73e826}.usage-widget .chart-actions .modern-refresh-btn.loading{opacity:.7;cursor:not-allowed}.usage-widget .chart-actions .modern-refresh-btn.loading svg{animation:modernSpin 1s linear infinite}.usage-widget .chart-actions .modern-refresh-btn svg{width:16px;height:16px;transition:transform .3s ease}.usage-widget .chart-actions .modern-refresh-btn span{font-size:.875rem}.usage-widget .chart-container{display:flex;height:240px;background:#f8fafc;border-radius:1rem;padding:clamp(1rem,2vw,1.5rem);border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;position:relative;overflow:hidden}.usage-widget .chart-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(148,163,184,.2) 1px,transparent 1px),linear-gradient(to bottom,rgba(148,163,184,.2) 1px,transparent 1px);background-size:20px 20px;opacity:.4;pointer-events:none}.usage-widget .chart-labels{display:flex;flex-direction:column;justify-content:space-between;padding-right:clamp(.75rem,1.5vw,1rem);color:#1a1a1a99;font-size:clamp(.7rem,1vw,.75rem);font-weight:600;min-width:50px}.usage-widget .chart-labels .chart-label{position:relative;padding:.25rem 0}.usage-widget .chart-labels .chart-label:after{content:"";position:absolute;right:-.5rem;top:50%;transform:translateY(-50%);width:4px;height:1px;background:#1a73e84d}.usage-widget .chart-bars{display:flex;flex:1;align-items:flex-end;gap:clamp(.5rem,1vw,.75rem);padding:0 clamp(.5rem,1vw,.75rem);position:relative;z-index:1}.usage-widget .chart-bar{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.usage-widget .chart-bar:hover{transform:translateY(-2px)}.usage-widget .chart-bar:hover .bar-fill{box-shadow:0 8px 24px #1a73e84d,0 4px 12px #1a73e833;transform:scaleY(1.05)}.usage-widget .chart-bar:hover .bar-label{color:#1a73e8;font-weight:700}.usage-widget .chart-bar .bar-fill{width:100%;background:linear-gradient(to top,#1a73e8,#4285f4,#6366f1);border-radius:clamp(.375rem,.75vw,.5rem) clamp(.375rem,.75vw,.5rem) 0 0;margin-bottom:clamp(.5rem,1vw,.75rem);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #1a73e833,0 2px 6px #1a73e81a}.usage-widget .chart-bar .bar-fill:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 3s ease-in-out infinite;border-radius:inherit}.usage-widget .chart-bar .bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#6366f1,#4285f4,#1a73e8);border-radius:2px;opacity:.8}.usage-widget .chart-bar .bar-label{font-size:clamp(.7rem,1vw,.75rem);color:#1a1a1ab3;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}@keyframes shimmer{0%{left:-100%}50%{left:100%}to{left:100%}}.usage-widget .usage-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.5rem);margin-top:clamp(1.5rem,3vw,2rem)}.usage-widget .stat-item{display:flex;align-items:center;gap:clamp(.75rem,1.5vw,1rem);text-align:left;padding:clamp(1rem,2vw,1.5rem);background:#fff;border-radius:1rem;border:1px solid #e2e8f0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden}.usage-widget .stat-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(148,163,184,.05) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;border-radius:inherit}.usage-widget .stat-item:hover{transform:translateY(-4px);background:#fff;border-color:#cbd5e1;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d}.usage-widget .stat-item:hover:before{opacity:1}.usage-widget .stat-item:hover .stat-value{transform:scale(1.05);color:#1a73e8}.usage-widget .stat-item:hover .stat-icon{transform:scale(1.1)}.usage-widget .stat-item .stat-icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.usage-widget .stat-item .stat-icon:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;z-index:-1;filter:blur(6px);opacity:.6}.usage-widget .stat-item.primary-stat .stat-icon{background:linear-gradient(135deg,#1a73e826,#4285f41a);color:#1a73e8}.usage-widget .stat-item.primary-stat .stat-icon:before{background:linear-gradient(135deg,#1a73e8,#4285f4)}.usage-widget .stat-item.success-stat .stat-icon{background:linear-gradient(135deg,#22c55e26,#10b9811a);color:#059669}.usage-widget .stat-item.success-stat .stat-icon:before{background:linear-gradient(135deg,#22c55e,#10b981)}.usage-widget .stat-item.performance-stat .stat-icon{background:linear-gradient(135deg,#6366f126,#8b5cf61a);color:#7c3aed}.usage-widget .stat-item.performance-stat .stat-icon:before{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.usage-widget .stat-item .stat-content{flex:1}.usage-widget .stat-label{font-size:clamp(.7rem,1vw,.75rem);color:#1a1a1a99;margin-bottom:clamp(.5rem,1vw,.75rem);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.usage-widget .stat-value{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;color:#1a1a1a;margin-bottom:clamp(.5rem,1vw,.75rem);transition:all .3s cubic-bezier(.4,0,.2,1);text-shadow:0 2px 4px rgba(26,115,232,.1)}.usage-widget .stat-change{font-size:clamp(.65rem,1vw,.75rem);font-weight:600;padding:.25rem .75rem;border-radius:9999px;display:inline-block;position:relative}.usage-widget .stat-change.positive{background:linear-gradient(135deg,#22c55e26,#10b9811a);color:#059669;border:1px solid rgba(16,185,129,.2)}.usage-widget .stat-change.positive:before{content:"↗";margin-right:.25rem;font-weight:800}.usage-widget .stat-change.negative{background:linear-gradient(135deg,#ef444426,#dc26261a);color:#dc2626;border:1px solid rgba(239,68,68,.2)}.usage-widget .stat-change.negative:before{content:"↘";margin-right:.25rem;font-weight:800}.usage-widget .stat-change.neutral{background:linear-gradient(135deg,#9ca3af26,#6b72801a);color:#6b7280;border:1px solid rgba(156,163,175,.2)}.usage-widget .stat-change.neutral:before{content:"→";margin-right:.25rem;font-weight:800}.usage-widget .chart-container{position:relative}.usage-widget .chart-bar .bar-fill{position:relative;background:linear-gradient(to top,#1a73e8,#2563eb,#3b82f6,#60a5fa,#93c5fd);box-shadow:0 4px 12px #1a73e840,0 2px 6px #1a73e826,inset 0 1px #ffffff4d;border:1px solid rgba(26,115,232,.2);border-bottom:none}.usage-widget .chart-bar .bar-fill:hover{background:linear-gradient(to top,#1a73e8,#2563eb,#3b82f6,#60a5fa,#93c5fd,#dbeafe);box-shadow:0 12px 32px #1a73e84d,0 6px 16px #1a73e833,inset 0 1px #fff6}.usage-widget .stat-item{box-shadow:0 4px 12px #1a73e814,0 2px 6px #1a73e80a,inset 0 1px #ffffffe6}.usage-widget .stat-item:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent 0%,#4285f4 50%,transparent 100%);border-radius:0 0 2px 2px}.usage-widget .stat-item:hover .stat-label{color:#1a73e8}.usage-widget .stat-item:hover .stat-change{transform:scale(1.05)}@media (max-width: 992px){.usage-widget .chart-container{height:200px;padding:1rem}.usage-widget .usage-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.usage-widget .usage-stats .stat-item:last-child{grid-column:1/-1;max-width:300px;margin:0 auto}}@media (max-width: 768px){.usage-widget .chart-container{height:180px;padding:.75rem}.usage-widget .usage-stats{grid-template-columns:1fr;gap:1rem}.usage-widget .usage-stats .stat-item:last-child{grid-column:1;max-width:none}.usage-widget .chart-bars{gap:.25rem}.usage-widget .chart-labels{padding-right:.5rem;min-width:40px}.usage-widget .chart-labels .chart-label{font-size:.65rem}}@media (max-width: 576px){.usage-widget .chart-container{height:160px;padding:.5rem}.usage-widget .stat-item{padding:.75rem}.usage-widget .stat-value{font-size:1.25rem}.usage-widget .stat-label{font-size:.65rem}.usage-widget .stat-change{font-size:.6rem;padding:.2rem .5rem}}@media (prefers-contrast: high){.usage-widget .chart-container{background:#fff;border-color:#1a73e8}.usage-widget .chart-bar .bar-fill{background:#1a73e8;border-color:#0d47a1}.usage-widget .stat-item{background:#fff;border-color:#1a73e8}}@media (prefers-reduced-motion: reduce){.usage-widget .chart-bar,.usage-widget .stat-item,.usage-widget .bar-fill{transition:none!important;animation:none!important}.usage-widget .chart-container:after{animation:none!important}}@media print{.usage-widget .chart-container{background:#fff;border:2px solid #333;box-shadow:none}.usage-widget .chart-bar .bar-fill{background:#333!important;box-shadow:none}.usage-widget .stat-item{background:#fff;border:1px solid #333;box-shadow:none}.usage-widget .stat-change{background:#f0f0f0!important;color:#333!important;border:1px solid #333}}.quick-actions-widget .quick-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.quick-actions-widget .quick-action-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;border:1px solid rgba(0,0,0,.05);border-radius:.375rem;transition:all .2s ease;cursor:pointer}.quick-actions-widget .quick-action-item:hover{background-color:#f8fafb;border-color:#1a73e833;transform:translateY(-2px)}.quick-actions-widget .quick-action-icon{margin-bottom:1rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#1a73e81a;border-radius:50%}.quick-actions-widget .quick-action-label{font-weight:500;text-align:center}@media (max-width: 768px){.quick-actions-widget .quick-actions-grid{grid-template-columns:1fr}}.apikeys-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9);color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.apikeys-page .apikeys-hero{position:relative;margin:clamp(1rem,2vw,1.5rem);padding:clamp(2rem,4vw,2.75rem) clamp(2rem,4vw,3rem);border-radius:1rem;overflow:hidden;min-height:0}.apikeys-page .apikeys-hero .hero-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#0a1628,#0d2847 35%,#1a3a5c 60%,#0f2b4a)}.apikeys-page .apikeys-hero .hero-gradient-bg .hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.07;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px}.apikeys-page .apikeys-hero .hero-gradient-bg .hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 20% 50%,rgba(26,115,232,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(66,133,244,.1) 0%,transparent 50%)}.apikeys-page .apikeys-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a73e8,#4285f4,#1a73e8);z-index:2;border-radius:1rem 1rem 0 0}.apikeys-page .apikeys-hero .hero-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;gap:clamp(2rem,4vw,3rem)}.apikeys-page .apikeys-hero .hero-text{flex:1;min-width:0}.apikeys-page .apikeys-hero .hero-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.apikeys-page .apikeys-hero .hero-breadcrumb .breadcrumb-label{font-size:.75rem;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em}.apikeys-page .apikeys-hero .hero-breadcrumb svg{color:#ffffff4d}.apikeys-page .apikeys-hero .hero-breadcrumb .breadcrumb-current{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em}.apikeys-page .apikeys-hero .hero-title{font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.15;letter-spacing:-.025em}.apikeys-page .apikeys-hero .hero-title .hero-title-accent{color:#6eb5ff;font-weight:800}.apikeys-page .apikeys-hero .hero-subtitle{font-size:clamp(.8125rem,1.3vw,.9375rem);color:#ffffff8c;margin:0;line-height:1.55;max-width:440px;font-weight:400}.apikeys-page .apikeys-hero .hero-stats{display:flex;align-items:stretch;gap:.75rem;flex-shrink:0}.apikeys-page .apikeys-hero .hero-stat-card{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s ease;min-width:140px}.apikeys-page .apikeys-hero .hero-stat-card:hover{background:#ffffff1a;border-color:#ffffff24}.apikeys-page .apikeys-hero .hero-stat-card .stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:#1a73e833;color:#6eb5ff;flex-shrink:0}.apikeys-page .apikeys-hero .hero-stat-card .stat-info{display:flex;flex-direction:column}.apikeys-page .apikeys-hero .hero-stat-card .stat-value{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.01em}.apikeys-page .apikeys-hero .hero-stat-card .stat-label{font-size:.6875rem;color:#ffffff73;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;white-space:nowrap}@media (max-width: 992px){.apikeys-page .apikeys-hero .hero-content{flex-direction:column;align-items:flex-start}.apikeys-page .apikeys-hero .hero-stats{width:100%}.apikeys-page .apikeys-hero .hero-stat-card{flex:1}}@media (max-width: 768px){.apikeys-page .apikeys-hero{margin:1rem;padding:1.75rem 1.5rem}.apikeys-page .apikeys-hero .hero-stats{flex-direction:column;gap:.5rem}.apikeys-page .apikeys-hero .hero-stat-card{min-width:0}}.apikeys-page .apikeys-content{margin:clamp(1.5rem,3vw,2rem);background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;border:1px solid rgba(26,115,232,.12);box-shadow:0 20px 40px #1a73e81a,0 8px 16px #1a73e80f,inset 0 1px #ffffffe6;overflow:hidden}.apikeys-page .apikeys-actions{display:flex;justify-content:space-between;align-items:center;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#fffc,#f8fafc99)}.apikeys-page .apikeys-actions .btn-create-key{display:flex;align-items:center;gap:clamp(.5rem,1vw,.75rem);background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border:none;border-radius:.5rem;padding:clamp(.875rem,1.5vw,1.125rem) clamp(1.5rem,3vw,2rem);font-weight:600;font-size:clamp(.875rem,1.2vw,1rem);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #1a73e840}.apikeys-page .apikeys-actions .btn-create-key:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1a73e859}.apikeys-page .apikeys-actions .btn-create-key:active{transform:translateY(0)}.apikeys-page .apikeys-actions .btn-create-key svg{width:clamp(18px,2vw,20px);height:clamp(18px,2vw,20px)}.apikeys-page .apikeys-actions .apikeys-filters{display:flex;gap:clamp(1rem,2vw,1.5rem)}@media (max-width: 992px){.apikeys-page .apikeys-actions .apikeys-filters{flex-direction:column;gap:clamp(.75rem,1.5vw,1rem)}}.apikeys-page .apikeys-actions .search-container,.apikeys-page .apikeys-actions .filter-container{position:relative}.apikeys-page .apikeys-actions .search-container svg,.apikeys-page .apikeys-actions .filter-container svg{position:absolute;left:clamp(.75rem,1.5vw,1rem);top:50%;transform:translateY(-50%);color:#666;z-index:1}.apikeys-page .apikeys-actions .search-container input,.apikeys-page .apikeys-actions .search-container select,.apikeys-page .apikeys-actions .filter-container input,.apikeys-page .apikeys-actions .filter-container select{background:#ffffffe6;border:1px solid rgba(26,115,232,.12);border-radius:.5rem;padding:clamp(.75rem,1.5vw,1rem) clamp(.75rem,1.5vw,1rem) clamp(.75rem,1.5vw,1rem) clamp(2.5rem,4vw,3rem);font-size:clamp(.875rem,1.2vw,1rem);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.apikeys-page .apikeys-actions .search-container input:focus,.apikeys-page .apikeys-actions .search-container select:focus,.apikeys-page .apikeys-actions .filter-container input:focus,.apikeys-page .apikeys-actions .filter-container select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a;background:#fff}.apikeys-page .apikeys-actions .search-container input::placeholder,.apikeys-page .apikeys-actions .search-container select::placeholder,.apikeys-page .apikeys-actions .filter-container input::placeholder,.apikeys-page .apikeys-actions .filter-container select::placeholder{color:#666}.apikeys-page .apikeys-actions .search-container input,.apikeys-page .apikeys-actions .filter-container input{width:clamp(200px,25vw,280px)}.apikeys-page .apikeys-actions .search-container select,.apikeys-page .apikeys-actions .filter-container select{min-width:clamp(140px,18vw,180px);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}@media (max-width: 992px){.apikeys-page .apikeys-actions{flex-direction:column;align-items:stretch;gap:clamp(1rem,2vw,1.5rem)}.apikeys-page .apikeys-actions .btn-create-key{align-self:flex-start}}.apikeys-page .apikeys-table-container{overflow-x:auto;padding:0 clamp(1.5rem,3vw,2rem) clamp(1.5rem,3vw,2rem) clamp(1.5rem,3vw,2rem)}.apikeys-page .apikeys-table{width:100%;border-collapse:separate;border-spacing:0}.apikeys-page .apikeys-table th,.apikeys-page .apikeys-table td{padding:clamp(1rem,2vw,1.5rem);text-align:left;border-bottom:1px solid rgba(26,115,232,.08)}.apikeys-page .apikeys-table th{font-weight:600;color:#666;font-size:clamp(.75rem,1.2vw,.875rem);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#1a73e808,#4285f405)}.apikeys-page .apikeys-table td{font-size:clamp(.875rem,1.2vw,1rem);vertical-align:middle}.apikeys-page .apikeys-table tr{transition:all .3s ease}.apikeys-page .apikeys-table tr:hover{background:linear-gradient(135deg,#1a73e805,#4285f403);transform:translateY(-1px);box-shadow:0 4px 12px #1a73e814}.apikeys-page .apikeys-table tr.status-expired{background:#9e9e9e05}.apikeys-page .apikeys-table tr.status-expired .key-name{color:#666}.apikeys-page .apikeys-table tr.status-revoked{background:#f4433605}.apikeys-page .apikeys-table .key-name{font-weight:600;color:#1a1a1a}.apikeys-page .apikeys-table .key-value{display:flex;align-items:center;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.apikeys-page .apikeys-table .key-value .key-prefix{color:#1a73e8;font-weight:600;margin-right:.25rem}.apikeys-page .apikeys-table .key-value .key-mask{color:#666;letter-spacing:1px}.apikeys-page .apikeys-table .status-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:9999px;font-size:clamp(.75rem,1vw,.875rem);font-weight:600;text-transform:capitalize}.apikeys-page .apikeys-table .status-badge.active{background:linear-gradient(135deg,#4caf501a,#4caf5026);color:#4caf50;border:1px solid rgba(76,175,80,.2)}.apikeys-page .apikeys-table .status-badge.expired{background:linear-gradient(135deg,#9e9e9e1a,#9e9e9e26);color:#666;border:1px solid rgba(158,158,158,.2)}.apikeys-page .apikeys-table .status-badge.revoked{background:linear-gradient(135deg,#f443361a,#f4433626);color:#f44336;border:1px solid rgba(244,67,54,.2)}.apikeys-page .apikeys-table .permissions-list{display:flex;flex-wrap:wrap;gap:.375rem}.apikeys-page .apikeys-table .permission-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:clamp(.625rem,1vw,.75rem);font-weight:500;background:linear-gradient(135deg,#1a73e814,#4285f41f);color:#1a73e8;border:1px solid rgba(26,115,232,.15)}.apikeys-page .apikeys-table .actions-cell{width:120px}.apikeys-page .apikeys-table .key-actions{display:flex;gap:.5rem;justify-content:flex-end}.apikeys-page .apikeys-table .btn-icon{background:none;border:none;padding:.5rem;cursor:pointer;color:#666;border-radius:.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.apikeys-page .apikeys-table .btn-icon:hover{background:linear-gradient(135deg,#1a73e814,#4285f41f);color:#1a73e8;transform:translateY(-1px);box-shadow:0 2px 8px #1a73e826}.apikeys-page .no-results{padding:clamp(2rem,4vw,3rem);text-align:center;color:#666;font-size:clamp(1rem,1.5vw,1.125rem)}.apikeys-page .loading-container,.apikeys-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(3rem,6vw,4rem);text-align:center}.apikeys-page .loading-container .loading-spinner,.apikeys-page .error-container .loading-spinner{width:48px;height:48px;border:3px solid rgba(26,115,232,.1);border-radius:50%;border-top-color:#1a73e8;animation:spin 1s linear infinite;margin-bottom:1rem}.apikeys-page .loading-container p,.apikeys-page .error-container p{color:#666;font-size:clamp(1rem,1.5vw,1.125rem);margin-bottom:1rem}.apikeys-page .loading-container .btn-retry,.apikeys-page .error-container .btn-retry{background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.apikeys-page .loading-container .btn-retry:hover,.apikeys-page .error-container .btn-retry:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1a73e840}.apikeys-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem}.apikeys-page .modal-content{background:#fffffffa;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;width:100%;max-width:520px;box-shadow:0 25px 50px #00000040,0 10px 20px #00000026,inset 0 1px #ffffffe6;border:1px solid rgba(255,255,255,.2);overflow:hidden}.apikeys-page .modal-content.success-modal{max-width:480px}.apikeys-page .modal-header{display:flex;align-items:center;justify-content:space-between;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#1a73e805,#4285f403)}.apikeys-page .modal-header h2{margin:0;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:#1a1a1a}.apikeys-page .modal-header .btn-close{background:none;border:none;padding:.5rem;cursor:pointer;color:#666;border-radius:.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.apikeys-page .modal-header .btn-close:hover{background:#1a73e814;color:#1a73e8;transform:scale(1.05)}.apikeys-page .modal-body{padding:clamp(1.5rem,3vw,2rem)}.apikeys-page .modal-body .form-group{margin-bottom:clamp(1.25rem,2.5vw,1.75rem)}.apikeys-page .modal-body .form-group:last-child{margin-bottom:0}.apikeys-page .modal-body .form-group label{display:block;margin-bottom:.75rem;font-size:clamp(.875rem,1.2vw,1rem);font-weight:600;color:#1a1a1a}.apikeys-page .modal-body .form-group .field-hint{font-size:clamp(.75rem,1vw,.875rem);color:#666;margin-top:.5rem;line-height:1.4}.apikeys-page .modal-body .form-group input,.apikeys-page .modal-body .form-group select{width:100%;padding:clamp(.875rem,1.5vw,1.125rem);border:1px solid rgba(26,115,232,.15);border-radius:.5rem;font-size:clamp(.875rem,1.2vw,1rem);background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.apikeys-page .modal-body .form-group input:focus,.apikeys-page .modal-body .form-group select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a;background:#fff}.apikeys-page .modal-body .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;cursor:pointer}.apikeys-page .modal-body .checkbox-group{display:flex;flex-direction:column;gap:.875rem}.apikeys-page .modal-body .checkbox-item{display:flex;align-items:center;padding:.75rem;border-radius:.5rem;background:#1a73e805;border:1px solid rgba(26,115,232,.08);transition:all .3s ease}.apikeys-page .modal-body .checkbox-item:hover{background:#1a73e80a;border-color:#1a73e81f}.apikeys-page .modal-body .checkbox-item input{width:auto;margin-right:.75rem;accent-color:#1a73e8}.apikeys-page .modal-body .checkbox-item label{margin:0;font-weight:500;cursor:pointer;flex:1}.apikeys-page .modal-body .success-icon{display:flex;justify-content:center;margin:clamp(1rem,2vw,1.5rem) 0}.apikeys-page .modal-body .success-message{text-align:center;font-size:clamp(1rem,1.5vw,1.125rem);margin-bottom:clamp(1.5rem,3vw,2rem);color:#1a1a1a;line-height:1.5}.apikeys-page .modal-body .new-key-display{background:linear-gradient(135deg,#1a73e808,#4285f405);border-radius:.5rem;padding:clamp(1.25rem,2.5vw,1.75rem);margin-top:clamp(1.5rem,3vw,2rem);border:1px solid rgba(26,115,232,.08)}.apikeys-page .modal-body .new-key-display .key-warning{color:#ff9800;font-size:clamp(.75rem,1vw,.875rem);margin-bottom:clamp(1rem,2vw,1.5rem);text-align:center;font-weight:600;padding:.75rem;background:#ff98001a;border-radius:.375rem;border:1px solid rgba(255,152,0,.2)}.apikeys-page .modal-body .new-key-display .key-value-container{display:flex;align-items:center;justify-content:space-between;background:#ffffffe6;border:1px solid rgba(26,115,232,.12);border-radius:.5rem;padding:clamp(1rem,2vw,1.25rem);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.apikeys-page .modal-body .new-key-display .key-value-container code{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:clamp(.875rem,1.2vw,1rem);color:#1a1a1a;flex:1;margin-right:1rem;word-break:break-all}.apikeys-page .modal-body .new-key-display .key-value-container .btn-copy{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border:none;border-radius:.375rem;padding:.625rem 1rem;font-size:clamp(.75rem,1vw,.875rem);font-weight:600;cursor:pointer;transition:all .3s ease;flex-shrink:0}.apikeys-page .modal-body .new-key-display .key-value-container .btn-copy:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1a73e840}.apikeys-page .modal-footer{display:flex;justify-content:flex-end;gap:clamp(.75rem,1.5vw,1rem);padding:clamp(1.25rem,2.5vw,1.75rem) clamp(1.5rem,3vw,2rem);border-top:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#f8fafc80,#ffffff4d)}.apikeys-page .modal-footer .btn-secondary{background:#ffffffe6;border:1px solid rgba(26,115,232,.15);color:#1a1a1a;border-radius:.5rem;padding:clamp(.75rem,1.5vw,1rem) clamp(1.5rem,3vw,2rem);font-weight:600;font-size:clamp(.875rem,1.2vw,1rem);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.apikeys-page .modal-footer .btn-secondary:hover{background:#1a73e80d;border-color:#1a73e833;transform:translateY(-1px)}.apikeys-page .modal-footer .btn-primary{background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border:none;border-radius:.5rem;padding:clamp(.75rem,1.5vw,1rem) clamp(1.5rem,3vw,2rem);font-weight:600;font-size:clamp(.875rem,1.2vw,1rem);cursor:pointer;transition:all .3s ease}.apikeys-page .modal-footer .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1a73e859}.apikeys-page .modal-footer .btn-primary:disabled{background:#1a73e866;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 992px){.apikeys-page .apikeys-content{margin:clamp(1rem,2vw,1.5rem)}}@media (max-width: 768px){.apikeys-page .apikeys-content{margin:1rem}.apikeys-page .apikeys-table th:nth-child(3),.apikeys-page .apikeys-table td:nth-child(3),.apikeys-page .apikeys-table th:nth-child(4),.apikeys-page .apikeys-table td:nth-child(4),.apikeys-page .apikeys-table th:nth-child(7),.apikeys-page .apikeys-table td:nth-child(7){display:none}.apikeys-page .modal-content{margin:1rem;max-width:calc(100vw - 2rem)}}.btn-create-key:focus,.btn-icon:focus,.btn-primary:focus,.btn-secondary:focus,input:focus,select:focus{outline:2px solid #1a73e8;outline-offset:2px}.aws-create{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#16191f;max-width:1100px}.aws-create .aws-breadcrumb{display:flex;align-items:center;gap:.375rem;padding:.75rem 0;font-size:.8125rem;margin-bottom:.25rem}.aws-create .aws-breadcrumb .aws-breadcrumb-link{background:none;border:none;color:#0972d3;cursor:pointer;font-size:inherit;padding:0;font-weight:400}.aws-create .aws-breadcrumb .aws-breadcrumb-link:hover{text-decoration:underline;color:#033160}.aws-create .aws-breadcrumb .aws-breadcrumb-sep{color:#687078}.aws-create .aws-breadcrumb .aws-breadcrumb-current{color:#16191f;font-weight:600}.aws-create-header{margin-bottom:1.25rem}.aws-create-header h1{font-size:1.5rem;font-weight:700;color:#16191f;margin:0 0 .375rem}.aws-create-header p{font-size:.875rem;color:#687078;margin:0;line-height:1.5}.aws-steps{display:flex;align-items:center;gap:0;margin-bottom:1.5rem;padding:1rem 1.25rem;background:#fff;border:1px solid #e9ebed;border-radius:12px}.aws-steps .aws-step{display:flex;align-items:center;gap:.5rem}.aws-steps .aws-step .aws-step-number{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid #c6c6cd;color:#687078;background:#fff;transition:all .2s ease}.aws-steps .aws-step .aws-step-label{font-size:.8125rem;font-weight:500;color:#687078}.aws-steps .aws-step.active .aws-step-number{border-color:#0972d3;background:#0972d3;color:#fff}.aws-steps .aws-step.active .aws-step-label{color:#16191f;font-weight:600}.aws-steps .aws-step.completed .aws-step-number{border-color:#037f0c;background:#037f0c;color:#fff}.aws-steps .aws-step.completed .aws-step-label{color:#037f0c;font-weight:600}.aws-steps .aws-step-line{flex:0 0 60px;height:2px;background:#e9ebed;margin:0 1rem}.aws-create .aws-card{background:#fff;border:1px solid #e9ebed;border-radius:12px;overflow:hidden}.aws-create .aws-card .aws-card-header{padding:1rem 1.25rem;border-bottom:1px solid #e9ebed;background:#fafafa}.aws-create .aws-card .aws-card-header h2{font-size:1rem;font-weight:700;color:#16191f;margin:0}.aws-create .aws-card .aws-card-body{padding:1.5rem 1.25rem}.aws-form-group{margin-bottom:1.5rem}.aws-form-group label{display:block;font-size:.8125rem;font-weight:600;color:#16191f;margin-bottom:.5rem}.aws-form-group .aws-input{width:100%;padding:.625rem .875rem;border:1px solid #c6c6cd;border-radius:8px;font-size:.875rem;color:#16191f;background:#fff;transition:all .15s ease;font-family:inherit}.aws-form-group .aws-input:focus{outline:none;border-color:#0972d3;box-shadow:0 0 0 3px #0972d326}.aws-form-group .aws-input::placeholder{color:#8d9096}.aws-form-group .aws-form-hint{display:block;font-size:.75rem;color:#687078;margin-top:.5rem}.aws-suggestions .aws-suggestions-label{font-size:.75rem;color:#687078;font-weight:500;margin-bottom:.625rem;display:block}.aws-suggestions .aws-suggestion-chips{display:flex;flex-wrap:wrap;gap:.375rem}.aws-suggestions .aws-chip{padding:.375rem .875rem;border:1px solid #c6c6cd;border-radius:20px;background:#fff;color:#16191f;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.aws-suggestions .aws-chip:hover{border-color:#0972d3;color:#0972d3;background:#f2f8fd}.aws-suggestions .aws-chip.active{border-color:#0972d3;background:#0972d3;color:#fff}.aws-form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e9ebed}.aws-create .aws-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:1px solid transparent;font-family:inherit}.aws-create .aws-btn.aws-btn-primary{background:#0972d3;color:#fff;border-color:#0972d3}.aws-create .aws-btn.aws-btn-primary:hover:not(:disabled){background:#033160;border-color:#033160}.aws-create .aws-btn.aws-btn-primary:disabled{opacity:.5;cursor:not-allowed}.aws-create .aws-btn.aws-btn-outline{background:#fff;color:#16191f;border-color:#c6c6cd}.aws-create .aws-btn.aws-btn-outline:hover{background:#f2f3f3;border-color:#8d9096}.aws-btn-text{background:none;border:none;color:#0972d3;font-size:.8125rem;font-weight:500;cursor:pointer;padding:0;font-family:inherit}.aws-btn-text:hover{text-decoration:underline;color:#033160}.aws-key-name-bar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f2f8fd;border:1px solid #d3e5f6;border-radius:8px;margin-bottom:1.25rem;font-size:.8125rem}.aws-key-name-bar .aws-key-name-label{color:#687078;font-weight:500}.aws-key-name-bar strong{color:#16191f}.aws-category-filter{display:flex;gap:.375rem;margin-bottom:1.25rem}.aws-category-filter .aws-category-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1px solid #c6c6cd;border-radius:8px;background:#fff;color:#16191f;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.aws-category-filter .aws-category-btn .aws-category-count{font-size:.6875rem;font-weight:600;background:#f2f3f3;color:#687078;padding:.0625rem .375rem;border-radius:10px}.aws-category-filter .aws-category-btn:hover{border-color:#0972d3;color:#0972d3}.aws-category-filter .aws-category-btn.active{background:#0972d3;color:#fff;border-color:#0972d3}.aws-category-filter .aws-category-btn.active .aws-category-count{background:#fff3;color:#fff}.aws-services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:1rem;margin-bottom:1.5rem}@media (max-width: 768px){.aws-services-grid{grid-template-columns:1fr}}.aws-service-card{background:#fff;border-radius:12px;border:1px solid #e9ebed;overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s ease,box-shadow .15s ease}.aws-service-card:hover{border-color:#c6c6cd;box-shadow:0 2px 8px #0000000f}.aws-service-card.selected{border-color:#0972d3;box-shadow:0 0 0 1px #0972d3}.aws-service-card .aws-scard-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.aws-service-card .aws-scard-body .aws-scard-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}.aws-service-card .aws-scard-body .aws-scard-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f2f3f3}.aws-service-card .aws-scard-body .aws-scard-icon svg{width:22px;height:22px}.aws-service-card .aws-scard-body .aws-scard-check svg{color:#037f0c;width:20px;height:20px}.aws-service-card .aws-scard-body .aws-scard-title{font-size:1rem;font-weight:700;color:#16191f;margin:0 0 .25rem}.aws-service-card .aws-scard-body .aws-scard-category{display:inline-block;font-size:.6875rem;font-weight:500;color:#687078;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.5rem}.aws-service-card .aws-scard-body .aws-scard-summary{font-size:.8125rem;color:#414750;line-height:1.5;margin:0 0 1rem;flex:1}.aws-service-card .aws-scard-body .aws-scard-endpoint{display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem}.aws-service-card .aws-scard-body .aws-scard-endpoint .aws-scard-method{font-size:.625rem;font-weight:700;color:#0972d3;background:#f2f8fd;padding:.125rem .375rem;border-radius:3px;letter-spacing:.3px}.aws-service-card .aws-scard-body .aws-scard-endpoint code{font-size:.75rem;color:#687078;font-family:SF Mono,Monaco,Inconsolata,monospace}.aws-service-card .aws-scard-body .aws-scard-meta{font-size:.75rem;color:#8d9096}.aws-service-card .aws-scard-actions{display:flex;border-top:1px solid #e9ebed}.aws-service-card .aws-scard-actions .aws-scard-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem;border:none;background:none;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.aws-service-card .aws-scard-actions .aws-scard-btn svg{width:16px;height:16px}.aws-service-card .aws-scard-actions .aws-scard-btn.view{color:#687078;border-right:1px solid #e9ebed}.aws-service-card .aws-scard-actions .aws-scard-btn.view:hover{color:#16191f;background:#fafafa}.aws-service-card .aws-scard-actions .aws-scard-btn.include{color:#0972d3}.aws-service-card .aws-scard-actions .aws-scard-btn.include:hover{background:#f2f8fd}.aws-service-card .aws-scard-actions .aws-scard-btn.include.included{color:#037f0c}.aws-service-card .aws-scard-actions .aws-scard-btn.include.included:hover{background:#f2fcf3}.aws-summary-bar{background:#fff;border:1px solid #e9ebed;border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:sticky;bottom:1rem;z-index:10;box-shadow:0 -2px 12px #0000000f}.aws-summary-bar .aws-summary-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;flex:1}.aws-summary-bar .aws-summary-left .aws-summary-count{font-size:.8125rem;color:#414750;white-space:nowrap}.aws-summary-bar .aws-selected-tags{display:flex;flex-wrap:wrap;gap:.25rem}.aws-summary-bar .aws-selected-tags .aws-selected-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.1875rem .5rem;background:#f2f8fd;border:1px solid #d3e5f6;border-radius:4px;font-size:.6875rem;font-weight:500;color:#0972d3}.aws-summary-bar .aws-selected-tags .aws-selected-tag .aws-tag-remove{background:none;border:none;padding:0;cursor:pointer;color:#0972d3;opacity:.6;display:flex;align-items:center}.aws-summary-bar .aws-selected-tags .aws-selected-tag .aws-tag-remove:hover{opacity:1}.aws-summary-bar .aws-selected-tags .aws-selected-tag .aws-tag-remove svg{width:12px;height:12px}.aws-summary-bar .aws-summary-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}@media (max-width: 768px){.aws-summary-bar{flex-direction:column;align-items:stretch}.aws-summary-bar .aws-summary-actions{justify-content:flex-end}}.aws-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:awsSpin .6s linear infinite;display:inline-block}@keyframes awsSpin{to{transform:rotate(360deg)}}.aws-create .aws-btn-copy{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1px solid #c6c6cd;border-radius:6px;background:#fff;color:#687078;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.aws-create .aws-btn-copy svg{width:14px;height:14px}.aws-create .aws-btn-copy:hover{border-color:#0972d3;color:#0972d3;background:#f2f8fd}.aws-create .aws-btn-copy.copied{border-color:#037f0c;color:#037f0c;background:#f2fcf3}.aws-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.aws-modal{background:#fff;border-radius:16px;max-width:480px;width:100%;overflow:hidden;box-shadow:0 20px 40px #00000026}.aws-modal .aws-modal-header{text-align:center;padding:2rem 2rem 1rem}.aws-modal .aws-modal-header .aws-modal-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.aws-modal .aws-modal-header .aws-modal-icon.success{background:#f2fcf3}.aws-modal .aws-modal-header .aws-modal-icon.success svg{width:32px;height:32px;color:#037f0c}.aws-modal .aws-modal-header h2{font-size:1.25rem;font-weight:700;color:#16191f;margin:0 0 .375rem}.aws-modal .aws-modal-header p{font-size:.875rem;color:#687078;margin:0}.aws-modal .aws-modal-body{padding:0 2rem}.aws-modal .aws-modal-body .aws-modal-warning{background:#fef8f0;border:1px solid #f5deb3;border-radius:8px;padding:.75rem 1rem;font-size:.8125rem;color:#8a6d3b;text-align:center;font-weight:500;margin-bottom:1rem}.aws-modal .aws-modal-body .aws-key-display{display:flex;align-items:center;gap:.75rem;background:#fafafa;border:1px solid #e9ebed;border-radius:8px;padding:.875rem 1rem}.aws-modal .aws-modal-body .aws-key-display code{flex:1;font-family:SF Mono,Monaco,monospace;font-size:.8125rem;word-break:break-all;color:#16191f}.aws-modal .aws-modal-footer{padding:1.5rem 2rem 2rem;display:flex;justify-content:center}@media (max-width: 768px){.aws-create-header h1{font-size:1.25rem}.aws-steps{flex-wrap:wrap;gap:.5rem}.aws-steps .aws-step-line{flex:0 0 30px;margin:0 .5rem}.aws-create .aws-card .aws-card-body{padding:1rem}}.aws-profile{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#16191f;min-height:100vh}.aws-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2rem}.aws-not-found h2{font-size:1.25rem;font-weight:700;color:#16191f;margin-bottom:.5rem}.aws-not-found p{color:#687078;margin-bottom:1.5rem;font-size:.875rem}.aws-breadcrumb{display:flex;align-items:center;gap:.375rem;padding:.75rem 0;font-size:.8125rem;margin-bottom:.25rem}.aws-breadcrumb .aws-breadcrumb-link{background:none;border:none;color:#0972d3;cursor:pointer;font-size:inherit;padding:0;font-weight:400}.aws-breadcrumb .aws-breadcrumb-link:hover{text-decoration:underline;color:#033160}.aws-breadcrumb .aws-breadcrumb-sep{color:#687078}.aws-breadcrumb .aws-breadcrumb-current{color:#16191f;font-weight:600}.aws-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #e9ebed;margin-bottom:1rem}.aws-page-header .aws-header-left{display:flex;align-items:flex-start;gap:1rem}.aws-page-header .aws-service-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f2f3f3;flex-shrink:0;margin-top:2px}.aws-page-header .aws-service-icon svg{width:24px;height:24px}.aws-page-header .aws-header-text h1{font-size:1.5rem;font-weight:700;color:#16191f;margin:0 0 .375rem;line-height:1.3}.aws-page-header .aws-header-text .aws-header-summary{font-size:.875rem;color:#687078;line-height:1.5;margin:0;max-width:560px}.aws-page-header .aws-header-actions{display:flex;gap:.5rem;flex-shrink:0}@media (max-width: 768px){.aws-page-header{flex-direction:column}.aws-page-header .aws-header-actions{width:100%}.aws-page-header .aws-header-actions .aws-btn{flex:1}}.aws-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:1px solid transparent;text-decoration:none;white-space:nowrap}.aws-btn.aws-btn-primary{background:#0972d3;color:#fff;border-color:#0972d3}.aws-btn.aws-btn-primary:hover{background:#033160;border-color:#033160}.aws-btn.aws-btn-outline{background:#fff;color:#16191f;border-color:#c6c6cd}.aws-btn.aws-btn-outline:hover{background:#f2f3f3;border-color:#8d9096}.aws-btn.aws-btn-full{width:100%}.aws-detail-bar{display:flex;align-items:center;flex-wrap:wrap;gap:0;background:#fff;border:1px solid #e9ebed;border-radius:12px;padding:.75rem 1.25rem;margin-bottom:1.25rem}.aws-detail-bar .aws-detail-item{display:flex;align-items:center;gap:.5rem;padding:.25rem 1rem}.aws-detail-bar .aws-detail-divider{width:1px;height:24px;background:#e9ebed}.aws-detail-bar .aws-detail-label{font-size:.75rem;color:#687078;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.aws-detail-bar .aws-detail-value{font-size:.8125rem;color:#16191f;font-weight:600;display:flex;align-items:center;gap:.25rem}.aws-detail-bar .aws-detail-value svg{width:14px;height:14px;color:#687078}.aws-detail-bar .aws-detail-code{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.75rem;color:#0972d3;background:#f2f8fd;padding:.125rem .5rem;border-radius:4px;font-weight:500}@media (max-width: 768px){.aws-detail-bar{flex-direction:column;align-items:flex-start;gap:.5rem}.aws-detail-bar .aws-detail-divider{display:none}.aws-detail-bar .aws-detail-item{padding:.25rem 0}}.aws-method-badge{display:inline-flex;align-items:center;background:#0972d3;color:#fff;font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:4px;letter-spacing:.5px;text-transform:uppercase}.aws-method-badge.small{font-size:.625rem;padding:.0625rem .375rem}.aws-content-grid{display:grid;grid-template-columns:1fr 300px;gap:1.25rem;align-items:start}@media (max-width: 1024px){.aws-content-grid{grid-template-columns:1fr}}.aws-main-col{display:flex;flex-direction:column;gap:1.25rem}.aws-sidebar-col{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:80px}.aws-card{background:#fff;border:1px solid #e9ebed;border-radius:12px;overflow:hidden}.aws-card .aws-card-header{padding:1rem 1.25rem;border-bottom:1px solid #e9ebed;display:flex;align-items:center;justify-content:space-between;background:#fafafa}.aws-card .aws-card-header h2{font-size:1rem;font-weight:700;color:#16191f;margin:0;display:flex;align-items:center;gap:.5rem}.aws-card .aws-card-header h2 svg{width:18px;height:18px;color:#0972d3}.aws-card .aws-card-body{padding:1.25rem}.aws-card .aws-card-body.aws-card-body-flush{padding:0}.aws-description{font-size:.875rem;color:#414750;line-height:1.7;margin:0 0 1.5rem}.aws-features h3{font-size:.875rem;font-weight:700;color:#16191f;margin:0 0 .75rem}.aws-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.aws-feature-list li{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:#414750;padding:.5rem .75rem;background:#fafafa;border-radius:6px;border:1px solid #f2f3f3}.aws-feature-list li .aws-check-icon{color:#037f0c;flex-shrink:0}.aws-table{width:100%;border-collapse:collapse}.aws-table thead tr{background:#fafafa;border-bottom:1px solid #e9ebed}.aws-table thead th{font-size:.6875rem;font-weight:600;color:#687078;text-transform:uppercase;letter-spacing:.5px;padding:.625rem 1rem;text-align:left}.aws-table tbody tr{border-bottom:1px solid #f2f3f3;transition:background .1s ease}.aws-table tbody tr:last-child{border-bottom:none}.aws-table tbody tr:hover{background:#fafafa}.aws-table tbody td{padding:.75rem 1rem;font-size:.8125rem;color:#414750;vertical-align:middle}.aws-table .aws-param-name{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.8125rem;color:#0972d3;font-weight:600;background:none;padding:0}.aws-table .aws-param-type{font-size:.75rem;color:#687078;background:#f2f3f3;padding:.125rem .5rem;border-radius:4px;font-weight:500}.aws-table .aws-required-badge{font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:4px}.aws-table .aws-required-badge.required{color:#d91515;background:#fff7f7}.aws-table .aws-required-badge.optional{color:#687078;background:#f2f3f3}.aws-table .aws-param-desc{line-height:1.4}@media (max-width: 768px){.aws-table thead{display:none}.aws-table tbody tr{display:flex;flex-direction:column;padding:.75rem 1rem;gap:.25rem}.aws-table tbody td{padding:.125rem 0}}.aws-code-tabs{display:flex;gap:0;border-bottom:1px solid #e9ebed;background:#fafafa;padding:0 .5rem}.aws-code-tabs .aws-code-tab{padding:.625rem 1.25rem;border:none;background:none;color:#687078;font-size:.8125rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s ease}.aws-code-tabs .aws-code-tab:hover{color:#0972d3}.aws-code-tabs .aws-code-tab.active{color:#0972d3;font-weight:600;border-bottom-color:#0972d3}.aws-code-block{background:#0f1b2d;overflow-x:auto}.aws-code-block pre{margin:0;padding:1.25rem}.aws-code-block pre code{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.8rem;line-height:1.65;color:#d1d5db;white-space:pre}.aws-response-status{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.05);background:#0f1b2d;font-size:.8125rem;font-weight:600;color:#037f0c}.aws-response-status .aws-status-dot{width:8px;height:8px;background:#037f0c;border-radius:50%}.aws-btn-copy{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1px solid #c6c6cd;border-radius:6px;background:#fff;color:#687078;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.aws-btn-copy svg{width:14px;height:14px}.aws-btn-copy:hover{border-color:#0972d3;color:#0972d3;background:#f2f8fd}.aws-btn-copy.copied{border-color:#037f0c;color:#037f0c;background:#f2fcf3}.aws-sidebar-card .aws-card-body{padding:0}.aws-info-dl{margin:0}.aws-info-dl .aws-info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;border-bottom:1px solid #f2f3f3}.aws-info-dl .aws-info-row:last-child{border-bottom:none}.aws-info-dl .aws-info-row dt{font-size:.8125rem;color:#687078;font-weight:500}.aws-info-dl .aws-info-row dd{margin:0;font-size:.8125rem;color:#16191f;font-weight:600;text-align:right}.aws-info-dl .aws-info-row dd code{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.75rem;color:#0972d3;background:#f2f8fd;padding:.125rem .5rem;border-radius:4px}.aws-cta-card .aws-card-body{padding:1.25rem}.aws-cta-card h3{font-size:.9375rem;font-weight:700;color:#16191f;margin:0 0 .5rem}.aws-cta-card p{font-size:.8125rem;color:#687078;line-height:1.5;margin:0 0 1rem}.aws-cta-card .aws-btn+.aws-btn{margin-top:.5rem}@media (max-width: 768px){.aws-profile{padding:0}.aws-page-header{padding-bottom:1rem}.aws-page-header .aws-header-text h1{font-size:1.25rem}.aws-card .aws-card-header{padding:.75rem 1rem}.aws-card .aws-card-body{padding:1rem}}.usage-page{min-height:100vh;background:#f2f3f3;color:#16191f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.usage-page .usage-hero{position:relative;margin:clamp(1rem,2vw,1.5rem);padding:clamp(2rem,4vw,2.75rem) clamp(2rem,4vw,3rem);border-radius:1rem;overflow:hidden;min-height:0}.usage-page .usage-hero .hero-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#0a1628,#0d2847 35%,#1a3a5c 60%,#0f2b4a)}.usage-page .usage-hero .hero-gradient-bg .hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.07;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px}.usage-page .usage-hero .hero-gradient-bg .hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 20% 50%,rgba(26,115,232,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(66,133,244,.1) 0%,transparent 50%)}.usage-page .usage-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a73e8,#4285f4,#1a73e8);z-index:2;border-radius:1rem 1rem 0 0}.usage-page .usage-hero .hero-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;gap:clamp(2rem,4vw,3rem)}.usage-page .usage-hero .hero-text{flex:1;min-width:0}.usage-page .usage-hero .hero-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.usage-page .usage-hero .hero-breadcrumb .breadcrumb-label{font-size:.75rem;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em}.usage-page .usage-hero .hero-breadcrumb svg{color:#ffffff4d}.usage-page .usage-hero .hero-breadcrumb .breadcrumb-current{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em}.usage-page .usage-hero .hero-title{font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.15;letter-spacing:-.025em}.usage-page .usage-hero .hero-title .hero-title-accent{color:#6eb5ff;font-weight:800}.usage-page .usage-hero .hero-subtitle{font-size:clamp(.8125rem,1.3vw,.9375rem);color:#ffffff8c;margin:0;line-height:1.55;max-width:440px;font-weight:400}.usage-page .usage-hero .hero-stats{display:flex;align-items:stretch;gap:.75rem;flex-shrink:0}.usage-page .usage-hero .hero-stat-card{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s ease;min-width:140px}.usage-page .usage-hero .hero-stat-card:hover{background:#ffffff1a;border-color:#ffffff24}.usage-page .usage-hero .hero-stat-card .stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:#1a73e833;color:#6eb5ff;flex-shrink:0}.usage-page .usage-hero .hero-stat-card .stat-info{display:flex;flex-direction:column}.usage-page .usage-hero .hero-stat-card .stat-value{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.01em}.usage-page .usage-hero .hero-stat-card .stat-label{font-size:.6875rem;color:#ffffff73;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;white-space:nowrap}@media (max-width: 992px){.usage-page .usage-hero .hero-content{flex-direction:column;align-items:flex-start}.usage-page .usage-hero .hero-stats{width:100%}.usage-page .usage-hero .hero-stat-card{flex:1}}@media (max-width: 768px){.usage-page .usage-hero{margin:1rem;padding:1.75rem 1.5rem}.usage-page .usage-hero .hero-stats{flex-direction:column;gap:.5rem}.usage-page .usage-hero .hero-stat-card{min-width:0}}.usage-page .usage-actions-bar{margin:20px 24px;background:#fff;border:1px solid #d5dbdb;border-radius:8px}.usage-page .usage-actions-bar .actions-content{display:flex;justify-content:space-between;align-items:center;padding:14px 20px}@media (max-width: 992px){.usage-page .usage-actions-bar .actions-content{flex-direction:column;gap:12px;align-items:stretch}}.usage-page .usage-actions-bar .time-range-selector{position:relative;display:flex;align-items:center}.usage-page .usage-actions-bar .time-range-selector svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#687078;z-index:1;width:18px;height:18px}.usage-page .usage-actions-bar .time-range-selector select{background:#fff;border:1px solid #d5dbdb;border-radius:4px;padding:8px 36px;font-size:13px;font-weight:500;min-width:180px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;color:#16191f;transition:border-color .15s ease;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:1.25em 1.25em}.usage-page .usage-actions-bar .time-range-selector select:focus{outline:none;border-color:#0972d3;box-shadow:0 0 0 1px #0972d3}.usage-page .usage-actions-bar .action-buttons{display:flex;gap:8px}@media (max-width: 992px){.usage-page .usage-actions-bar .action-buttons{justify-content:center}}.usage-page .usage-actions-bar .btn-refresh,.usage-page .usage-actions-bar .btn-download{display:flex;align-items:center;gap:6px;border-radius:4px;padding:8px 16px;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s ease;border:1px solid transparent;font-family:inherit}.usage-page .usage-actions-bar .btn-refresh svg,.usage-page .usage-actions-bar .btn-download svg{width:16px;height:16px}.usage-page .usage-actions-bar .btn-refresh{background:#0972d3;color:#fff;border-color:#0972d3}.usage-page .usage-actions-bar .btn-refresh:hover{background:#075dac}.usage-page .usage-actions-bar .btn-refresh .loading-dot{width:5px;height:5px;background:#fff;border-radius:50%;margin-left:4px;animation:awsPulse 1.5s ease-in-out infinite}.usage-page .usage-actions-bar .btn-download{background:#fff;border-color:#d5dbdb;color:#16191f}.usage-page .usage-actions-bar .btn-download:hover{background:#fafafa;border-color:#aab7b8}.usage-page .usage-content{margin:0 24px 24px;display:grid;gap:16px}.usage-page .usage-card{background:#fff;border:1px solid #d5dbdb;border-radius:8px;overflow:hidden}.usage-page .usage-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e9ecef;cursor:pointer}.usage-page .usage-card .card-header:hover{background:#fafafa}.usage-page .usage-card .card-header h2{margin:0;font-size:16px;font-weight:700;color:#16191f}.usage-page .usage-card .card-header .btn-expand{background:none;border:none;padding:4px;cursor:pointer;color:#687078;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.usage-page .usage-card .card-header .btn-expand:hover{color:#16191f}.usage-page .usage-card .card-header .btn-expand.expanded{transform:rotate(180deg)}.usage-page .usage-card .card-content{overflow:hidden}.usage-page .credits-overview .credits-summary{padding:20px}.usage-page .credits-overview .credits-summary .credits-meter{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center}@media (max-width: 992px){.usage-page .credits-overview .credits-summary .credits-meter{grid-template-columns:1fr;text-align:center;gap:20px}}.usage-page .credits-overview .credits-summary .credits-meter .meter-visual{position:relative;display:flex;align-items:center;justify-content:center}.usage-page .credits-overview .credits-summary .credits-meter .meter-visual .meter-content{position:absolute;text-align:center}.usage-page .credits-overview .credits-summary .credits-meter .meter-visual .meter-content .meter-percentage{font-size:28px;font-weight:700;color:#0972d3;line-height:1}.usage-page .credits-overview .credits-summary .credits-meter .meter-visual .meter-content .meter-label{font-size:13px;color:#687078;font-weight:500;margin-top:4px}.usage-page .credits-overview .credits-summary .credits-meter .meter-details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 768px){.usage-page .credits-overview .credits-summary .credits-meter .meter-details{grid-template-columns:1fr}}.usage-page .credits-overview .credits-summary .credits-meter .meter-details .meter-detail{padding:14px;background:#fafafa;border-radius:6px;border:1px solid #e9ecef}.usage-page .credits-overview .credits-summary .credits-meter .meter-details .meter-detail .detail-label{font-size:12px;color:#687078;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px}.usage-page .credits-overview .credits-summary .credits-meter .meter-details .meter-detail .detail-value{font-size:18px;font-weight:700;color:#16191f}.usage-page .credits-overview .credits-history{padding:0 20px 20px;border-top:1px solid #e9ecef}.usage-page .credits-overview .credits-history h3{margin:16px 0 12px;font-size:14px;font-weight:700;color:#16191f}.usage-page .requests-overview .requests-summary{padding:20px}.usage-page .requests-overview .requests-summary .summary-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.usage-page .requests-overview .requests-summary .summary-metrics .metric-card{display:flex;align-items:center;gap:14px;padding:16px;background:#fafafa;border-radius:6px;border:1px solid #e9ecef}.usage-page .requests-overview .requests-summary .summary-metrics .metric-card .metric-icon{width:44px;height:44px;border-radius:6px;background:#fff;border:1px solid #e9ecef;display:flex;align-items:center;justify-content:center;flex-shrink:0}.usage-page .requests-overview .requests-summary .summary-metrics .metric-card .metric-content .metric-value{font-size:22px;font-weight:700;color:#16191f;line-height:1;margin-bottom:4px}.usage-page .requests-overview .requests-summary .summary-metrics .metric-card .metric-content .metric-label{font-size:13px;color:#687078;font-weight:500}.usage-page .requests-overview .requests-history{padding:0 20px 20px;border-top:1px solid #e9ecef}.usage-page .requests-overview .requests-history h3{margin:16px 0 12px;font-size:14px;font-weight:700;color:#16191f}.usage-page .model-usage .models-table-container{padding:20px;overflow-x:auto}.usage-page .model-usage .models-table-container .models-table{width:100%;border-collapse:collapse}.usage-page .model-usage .models-table-container .models-table th,.usage-page .model-usage .models-table-container .models-table td{padding:10px 14px;text-align:left;border-bottom:1px solid #e9ecef}.usage-page .model-usage .models-table-container .models-table th{font-weight:600;color:#687078;font-size:12px;text-transform:uppercase;letter-spacing:.03em;background:#fafafa}.usage-page .model-usage .models-table-container .models-table td{font-size:13px;color:#16191f}.usage-page .model-usage .models-table-container .models-table tbody tr:hover{background:#fafafa}.usage-page .model-usage .models-table-container .models-table .success-rate-indicator{display:flex;align-items:center;gap:8px}.usage-page .model-usage .models-table-container .models-table .success-rate-indicator .rate-bar{flex:1;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden}.usage-page .model-usage .models-table-container .models-table .success-rate-indicator .rate-bar .rate-fill{height:100%;background:#0972d3;border-radius:3px;transition:width .3s ease}.usage-page .model-usage .models-table-container .models-table .success-rate-indicator span{font-weight:600;color:#16191f;min-width:36px;font-size:12px}.usage-page .model-usage .models-distribution{padding:0 20px 20px;border-top:1px solid #e9ecef}.usage-page .model-usage .models-distribution h3{margin:16px 0 12px;font-size:14px;font-weight:700;color:#16191f}.usage-page .model-usage .models-distribution .distribution-chart{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center}@media (max-width: 992px){.usage-page .model-usage .models-distribution .distribution-chart{grid-template-columns:1fr;text-align:center;gap:20px}}.usage-page .model-usage .models-distribution .distribution-chart .donut-chart{position:relative;display:flex;align-items:center;justify-content:center}.usage-page .model-usage .models-distribution .distribution-chart .donut-chart .donut-center{position:absolute;text-align:center}.usage-page .model-usage .models-distribution .distribution-chart .donut-chart .donut-center .center-value{font-size:18px;font-weight:700;color:#16191f;line-height:1}.usage-page .model-usage .models-distribution .distribution-chart .donut-chart .donut-center .center-label{font-size:12px;color:#687078;font-weight:500;margin-top:4px}.usage-page .model-usage .models-distribution .distribution-chart .distribution-legend{display:flex;flex-direction:column;gap:8px}.usage-page .model-usage .models-distribution .distribution-chart .distribution-legend .legend-item{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fafafa;border-radius:4px;border:1px solid #e9ecef}.usage-page .model-usage .models-distribution .distribution-chart .distribution-legend .legend-item .legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.usage-page .model-usage .models-distribution .distribution-chart .distribution-legend .legend-item .legend-label{flex:1;font-weight:500;color:#16191f;font-size:13px}.usage-page .model-usage .models-distribution .distribution-chart .distribution-legend .legend-item .legend-value{font-weight:600;color:#687078;font-size:12px}.usage-page .account-limits .limits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;padding:20px}.usage-page .account-limits .limits-grid .limit-card{display:flex;align-items:center;gap:14px;padding:16px;background:#fafafa;border-radius:6px;border:1px solid #e9ecef}.usage-page .account-limits .limits-grid .limit-card .limit-icon{width:40px;height:40px;border-radius:6px;background:#fff;border:1px solid #e9ecef;display:flex;align-items:center;justify-content:center;flex-shrink:0}.usage-page .account-limits .limits-grid .limit-card .limit-content{flex:1}.usage-page .account-limits .limits-grid .limit-card .limit-content .limit-value{font-size:18px;font-weight:700;color:#16191f;line-height:1;margin-bottom:4px}.usage-page .account-limits .limits-grid .limit-card .limit-content .limit-label{font-size:13px;color:#687078;font-weight:500}.usage-page .account-limits .limits-grid .limit-card .limit-info{color:#687078;cursor:help}.usage-page .account-limits .limits-grid .limit-card .limit-info:hover{color:#0972d3}.usage-page .account-limits .limits-upgrade{padding:20px;border-top:1px solid #e9ecef;text-align:center;background:#fafafa}.usage-page .account-limits .limits-upgrade .upgrade-message{margin-bottom:12px}.usage-page .account-limits .limits-upgrade .upgrade-message h3{margin:0 0 8px;font-size:15px;font-weight:700;color:#16191f}.usage-page .account-limits .limits-upgrade .upgrade-message p{margin:0 auto;color:#545b64;line-height:1.5;max-width:500px;font-size:13px}.usage-page .account-limits .limits-upgrade .btn-upgrade{background:#0972d3;color:#fff;border:1px solid #0972d3;border-radius:4px;padding:8px 20px;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s ease}.usage-page .account-limits .limits-upgrade .btn-upgrade:hover{background:#075dac}.usage-page .history-chart{display:flex;align-items:end;gap:4px;height:180px;padding:12px;background:#fafafa;border-radius:6px;border:1px solid #e9ecef}.usage-page .history-chart.stacked .chart-bar-stacked{display:flex;flex-direction:column;height:100%;justify-content:end}.usage-page .history-chart.stacked .chart-bar-stacked .chart-bar{position:relative;min-height:2px;border-radius:2px 2px 0 0;transition:opacity .15s ease}.usage-page .history-chart.stacked .chart-bar-stacked .chart-bar.success{background:#037f0c}.usage-page .history-chart.stacked .chart-bar-stacked .chart-bar.failed{background:#d13212;border-radius:0 0 2px 2px}.usage-page .history-chart.stacked .chart-bar-stacked .chart-bar .bar-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#16191f;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:10}.usage-page .history-chart.stacked .chart-bar-stacked .chart-bar:hover .bar-tooltip{opacity:1}.usage-page .history-chart .chart-column{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.usage-page .history-chart .chart-column .chart-bar-container{height:140px;width:100%;display:flex;align-items:end;justify-content:center}.usage-page .history-chart .chart-column .chart-bar-container .chart-bar{width:70%;background:#0972d3;border-radius:3px 3px 0 0;position:relative;min-height:2px}.usage-page .history-chart .chart-column .chart-bar-container .chart-bar .bar-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#16191f;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:10}.usage-page .history-chart .chart-column .chart-bar-container .chart-bar:hover{opacity:.85}.usage-page .history-chart .chart-column .chart-bar-container .chart-bar:hover .bar-tooltip{opacity:1}.usage-page .history-chart .chart-column .chart-label{font-size:10px;color:#687078;font-weight:500;text-align:center}.usage-page .loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center}.usage-page .loading-spinner svg{margin-bottom:12px}.usage-page .loading-spinner p{color:#687078;font-size:14px}.usage-page .error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center}.usage-page .error-message h2{margin:0 0 8px;color:#d13212;font-size:16px}.usage-page .error-message p{margin:0 0 16px;color:#687078;font-size:14px}.usage-page .error-message .btn-refresh{display:flex;align-items:center;gap:6px;background:#0972d3;color:#fff;border:1px solid #0972d3;border-radius:4px;padding:8px 16px;font-weight:600;font-size:13px;cursor:pointer}.usage-page .error-message .btn-refresh:hover{background:#075dac}@media (max-width: 992px){.usage-page .usage-hero{margin:16px;padding:16px}.usage-page .usage-hero .hero-content{grid-template-columns:1fr;text-align:center;gap:20px}.usage-page .usage-hero .hero-stats{justify-content:center;flex-wrap:wrap;gap:12px}.usage-page .usage-actions-bar,.usage-page .usage-content{margin:16px}}@media (max-width: 768px){.usage-page .usage-hero{margin:12px;padding:16px}.usage-page .usage-hero .hero-text .hero-title{font-size:clamp(2rem,6vw,2.5rem)}.usage-page .usage-actions-bar,.usage-page .usage-content{margin:12px}.usage-page .credits-meter,.usage-page .distribution-chart{grid-template-columns:1fr!important;text-align:center}.usage-page .limits-grid{grid-template-columns:1fr!important}}.btn-refresh:focus-visible,.btn-download:focus-visible,.btn-expand:focus-visible,.btn-upgrade:focus-visible,select:focus-visible{outline:2px solid #0972d3;outline-offset:2px}.logs-page{min-height:100vh;background:#f2f3f3;color:#16191f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.logs-page .logs-hero{position:relative;margin:clamp(1rem,2vw,1.5rem);padding:clamp(2rem,4vw,2.75rem) clamp(2rem,4vw,3rem);border-radius:1rem;overflow:hidden;min-height:0}.logs-page .logs-hero .hero-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#0a1628,#0d2847 35%,#1a3a5c 60%,#0f2b4a)}.logs-page .logs-hero .hero-gradient-bg .hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.07;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px}.logs-page .logs-hero .hero-gradient-bg .hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 20% 50%,rgba(26,115,232,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(66,133,244,.1) 0%,transparent 50%)}.logs-page .logs-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a73e8,#4285f4,#1a73e8);z-index:2;border-radius:1rem 1rem 0 0}.logs-page .logs-hero .hero-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;gap:clamp(2rem,4vw,3rem)}.logs-page .logs-hero .hero-text{flex:1;min-width:0}.logs-page .logs-hero .hero-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.logs-page .logs-hero .hero-breadcrumb .breadcrumb-label{font-size:.75rem;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em}.logs-page .logs-hero .hero-breadcrumb svg{color:#ffffff4d}.logs-page .logs-hero .hero-breadcrumb .breadcrumb-current{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em}.logs-page .logs-hero .hero-title{font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.15;letter-spacing:-.025em}.logs-page .logs-hero .hero-title .hero-title-accent{color:#6eb5ff;font-weight:800}.logs-page .logs-hero .hero-subtitle{font-size:clamp(.8125rem,1.3vw,.9375rem);color:#ffffff8c;margin:0;line-height:1.55;max-width:440px;font-weight:400}.logs-page .logs-hero .hero-stats{display:flex;align-items:stretch;gap:.75rem;flex-shrink:0}.logs-page .logs-hero .hero-stat-card{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s ease;min-width:140px}.logs-page .logs-hero .hero-stat-card:hover{background:#ffffff1a;border-color:#ffffff24}.logs-page .logs-hero .hero-stat-card .stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:#1a73e833;color:#6eb5ff;flex-shrink:0}.logs-page .logs-hero .hero-stat-card .stat-info{display:flex;flex-direction:column}.logs-page .logs-hero .hero-stat-card .stat-value{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.01em}.logs-page .logs-hero .hero-stat-card .stat-label{font-size:.6875rem;color:#ffffff73;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;white-space:nowrap}@media (max-width: 992px){.logs-page .logs-hero .hero-content{flex-direction:column;align-items:flex-start}.logs-page .logs-hero .hero-stats{width:100%}.logs-page .logs-hero .hero-stat-card{flex:1}}@media (max-width: 768px){.logs-page .logs-hero{margin:1rem;padding:1.75rem 1.5rem}.logs-page .logs-hero .hero-stats{flex-direction:column;gap:.5rem}.logs-page .logs-hero .hero-stat-card{min-width:0}}.logs-page .logs-actions-bar{margin:20px 24px;background:#fff;border:1px solid #d5dbdb;border-radius:8px}.logs-page .logs-actions-bar .actions-content{display:flex;justify-content:space-between;align-items:center;padding:14px 20px}@media (max-width: 992px){.logs-page .logs-actions-bar .actions-content{flex-direction:column;gap:12px;align-items:stretch}}.logs-page .logs-actions-bar .search-box{position:relative;display:flex;align-items:center;flex:1;max-width:380px}@media (max-width: 992px){.logs-page .logs-actions-bar .search-box{max-width:none}}.logs-page .logs-actions-bar .search-box svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#687078;z-index:1;width:16px;height:16px}.logs-page .logs-actions-bar .search-box input{width:100%;background:#fff;border:1px solid #d5dbdb;border-radius:4px;padding:8px 12px 8px 34px;font-size:13px;font-weight:500;color:#16191f;transition:border-color .15s ease}.logs-page .logs-actions-bar .search-box input:focus{outline:none;border-color:#0972d3;box-shadow:0 0 0 1px #0972d3}.logs-page .logs-actions-bar .search-box input::placeholder{color:#687078}.logs-page .logs-actions-bar .action-buttons{display:flex;gap:8px}@media (max-width: 992px){.logs-page .logs-actions-bar .action-buttons{justify-content:center}}.logs-page .logs-actions-bar .btn-filter,.logs-page .logs-actions-bar .btn-refresh{display:flex;align-items:center;gap:6px;border-radius:4px;padding:8px 16px;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s ease;border:1px solid transparent;font-family:inherit}.logs-page .logs-actions-bar .btn-filter svg,.logs-page .logs-actions-bar .btn-refresh svg{width:16px;height:16px}.logs-page .logs-actions-bar .btn-filter{background:#fff;border-color:#d5dbdb;color:#16191f}.logs-page .logs-actions-bar .btn-filter:hover{background:#fafafa;border-color:#aab7b8}.logs-page .logs-actions-bar .btn-filter.has-filters{background:#0972d3;color:#fff;border-color:#0972d3}.logs-page .logs-actions-bar .btn-filter.has-filters:hover{background:#075dac}.logs-page .logs-actions-bar .btn-filter .filter-badge{background:#ffffff40;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-left:2px}.logs-page .logs-actions-bar .btn-refresh{background:#0972d3;color:#fff;border-color:#0972d3}.logs-page .logs-actions-bar .btn-refresh:hover{background:#075dac}.logs-page .logs-actions-bar .btn-refresh .loading-dot{width:5px;height:5px;background:#fff;border-radius:50%;margin-left:4px;animation:awsPulse 1.5s ease-in-out infinite}.logs-page .logs-content{margin:0 24px 24px;background:#fff;border:1px solid #d5dbdb;border-radius:8px;overflow:hidden}.logs-page .logs-table-container{overflow-x:auto}.logs-page .logs-table-container .logs-table{width:100%;border-collapse:collapse}.logs-page .logs-table-container .logs-table th,.logs-page .logs-table-container .logs-table td{padding:10px 14px;text-align:left;border-bottom:1px solid #e9ecef}.logs-page .logs-table-container .logs-table th{font-weight:600;color:#687078;font-size:12px;text-transform:uppercase;letter-spacing:.03em;background:#fafafa;position:sticky;top:0;z-index:1}.logs-page .logs-table-container .logs-table td{font-size:13px;color:#16191f;vertical-align:middle}.logs-page .logs-table-container .logs-table .log-row{cursor:pointer;transition:background .1s ease}.logs-page .logs-table-container .logs-table .log-row:hover{background:#fafafa}.logs-page .logs-table-container .logs-table .log-row.expanded{background:#f2f8fd}.logs-page .logs-table-container .logs-table .status-cell{display:flex;align-items:center;gap:8px}.logs-page .logs-table-container .logs-table .status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600}.logs-page .logs-table-container .logs-table .status-badge.status-success{background:#f2fcf3;color:#037f0c;border:1px solid rgba(3,127,12,.2)}.logs-page .logs-table-container .logs-table .status-badge.status-redirect{background:#f2f8fd;color:#0972d3;border:1px solid rgba(9,114,211,.2)}.logs-page .logs-table-container .logs-table .status-badge.status-client-error{background:#fffbf0;color:#d97706;border:1px solid rgba(217,119,6,.2)}.logs-page .logs-table-container .logs-table .status-badge.status-server-error{background:#fdf3f0;color:#d13212;border:1px solid rgba(209,50,18,.2)}.logs-page .logs-table-container .logs-table .status-badge.status-unknown{background:#f2f3f3;color:#687078;border:1px solid #e9ecef}.logs-page .logs-table-container .logs-table .method-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.logs-page .logs-table-container .logs-table .method-badge.method-get{background:#f2fcf3;color:#037f0c;border:1px solid rgba(3,127,12,.2)}.logs-page .logs-table-container .logs-table .method-badge.method-post{background:#f2f8fd;color:#0972d3;border:1px solid rgba(9,114,211,.2)}.logs-page .logs-table-container .logs-table .method-badge.method-put{background:#fffbf0;color:#d97706;border:1px solid rgba(217,119,6,.2)}.logs-page .logs-table-container .logs-table .method-badge.method-delete{background:#fdf3f0;color:#d13212;border:1px solid rgba(209,50,18,.2)}.logs-page .logs-table-container .logs-table .method-badge.method-patch{background:#f8f0fd;color:#7b2d8e;border:1px solid rgba(123,45,142,.2)}.logs-page .logs-table-container .logs-table .method-badge.method-unknown{background:#f2f3f3;color:#687078;border:1px solid #e9ecef}.logs-page .logs-table-container .logs-table .endpoint-cell .endpoint-name{font-weight:600;color:#16191f;margin-bottom:2px;font-size:13px}.logs-page .logs-table-container .logs-table .endpoint-cell .endpoint-route{font-size:12px;color:#687078;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.logs-page .logs-table-container .logs-table .btn-expand{background:none;border:none;padding:4px;cursor:pointer;color:#687078;border-radius:4px;display:flex;align-items:center;justify-content:center}.logs-page .logs-table-container .logs-table .btn-expand:hover{color:#16191f}.logs-page .logs-table-container .logs-table .empty-row .empty-message{text-align:center;padding:32px;color:#687078}.logs-page .logs-table-container .logs-table .empty-row .empty-message p{margin:0 0 12px;font-size:14px}.logs-page .logs-table-container .logs-table .empty-row .empty-message .btn-clear-filters{background:#0972d3;color:#fff;border:1px solid #0972d3;border-radius:4px;padding:8px 16px;font-weight:600;font-size:13px;cursor:pointer}.logs-page .logs-table-container .logs-table .empty-row .empty-message .btn-clear-filters:hover{background:#075dac}.logs-page .log-detail-row td{padding:0!important;border-bottom:none!important}.logs-page .log-detail{background:#fafafa;border-radius:6px;margin:12px;border:1px solid #e9ecef;overflow:hidden}.logs-page .log-detail .log-detail-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #e9ecef;background:#fff}.logs-page .log-detail .log-detail-header h2{margin:0;font-size:15px;font-weight:700;color:#16191f}.logs-page .log-detail .log-detail-header .btn-close{background:none;border:none;padding:4px;cursor:pointer;color:#687078;border-radius:4px;display:flex;align-items:center;justify-content:center}.logs-page .log-detail .log-detail-header .btn-close:hover{color:#16191f}.logs-page .log-detail .log-detail-content{padding:16px 20px}.logs-page .log-detail .log-detail-content .log-detail-summary{display:grid;gap:12px;margin-bottom:20px}.logs-page .log-detail .log-detail-content .log-detail-summary .log-status,.logs-page .log-detail .log-detail-content .log-detail-summary .log-endpoint{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border-radius:4px;border:1px solid #e9ecef}.logs-page .log-detail .log-detail-content .log-detail-summary .log-message,.logs-page .log-detail .log-detail-content .log-detail-summary .endpoint-route{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;color:#16191f;font-weight:500;font-size:13px}.logs-page .log-detail .log-detail-content .log-detail-summary .log-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px}.logs-page .log-detail .log-detail-content .log-detail-summary .log-meta .meta-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-radius:4px;border:1px solid #e9ecef}.logs-page .log-detail .log-detail-content .log-detail-summary .log-meta .meta-item .meta-label{font-weight:600;color:#687078;font-size:12px}.logs-page .log-detail .log-detail-content .log-detail-summary .log-meta .meta-item .meta-value{font-weight:500;color:#16191f;font-size:13px}.logs-page .log-detail .log-detail-content .log-section{margin-bottom:16px}.logs-page .log-detail .log-detail-content .log-section:last-child{margin-bottom:0}.logs-page .log-detail .log-detail-content .log-section h3{margin:0 0 8px;font-size:14px;font-weight:700;color:#16191f}.logs-page .log-detail .log-detail-content .log-section .code-block{background:#fff;border:1px solid #e9ecef;border-radius:4px;padding:14px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:12px;color:#16191f;overflow-x:auto;white-space:pre-wrap;word-break:break-word;line-height:1.5}.logs-page .log-detail .log-detail-content .log-section.error-details .code-block{background:#fdf3f0;border-color:#d1321233;color:#d13212}.logs-page .pagination{display:flex;justify-content:center;align-items:center;gap:4px;padding:16px 20px;border-top:1px solid #e9ecef}.logs-page .pagination .btn-page,.logs-page .pagination .btn-page-number{background:#fff;border:1px solid #d5dbdb;color:#16191f;border-radius:4px;padding:6px 12px;font-weight:500;font-size:13px;cursor:pointer;transition:background .15s ease}.logs-page .pagination .btn-page:hover:not(:disabled),.logs-page .pagination .btn-page-number:hover:not(:disabled){background:#fafafa;border-color:#aab7b8}.logs-page .pagination .btn-page:disabled,.logs-page .pagination .btn-page-number:disabled{opacity:.4;cursor:not-allowed}.logs-page .pagination .btn-page.active,.logs-page .pagination .btn-page-number.active{background:#0972d3;color:#fff;border-color:#0972d3}.logs-page .pagination .page-numbers{display:flex;gap:2px;align-items:center}.logs-page .pagination .page-numbers .ellipsis{color:#687078;padding:6px 4px;font-size:13px}.logs-page .filter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000}.logs-page .filter-panel-container{position:fixed;top:0;right:0;height:100vh;width:clamp(320px,40vw,440px);background:#fff;border-left:1px solid #d5dbdb;overflow-y:auto}.logs-page .filter-panel{height:100%;display:flex;flex-direction:column}.logs-page .filter-panel .filter-panel-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e9ecef}.logs-page .filter-panel .filter-panel-header h3{margin:0;font-size:16px;font-weight:700;color:#16191f}.logs-page .filter-panel .filter-panel-header .btn-close{background:none;border:none;padding:4px;cursor:pointer;color:#687078;border-radius:4px;display:flex;align-items:center;justify-content:center}.logs-page .filter-panel .filter-panel-header .btn-close:hover{color:#16191f}.logs-page .filter-panel .filter-panel-content{flex:1;padding:20px;overflow-y:auto}.logs-page .filter-panel .filter-panel-content .filter-group{margin-bottom:16px}.logs-page .filter-panel .filter-panel-content .filter-group:last-child{margin-bottom:0}.logs-page .filter-panel .filter-panel-content .filter-group label{display:block;margin-bottom:6px;font-size:13px;font-weight:600;color:#16191f}.logs-page .filter-panel .filter-panel-content .filter-group input,.logs-page .filter-panel .filter-panel-content .filter-group select{width:100%;padding:8px 12px;border:1px solid #d5dbdb;border-radius:4px;font-size:13px;color:#16191f;background:#fff;transition:border-color .15s ease}.logs-page .filter-panel .filter-panel-content .filter-group input:focus,.logs-page .filter-panel .filter-panel-content .filter-group select:focus{outline:none;border-color:#0972d3;box-shadow:0 0 0 1px #0972d3}.logs-page .filter-panel .filter-panel-content .filter-group input::placeholder,.logs-page .filter-panel .filter-panel-content .filter-group select::placeholder{color:#687078}.logs-page .filter-panel .filter-panel-content .filter-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:1.25em 1.25em;padding-right:32px;cursor:pointer}.logs-page .filter-panel .filter-panel-content .filter-date-range{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 576px){.logs-page .filter-panel .filter-panel-content .filter-date-range{grid-template-columns:1fr}}.logs-page .filter-panel .filter-panel-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid #e9ecef}.logs-page .filter-panel .filter-panel-footer .btn-clear,.logs-page .filter-panel .filter-panel-footer .btn-apply{border-radius:4px;padding:8px 16px;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s ease;font-family:inherit}.logs-page .filter-panel .filter-panel-footer .btn-clear{background:#fff;border:1px solid #d5dbdb;color:#16191f}.logs-page .filter-panel .filter-panel-footer .btn-clear:hover{background:#fafafa;border-color:#aab7b8}.logs-page .filter-panel .filter-panel-footer .btn-apply{background:#0972d3;color:#fff;border:1px solid #0972d3}.logs-page .filter-panel .filter-panel-footer .btn-apply:hover{background:#075dac}.logs-page .loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center}.logs-page .loading-spinner svg{margin-bottom:12px}.logs-page .loading-spinner p{color:#687078;font-size:14px}.logs-page .error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center}.logs-page .error-message h2{margin:0 0 8px;color:#d13212;font-size:16px}.logs-page .error-message p{margin:0 0 16px;color:#687078;font-size:14px}.logs-page .error-message .btn-refresh{display:flex;align-items:center;gap:6px;background:#0972d3;color:#fff;border:1px solid #0972d3;border-radius:4px;padding:8px 16px;font-weight:600;font-size:13px;cursor:pointer}.logs-page .error-message .btn-refresh:hover{background:#075dac}@keyframes awsPulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 992px){.logs-page .logs-hero{margin:16px;padding:16px}.logs-page .logs-hero .hero-content{grid-template-columns:1fr;text-align:center;gap:20px}.logs-page .logs-hero .hero-stats{justify-content:center;flex-wrap:wrap;gap:12px}.logs-page .logs-actions-bar,.logs-page .logs-content{margin:16px}.logs-page .filter-panel-container{width:clamp(280px,50vw,380px)}}@media (max-width: 768px){.logs-page .logs-hero{margin:12px;padding:16px}.logs-page .logs-hero .hero-text .hero-title{font-size:clamp(2rem,6vw,2.5rem)}.logs-page .logs-actions-bar,.logs-page .logs-content{margin:12px}.logs-page .logs-table th:nth-child(4),.logs-page .logs-table td:nth-child(4),.logs-page .logs-table th:nth-child(6),.logs-page .logs-table td:nth-child(6){display:none}.logs-page .filter-panel-container{width:100vw}.logs-page .log-meta{grid-template-columns:1fr!important}}.btn-filter:focus-visible,.btn-refresh:focus-visible,.btn-expand:focus-visible,.btn-page:focus-visible,.btn-page-number:focus-visible,.btn-clear:focus-visible,.btn-apply:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #0972d3;outline-offset:2px}.modern-sandbox-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9);color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-sandbox-page .sandbox-hero{position:relative;margin:clamp(1rem,2vw,1.5rem);padding:clamp(2rem,4vw,2.75rem) clamp(2rem,4vw,3rem);border-radius:1rem;overflow:hidden;min-height:0}.modern-sandbox-page .sandbox-hero .hero-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#0a1628,#0d2847 35%,#1a3a5c 60%,#0f2b4a)}.modern-sandbox-page .sandbox-hero .hero-gradient-bg .hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.07;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px}.modern-sandbox-page .sandbox-hero .hero-gradient-bg .hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 20% 50%,rgba(26,115,232,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(66,133,244,.1) 0%,transparent 50%)}.modern-sandbox-page .sandbox-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a73e8,#4285f4,#1a73e8);z-index:2;border-radius:1rem 1rem 0 0}.modern-sandbox-page .sandbox-hero .hero-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;gap:clamp(2rem,4vw,3rem)}.modern-sandbox-page .sandbox-hero .hero-text{flex:1;min-width:0}.modern-sandbox-page .sandbox-hero .hero-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.modern-sandbox-page .sandbox-hero .hero-breadcrumb .breadcrumb-label{font-size:.75rem;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em}.modern-sandbox-page .sandbox-hero .hero-breadcrumb svg{color:#ffffff4d}.modern-sandbox-page .sandbox-hero .hero-breadcrumb .breadcrumb-current{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em}.modern-sandbox-page .sandbox-hero .hero-title{font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.15;letter-spacing:-.025em}.modern-sandbox-page .sandbox-hero .hero-title .hero-title-accent{color:#6eb5ff;font-weight:800}.modern-sandbox-page .sandbox-hero .hero-subtitle{font-size:clamp(.8125rem,1.3vw,.9375rem);color:#ffffff8c;margin:0;line-height:1.55;max-width:440px;font-weight:400}.modern-sandbox-page .sandbox-hero .hero-stats{display:flex;align-items:stretch;gap:.75rem;flex-shrink:0}.modern-sandbox-page .sandbox-hero .hero-stat-card{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s ease;min-width:140px}.modern-sandbox-page .sandbox-hero .hero-stat-card:hover{background:#ffffff1a;border-color:#ffffff24}.modern-sandbox-page .sandbox-hero .hero-stat-card .stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:#1a73e833;color:#6eb5ff;flex-shrink:0}.modern-sandbox-page .sandbox-hero .hero-stat-card .stat-info{display:flex;flex-direction:column}.modern-sandbox-page .sandbox-hero .hero-stat-card .stat-value{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.01em}.modern-sandbox-page .sandbox-hero .hero-stat-card .stat-label{font-size:.6875rem;color:#ffffff73;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;white-space:nowrap}@media (max-width: 992px){.modern-sandbox-page .sandbox-hero .hero-content{flex-direction:column;align-items:flex-start}.modern-sandbox-page .sandbox-hero .hero-stats{width:100%}.modern-sandbox-page .sandbox-hero .hero-stat-card{flex:1}}@media (max-width: 768px){.modern-sandbox-page .sandbox-hero{margin:1rem;padding:1.75rem 1.5rem}.modern-sandbox-page .sandbox-hero .hero-stats{flex-direction:column;gap:.5rem}.modern-sandbox-page .sandbox-hero .hero-stat-card{min-width:0}}.modern-sandbox-page .modern-tabs-container{margin:clamp(1.5rem,3vw,2rem);background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;border:1px solid rgba(26,115,232,.12);box-shadow:0 8px 25px #1a73e814,0 3px 10px #1a73e80a;overflow:hidden}.modern-sandbox-page .modern-tabs-container .tabs-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0}@media (max-width: 992px){.modern-sandbox-page .modern-tabs-container .tabs-wrapper{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (max-width: 768px){.modern-sandbox-page .modern-tabs-container .tabs-wrapper{grid-template-columns:1fr 1fr}}@media (max-width: 576px){.modern-sandbox-page .modern-tabs-container .tabs-wrapper{grid-template-columns:1fr}}.modern-sandbox-page .modern-tab{position:relative;padding:clamp(1.25rem,2.5vw,1.75rem);cursor:pointer;transition:all .3s ease;border-right:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#ffffff80,#f8fafc4d)}.modern-sandbox-page .modern-tab:last-child{border-right:none}.modern-sandbox-page .modern-tab:hover{background:linear-gradient(135deg,#1a73e808,#4285f405);transform:translateY(-2px)}.modern-sandbox-page .modern-tab.active{background:linear-gradient(135deg,#1a73e80d,#4285f408);border-color:#1a73e826}.modern-sandbox-page .modern-tab.active .tab-icon{color:#1a73e8;transform:scale(1.1)}.modern-sandbox-page .modern-tab.active .tab-label{color:#1a73e8;font-weight:700}.modern-sandbox-page .modern-tab .tab-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.modern-sandbox-page .modern-tab .tab-icon-wrapper{width:48px;height:48px;border-radius:.5rem;background:#fffc;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #1a73e81a}.modern-sandbox-page .modern-tab .tab-icon-wrapper .tab-icon{color:#666;transition:all .3s ease}.modern-sandbox-page .modern-tab .tab-text .tab-label{font-size:clamp(.875rem,1.2vw,1rem);font-weight:600;color:#1a1a1a;margin-bottom:.25rem;transition:all .3s ease}.modern-sandbox-page .modern-tab .tab-text .tab-description{font-size:clamp(.75rem,1vw,.875rem);color:#666;line-height:1.3}.modern-sandbox-page .modern-tab .tab-indicator{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#1a73e8,#4285f4);border-radius:0 0 1.5rem 1.5rem}.modern-sandbox-page .sandbox-main-content{margin:clamp(1.5rem,3vw,2rem);display:grid;gap:clamp(1.5rem,3vw,2rem)}.modern-sandbox-page .glass-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;border:1px solid rgba(26,115,232,.12);box-shadow:0 20px 40px #1a73e81a,0 8px 16px #1a73e80f,inset 0 1px #ffffffe6;overflow:hidden;transition:all .3s ease}.modern-sandbox-page .glass-card:hover{transform:translateY(-2px);box-shadow:0 25px 50px #1a73e826,0 12px 20px #1a73e814;border-color:#1a73e82e}.modern-sandbox-page .api-key-section{padding:clamp(1.5rem,3vw,2rem)}.modern-sandbox-page .api-key-section .endpoint-display{display:flex;align-items:center;gap:1rem;margin-bottom:clamp(1.25rem,2.5vw,1.75rem);padding:1rem;background:linear-gradient(135deg,#1a73e808,#4285f405);border-radius:.5rem;border:1px solid rgba(26,115,232,.08)}.modern-sandbox-page .api-key-section .endpoint-display .method-badge{background:linear-gradient(135deg,#2196f31a,#2196f326);color:#2196f3;border:1px solid rgba(33,150,243,.2);padding:.375rem .75rem;border-radius:.375rem;font-size:clamp(.75rem,1vw,.875rem);font-weight:700;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.modern-sandbox-page .api-key-section .endpoint-display .endpoint-url{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:clamp(.875rem,1.2vw,1rem);color:#1a1a1a;background:#fffc;padding:.5rem .75rem;border-radius:.375rem;border:1px solid rgba(26,115,232,.08);flex:1}.modern-sandbox-page .api-key-section .api-key-input-wrapper{position:relative;display:flex;align-items:center}.modern-sandbox-page .api-key-section .api-key-input-wrapper .input-icon{position:absolute;left:clamp(.75rem,1.5vw,1rem);top:50%;transform:translateY(-50%);color:#666;z-index:1}.modern-sandbox-page .api-key-section .api-key-input-wrapper .api-key-input{width:100%;background:#ffffffe6;border:1px solid rgba(26,115,232,.12);border-radius:.5rem;padding:clamp(.875rem,1.5vw,1.125rem) clamp(.875rem,1.5vw,1.125rem) clamp(.875rem,1.5vw,1.125rem) clamp(2.75rem,4.5vw,3.25rem);font-size:clamp(.875rem,1.2vw,1rem);font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modern-sandbox-page .api-key-section .api-key-input-wrapper .api-key-input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a;background:#fff}.modern-sandbox-page .api-key-section .api-key-input-wrapper .api-key-input::placeholder{color:#666}.modern-sandbox-page .api-key-section .api-key-input-wrapper.hint-active .api-key-input{border-color:#ff9800;box-shadow:0 0 0 3px #ff98001a}.modern-sandbox-page .api-key-section .api-key-input-wrapper .api-key-hint{position:absolute;top:100%;left:0;right:0;background:#ff98001a;color:#ff9800;padding:.75rem;border-radius:0 0 .5rem .5rem;border:1px solid rgba(255,152,0,.2);border-top:none;font-size:clamp(.75rem,1vw,.875rem);font-weight:500;z-index:2}.modern-sandbox-page .request-response-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,2rem)}@media (max-width: 992px){.modern-sandbox-page .request-response-grid{grid-template-columns:1fr}}.modern-sandbox-page .panel-header{display:flex;justify-content:space-between;align-items:center;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#1a73e805,#4285f403)}.modern-sandbox-page .panel-header .panel-title{display:flex;align-items:center;gap:.75rem;margin:0;font-size:clamp(1.125rem,1.8vw,1.25rem);font-weight:700;color:#1a1a1a}.modern-sandbox-page .panel-header .panel-title svg{color:#1a73e8}.modern-sandbox-page .request-panel .code-editor-wrapper{position:relative;display:flex;background:#00000005;border-radius:.5rem;margin:clamp(1.5rem,3vw,2rem);border:1px solid rgba(26,115,232,.08);overflow:hidden}.modern-sandbox-page .request-panel .code-editor-wrapper .line-numbers{background:#1a73e808;padding:1rem .75rem;border-right:1px solid rgba(26,115,232,.08);font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:clamp(.75rem,1vw,.875rem);color:#666;line-height:1.5;-webkit-user-select:none;user-select:none;min-width:60px}.modern-sandbox-page .request-panel .code-editor-wrapper .line-numbers .line-number{text-align:right;padding-right:.5rem}.modern-sandbox-page .request-panel .code-editor-wrapper .modern-code-editor{flex:1;background:transparent;border:none;padding:1rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:clamp(.875rem,1.2vw,1rem);color:#1a1a1a;line-height:1.5;resize:none;min-height:300px}.modern-sandbox-page .request-panel .code-editor-wrapper .modern-code-editor:focus{outline:none}.modern-sandbox-page .request-panel .code-editor-wrapper .modern-code-editor::placeholder{color:#666}.modern-sandbox-page .request-panel .send-request-btn{width:100%;background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border:none;border-radius:.5rem;padding:clamp(1rem,2vw,1.25rem);font-weight:600;font-size:clamp(.875rem,1.2vw,1rem);cursor:pointer;transition:all .3s ease;margin:0 clamp(1.5rem,3vw,2rem) clamp(1.5rem,3vw,2rem) clamp(1.5rem,3vw,2rem);display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative;overflow:hidden;box-shadow:0 4px 14px #1a73e840}.modern-sandbox-page .request-panel .send-request-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #1a73e859}.modern-sandbox-page .request-panel .send-request-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.modern-sandbox-page .request-panel .send-request-btn.loading .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}.modern-sandbox-page .request-panel .send-request-btn .btn-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.modern-sandbox-page .request-panel .send-request-btn:hover .btn-shine{left:100%}.modern-sandbox-page .response-panel .response-content-wrapper{padding:clamp(1.5rem,3vw,2rem);min-height:400px;display:flex;align-items:center;justify-content:center}.modern-sandbox-page .response-panel .response-state{width:100%;text-align:center}.modern-sandbox-page .response-panel .response-state.loading-state .loading-animation{position:relative;width:80px;height:80px;margin:0 auto 1.5rem}.modern-sandbox-page .response-panel .response-state.loading-state .loading-animation .pulse-ring{position:absolute;border:3px solid #1a73e8;border-radius:50%;animation:pulseRing 1.5s ease-out infinite}.modern-sandbox-page .response-panel .response-state.loading-state .loading-animation .pulse-ring:nth-child(1){animation-delay:0s}.modern-sandbox-page .response-panel .response-state.loading-state .loading-animation .pulse-ring:nth-child(2){animation-delay:.5s}.modern-sandbox-page .response-panel .response-state.loading-state .loading-animation .pulse-ring:nth-child(3){animation-delay:1s}.modern-sandbox-page .response-panel .response-state.loading-state p{color:#666;font-size:clamp(1rem,1.5vw,1.125rem);margin:0}.modern-sandbox-page .response-panel .response-state.error-state .error-icon{font-size:3rem;margin-bottom:1rem}.modern-sandbox-page .response-panel .response-state.error-state p{color:#f44336;font-size:clamp(1rem,1.5vw,1.125rem);margin:0;font-weight:500}.modern-sandbox-page .response-panel .response-state.success-state{text-align:left}.modern-sandbox-page .response-panel .response-state.success-state .response-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.modern-sandbox-page .response-panel .response-state.success-state .response-meta .status-badge{background:linear-gradient(135deg,#4caf501a,#4caf5026);color:#4caf50;border:1px solid rgba(76,175,80,.2);padding:.375rem .75rem;border-radius:9999px;font-size:clamp(.75rem,1vw,.875rem);font-weight:600}.modern-sandbox-page .response-panel .response-state.success-state .response-meta .response-time{display:flex;align-items:center;gap:.5rem;color:#666;font-size:clamp(.875rem,1.2vw,1rem);font-weight:500}.modern-sandbox-page .response-panel .response-state.success-state .response-meta .response-time svg{color:#1a73e8}.modern-sandbox-page .response-panel .response-state.success-state .response-json{background:#00000008;border:1px solid rgba(26,115,232,.08);border-radius:.5rem;padding:clamp(1rem,2vw,1.5rem);font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:clamp(.875rem,1.2vw,1rem);color:#1a1a1a;overflow-x:auto;white-space:pre-wrap;word-break:break-word;margin:0}.modern-sandbox-page .response-panel .response-state.empty-state .empty-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#1a73e81a,#4285f426);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#1a73e8}.modern-sandbox-page .response-panel .response-state.empty-state .empty-icon svg{width:32px;height:32px}.modern-sandbox-page .response-panel .response-state.empty-state p{color:#666;font-size:clamp(1rem,1.5vw,1.125rem);margin:0 0 .5rem}.modern-sandbox-page .response-panel .response-state.empty-state p.empty-hint{font-size:clamp(.875rem,1.2vw,1rem);opacity:.7}.modern-sandbox-page .response-panel .copy-btn{display:flex;align-items:center;gap:.5rem;background:#ffffffe6;border:1px solid rgba(26,115,232,.15);color:#1a73e8;border-radius:.375rem;padding:.5rem .75rem;font-size:clamp(.75rem,1vw,.875rem);font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modern-sandbox-page .response-panel .copy-btn:hover{background:#1a73e80d;border-color:#1a73e833;transform:translateY(-1px)}.modern-sandbox-page .response-panel .copy-btn.copied{background:linear-gradient(135deg,#4caf501a,#4caf5026);color:#4caf50;border-color:#4caf5033}.modern-sandbox-page .quick-actions-widget{display:flex;gap:.5rem}.modern-sandbox-page .quick-actions-widget .quick-action-btn{display:flex;align-items:center;gap:.5rem;background:#fffc;border:1px solid rgba(26,115,232,.12);color:#1a1a1a;border-radius:.375rem;padding:.5rem .75rem;font-size:clamp(.75rem,1vw,.875rem);font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modern-sandbox-page .quick-actions-widget .quick-action-btn:hover{background:#1a73e80d;border-color:#1a73e833;color:#1a73e8;transform:translateY(-1px)}.modern-sandbox-page .quick-actions-widget .quick-action-btn svg{width:14px;height:14px}.modern-sandbox-page .interactive-docs .docs-header{display:flex;justify-content:space-between;align-items:center;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#1a73e805,#4285f403)}.modern-sandbox-page .interactive-docs .docs-header .docs-title{display:flex;align-items:center;gap:.75rem;margin:0;font-size:clamp(1.125rem,1.8vw,1.25rem);font-weight:700;color:#1a1a1a}.modern-sandbox-page .interactive-docs .docs-header .docs-title svg{color:#1a73e8}.modern-sandbox-page .interactive-docs .docs-header .docs-tabs{display:flex;gap:.25rem}.modern-sandbox-page .interactive-docs .docs-header .docs-tabs .doc-tab{background:#fff9;border:1px solid rgba(26,115,232,.08);color:#666;border-radius:.375rem;padding:.5rem .75rem;font-size:clamp(.75rem,1vw,.875rem);font-weight:500;cursor:pointer;transition:all .3s ease}.modern-sandbox-page .interactive-docs .docs-header .docs-tabs .doc-tab:hover{background:#1a73e80d;border-color:#1a73e81f;color:#1a73e8}.modern-sandbox-page .interactive-docs .docs-header .docs-tabs .doc-tab.active{background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border-color:transparent}.modern-sandbox-page .interactive-docs .docs-content{padding:clamp(1.5rem,3vw,2rem)}.modern-sandbox-page .interactive-docs .docs-content .endpoint-docs .endpoint-description{font-size:clamp(1rem,1.5vw,1.125rem);color:#666;line-height:1.6;margin-bottom:clamp(1.5rem,3vw,2rem)}.modern-sandbox-page .interactive-docs .docs-content .endpoint-docs .params-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1rem,2vw,1.5rem)}.modern-sandbox-page .interactive-docs .docs-content .endpoint-docs .params-grid .param-card{padding:clamp(1rem,2vw,1.5rem);background:linear-gradient(135deg,#1a73e808,#4285f405);border-radius:.5rem;border:1px solid rgba(26,115,232,.08);transition:all .3s ease}.modern-sandbox-page .interactive-docs .docs-content .endpoint-docs .params-grid .param-card:hover{transform:translateY(-2px);background:linear-gradient(135deg,#1a73e80d,#4285f408);border-color:#1a73e81f;box-shadow:0 4px 12px #1a73e814}.modern-sandbox-page .interactive-docs .docs-content .endpoint-docs .params-grid .param-card .param-name{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:clamp(.875rem,1.2vw,1rem);font-weight:600;color:#1a73e8;margin-bottom:.25rem}.modern-sandbox-page .interactive-docs .docs-content .endpoint-docs .params-grid .param-card .param-type{display:inline-block;background:#1a73e81a;color:#1a73e8;padding:.25rem .5rem;border-radius:.375rem;font-size:clamp(.75rem,1vw,.875rem);font-weight:500;margin-bottom:.75rem}.modern-sandbox-page .interactive-docs .docs-content .endpoint-docs .params-grid .param-card .param-desc{font-size:clamp(.875rem,1.2vw,1rem);color:#666;line-height:1.5}@keyframes gradientShift{0%,to{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 10%,rgba(255,255,255,.8) 30%,rgb(255,255,255) 50%,rgba(255,255,255,.8) 70%,rgba(255,255,255,.4) 90%,transparent 100%)}50%{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 10%,rgb(255,255,255) 30%,rgba(255,255,255,.8) 50%,rgb(255,255,255) 70%,rgba(255,255,255,.6) 90%,transparent 100%)}}@keyframes pulseRing{0%{transform:scale(.33);opacity:1}80%,to{transform:scale(2.33);opacity:0}}@media (max-width: 992px){.modern-sandbox-page .sandbox-hero{margin:clamp(1rem,2vw,1.5rem);padding:clamp(1rem,2vw,1.5rem)}.modern-sandbox-page .sandbox-hero .hero-content{grid-template-columns:1fr;text-align:center;gap:clamp(1.5rem,3vw,2rem)}.modern-sandbox-page .sandbox-hero .hero-stats{justify-content:center;flex-wrap:wrap;gap:clamp(1rem,2vw,1.5rem)}.modern-sandbox-page .modern-tabs-container,.modern-sandbox-page .sandbox-main-content{margin:clamp(1rem,2vw,1.5rem)}.modern-sandbox-page .request-response-grid{grid-template-columns:1fr}}@media (max-width: 768px){.modern-sandbox-page .sandbox-hero{margin:1rem;padding:1.5rem}.modern-sandbox-page .sandbox-hero .hero-text .hero-title{font-size:clamp(2rem,6vw,2.5rem)}.modern-sandbox-page .sandbox-hero .hero-stats{gap:1rem}.modern-sandbox-page .sandbox-hero .hero-stats .stat-item .stat-value{font-size:clamp(1.5rem,5vw,2rem)}.modern-sandbox-page .modern-tabs-container,.modern-sandbox-page .sandbox-main-content{margin:1rem}.modern-sandbox-page .modern-tabs-container .tabs-wrapper{grid-template-columns:1fr 1fr}.modern-sandbox-page .params-grid{grid-template-columns:1fr!important}}@media (max-width: 576px){.modern-sandbox-page .modern-tabs-container .tabs-wrapper{grid-template-columns:1fr}.modern-sandbox-page .quick-actions-widget{flex-direction:column;gap:.5rem}.modern-sandbox-page .quick-actions-widget .quick-action-btn{justify-content:center}}.modern-tab:focus,.send-request-btn:focus,.copy-btn:focus,.quick-action-btn:focus,.doc-tab:focus,.api-key-input:focus,.modern-code-editor:focus{outline:2px solid #1a73e8;outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.notifications-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9);color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.notifications-page .notifications-hero{position:relative;margin:clamp(1rem,2vw,1.5rem);padding:clamp(2rem,4vw,2.75rem) clamp(2rem,4vw,3rem);border-radius:1rem;overflow:hidden;min-height:0}.notifications-page .notifications-hero .hero-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#0a1628,#0d2847 35%,#1a3a5c 60%,#0f2b4a)}.notifications-page .notifications-hero .hero-gradient-bg .hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.07;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px}.notifications-page .notifications-hero .hero-gradient-bg .hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 20% 50%,rgba(26,115,232,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(66,133,244,.1) 0%,transparent 50%)}.notifications-page .notifications-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a73e8,#4285f4,#1a73e8);z-index:2;border-radius:1rem 1rem 0 0}.notifications-page .notifications-hero .hero-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;gap:clamp(2rem,4vw,3rem)}.notifications-page .notifications-hero .hero-text{flex:1;min-width:0}.notifications-page .notifications-hero .hero-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.notifications-page .notifications-hero .hero-breadcrumb .breadcrumb-label{font-size:.75rem;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em}.notifications-page .notifications-hero .hero-breadcrumb svg{color:#ffffff4d}.notifications-page .notifications-hero .hero-breadcrumb .breadcrumb-current{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em}.notifications-page .notifications-hero .hero-title{font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.15;letter-spacing:-.025em}.notifications-page .notifications-hero .hero-title .hero-title-accent{color:#6eb5ff;font-weight:800}.notifications-page .notifications-hero .hero-subtitle{font-size:clamp(.8125rem,1.3vw,.9375rem);color:#ffffff8c;margin:0;line-height:1.55;max-width:440px;font-weight:400}.notifications-page .notifications-hero .hero-stats{display:flex;align-items:stretch;gap:.75rem;flex-shrink:0}.notifications-page .notifications-hero .hero-stat-card{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s ease;min-width:140px}.notifications-page .notifications-hero .hero-stat-card:hover{background:#ffffff1a;border-color:#ffffff24}.notifications-page .notifications-hero .hero-stat-card .stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:#1a73e833;color:#6eb5ff;flex-shrink:0}.notifications-page .notifications-hero .hero-stat-card .stat-info{display:flex;flex-direction:column}.notifications-page .notifications-hero .hero-stat-card .stat-value{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.01em}.notifications-page .notifications-hero .hero-stat-card .stat-label{font-size:.6875rem;color:#ffffff73;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;white-space:nowrap}@media (max-width: 992px){.notifications-page .notifications-hero .hero-content{flex-direction:column;align-items:flex-start}.notifications-page .notifications-hero .hero-stats{width:100%}.notifications-page .notifications-hero .hero-stat-card{flex:1}}@media (max-width: 768px){.notifications-page .notifications-hero{margin:1rem;padding:1.75rem 1.5rem}.notifications-page .notifications-hero .hero-stats{flex-direction:column;gap:.5rem}.notifications-page .notifications-hero .hero-stat-card{min-width:0}}.notifications-page .notifications-content{margin:clamp(1.5rem,3vw,2rem);background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:1rem;border:1px solid rgba(26,115,232,.12);box-shadow:0 20px 40px #1a73e81a,0 8px 16px #1a73e80f,inset 0 1px #ffffffe6;overflow:hidden}.notifications-page .notifications-actions{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.notifications-page .notifications-actions .btn-mark-all-read{display:flex;align-items:center;gap:.25rem;background-color:#1a73e8;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.notifications-page .notifications-actions .btn-mark-all-read:hover{background-color:#1567d3;transform:translateY(-1px);box-shadow:0 4px 8px #1a73e833}.notifications-page .notifications-actions .btn-mark-all-read:active{transform:translateY(0)}.notifications-page .notifications-actions .notifications-filters{display:flex;gap:1rem}.notifications-page .notifications-actions .filter-container{position:relative}.notifications-page .notifications-actions .filter-container svg{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#666}.notifications-page .notifications-actions .filter-container select{background-color:#f8f9fa;border:1px solid rgba(0,0,0,.08);border-radius:.375rem;padding:.5rem .5rem .5rem 2rem;font-size:.875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:150px;cursor:pointer;transition:all .2s ease}.notifications-page .notifications-actions .filter-container select:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px #1a73e81a;background-color:#fff}.notifications-page .notifications-actions .btn-reset-filters{background:none;border:1px solid rgba(0,0,0,.08);border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;color:#666;cursor:pointer;transition:all .2s ease}.notifications-page .notifications-actions .btn-reset-filters:hover{background-color:#f8f9fa;color:#1a1a1a}.notifications-page .notifications-table-container{overflow-x:auto;padding:0 1.5rem 1.5rem}.notifications-page .notifications-table{width:100%;border-collapse:separate;border-spacing:0}.notifications-page .notifications-table th,.notifications-page .notifications-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.05)}.notifications-page .notifications-table th{font-weight:500;color:#666;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.notifications-page .notifications-table td{font-size:.875rem;vertical-align:middle}.notifications-page .notifications-table tr{transition:background-color .2s ease;cursor:pointer}.notifications-page .notifications-table tr:hover{background-color:#00000003}.notifications-page .notifications-table tr.status-read{background-color:#00000005}.notifications-page .notifications-table tr.status-read .notification-title{color:#666}.notifications-page .notifications-table tr.status-unread .notification-title{font-weight:600}.notifications-page .notifications-table .notification-type-cell{width:60px}.notifications-page .notifications-table .type-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px}.notifications-page .notifications-table .type-icon.success{background-color:#4caf501a;color:#4caf50}.notifications-page .notifications-table .type-icon.error{background-color:#f443361a;color:#f44336}.notifications-page .notifications-table .type-icon.warning{background-color:#ff98001a;color:#ff9800}.notifications-page .notifications-table .type-icon.info{background-color:#1a73e81a;color:#1a73e8}.notifications-page .notifications-table .notification-title{font-weight:500}.notifications-page .notifications-table .notification-message{color:#666;max-width:400px}.notifications-page .notifications-table .status-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.notifications-page .notifications-table .status-badge.read{background-color:#6666661a;color:#666}.notifications-page .notifications-table .status-badge.unread{background-color:#1a73e81a;color:#1a73e8}.notifications-page .no-results{padding:2rem;text-align:center;color:#666}.notifications-page .no-results button{margin-top:1rem;padding:.5rem 1.5rem;background-color:#1a73e8;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.notifications-page .no-results button:hover{background-color:#1567d3}.notifications-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.notifications-page .loading-container .loading-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top:3px solid #1a73e8;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.notifications-page .loading-container p{color:#666}.notifications-page .error-container{padding:2rem;text-align:center}.notifications-page .error-container .error-message{color:#f44336;margin-bottom:1rem}.notifications-page .error-container .btn-retry{padding:.5rem 1.5rem;background-color:#1a73e8;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.notifications-page .error-container .btn-retry:hover{background-color:#1567d3}.notifications-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.notifications-page .modal-content{background-color:#fff;border-radius:.5rem;width:100%;max-width:600px;box-shadow:0 10px 25px #0000001a;overflow:hidden}.notifications-page .modal-content.notification-detail-modal{max-width:600px}.notifications-page .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.notifications-page .modal-header.success{background-color:#4caf501a;color:#4caf50}.notifications-page .modal-header.success .notification-icon{background-color:#4caf50;color:#fff}.notifications-page .modal-header.error{background-color:#f443361a;color:#f44336}.notifications-page .modal-header.error .notification-icon{background-color:#f44336;color:#fff}.notifications-page .modal-header.warning{background-color:#ff98001a;color:#ff9800}.notifications-page .modal-header.warning .notification-icon{background-color:#ff9800;color:#fff}.notifications-page .modal-header.info{background-color:#1a73e81a;color:#1a73e8}.notifications-page .modal-header.info .notification-icon{background-color:#1a73e8;color:#fff}.notifications-page .modal-header .notification-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-right:1rem}.notifications-page .modal-header .notification-icon svg{width:24px;height:24px}.notifications-page .modal-header h2{margin:0;font-size:1.25rem;font-weight:600;flex-grow:1}.notifications-page .modal-header .btn-close{background:none;border:none;padding:.25rem;cursor:pointer;color:#666;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.notifications-page .modal-header .btn-close:hover{background-color:#0000000a;color:#1a1a1a}.notifications-page .modal-body{padding:1.5rem}.notifications-page .modal-body .notification-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.notifications-page .modal-body .notification-meta .notification-date{color:#666;font-size:.875rem}.notifications-page .modal-body .notification-meta .notification-type-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.notifications-page .modal-body .notification-meta .notification-type-badge.success{background-color:#4caf501a;color:#4caf50}.notifications-page .modal-body .notification-meta .notification-type-badge.error{background-color:#f443361a;color:#f44336}.notifications-page .modal-body .notification-meta .notification-type-badge.warning{background-color:#ff98001a;color:#ff9800}.notifications-page .modal-body .notification-meta .notification-type-badge.info{background-color:#1a73e81a;color:#1a73e8}.notifications-page .modal-body .notification-content .notification-message{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.notifications-page .modal-body .notification-content .notification-html-content{margin-top:1.5rem}.notifications-page .modal-body .notification-content .notification-html-content h2{font-size:1.25rem;font-weight:600;margin:1.5rem 0 1rem}.notifications-page .modal-body .notification-content .notification-html-content h3{font-size:1.1rem;font-weight:600;margin:1rem 0 .5rem}.notifications-page .modal-body .notification-content .notification-html-content p{margin-bottom:1rem;line-height:1.6}.notifications-page .modal-body .notification-content .notification-html-content ul,.notifications-page .modal-body .notification-content .notification-html-content ol{margin-bottom:1rem;padding-left:1.5rem}.notifications-page .modal-body .notification-content .notification-html-content ul li,.notifications-page .modal-body .notification-content .notification-html-content ol li{margin-bottom:.25rem}.notifications-page .modal-body .notification-content .notification-html-content a{color:#1a73e8;text-decoration:none}.notifications-page .modal-body .notification-content .notification-html-content a:hover{text-decoration:underline}.notifications-page .modal-body .notification-content .notification-image{margin:1.5rem 0;border-radius:.375rem;overflow:hidden}.notifications-page .modal-body .notification-content .notification-image img{width:100%;height:auto;display:block}.notifications-page .modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.05)}.notifications-page .modal-footer .btn-secondary{background-color:#fff;border:1px solid rgba(0,0,0,.1);color:#1a1a1a;border-radius:.375rem;padding:.5rem 1.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.notifications-page .modal-footer .btn-secondary:hover{background-color:#f8f9fa}.notifications-page .modal-footer .btn-primary{background-color:#1a73e8;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.notifications-page .modal-footer .btn-primary:hover{background-color:#1567d3}@media (max-width: 992px){.notifications-page{padding:1.5rem}.notifications-page .notifications-actions{flex-direction:column;align-items:flex-start;gap:1rem}.notifications-page .notifications-actions .btn-mark-all-read{margin-bottom:.5rem}.notifications-page .notifications-actions .notifications-filters{width:100%;flex-wrap:wrap}.notifications-page .notifications-actions .notifications-filters .filter-container{flex:1;min-width:150px}.notifications-page .notifications-actions .notifications-filters .filter-container select{width:100%}}@media (max-width: 768px){.notifications-page{padding:1rem}.notifications-page .notifications-header .notifications-title h1{font-size:1.5rem}.notifications-page .notifications-table-container{padding:0}.notifications-page .notifications-table th,.notifications-page .notifications-table td{padding:.5rem}.notifications-page .notifications-table th:nth-child(4),.notifications-page .notifications-table td:nth-child(4){display:none}}.modern-documentation-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9);color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;isolation:isolate}.modern-documentation-page *{box-sizing:border-box}.modern-documentation-page h1,.modern-documentation-page h2,.modern-documentation-page h3,.modern-documentation-page h4,.modern-documentation-page h5,.modern-documentation-page h6{margin:0;padding:0;font-weight:inherit;line-height:inherit;color:inherit;font-family:inherit}.modern-documentation-page p{margin:0;padding:0}.modern-documentation-page ul,.modern-documentation-page ol{margin:0;padding:0;list-style:none}.modern-documentation-page button{margin:0;padding:0;border:none;background:none;font-family:inherit;cursor:pointer}.modern-documentation-page .docs-hero{position:relative;padding:clamp(1.25rem,2.5vw,2rem) clamp(2rem,4vw,3rem);background:linear-gradient(135deg,#fffffff2,#f8fafce6),radial-gradient(ellipse at top left,rgba(26,115,232,.05) 0%,transparent 50%),radial-gradient(ellipse at bottom right,rgba(66,133,244,.03) 0%,transparent 50%);border-bottom:1px solid rgba(26,115,232,.1);overflow:hidden;isolation:isolate}.modern-documentation-page .docs-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#1a73e8,#4285f4);z-index:1}.modern-documentation-page .docs-hero .hero-content{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}.modern-documentation-page .docs-hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#1a73e81a;border:1px solid rgba(26,115,232,.2);border-radius:9999px;color:#1a73e8;font-weight:600;font-size:.875rem;margin:0 0 clamp(1.5rem,3vw,2rem) 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .docs-hero .hero-content .hero-badge svg{width:20px;height:20px;flex-shrink:0}.modern-documentation-page .docs-hero .hero-content .hero-title{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;line-height:1.2;margin:0 0 clamp(.5rem,1vw,.75rem) 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .docs-hero .hero-content .hero-title .gradient-text{background:linear-gradient(135deg,#1a73e8,#4285f4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.modern-documentation-page .docs-hero .hero-content .hero-subtitle{font-size:clamp(.925rem,1.5vw,1.05rem);color:#666;line-height:1.5;max-width:700px;margin:0 auto clamp(1rem,2vw,1.5rem) auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .docs-hero .hero-content .hero-stats{display:flex;justify-content:center;gap:clamp(2rem,4vw,3rem);flex-wrap:wrap}.modern-documentation-page .docs-hero .hero-content .hero-stats .stat-item{text-align:center}.modern-documentation-page .docs-hero .hero-content .hero-stats .stat-item .stat-value{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:#1a73e8;margin-bottom:.5rem}.modern-documentation-page .docs-hero .hero-content .hero-stats .stat-item .stat-label{font-size:.875rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.modern-documentation-page .docs-main-content{display:grid;grid-template-columns:280px 1fr;max-width:1400px;margin:0 auto;gap:clamp(2rem,4vw,3rem);padding:clamp(2rem,4vw,3rem);position:relative;isolation:isolate}@media (max-width: 992px){.modern-documentation-page .docs-main-content{grid-template-columns:1fr;gap:clamp(1.5rem,3vw,2rem);padding:clamp(1.5rem,3vw,2rem)}}.modern-documentation-page .docs-sidebar{position:sticky;top:100px;height:fit-content;isolation:isolate}@media (max-width: 992px){.modern-documentation-page .docs-sidebar{position:static}}.modern-documentation-page .docs-nav{background:#fff;border-radius:1rem;border:1px solid rgba(26,115,232,.1);box-shadow:0 4px 20px #1a73e814;overflow:hidden;isolation:isolate}.modern-documentation-page .docs-nav .nav-item{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;background:transparent;border:none;border-bottom:1px solid rgba(26,115,232,.08);cursor:pointer;transition:all .3s ease;text-align:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}.modern-documentation-page .docs-nav .nav-item:last-child{border-bottom:none}.modern-documentation-page .docs-nav .nav-item:hover{background:#1a73e80d}.modern-documentation-page .docs-nav .nav-item:hover .nav-icon{transform:scale(1.1);color:#1a73e8}.modern-documentation-page .docs-nav .nav-item.active{background:#1a73e81a;color:#1a73e8;position:relative}.modern-documentation-page .docs-nav .nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(135deg,#1a73e8,#4285f4)}.modern-documentation-page .docs-nav .nav-item.active .nav-icon{color:#1a73e8;transform:scale(1.1)}.modern-documentation-page .docs-nav .nav-item .nav-icon{color:#666;transition:all .3s ease}.modern-documentation-page .docs-nav .nav-item .nav-label{font-weight:600;font-size:.875rem}.modern-documentation-page .docs-content{min-height:600px;isolation:isolate}.modern-documentation-page .docs-section{background:#fff;border-radius:1rem;border:1px solid rgba(26,115,232,.1);box-shadow:0 4px 20px #1a73e814;overflow:hidden;isolation:isolate}.modern-documentation-page .docs-section .section-header{padding:clamp(2rem,4vw,3rem);border-bottom:1px solid rgba(26,115,232,.1);background:linear-gradient(135deg,rgba(26,115,232,.02) 0%,transparent 100%)}.modern-documentation-page .docs-section .section-header h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin:0 0 1rem;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.2}.modern-documentation-page .docs-section .section-header p{font-size:clamp(1rem,1.5vw,1.125rem);color:#666;line-height:1.6;max-width:800px;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(1.5rem,3vw,2rem);padding:clamp(2rem,4vw,3rem)}.modern-documentation-page .feature-card{padding:clamp(1.5rem,3vw,2rem);background:#1a73e805;border-radius:1rem;border:1px solid rgba(26,115,232,.08);transition:all .3s ease;isolation:isolate}.modern-documentation-page .feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1a73e81f;border-color:#1a73e826}.modern-documentation-page .feature-card:hover .feature-icon{transform:scale(1.1)}.modern-documentation-page .feature-card .feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#1a73e81a,#4285f41a);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#1a73e8;margin-bottom:1.5rem;transition:all .3s ease}.modern-documentation-page .feature-card h3{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3}.modern-documentation-page .feature-card p{color:#666;line-height:1.6;margin:0 0 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .feature-card ul{list-style:none;padding:0;margin:0}.modern-documentation-page .feature-card ul li{display:flex;align-items:center;gap:.5rem;color:#666;margin-bottom:.5rem}.modern-documentation-page .feature-card ul li:before{content:"✓";color:#4caf50;font-weight:700}.modern-documentation-page .quick-start-section{padding:clamp(2rem,4vw,3rem)}.modern-documentation-page .quick-start-section h3{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:700;margin:0 0 clamp(1.5rem,3vw,2rem) 0;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.2}.modern-documentation-page .quick-start-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,3vw,2rem)}.modern-documentation-page .step{display:flex;gap:1.5rem;padding:1.5rem;background:#1a73e805;border-radius:.5rem;border:1px solid rgba(26,115,232,.08);isolation:isolate}.modern-documentation-page .step .step-number{width:40px;height:40px;background:linear-gradient(135deg,#1a73e8,#4285f4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .step .step-content h4{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3}.modern-documentation-page .step .step-content p{color:#666;line-height:1.5;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .auth-info{padding:clamp(2rem,4vw,3rem)}.modern-documentation-page .auth-card{display:flex;gap:1.5rem;padding:2rem;background:#1a73e805;border-radius:1rem;border:1px solid rgba(26,115,232,.08);margin:0 0 2rem;isolation:isolate}.modern-documentation-page .auth-card .auth-icon{width:56px;height:56px;background:linear-gradient(135deg,#1a73e81a,#4285f41a);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#1a73e8;flex-shrink:0}.modern-documentation-page .auth-card .auth-content h3{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3}.modern-documentation-page .auth-card .auth-content p{color:#666;line-height:1.6;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .auth-card .auth-content p code{background:#1a73e81a;color:#1a73e8;padding:.25rem .5rem;border-radius:.375rem;font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.875rem}.modern-documentation-page .security-notes{padding:0 clamp(2rem,4vw,3rem) clamp(2rem,4vw,3rem)}.modern-documentation-page .security-notes h3{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.2}.modern-documentation-page .security-grid{display:grid;gap:1.5rem}.modern-documentation-page .security-item{display:flex;gap:1rem;padding:1.5rem;background:#4caf5005;border-radius:.5rem;border:1px solid rgba(76,175,80,.1);isolation:isolate}.modern-documentation-page .security-item svg{color:#4caf50;flex-shrink:0;margin-top:.25rem}.modern-documentation-page .security-item div h4{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3}.modern-documentation-page .security-item div p{color:#666;line-height:1.5;font-size:.875rem;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .endpoint-details{padding:clamp(2rem,4vw,3rem)}.modern-documentation-page .endpoint-details .endpoint-card{background:#1a73e805;border-radius:1rem;border:1px solid rgba(26,115,232,.08);padding:2rem;margin:0 0 2rem;transition:all .3s ease;isolation:isolate}.modern-documentation-page .endpoint-details .endpoint-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1a73e81f;border-color:#1a73e826}.modern-documentation-page .endpoint-details .endpoint-card .endpoint-header{display:flex;gap:1.5rem;margin:0 0 1.5rem}.modern-documentation-page .endpoint-details .endpoint-card .endpoint-header .endpoint-icon{width:48px;height:48px;background:linear-gradient(135deg,#1a73e81a,#4285f41a);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#1a73e8;flex-shrink:0}.modern-documentation-page .endpoint-details .endpoint-card .endpoint-header .endpoint-info h3{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3}.modern-documentation-page .endpoint-details .endpoint-card .endpoint-header .endpoint-info p{color:#666;line-height:1.5;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .endpoint-details .endpoint-card .endpoint-spec{display:flex;align-items:center;gap:1rem}.modern-documentation-page .endpoint-details .endpoint-card .endpoint-spec .method-badge{padding:.5rem 1rem;border-radius:.375rem;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-documentation-page .endpoint-details .endpoint-card .endpoint-spec .method-badge.post{background:#22c55e1a;color:#4caf50;border:1px solid rgba(34,197,94,.2)}.modern-documentation-page .endpoint-details .endpoint-card .endpoint-spec .method-badge.get{background:#1a73e81a;color:#1a73e8;border:1px solid rgba(26,115,232,.2)}.modern-documentation-page .endpoint-details .endpoint-card .endpoint-spec .endpoint-path{background:#1a73e80d;color:#1a73e8;padding:.5rem 1rem;border-radius:.375rem;font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.875rem;border:1px solid rgba(26,115,232,.1)}.modern-documentation-page .modern-code-block{margin:2rem 0;background:#1a1a1a;border-radius:1rem;border:1px solid rgba(26,115,232,.2);overflow:hidden;box-shadow:0 8px 30px #0000001a;isolation:isolate}.modern-documentation-page .modern-code-block .code-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#1a73e81a;border-bottom:1px solid rgba(26,115,232,.2)}.modern-documentation-page .modern-code-block .code-header .code-title{font-weight:600;color:#1a73e8;font-size:.875rem}.modern-documentation-page .modern-code-block .code-header .code-language{background:#1a73e833;color:#1a73e8;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.modern-documentation-page .modern-code-block .code-content{position:relative}.modern-documentation-page .modern-code-block .code-content .code-pre{margin:0;padding:1.5rem;background:#1a1a1a;color:#e5e5e5;font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.modern-documentation-page .modern-code-block .code-content .code-pre code{color:inherit;background:transparent}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-json .string{color:#a3e635}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-json .number{color:#fbbf24}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-json .boolean{color:#60a5fa}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-json .null{color:#f87171}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-bash{color:#10b981}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-javascript .keyword{color:#c084fc}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-javascript .string{color:#a3e635}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-javascript .function{color:#60a5fa}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-python .keyword{color:#c084fc}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-python .string{color:#a3e635}.modern-documentation-page .modern-code-block .code-content .code-pre code.language-python .function{color:#60a5fa}.modern-documentation-page .modern-code-block .code-content .copy-code-btn{position:absolute;top:1rem;right:1rem;background:#1a73e833;border:1px solid rgba(26,115,232,.3);border-radius:.375rem;padding:.5rem;color:#1a73e8;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600}.modern-documentation-page .modern-code-block .code-content .copy-code-btn:hover{background:#1a73e84d;transform:scale(1.05)}.modern-documentation-page .modern-code-block .code-content .copy-code-btn.copied{background:#22c55e33;border-color:#22c55e4d;color:#4caf50}.modern-documentation-page .error-codes-section{padding:clamp(2rem,4vw,3rem)}.modern-documentation-page .error-codes-section h3{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.2}.modern-documentation-page .error-codes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:0 0 2rem}.modern-documentation-page .error-code-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:.5rem;border:1px solid;isolation:isolate}.modern-documentation-page .error-code-card.success{background:#22c55e0d;border-color:#22c55e33}.modern-documentation-page .error-code-card.success .status-code{background:#22c55e1a;color:#4caf50}.modern-documentation-page .error-code-card.error{background:#ef44440d;border-color:#ef444433}.modern-documentation-page .error-code-card.error .status-code{background:#ef44441a;color:#f44336}.modern-documentation-page .error-code-card.warning{background:#f59e0b0d;border-color:#f59e0b33}.modern-documentation-page .error-code-card.warning .status-code{background:#f59e0b1a;color:#ff9800}.modern-documentation-page .error-code-card .status-code{width:60px;height:60px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.125rem;flex-shrink:0}.modern-documentation-page .error-code-card .status-text h4{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3}.modern-documentation-page .error-code-card .status-text p{color:#666;font-size:.875rem;line-height:1.4;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (max-width: 992px){.modern-documentation-page .docs-main-content{grid-template-columns:1fr}.modern-documentation-page .docs-sidebar{order:-1}.modern-documentation-page .docs-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.modern-documentation-page .docs-nav .nav-item{border-bottom:none;border-right:1px solid rgba(26,115,232,.08)}.modern-documentation-page .docs-nav .nav-item:last-child{border-right:none}.modern-documentation-page .docs-nav .nav-item.active:before{left:0;right:0;top:auto;bottom:0;width:auto;height:3px}.modern-documentation-page .feature-grid,.modern-documentation-page .quick-start-steps,.modern-documentation-page .error-codes-grid{grid-template-columns:1fr}}@media (max-width: 768px){.modern-documentation-page .docs-nav{grid-template-columns:1fr}.modern-documentation-page .docs-nav .nav-item{border-right:none;border-bottom:1px solid rgba(26,115,232,.08)}.modern-documentation-page .docs-nav .nav-item:last-child{border-bottom:none}.modern-documentation-page .auth-card{flex-direction:column;text-align:center}.modern-documentation-page .auth-card .auth-icon{align-self:center}.modern-documentation-page .step{flex-direction:column;text-align:center}.modern-documentation-page .step .step-number{align-self:center}.modern-documentation-page .error-code-card{flex-direction:column;text-align:center}}.modern-documentation-page .nav-item:focus,.modern-documentation-page .copy-code-btn:focus{outline:2px solid #1a73e8;outline-offset:2px}@media (prefers-reduced-motion: reduce){.modern-documentation-page *,.modern-documentation-page *:before,.modern-documentation-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.billing-hero{position:relative;margin:clamp(1rem,2vw,1.5rem);padding:clamp(2rem,4vw,2.75rem) clamp(2rem,4vw,3rem);border-radius:1rem;overflow:hidden;min-height:0}.billing-hero .hero-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#0a1628,#0d2847 35%,#1a3a5c 60%,#0f2b4a)}.billing-hero .hero-gradient-bg .hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.07;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px}.billing-hero .hero-gradient-bg .hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 20% 50%,rgba(26,115,232,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(66,133,244,.1) 0%,transparent 50%)}.billing-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a73e8,#4285f4,#1a73e8);z-index:2;border-radius:1rem 1rem 0 0}.billing-hero .hero-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;gap:clamp(2rem,4vw,3rem)}.billing-hero .hero-text{flex:1;min-width:0}.billing-hero .hero-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.billing-hero .hero-breadcrumb .breadcrumb-label{font-size:.75rem;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em}.billing-hero .hero-breadcrumb svg{color:#ffffff4d}.billing-hero .hero-breadcrumb .breadcrumb-current{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em}.billing-hero .hero-title{font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.15;letter-spacing:-.025em}.billing-hero .hero-title .hero-title-accent{color:#6eb5ff;font-weight:800}.billing-hero .hero-subtitle{font-size:clamp(.8125rem,1.3vw,.9375rem);color:#ffffff8c;margin:0;line-height:1.55;max-width:440px;font-weight:400}.billing-hero .hero-stats{display:flex;align-items:stretch;gap:.75rem;flex-shrink:0}.billing-hero .hero-stat-card{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s ease;min-width:140px}.billing-hero .hero-stat-card:hover{background:#ffffff1a;border-color:#ffffff24}.billing-hero .hero-stat-card .stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:#1a73e833;color:#6eb5ff;flex-shrink:0}.billing-hero .hero-stat-card .stat-info{display:flex;flex-direction:column}.billing-hero .hero-stat-card .stat-value{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.01em}.billing-hero .hero-stat-card .stat-label{font-size:.6875rem;color:#ffffff73;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;white-space:nowrap}@media (max-width: 992px){.billing-hero .hero-content{flex-direction:column;align-items:flex-start}.billing-hero .hero-stats{width:100%}.billing-hero .hero-stat-card{flex:1}}@media (max-width: 768px){.billing-hero{margin:1rem;padding:1.75rem 1.5rem}.billing-hero .hero-stats{flex-direction:column;gap:.5rem}.billing-hero .hero-stat-card{min-width:0}}.billing-balance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.5rem)}@media (max-width: 1200px){.billing-balance-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.billing-balance-grid{grid-template-columns:1fr}}.balance-card{background:#fff;border-radius:1rem;padding:clamp(1.25rem,2.5vw,1.75rem);border:1px solid rgba(26,115,232,.08);box-shadow:0 4px 20px #1a73e80f,0 1px 3px #1a73e80a;transition:all .3s ease}.balance-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1a73e81f,0 4px 16px #1a73e814;border-color:#1a73e826}.balance-card .balance-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(1rem,2vw,1.25rem)}.balance-card .balance-icon{width:44px;height:44px;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.balance-card .balance-icon svg{width:22px;height:22px}.balance-card .balance-icon.primary{background:linear-gradient(135deg,#1a73e81a,#4285f41a);color:#1a73e8}.balance-card .balance-icon.accent{background:linear-gradient(135deg,#2196f31a,#03a9f41a);color:#2196f3}.balance-card .balance-icon.success{background:linear-gradient(135deg,#4caf501a,#4caf501a);color:#4caf50}.balance-card .balance-icon.warning{background:linear-gradient(135deg,#ff98001a,#ff98001a);color:#ff9800}.balance-card .balance-badge{font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:9999px;background:#1a73e814;color:#1a73e8}.balance-card .balance-badge.green{background:#4caf501a;color:#4caf50}.balance-card .balance-badge.red{background:#f443361a;color:#f44336}.balance-card .balance-trend{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px}.balance-card .balance-trend.up{background:#f4433614;color:#f44336}.balance-card .balance-trend.down{background:#4caf5014;color:#4caf50}.balance-card .balance-trend svg{width:14px;height:14px}.balance-card .balance-amount{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;color:#1a1a1a;line-height:1;margin-bottom:.375rem}.balance-card .balance-label{font-size:.875rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.balance-card .balance-period,.balance-card .balance-comparison{font-size:.75rem;color:#999;font-weight:500}.budget-bar,.period-bar{width:100%;height:8px;background:#1a73e814;border-radius:9999px;overflow:hidden;margin-bottom:.5rem}.budget-bar-fill{height:100%;background:linear-gradient(135deg,#1a73e8,#4285f4);border-radius:9999px;transition:width 1s ease}.period-bar-fill{height:100%;background:linear-gradient(135deg,#ff9800,#ffb74d);border-radius:9999px;transition:width 1s ease}.budget-amounts,.period-dates{display:flex;justify-content:space-between;font-size:.75rem;color:#999;font-weight:500}.period-progress{margin-top:.5rem}.billing-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;border:1px solid rgba(26,115,232,.1);box-shadow:0 8px 25px #1a73e80f,0 3px 10px #1a73e80a,inset 0 1px #ffffffe6;overflow:hidden;transition:all .3s ease}.billing-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px #1a73e81a,0 6px 16px #1a73e80f;border-color:#1a73e826}.billing-card-header{display:flex;align-items:center;justify-content:space-between;padding:clamp(1.25rem,2.5vw,1.75rem) clamp(1.5rem,3vw,2rem);border-bottom:1px solid rgba(26,115,232,.06);background:linear-gradient(135deg,#1a73e804,#4285f403)}.billing-card-header .card-title-group{display:flex;align-items:center;gap:clamp(.75rem,1.5vw,1rem)}.billing-card-header .card-title-group .card-icon{width:40px;height:40px;border-radius:.5rem;background:linear-gradient(135deg,#1a73e814,#4285f414);display:flex;align-items:center;justify-content:center;color:#1a73e8;flex-shrink:0}.billing-card-header .card-title-group .card-icon svg{width:20px;height:20px}.billing-card-header .card-title-group h2{margin:0 0 .125rem;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:700;color:#1a1a1a}.billing-card-header .card-title-group p{margin:0;font-size:.875rem;color:#666}.billing-card-header .card-total{display:flex;flex-direction:column;align-items:flex-end}.billing-card-header .card-total .total-label{font-size:.75rem;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.billing-card-header .card-total .total-value{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:800;color:#1a1a1a}.billing-card-header .card-action-btn{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(26,115,232,.15);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#1a73e8;cursor:pointer;transition:all .3s ease}.billing-card-header .card-action-btn svg{width:16px;height:16px}.billing-card-header .card-action-btn:hover{background:#1a73e80d;border-color:#1a73e840;transform:translateY(-1px)}.billing-card-header .card-action-btn.primary{background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border:none;box-shadow:0 4px 12px #1a73e840}.billing-card-header .card-action-btn.primary:hover{box-shadow:0 6px 20px #1a73e859;transform:translateY(-2px)}.billing-card-content{padding:clamp(1.25rem,2.5vw,1.75rem) clamp(1.5rem,3vw,2rem)}.cost-breakdown-list{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.25rem)}.cost-item .cost-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cost-item .cost-item-header .cost-item-name{display:flex;align-items:center;gap:.625rem}.cost-item .cost-item-header .cost-item-name .cost-color-dot{width:10px;height:10px;border-radius:9999px;flex-shrink:0}.cost-item .cost-item-header .cost-item-name span{font-weight:600;font-size:.875rem;color:#1a1a1a}.cost-item .cost-item-header .cost-item-values{display:flex;align-items:center;gap:.75rem}.cost-item .cost-item-header .cost-item-values .cost-item-amount{font-weight:700;font-size:.875rem;color:#1a1a1a}.cost-item .cost-item-header .cost-item-values .cost-item-percent{font-size:.75rem;color:#999;font-weight:500;background:#1a73e80f;padding:.125rem .5rem;border-radius:9999px}.cost-item .cost-item-bar{width:100%;height:6px;background:#1a73e80f;border-radius:9999px;overflow:hidden;margin-bottom:.375rem}.cost-item .cost-item-bar .cost-item-bar-fill{height:100%;border-radius:9999px;transition:width 1s ease}.cost-item .cost-item-meta{display:flex;justify-content:space-between;align-items:center}.cost-item .cost-item-meta .cost-item-requests{font-size:.75rem;color:#999;font-weight:500}.cost-item .cost-item-meta .cost-item-trend{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600}.cost-item .cost-item-meta .cost-item-trend svg{width:14px;height:14px}.cost-item .cost-item-meta .cost-item-trend.up{color:#f44336}.cost-item .cost-item-meta .cost-item-trend.down{color:#4caf50}.service-deductions-table .service-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:.5rem;padding:.75rem 0;border-bottom:1px solid rgba(26,115,232,.08);margin-bottom:.5rem}.service-deductions-table .service-table-header span{font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px}.service-deductions-table .service-row{padding:.75rem 0;border-bottom:1px solid rgba(26,115,232,.04)}.service-deductions-table .service-row:last-child{border-bottom:none}.service-deductions-table .service-row .service-row-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:.5rem;align-items:center;margin-bottom:.5rem}.service-deductions-table .service-row .service-name-cell{display:flex;align-items:center;gap:.625rem}.service-deductions-table .service-row .service-name-cell .service-name-info{display:flex;flex-direction:column}.service-deductions-table .service-row .service-name-cell .service-name-info .service-name{font-weight:600;font-size:.875rem;color:#1a1a1a}.service-deductions-table .service-row .service-name-cell .service-name-info .service-endpoint{font-size:.75rem;color:#999;font-family:SF Mono,Fira Code,monospace}.service-deductions-table .service-row .service-credits-per .credits-badge{display:inline-block;padding:.2rem .5rem;background:#1a73e814;color:#1a73e8;border-radius:9999px;font-size:.75rem;font-weight:700}.service-deductions-table .service-row .service-requests{font-size:.875rem;font-weight:600;color:#1a1a1a}.service-deductions-table .service-row .service-total-credits{display:flex;align-items:center;gap:.5rem}.service-deductions-table .service-row .service-total-credits .credits-used-value{font-weight:700;font-size:.875rem;color:#1a1a1a}.service-deductions-table .service-row .service-total-credits .credits-used-percent{font-size:.75rem;color:#999;background:#1a73e80f;padding:.125rem .375rem;border-radius:9999px}.service-deductions-table .service-row .service-bar{width:100%;height:4px;background:#1a73e80f;border-radius:9999px;overflow:hidden}.service-deductions-table .service-row .service-bar .service-bar-fill{height:100%;border-radius:9999px;transition:width 1s ease}@media (max-width: 768px){.service-deductions-table .service-table-header{display:none}.service-deductions-table .service-row .service-row-main{grid-template-columns:1fr;gap:.375rem}}.daily-cost-chart{margin-top:clamp(1.5rem,3vw,2rem);padding-top:clamp(1.25rem,2.5vw,1.5rem);border-top:1px solid rgba(26,115,232,.06)}.daily-cost-chart h3{margin:0 0 clamp(1rem,2vw,1.25rem) 0;font-size:clamp(.875rem,1.5vw,1rem);font-weight:700;color:#1a1a1a}.daily-cost-chart .chart-container{display:flex;align-items:flex-end;gap:clamp(.375rem,.75vw,.5rem);height:140px;padding:.5rem;background:linear-gradient(135deg,#1a73e805,#4285f403);border-radius:.5rem;border:1px solid rgba(26,115,232,.04)}.daily-cost-chart .chart-container .chart-column{flex:1;display:flex;flex-direction:column;align-items:center;gap:.375rem;height:100%}.daily-cost-chart .chart-container .chart-column .chart-bar-wrapper{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.daily-cost-chart .chart-container .chart-column .chart-bar-wrapper .chart-bar{width:75%;background:linear-gradient(135deg,#1a73e8,#4285f4);border-radius:4px 4px 0 0;min-height:4px;position:relative;transition:all .3s ease;cursor:pointer}.daily-cost-chart .chart-container .chart-column .chart-bar-wrapper .chart-bar:hover{filter:brightness(1.1);transform:scaleY(1.02)}.daily-cost-chart .chart-container .chart-column .chart-bar-wrapper .chart-bar:hover .chart-tooltip{opacity:1;transform:translate(-50%) translateY(-4px)}.daily-cost-chart .chart-container .chart-column .chart-bar-wrapper .chart-bar .chart-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(0);background:#000000d9;color:#fff;padding:.25rem .625rem;border-radius:6px;font-size:.6875rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:all .2s ease;z-index:10}.daily-cost-chart .chart-container .chart-column .chart-label{font-size:clamp(.5625rem,.9vw,.6875rem);color:#999;font-weight:500;text-align:center;white-space:nowrap}.invoices-table-wrapper{overflow-x:auto}.invoices-table-wrapper::-webkit-scrollbar{height:4px}.invoices-table-wrapper::-webkit-scrollbar-track{background:transparent}.invoices-table-wrapper::-webkit-scrollbar-thumb{background:#1a73e833;border-radius:9999px}.invoices-table{width:100%;border-collapse:separate;border-spacing:0}.invoices-table th{padding:clamp(.75rem,1.5vw,1rem) clamp(1rem,2vw,1.25rem);text-align:left;font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#1a73e805,#4285f403);white-space:nowrap}.invoices-table td{padding:clamp(.875rem,1.5vw,1.125rem) clamp(1rem,2vw,1.25rem);border-bottom:1px solid rgba(26,115,232,.04);vertical-align:middle}.invoices-table tbody tr{transition:all .2s ease}.invoices-table tbody tr:hover{background:linear-gradient(135deg,#1a73e805,#4285f403)}.invoices-table tbody tr:last-child td{border-bottom:none}.invoices-table .invoice-id{font-weight:600;color:#1a73e8;font-size:.875rem}.invoices-table .invoice-date,.invoices-table .invoice-period{font-size:.875rem;color:#666}.invoices-table .invoice-amount{font-weight:700;color:#1a1a1a;font-size:.875rem}.invoices-table .invoice-status{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.invoices-table .invoice-status svg{width:14px;height:14px}.invoices-table .invoice-status.paid{background:#4caf501a;color:#4caf50}.invoices-table .invoice-status.pending{background:#ff98001a;color:#ff9800}.invoices-table .invoice-status.overdue{background:#f443361a;color:#f44336}.invoices-table .txn-type-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap}.invoices-table .txn-type-badge.purchase{background:#4caf501a;color:#4caf50}.invoices-table .txn-type-badge.deduction{background:#f4433614;color:#f44336}.invoices-table .txn-type-badge.bonus{background:#ff98001a;color:#ff9800}.invoices-table .txn-type-badge.refund{background:#2196f31a;color:#2196f3}.invoices-table .txn-description{font-size:.875rem;font-weight:500;color:#1a1a1a}.invoices-table .txn-credits{font-weight:700;font-size:.875rem}.invoices-table .txn-credits.positive{color:#4caf50}.invoices-table .txn-credits.negative{color:#f44336}.invoices-table .txn-balance{font-weight:600;font-size:.875rem;color:#666}.invoices-table .invoice-download-btn{width:36px;height:36px;border:none;background:#1a73e80f;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer;transition:all .2s ease}.invoices-table .invoice-download-btn svg{width:16px;height:16px}.invoices-table .invoice-download-btn:hover{background:#1a73e81f;color:#1a73e8;transform:translateY(-1px)}.credit-packages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.75rem,1.5vw,1rem);margin-bottom:clamp(1.5rem,3vw,2rem)}@media (max-width: 1200px){.credit-packages-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.credit-packages-grid{grid-template-columns:1fr}}.credit-package{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(1.25rem,2.5vw,1.75rem);background:linear-gradient(135deg,#1a73e805,#4285f403);border:1px solid rgba(26,115,232,.08);border-radius:1rem;transition:all .3s ease}.credit-package:hover{transform:translateY(-4px);border-color:#1a73e826;box-shadow:0 8px 25px #1a73e81a}.credit-package.popular{border-color:#1a73e84d;background:linear-gradient(135deg,#1a73e80f,#4285f408);box-shadow:0 4px 15px #1a73e81a}.credit-package.popular:hover{box-shadow:0 12px 35px #1a73e826}.credit-package .popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;font-size:.75rem;font-weight:700;padding:.2rem .75rem;border-radius:9999px;white-space:nowrap}.credit-package .package-name{font-size:.875rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.credit-package .package-credits{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;color:#1a1a1a;line-height:1}.credit-package .package-credits-label{font-size:.75rem;color:#999;margin-bottom:.75rem}.credit-package .package-price{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:#1a73e8;margin-bottom:.25rem}.credit-package .package-per-credit{font-size:.75rem;color:#999;margin-bottom:.5rem}.credit-package .package-savings{font-size:.75rem;font-weight:700;color:#4caf50;background:#4caf501a;padding:.15rem .5rem;border-radius:9999px;margin-bottom:.75rem}.credit-package .package-buy-btn{width:100%;padding:.625rem 1rem;border:1px solid rgba(26,115,232,.2);border-radius:.5rem;background:transparent;color:#1a73e8;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;margin-top:auto}.credit-package .package-buy-btn:hover{background:#1a73e80d;border-color:#1a73e84d;transform:translateY(-1px)}.credit-package .package-buy-btn.primary{background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border:none;box-shadow:0 4px 12px #1a73e840}.credit-package .package-buy-btn.primary:hover{box-shadow:0 6px 20px #1a73e859}.billing-alerts-section{padding-top:clamp(1.25rem,2.5vw,1.5rem);border-top:1px solid rgba(26,115,232,.06)}.billing-alerts-section .alerts-header{display:flex;align-items:center;gap:.5rem;margin-bottom:clamp(1rem,2vw,1.25rem);color:#1a1a1a}.billing-alerts-section .alerts-header svg{width:18px;height:18px;color:#1a73e8}.billing-alerts-section .alerts-header h3{margin:0;font-size:clamp(.875rem,1.5vw,1rem);font-weight:700}.billing-alerts-section h3{margin:0 0 clamp(1rem,2vw,1.25rem) 0;font-size:clamp(.875rem,1.5vw,1rem);font-weight:700;color:#1a1a1a}.billing-alerts-section .alert-options{display:flex;flex-direction:column;gap:clamp(.75rem,1.5vw,1rem)}.billing-alerts-section .alert-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:clamp(.875rem,1.5vw,1rem) clamp(1rem,2vw,1.25rem);background:linear-gradient(135deg,#1a73e805,#4285f403);border:1px solid rgba(26,115,232,.04);border-radius:.5rem;transition:all .2s ease}.billing-alerts-section .alert-option:hover{background:linear-gradient(135deg,#1a73e808,#4285f404);border-color:#1a73e814}.billing-alerts-section .alert-option .alert-option-info{flex:1}.billing-alerts-section .alert-option .alert-option-info .alert-option-title{font-weight:600;font-size:.875rem;color:#1a1a1a;margin-bottom:.25rem}.billing-alerts-section .alert-option .alert-option-info .alert-option-desc{font-size:.75rem;color:#999;line-height:1.4}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#1a73e8,#4285f4)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 0 3px #1a73e826}.toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#1a73e826;transition:all .3s ease;border-radius:9999px}.toggle-switch .toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:all .3s ease;border-radius:50%;box-shadow:0 1px 3px #00000026}.billing-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9);color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.billing-content{padding:clamp(1.5rem,3vw,2rem);display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2rem)}.billing-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,2rem)}@media (max-width: 1200px){.billing-main-grid{grid-template-columns:1fr}}.billing-page .card-action-btn:focus,.billing-page .pm-action-btn:focus,.billing-page .invoice-download-btn:focus,.billing-page .toggle-switch input:focus+.toggle-slider{outline:2px solid #1a73e8;outline-offset:2px}@media (max-width: 992px){.billing-content,.billing-hero{padding:clamp(1rem,2vw,1.5rem)}.billing-hero .hero-content{flex-direction:column;text-align:center}.billing-hero .hero-stats{justify-content:center}}@media (max-width: 768px){.billing-content,.billing-hero{padding:1rem}.billing-hero .hero-stats{flex-direction:column;gap:1rem}.billing-hero .hero-stats .stat-divider{width:60px;height:1px}}@media (prefers-reduced-motion: reduce){.billing-page *,.billing-page *:before,.billing-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.admin-users{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9);color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-users .page-header{position:relative;padding:clamp(1.25rem,2.5vw,2rem);margin:clamp(1.5rem,3vw,2rem);border-radius:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 15px 35px #0000001f,0 5px 15px #00000014,inset 0 1px #fff3;overflow:hidden;min-height:0;display:flex;align-items:center;background:linear-gradient(135deg,#1a73e8,#4285f4 25%,#6366f1 75%,#1a73e8)}.admin-users .page-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 10%,rgba(255,255,255,.8) 30%,rgb(255,255,255) 50%,rgba(255,255,255,.8) 70%,rgba(255,255,255,.4) 90%,transparent 100%);border-radius:2rem 2rem 0 0;z-index:2}.admin-users .page-header .header-content{position:relative;z-index:1;display:flex;align-items:center;gap:clamp(1.5rem,3vw,2rem)}.admin-users .page-header .header-content .header-icon{width:72px;height:72px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0000001a}.admin-users .page-header .header-content .header-icon svg{width:36px;height:36px;color:#fff}.admin-users .page-header .header-content .header-text h1{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:#fff;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.admin-users .page-header .header-content .header-text p{font-size:clamp(1rem,1.5vw,1.125rem);color:#ffffffd9;margin:0;font-weight:400}.admin-users .page-header .header-stats{display:flex;gap:clamp(1.5rem,3vw,2.5rem);margin-left:auto}.admin-users .page-header .header-stats .stat-item{text-align:center}.admin-users .page-header .header-stats .stat-item .stat-value{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff;line-height:1;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.admin-users .page-header .header-stats .stat-item .stat-label{font-size:clamp(.75rem,1.2vw,.875rem);color:#fffc;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 992px){.admin-users .page-header{flex-direction:column;text-align:center;gap:2rem}.admin-users .page-header .header-content{flex-direction:column}.admin-users .page-header .header-stats{margin-left:0;justify-content:center;flex-wrap:wrap}}.admin-users .users-content{margin:clamp(1.5rem,3vw,2rem);background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;border:1px solid rgba(26,115,232,.12);box-shadow:0 20px 40px #1a73e81a,0 8px 16px #1a73e80f,inset 0 1px #ffffffe6;overflow:hidden}.admin-users .users-toolbar{display:flex;justify-content:space-between;align-items:center;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#fffc,#f8fafc99);gap:1rem;flex-wrap:wrap}.admin-users .users-toolbar .search-box{position:relative;flex:1;max-width:400px}.admin-users .users-toolbar .search-box svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;width:20px;height:20px}.admin-users .users-toolbar .search-box input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid rgba(26,115,232,.12);border-radius:.5rem;font-size:.95rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.admin-users .users-toolbar .search-box input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a;background:#fff}.admin-users .users-toolbar .search-box input::placeholder{color:#666}.admin-users .users-toolbar .filter-group{display:flex;gap:.75rem}.admin-users .users-toolbar .filter-group select{padding:.875rem 2.5rem .875rem 1rem;border:1px solid rgba(26,115,232,.12);border-radius:.5rem;font-size:.95rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em;transition:all .3s ease}.admin-users .users-toolbar .filter-group select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a}@media (max-width: 768px){.admin-users .users-toolbar{flex-direction:column;align-items:stretch}.admin-users .users-toolbar .search-box{max-width:100%}.admin-users .users-toolbar .filter-group{flex-wrap:wrap}}.admin-users .users-table-container{overflow-x:auto;padding:0 clamp(1.5rem,3vw,2rem) clamp(1.5rem,3vw,2rem)}.admin-users .users-table{width:100%;border-collapse:separate;border-spacing:0}.admin-users .users-table th,.admin-users .users-table td{padding:clamp(1rem,2vw,1.25rem);text-align:left;border-bottom:1px solid rgba(26,115,232,.08)}.admin-users .users-table th{font-weight:600;color:#666;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#1a73e808,#4285f405)}.admin-users .users-table td{font-size:.95rem;vertical-align:middle}.admin-users .users-table tr{transition:all .3s ease}.admin-users .users-table tr:hover{background:linear-gradient(135deg,#1a73e805,#4285f403)}.admin-users .users-table .user-cell{display:flex;align-items:center;gap:1rem}.admin-users .users-table .user-cell .user-avatar{width:44px;height:44px;border-radius:9999px;background:linear-gradient(135deg,#1a73e8,#4285f4);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1rem;overflow:hidden;box-shadow:0 4px 12px #1a73e840}.admin-users .users-table .user-cell .user-info .user-name{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.admin-users .users-table .user-cell .user-info .user-email{font-size:.85rem;color:#666}.admin-users .users-table .role-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.admin-users .users-table .role-badge.role-admin{background:linear-gradient(135deg,#6366f11a,#6366f126);color:#6366f1;border:1px solid rgba(99,102,241,.2)}.admin-users .users-table .role-badge.role-user{background:linear-gradient(135deg,#1a73e814,#4285f41f);color:#1a73e8;border:1px solid rgba(26,115,232,.15)}.admin-users .users-table .tier-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize;background:linear-gradient(135deg,#4caf501a,#4caf5026);color:#4caf50;border:1px solid rgba(76,175,80,.2)}.admin-users .users-table .credits-cell{font-weight:600;color:#1a1a1a}.admin-users .users-table .date-cell{font-size:.85rem;color:#666}.admin-users .users-table .actions-cell .user-actions{display:flex;gap:.5rem;justify-content:flex-end}.admin-users .users-table .actions-cell .user-actions .btn-action{background:none;border:none;padding:.5rem;cursor:pointer;color:#666;border-radius:.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.admin-users .users-table .actions-cell .user-actions .btn-action:hover{background:linear-gradient(135deg,#1a73e814,#4285f41f);color:#1a73e8;transform:translateY(-1px)}.admin-users .users-table .actions-cell .user-actions .btn-action.danger:hover{background:linear-gradient(135deg,#f4433614,#f443361f);color:#f44336}.admin-users .users-table .actions-cell .user-actions .btn-action svg{width:18px;height:18px}.admin-users .loading-state,.admin-users .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(4rem,8vw,6rem);text-align:center}.admin-users .loading-state .loading-spinner,.admin-users .empty-state .loading-spinner{width:48px;height:48px;border:3px solid rgba(26,115,232,.1);border-radius:50%;border-top-color:#1a73e8;animation:spin 1s linear infinite;margin-bottom:1.5rem}.admin-users .loading-state svg,.admin-users .empty-state svg{width:64px;height:64px;color:#1a73e84d;margin-bottom:1.5rem}.admin-users .loading-state p,.admin-users .empty-state p{color:#666;font-size:1.125rem;margin:0}.admin-users .pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:clamp(1.5rem,3vw,2rem);border-top:1px solid rgba(26,115,232,.08)}.admin-users .pagination .page-btn{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(26,115,232,.12);border-radius:.5rem;background:#fff;color:#1a1a1a;font-weight:500;cursor:pointer;transition:all .3s ease}.admin-users .pagination .page-btn:hover:not(:disabled){background:linear-gradient(135deg,#1a73e80d,#4285f414);border-color:#1a73e833}.admin-users .pagination .page-btn.active{background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border-color:transparent;box-shadow:0 4px 12px #1a73e840}.admin-users .pagination .page-btn:disabled{opacity:.5;cursor:not-allowed}.admin-users .btn-action.impersonate:hover{background:linear-gradient(135deg,#8b5cf614,#8b5cf61f);color:#8b5cf6}.admin-users .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem}.admin-users .modal-content{background:#fffffffa;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;width:100%;max-width:520px;box-shadow:0 25px 50px #00000040,0 10px 20px #00000026,inset 0 1px #ffffffe6;border:1px solid rgba(255,255,255,.2);overflow:hidden}.admin-users .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#1a73e805,#4285f403)}.admin-users .modal-content .modal-header h2{margin:0;font-size:1.375rem;font-weight:700;color:#1a1a1a}.admin-users .modal-content .modal-header .btn-close{background:none;border:none;padding:.5rem;cursor:pointer;color:#666;border-radius:.5rem;transition:all .3s ease}.admin-users .modal-content .modal-header .btn-close:hover{background:#1a73e814;color:#1a73e8}.admin-users .modal-content.modal-large{max-width:640px}.admin-users .modal-content .modal-body{padding:clamp(1.5rem,3vw,2rem)}.admin-users .modal-content .modal-body .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 576px){.admin-users .modal-content .modal-body .form-row{grid-template-columns:1fr}}.admin-users .modal-content .modal-body .form-group{margin-bottom:1.5rem}.admin-users .modal-content .modal-body .form-group label{display:block;margin-bottom:.75rem;font-size:.95rem;font-weight:600;color:#1a1a1a}.admin-users .modal-content .modal-body .form-group input,.admin-users .modal-content .modal-body .form-group select,.admin-users .modal-content .modal-body .form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid rgba(26,115,232,.15);border-radius:.5rem;font-size:.95rem;background:#fffc;transition:all .3s ease}.admin-users .modal-content .modal-body .form-group input:focus,.admin-users .modal-content .modal-body .form-group select:focus,.admin-users .modal-content .modal-body .form-group textarea:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a;background:#fff}.admin-users .modal-content .modal-body .form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.admin-users .modal-content .modal-body .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em;padding-right:2.5rem;cursor:pointer}.admin-users .modal-content .modal-body .form-group .field-hint{display:block;margin-top:.5rem;font-size:.85rem;color:#666}.admin-users .modal-content .modal-body .warning-message p{color:#1a1a1a;line-height:1.6;margin:0 0 .75rem}.admin-users .modal-content .modal-body .warning-message p.warning-text{color:#f44336;font-size:.9rem}.admin-users .modal-content .modal-body .impersonate-info .user-preview{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#1a73e80a,#4285f414);border-radius:1rem;margin-bottom:1.5rem}.admin-users .modal-content .modal-body .impersonate-info .user-preview .user-avatar.large{width:64px;height:64px;font-size:1.5rem;background:linear-gradient(135deg,#1a73e8,#4285f4);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;box-shadow:0 8px 24px #1a73e84d}.admin-users .modal-content .modal-body .impersonate-info .user-preview .user-details h3{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:#1a1a1a}.admin-users .modal-content .modal-body .impersonate-info .user-preview .user-details p{margin:0 0 .5rem;color:#666;font-size:.9rem}.admin-users .modal-content .modal-body .impersonate-info .impersonate-warning{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.3);border-radius:.5rem;color:#b45309}.admin-users .modal-content .modal-body .impersonate-info .impersonate-warning svg{flex-shrink:0;color:#f59e0b}.admin-users .modal-content .modal-body .impersonate-info .impersonate-warning div{font-size:.9rem;line-height:1.5}.admin-users .modal-content .modal-body .impersonate-info .impersonate-warning div strong{font-weight:600}.admin-users .modal-content .modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem clamp(1.5rem,3vw,2rem);border-top:1px solid rgba(26,115,232,.08);background:linear-gradient(135deg,#f8fafc80,#ffffff4d)}.admin-users .modal-content .modal-footer .btn-secondary{background:#ffffffe6;border:1px solid rgba(26,115,232,.15);color:#1a1a1a;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.admin-users .modal-content .modal-footer .btn-secondary:hover{background:#1a73e80d;border-color:#1a73e833}.admin-users .modal-content .modal-footer .btn-primary{background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #1a73e840}.admin-users .modal-content .modal-footer .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1a73e859}.admin-users .modal-content .modal-footer .btn-danger{background:linear-gradient(135deg,#f44336,#e53935);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #f4433640}.admin-users .modal-content .modal-footer .btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f4433659}.admin-users .modal-content .modal-footer .btn-impersonate{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #8b5cf640;display:flex;align-items:center;gap:.5rem}.admin-users .modal-content .modal-footer .btn-impersonate svg{width:18px;height:18px}.admin-users .modal-content .modal-footer .btn-impersonate:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf659}.admin-notifications{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9);color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-notifications .page-header{position:relative;padding:clamp(1.25rem,2.5vw,2rem);margin:clamp(1.5rem,3vw,2rem);border-radius:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 15px 35px #0000001f,0 5px 15px #00000014,inset 0 1px #fff3;overflow:hidden;min-height:0;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#f59e0b,#fbbf24 25%,#f97316 75%,#ea580c);flex-wrap:wrap;gap:2rem}.admin-notifications .page-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 10%,rgba(255,255,255,.8) 30%,rgb(255,255,255) 50%,rgba(255,255,255,.8) 70%,rgba(255,255,255,.4) 90%,transparent 100%);border-radius:2rem 2rem 0 0;z-index:2}.admin-notifications .page-header .header-content{position:relative;z-index:1;display:flex;align-items:center;gap:clamp(1.5rem,3vw,2rem)}.admin-notifications .page-header .header-content .header-icon{width:72px;height:72px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0000001a}.admin-notifications .page-header .header-content .header-icon svg{width:36px;height:36px;color:#fff}.admin-notifications .page-header .header-content .header-text h1{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:#fff;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.admin-notifications .page-header .header-content .header-text p{font-size:clamp(1rem,1.5vw,1.125rem);color:#ffffffd9;margin:0;font-weight:400}.admin-notifications .page-header .header-actions{display:flex;gap:1rem;flex-wrap:wrap}.admin-notifications .page-header .header-actions .btn-secondary{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.admin-notifications .page-header .header-actions .btn-secondary svg{width:18px;height:18px}.admin-notifications .page-header .header-actions .btn-secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.admin-notifications .page-header .header-actions .btn-primary{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#fffffff2;color:#ea580c;border:none;border-radius:.5rem;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #00000026}.admin-notifications .page-header .header-actions .btn-primary svg{width:18px;height:18px}.admin-notifications .page-header .header-actions .btn-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0003}@media (max-width: 992px){.admin-notifications .page-header{flex-direction:column;text-align:center}.admin-notifications .page-header .header-content{flex-direction:column}.admin-notifications .page-header .header-actions{justify-content:center}}.admin-notifications .notifications-list{margin:clamp(1.5rem,3vw,2rem);display:flex;flex-direction:column;gap:1rem}.admin-notifications .loading-state,.admin-notifications .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(4rem,8vw,6rem);text-align:center;background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;border:1px solid rgba(245,158,11,.12);box-shadow:0 20px 40px #f59e0b1a,0 8px 16px #f59e0b0f}.admin-notifications .loading-state .loading-spinner,.admin-notifications .empty-state .loading-spinner{width:48px;height:48px;border:3px solid rgba(245,158,11,.1);border-radius:50%;border-top-color:#f59e0b;animation:spin 1s linear infinite;margin-bottom:1.5rem}.admin-notifications .loading-state svg,.admin-notifications .empty-state svg{width:64px;height:64px;color:#f59e0b4d;margin-bottom:1.5rem}.admin-notifications .loading-state p,.admin-notifications .empty-state p{color:#666;font-size:1.125rem;margin:0}.admin-notifications .notification-card{display:flex;align-items:flex-start;gap:1.25rem;padding:clamp(1.25rem,2.5vw,1.75rem);background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;border:1px solid rgba(245,158,11,.1);box-shadow:0 10px 30px #f59e0b0f,0 4px 10px #f59e0b08,inset 0 1px #ffffffe6;transition:all .3s ease;position:relative;overflow:hidden}.admin-notifications .notification-card:hover{transform:translateY(-2px);box-shadow:0 15px 40px #f59e0b1a,0 8px 16px #f59e0b0f,inset 0 1px #ffffffe6;border-color:#f59e0b33}.admin-notifications .notification-card .notification-indicator{width:4px;border-radius:4px;min-height:60px;align-self:stretch;flex-shrink:0}.admin-notifications .notification-card .notification-content{flex:1;min-width:0}.admin-notifications .notification-card .notification-content .notification-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.admin-notifications .notification-card .notification-content .notification-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1a1a1a}.admin-notifications .notification-card .notification-content .notification-header .type-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin-notifications .notification-card .notification-content .notification-header .type-badge.type-info{background:linear-gradient(135deg,#60a5fa1a,#60a5fa26);color:#3b82f6;border:1px solid rgba(96,165,250,.2)}.admin-notifications .notification-card .notification-content .notification-header .type-badge.type-success{background:linear-gradient(135deg,#4ade801a,#4ade8026);color:#22c55e;border:1px solid rgba(74,222,128,.2)}.admin-notifications .notification-card .notification-content .notification-header .type-badge.type-warning{background:linear-gradient(135deg,#fbbf241a,#fbbf2426);color:#f59e0b;border:1px solid rgba(251,191,36,.2)}.admin-notifications .notification-card .notification-content .notification-header .type-badge.type-error{background:linear-gradient(135deg,#f871711a,#f8717126);color:#ef4444;border:1px solid rgba(248,113,113,.2)}.admin-notifications .notification-card .notification-content .notification-header .broadcast-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#8b5cf61a,#8b5cf626);color:#8b5cf6;border:1px solid rgba(139,92,246,.2)}.admin-notifications .notification-card .notification-content .notification-message{color:#1a1a1a;line-height:1.6;margin:0 0 1rem;font-size:.95rem}.admin-notifications .notification-card .notification-content .notification-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.admin-notifications .notification-card .notification-content .notification-meta .recipient{font-size:.85rem;color:#666;display:flex;align-items:center;gap:.25rem}.admin-notifications .notification-card .notification-content .notification-meta .recipient:before{content:"👤";font-size:.75rem}.admin-notifications .notification-card .notification-content .notification-meta .timestamp{font-size:.8rem;color:#666;opacity:.7}.admin-notifications .notification-card .delete-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#666;border-radius:.5rem;transition:all .3s ease;flex-shrink:0}.admin-notifications .notification-card .delete-btn:hover{background:linear-gradient(135deg,#f4433614,#f443361f);color:#f44336;transform:translateY(-1px)}.admin-notifications .notification-card .delete-btn svg{width:18px;height:18px}.admin-notifications .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem}.admin-notifications .modal-content{background:#fffffffa;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;width:100%;max-width:520px;box-shadow:0 25px 50px #00000040,0 10px 20px #00000026,inset 0 1px #ffffffe6;border:1px solid rgba(255,255,255,.2);overflow:hidden}.admin-notifications .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid rgba(245,158,11,.08);background:linear-gradient(135deg,#f59e0b08,#fbbf2405)}.admin-notifications .modal-content .modal-header h2{margin:0;font-size:1.375rem;font-weight:700;color:#1a1a1a}.admin-notifications .modal-content .modal-header .close-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#666;border-radius:.5rem;transition:all .3s ease}.admin-notifications .modal-content .modal-header .close-btn:hover{background:#f59e0b14;color:#f59e0b}.admin-notifications .modal-content .notification-form{padding:clamp(1.5rem,3vw,2rem)}.admin-notifications .modal-content .notification-form .form-group{margin-bottom:1.5rem}.admin-notifications .modal-content .notification-form .form-group label{display:block;margin-bottom:.75rem;font-size:.95rem;font-weight:600;color:#1a1a1a}.admin-notifications .modal-content .notification-form .form-group input,.admin-notifications .modal-content .notification-form .form-group select,.admin-notifications .modal-content .notification-form .form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid rgba(245,158,11,.15);border-radius:.5rem;font-size:.95rem;background:#fffc;transition:all .3s ease;font-family:inherit}.admin-notifications .modal-content .notification-form .form-group input:focus,.admin-notifications .modal-content .notification-form .form-group select:focus,.admin-notifications .modal-content .notification-form .form-group textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a;background:#fff}.admin-notifications .modal-content .notification-form .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em;padding-right:2.5rem;cursor:pointer}.admin-notifications .modal-content .notification-form .form-group textarea{resize:vertical;min-height:100px}.admin-notifications .modal-content .notification-form .form-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(245,158,11,.08)}.admin-notifications .modal-content .notification-form .form-actions .btn-secondary{background:#ffffffe6;border:1px solid rgba(245,158,11,.15);color:#1a1a1a;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.admin-notifications .modal-content .notification-form .form-actions .btn-secondary:hover{background:#f59e0b0d;border-color:#f59e0b33}.admin-notifications .modal-content .notification-form .form-actions .btn-primary{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #f59e0b40}.admin-notifications .modal-content .notification-form .form-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b59}.settings-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#16191f}.settings-header{margin-bottom:20px}.settings-header__title{font-size:22px;font-weight:700;color:#16191f;margin:0 0 4px}.settings-header__desc{font-size:14px;color:#545b64;margin:0}.settings-layout{display:grid;grid-template-columns:200px 1fr;gap:20px;align-items:start}@media (max-width: 768px){.settings-layout{grid-template-columns:1fr;gap:16px}}.settings-nav{display:flex;flex-direction:column;gap:2px;background:#fff;border:1px solid #d5dbdb;border-radius:8px;padding:4px}@media (max-width: 768px){.settings-nav{flex-direction:row;overflow-x:auto}}.settings-nav__item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;border-radius:4px;font-size:13px;font-weight:500;color:#545b64;cursor:pointer;transition:background .15s ease,color .15s ease;white-space:nowrap;font-family:inherit;text-align:left;width:100%}.settings-nav__item svg{width:16px;height:16px;flex-shrink:0}.settings-nav__item:hover{background:#f2f3f3;color:#16191f}.settings-nav__item--active{background:#0972d30f;color:#0972d3;font-weight:600}.settings-nav__item--active:hover{background:#0972d314}@media (max-width: 768px){.settings-nav__item{width:auto}}.settings-content{min-width:0}.settings-section{display:flex;flex-direction:column;gap:16px}.settings-card{background:#fff;border:1px solid #d5dbdb;border-radius:8px;overflow:hidden}.settings-card__header{padding:16px 20px;border-bottom:1px solid #e9ecef}.settings-card__header h2{font-size:16px;font-weight:700;color:#16191f;margin:0 0 2px}.settings-card__header p{font-size:13px;color:#687078;margin:0}.settings-card__body{padding:20px;display:flex;flex-direction:column;gap:16px}.settings-card__footer{padding-top:8px;display:flex;justify-content:flex-end}.settings-card--danger{border-color:#d132124d}.settings-card--danger .settings-card__header h2{color:#d13212}.settings-avatar-row{display:flex;align-items:center;gap:16px;padding-bottom:8px}.settings-avatar-row .avatar{width:56px;height:56px;flex-shrink:0}.settings-avatar-info{display:flex;flex-direction:column}.settings-avatar-info__name{font-size:15px;font-weight:600;color:#16191f;line-height:1.3}.settings-avatar-info__email{font-size:13px;color:#687078;line-height:1.3}.settings-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 576px){.settings-form-grid{grid-template-columns:1fr}}.settings-field{display:flex;flex-direction:column;gap:6px}.settings-field label{font-size:13px;font-weight:600;color:#16191f}.settings-field input{padding:8px 12px;border:1px solid #d5dbdb;border-radius:4px;font-size:13px;font-weight:500;color:#16191f;background:#fff;transition:border-color .15s ease;font-family:inherit}.settings-field input:focus{outline:none;border-color:#0972d3;box-shadow:0 0 0 1px #0972d3}.settings-field input::placeholder{color:#9ba7b6}.settings-field__disabled{background:#f2f3f3!important;color:#687078!important;cursor:not-allowed}.settings-field__hint{font-size:12px;color:#687078}.settings-checkbox{display:flex;align-items:center;gap:8px}.settings-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#0972d3;cursor:pointer;flex-shrink:0}.settings-checkbox label{font-size:13px;color:#545b64;cursor:pointer}.settings-alert{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:4px;font-size:13px;font-weight:500}.settings-alert--success{background:#f2fcf3;color:#037f0c;border:1px solid rgba(3,127,12,.2)}.settings-alert--error{background:#fdf3f0;color:#d13212;border:1px solid rgba(209,50,18,.2)}.settings-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;border-radius:4px;cursor:pointer;transition:background .15s ease;border:1px solid transparent;font-family:inherit}.settings-btn--primary{background:#0972d3;color:#fff;border-color:#0972d3}.settings-btn--primary:hover:not(:disabled){background:#075dac}.settings-btn--primary:disabled{opacity:.6;cursor:not-allowed}.settings-btn--danger{background:#fff;color:#d13212;border-color:#d132124d}.settings-btn--danger:hover:not(:disabled){background:#fdf3f0}.settings-btn--danger:disabled{opacity:.4;cursor:not-allowed}.settings-session{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#fafafa;border:1px solid #e9ecef;border-radius:6px}.settings-session__info{display:flex;flex-direction:column;gap:2px}.settings-session__label{font-size:13px;font-weight:600;color:#16191f}.settings-session__detail{font-size:12px;color:#687078}.settings-session__badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;background:#037f0c14;color:#037f0c;border:1px solid rgba(3,127,12,.2)}.settings-toggle-list{display:flex;flex-direction:column}.settings-toggle-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #e9ecef}.settings-toggle-item:last-child{border-bottom:none;padding-bottom:0}.settings-toggle-item:first-child{padding-top:0}.settings-toggle-item__label{font-size:14px;font-weight:600;color:#16191f;display:block;margin-bottom:2px}.settings-toggle-item__desc{font-size:12px;color:#687078;display:block;line-height:1.4}.settings-toggle{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.settings-toggle input{opacity:0;width:0;height:0}.settings-toggle__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#d5dbdb;border-radius:11px;transition:background .2s ease}.settings-toggle__slider:before{content:"";position:absolute;height:18px;width:18px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:transform .2s ease}input:checked+.settings-toggle__slider{background:#0972d3}input:checked+.settings-toggle__slider:before{transform:translate(18px)}.settings-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 576px){.settings-info-grid{grid-template-columns:1fr}}.settings-info-item{display:flex;flex-direction:column;gap:4px;padding:14px;background:#fafafa;border:1px solid #e9ecef;border-radius:6px}.settings-info-item__label{font-size:12px;font-weight:600;color:#687078;text-transform:uppercase;letter-spacing:.03em}.settings-info-item__value{font-size:14px;font-weight:600;color:#16191f;word-break:break-all}.settings-info-item__value--badge{display:inline-block;background:#0972d314;color:#0972d3;padding:2px 8px;border-radius:4px;border:1px solid rgba(9,114,211,.2);font-size:12px;width:fit-content}.settings-danger-item{display:flex;align-items:center;justify-content:space-between;gap:16px}.settings-danger-item__label{font-size:14px;font-weight:600;color:#16191f;display:block;margin-bottom:4px}.settings-danger-item__desc{font-size:12px;color:#687078;display:block;line-height:1.4;max-width:400px}@media (max-width: 576px){.settings-danger-item{flex-direction:column;align-items:flex-start}}.settings-nav__item:focus-visible,.settings-btn:focus-visible,.settings-field input:focus-visible{outline:2px solid #0972d3;outline-offset:2px}.dashboard-container{display:flex;min-height:100vh;background:#f2f3f3;color:#16191f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .25s cubic-bezier(.4,0,.2,1)}.sidebar--collapsed~.dashboard-main{margin-left:72px}.dashboard-content{padding:24px;flex:1}.dashboard-home{display:flex;flex-direction:column;gap:20px}.aws-welcome{background:#fff;border:1px solid #d5dbdb;border-radius:8px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.aws-welcome__title{font-size:22px;font-weight:700;color:#16191f;margin:0 0 6px;line-height:1.3}.aws-welcome__subtitle{font-size:14px;color:#545b64;margin:0;line-height:1.5}.aws-welcome__actions{display:flex;gap:10px;flex-shrink:0}.aws-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;border-radius:4px;cursor:pointer;transition:background .15s ease,border-color .15s ease;border:1px solid transparent;white-space:nowrap;font-family:inherit}.aws-btn svg{width:16px;height:16px}.aws-btn--primary{background:#0972d3;color:#fff;border-color:#0972d3}.aws-btn--primary:hover{background:#075dac;border-color:#075dac}.aws-btn--primary:active{background:#065298}.aws-btn--outline{background:#fff;color:#16191f;border-color:#d5dbdb}.aws-btn--outline:hover{background:#fafafa;border-color:#aab7b8}.aws-link-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:none;font-size:13px;font-weight:500;color:#0972d3;cursor:pointer;padding:0;font-family:inherit}.aws-link-btn:hover{color:#033160;text-decoration:underline}.aws-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.aws-stat-card{background:#fff;border:1px solid #d5dbdb;border-radius:8px;padding:20px}.aws-stat-card__header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.aws-stat-card__icon{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.aws-stat-card__icon svg{width:18px;height:18px}.aws-stat-card__icon--blue{background:#f2f8fd;color:#0972d3}.aws-stat-card__icon--green{background:#f2fcf3;color:#037f0c}.aws-stat-card__icon--orange{background:#fffbf0;color:#d97706}.aws-stat-card__icon--teal{background:#f0fafb;color:#0d7377}.aws-stat-card__label{font-size:13px;font-weight:500;color:#687078;text-transform:uppercase;letter-spacing:.03em}.aws-stat-card__value{font-size:28px;font-weight:700;color:#16191f;margin-bottom:6px;line-height:1.2}.aws-stat-card__change{font-size:12px;font-weight:500}.aws-stat-card__change--positive{color:#037f0c}.aws-stat-card__change--negative{color:#d13212}.aws-stat-card__change--neutral{color:#687078}.aws-widgets{display:grid;grid-template-columns:1fr 380px;gap:16px}.aws-widget{background:#fff;border:1px solid #d5dbdb;border-radius:8px;overflow:hidden}.aws-widget__header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e9ecef}.aws-widget__title-group{min-width:0}.aws-widget__title{font-size:16px;font-weight:700;color:#16191f;margin:0 0 2px;line-height:1.3}.aws-widget__desc{font-size:13px;color:#687078;margin:0}.aws-widget__body{padding:20px}.aws-widget--large{grid-column:1}.aws-widget--side{grid-column:2}.dashboard-message{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:16px;color:#687078}@media (max-width: 1200px){.aws-widgets{grid-template-columns:1fr}.aws-widget--large,.aws-widget--side{grid-column:1}}@media (max-width: 992px){.dashboard-main{margin-left:72px}.sidebar--collapsed~.dashboard-main{margin-left:260px}.aws-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard-main{margin-left:0}.sidebar--collapsed~.dashboard-main{margin-left:0}.dashboard-content{padding:16px}.aws-welcome{flex-direction:column;align-items:flex-start;padding:20px}.aws-stats{grid-template-columns:1fr}.aws-stat-card__value{font-size:24px}}@media (max-width: 576px){.dashboard-content{padding:12px}.dashboard-home{gap:12px}.aws-welcome{padding:16px}.aws-welcome__title{font-size:18px}.aws-welcome__actions{flex-direction:column;width:100%}.aws-welcome__actions .aws-btn{justify-content:center}}.aws-btn:focus-visible,.aws-link-btn:focus-visible{outline:2px solid #0972d3;outline-offset:2px}@media (prefers-reduced-motion: reduce){.dashboard-main{transition:none}}.impersonate-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f0f23);padding:2rem}.impersonate-container{background:#fffffffa;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;padding:clamp(2rem,5vw,3rem);max-width:480px;width:100%;box-shadow:0 25px 50px #00000040,0 10px 20px #00000026}.impersonate-status{text-align:center;padding:2rem 0}.impersonate-status h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:1.5rem 0 .5rem}.impersonate-status p{color:#666;font-size:1rem;margin:0}.impersonate-status.loading .spinner{width:64px;height:64px;border:4px solid rgba(139,92,246,.1);border-radius:50%;border-top-color:#8b5cf6;animation:spin 1s linear infinite;margin:0 auto}.impersonate-status.success .check-icon{width:72px;height:72px;color:#4caf50;margin:0 auto}.impersonate-status.success h2{color:#4caf50}.impersonate-status.error .error-icon{width:72px;height:72px;color:#f44336;margin:0 auto}.impersonate-status.error h2{color:#f44336}.impersonate-status.error button{margin-top:1.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#f44336,#ea1c0d);color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.impersonate-status.error button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f443364d}.impersonate-warning{display:flex;align-items:flex-start;gap:1rem;padding:1rem;margin-top:1.5rem;background:#8b5cf614;border:1px solid rgba(139,92,246,.2);border-radius:.5rem}.impersonate-warning svg{width:24px;height:24px;color:#8b5cf6;flex-shrink:0}.impersonate-warning span{font-size:.875rem;color:#6d28d9;line-height:1.5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app{min-height:100vh;display:flex;flex-direction:column}
