.confirm-overlay[data-astro-cid-kkaog6nm]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.confirm-overlay[data-astro-cid-kkaog6nm].hidden{display:none}.confirm-dialog[data-astro-cid-kkaog6nm]{background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem;max-width:440px;width:100%;box-shadow:0 20px 60px #0000004d;backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}[data-theme=light] .confirm-dialog[data-astro-cid-kkaog6nm]{background:#fffffff2;border:1px solid rgba(0,0,0,.1);box-shadow:0 20px 60px #00000026}.confirm-icon[data-astro-cid-kkaog6nm]{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#ef444433,#dc262633);display:flex;align-items:center;justify-content:center;color:#ef4444;flex-shrink:0}.confirm-title[data-astro-cid-kkaog6nm]{font-size:1.5rem;font-weight:700;color:var(--text);margin:0}.confirm-message[data-astro-cid-kkaog6nm]{font-size:1rem;color:var(--muted);margin:0;line-height:1.6}.confirm-actions[data-astro-cid-kkaog6nm]{display:flex;gap:1rem;width:100%;margin-top:.5rem}.confirm-btn[data-astro-cid-kkaog6nm]{flex:1;padding:1rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.confirm-btn[data-astro-cid-kkaog6nm].cancel{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:var(--text)}.confirm-btn[data-astro-cid-kkaog6nm].cancel:hover{background:#ffffff26;border-color:#ffffff80;transform:translateY(-2px)}[data-theme=light] .confirm-btn[data-astro-cid-kkaog6nm].cancel{background:#0000000d;border:1px solid rgba(0,0,0,.2)}[data-theme=light] .confirm-btn[data-astro-cid-kkaog6nm].cancel:hover{background:#0000001a;border-color:#0000004d}.confirm-btn[data-astro-cid-kkaog6nm].confirm{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 15px #ef44444d}.confirm-btn[data-astro-cid-kkaog6nm].confirm:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}@media (max-width: 480px){.confirm-dialog[data-astro-cid-kkaog6nm]{padding:2rem}.confirm-icon[data-astro-cid-kkaog6nm]{width:64px;height:64px}.confirm-title[data-astro-cid-kkaog6nm]{font-size:1.3rem}.confirm-actions[data-astro-cid-kkaog6nm]{flex-direction:column}.confirm-btn[data-astro-cid-kkaog6nm]{padding:.9rem 1.5rem}}.toast[data-astro-cid-z7fiv35j]{position:fixed;top:2rem;right:2rem;padding:1rem 1.5rem;border-radius:12px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600;box-shadow:0 8px 24px #22c55e4d;opacity:0;transform:translateY(-20px);pointer-events:none;transition:all .3s ease;z-index:9999}.toast[data-astro-cid-z7fiv35j].show{opacity:1;transform:translateY(0);pointer-events:auto}@media (max-width: 768px){.toast[data-astro-cid-z7fiv35j]{top:1rem;right:1rem;left:1rem;text-align:center}}:global(.apikey-card){border-radius:20px;background:var(--surface);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0000001a;backdrop-filter:blur(20px);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}:global(.apikey-card:hover){transform:translateY(-4px);box-shadow:0 8px 30px #00000026;border-color:#38bdf84d}:global([data-theme=light] .apikey-card){background:#fffc;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #0000000d}:global(.apikey-header){display:flex;align-items:center;gap:1rem}:global(.apikey-icon){width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#38bdf833,#818cf833);display:flex;align-items:center;justify-content:center;color:#38bdf8;flex-shrink:0}:global(.apikey-title-wrapper){flex:1;display:flex;align-items:center;justify-content:space-between;gap:1rem}:global(.apikey-status.expired){background:#ef444426;color:#ef4444}:global(.apikey-details){display:flex;flex-direction:column;gap:1rem}:global(.detail-row){display:flex;flex-direction:column;gap:.4rem}:global(.detail-label){font-size:.85rem;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}:global(.detail-value){font-size:.95rem;color:var(--text);word-break:break-all}:global(.detail-value.key-value){font-family:Courier New,monospace;font-weight:600;color:#38bdf8;font-size:.9rem}:global(.detail-value.amount-value){font-weight:700;color:#facc15;font-size:1.1rem}:global(.detail-value.expired-text){color:#ef4444}:global(.apikey-actions){position:absolute;top:1rem;right:1rem;opacity:0;transition:opacity .2s ease}:global(.apikey-card:hover .apikey-actions){opacity:1}:global(.action-btn){width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}:global(.action-btn:hover){background:#ef444433;border-color:#ef4444;color:#ef4444}.apikeys-page[data-astro-cid-lgwlqbiy]{min-height:100vh;padding:3rem 1.5rem;background:var(--bg);transition:background-color .6s ease}.page-shell[data-astro-cid-lgwlqbiy]{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.page-hero[data-astro-cid-lgwlqbiy]{display:flex;flex-direction:column;gap:1rem;max-width:720px;text-align:center;margin:0 auto}.hero-kicker[data-astro-cid-lgwlqbiy]{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;letter-spacing:.25em;text-transform:uppercase;color:var(--muted);font-weight:500;justify-content:center}.hero-kicker[data-astro-cid-lgwlqbiy]:before{content:"";width:32px;height:2px;background:var(--accent);border-radius:1px}.hero-title[data-astro-cid-lgwlqbiy]{font-size:clamp(3rem,6vw,4.5rem);font-weight:800;letter-spacing:-.02em;color:var(--text);margin:0}.hero-text[data-astro-cid-lgwlqbiy]{font-size:1.1rem;line-height:1.8;color:var(--muted);max-width:600px;font-weight:400;margin:0 auto}.stats-container[data-astro-cid-lgwlqbiy]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card[data-astro-cid-lgwlqbiy]{border-radius:20px;background:var(--surface);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0000001a;backdrop-filter:blur(20px);padding:2rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease}.stat-card[data-astro-cid-lgwlqbiy]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026;border-color:#38bdf84d}[data-theme=light] .stat-card[data-astro-cid-lgwlqbiy]{background:#fffc;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #0000000d}.stat-icon[data-astro-cid-lgwlqbiy]{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#38bdf833,#818cf833);display:flex;align-items:center;justify-content:center;color:#38bdf8;flex-shrink:0}.stat-icon[data-astro-cid-lgwlqbiy].active{background:linear-gradient(135deg,#22c55e33,#4ade8033);color:#22c55e}.stat-icon[data-astro-cid-lgwlqbiy].amount{background:linear-gradient(135deg,#facc1533,#fde04733);color:#facc15}.stat-content[data-astro-cid-lgwlqbiy]{flex:1;display:flex;flex-direction:column;gap:.5rem}.stat-label[data-astro-cid-lgwlqbiy]{font-size:.9rem;color:var(--muted);font-weight:500}.stat-value[data-astro-cid-lgwlqbiy]{font-size:2rem;font-weight:700;color:var(--text);line-height:1}.list-container[data-astro-cid-lgwlqbiy]{display:flex;flex-direction:column;gap:2rem}.list-header[data-astro-cid-lgwlqbiy]{display:flex;justify-content:space-between;align-items:center;gap:1rem}.list-title[data-astro-cid-lgwlqbiy]{margin:0;font-size:1.5rem;font-weight:700;color:var(--text)}.action-buttons[data-astro-cid-lgwlqbiy]{display:flex;align-items:center;gap:.8rem}.add-button[data-astro-cid-lgwlqbiy]{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.2rem;border-radius:999px;border:none;background:linear-gradient(135deg,#38bdf8,#22d3ee);color:#0f172a;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #38bdf84d}.add-button[data-astro-cid-lgwlqbiy]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #38bdf866}.add-button[data-astro-cid-lgwlqbiy] svg[data-astro-cid-lgwlqbiy]{transition:transform .3s ease}.add-button[data-astro-cid-lgwlqbiy]:hover svg[data-astro-cid-lgwlqbiy]{transform:rotate(90deg)}.list-refresh[data-astro-cid-lgwlqbiy]{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:var(--text);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}[data-theme=light] .list-refresh[data-astro-cid-lgwlqbiy]{border-color:#0003;background:#fffc}.list-refresh[data-astro-cid-lgwlqbiy]:hover:not(:disabled){transform:translateY(-1px);border-color:#ffffff80;background:#fff3;box-shadow:0 4px 12px #0000001a}[data-theme=light] .list-refresh[data-astro-cid-lgwlqbiy]:hover:not(:disabled){border-color:#0000004d;background:#ffffffe6}.list-refresh[data-astro-cid-lgwlqbiy]:disabled{opacity:.5;cursor:not-allowed}.list-refresh[data-astro-cid-lgwlqbiy][disabled] svg[data-astro-cid-lgwlqbiy]{animation:spin 1s linear infinite}.list-state[data-astro-cid-lgwlqbiy]{display:grid;place-items:center;gap:.8rem;padding:4rem 1.2rem;text-align:center;color:var(--muted)}.spinner[data-astro-cid-lgwlqbiy]{width:44px;height:44px;border:3px solid rgba(56,189,248,.22);border-top-color:#38bdf8cc;border-radius:50%;animation:spin 1s linear infinite}.state-icon[data-astro-cid-lgwlqbiy]{font-size:2.4rem}.state-icon[data-astro-cid-lgwlqbiy].warning{font-size:2.4rem;color:#f59e0b}.state-title[data-astro-cid-lgwlqbiy]{font-size:1.15rem;font-weight:600;margin:0 0 .3rem;color:var(--text)}.state-text[data-astro-cid-lgwlqbiy]{margin:0;color:var(--muted)}.state-button[data-astro-cid-lgwlqbiy]{margin-top:1.2rem;padding:.6rem 1.4rem;border-radius:999px;border:none;background:linear-gradient(135deg,#38bdf8,#22d3ee);color:#0f172a;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.state-button[data-astro-cid-lgwlqbiy]:hover{transform:translateY(-2px);box-shadow:0 16px 32px #38bdf852}.list-wrapper[data-astro-cid-lgwlqbiy]{display:flex;flex-direction:column;gap:1.3rem}.list-items[data-astro-cid-lgwlqbiy]{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.hidden[data-astro-cid-lgwlqbiy]{display:none!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.apikey-card{border-radius:20px;background:var(--surface);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0000001a;backdrop-filter:blur(20px);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.apikey-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026;border-color:#38bdf84d}[data-theme=light] .apikey-card{background:#fffc;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #0000000d}.apikey-header{display:flex;align-items:center;gap:1rem}.apikey-title-wrapper{flex:1;display:flex;justify-content:space-between;align-items:center;gap:1rem}.apikey-official{font-size:1.1rem;font-weight:600;color:var(--text)}.apikey-status{padding:.35rem .8rem;border-radius:999px;font-size:.8rem;font-weight:500}.apikey-status.active{background:#22c55e26;color:#22c55e}.apikey-status.expired{background:#ef444426;color:#ef4444}.apikey-details{display:flex;flex-direction:column;gap:1rem}.detail-row{display:flex;flex-direction:column;gap:.4rem}.detail-label{font-size:.85rem;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.95rem;color:var(--text);word-break:break-all}.detail-value.key-value{font-family:Courier New,monospace;font-weight:600;color:#38bdf8;font-size:.9rem}.detail-value.amount-value{font-weight:700;color:#facc15;font-size:1.1rem}.detail-value.expired-text{color:#ef4444}.apikey-actions{position:absolute;top:1rem;right:1rem;opacity:0;transition:opacity .2s ease}.apikey-card:hover .apikey-actions{opacity:1}.action-btn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.action-btn:hover{background:#ef444433;border-color:#ef4444;color:#ef4444}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-overlay[data-astro-cid-lgwlqbiy]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;overflow-y:auto}.form-overlay[data-astro-cid-lgwlqbiy].hidden{display:none}.form-modal[data-astro-cid-lgwlqbiy]{border-radius:24px;background:var(--surface);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #0000004d;backdrop-filter:blur(20px);padding:2.5rem;max-width:580px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:2rem}[data-theme=light] .form-modal[data-astro-cid-lgwlqbiy]{background:#fffffff2;border:1px solid rgba(0,0,0,.1);box-shadow:0 20px 60px #00000026}.form-header[data-astro-cid-lgwlqbiy]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.form-title[data-astro-cid-lgwlqbiy]{font-size:1.7rem;font-weight:700;margin:0;color:var(--text);flex:1}.form-close[data-astro-cid-lgwlqbiy]{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.form-close[data-astro-cid-lgwlqbiy]:hover{background:#fff3;border-color:#fff6;transform:rotate(90deg)}[data-theme=light] .form-close[data-astro-cid-lgwlqbiy]{border:1px solid rgba(0,0,0,.2);background:#0000000d}[data-theme=light] .form-close[data-astro-cid-lgwlqbiy]:hover{background:#0000001a;border-color:#0000004d}.form-content[data-astro-cid-lgwlqbiy]{display:flex;flex-direction:column;gap:1.6rem}.input-field[data-astro-cid-lgwlqbiy]{display:flex;justify-content:center;align-items:center;gap:.7rem}.input-label[data-astro-cid-lgwlqbiy]{font-size:.95rem;color:var(--text);font-weight:500;width:100px}.input-control[data-astro-cid-lgwlqbiy]{width:90%;padding:1rem 1.2rem;border-radius:16px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--text);font-size:1rem;transition:all .3s ease;backdrop-filter:blur(10px);font-family:inherit}[data-theme=light] .input-control[data-astro-cid-lgwlqbiy]{border:1px solid rgba(0,0,0,.2);background:#ffffffe6}.input-control[data-astro-cid-lgwlqbiy]:focus{outline:none;border-color:var(--accent);background:#ffffff26;box-shadow:0 0 0 3px #3b82f61a}[data-theme=light] .input-control[data-astro-cid-lgwlqbiy]:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #3b82f61a}.input-control[data-astro-cid-lgwlqbiy]::placeholder{color:var(--muted)}.date-picker-container[data-astro-cid-lgwlqbiy]{position:relative;width:100%;display:flex;align-items:center}.date-picker-trigger[data-astro-cid-lgwlqbiy]{width:100%;padding:1rem 1.2rem;border-radius:16px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--text);font-size:1rem;transition:all .3s ease;backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;cursor:pointer}[data-theme=light] .date-picker-trigger[data-astro-cid-lgwlqbiy]{border:1px solid rgba(0,0,0,.2);background:#ffffffe6}.date-picker-trigger[data-astro-cid-lgwlqbiy]:hover{background:#ffffff26;border-color:#ffffff4d}[data-theme=light] .date-picker-trigger[data-astro-cid-lgwlqbiy]:hover{background:#fff;border-color:#0000004d}.date-picker-trigger[data-astro-cid-lgwlqbiy].active{border-color:var(--accent);box-shadow:0 0 0 3px #3b82f61a}.date-value[data-astro-cid-lgwlqbiy]{color:var(--text)}.date-value[data-astro-cid-lgwlqbiy].placeholder{color:var(--muted)}.date-icon[data-astro-cid-lgwlqbiy]{color:var(--muted);transition:color .3s ease}.date-picker-trigger[data-astro-cid-lgwlqbiy]:hover .date-icon[data-astro-cid-lgwlqbiy],.date-picker-trigger[data-astro-cid-lgwlqbiy].active .date-icon[data-astro-cid-lgwlqbiy]{color:var(--accent)}.date-picker-dropdown[data-astro-cid-lgwlqbiy]{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1rem;z-index:100;box-shadow:0 10px 40px #0003;backdrop-filter:blur(20px);transform-origin:top center}[data-theme=light] .date-picker-dropdown[data-astro-cid-lgwlqbiy]{background:#fffffffa;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 40px #0000001a}.calendar-header[data-astro-cid-lgwlqbiy]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}[data-theme=light] .calendar-header[data-astro-cid-lgwlqbiy]{border-bottom-color:#0000001a}.calendar-nav[data-astro-cid-lgwlqbiy]{width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}[data-theme=light] .calendar-nav[data-astro-cid-lgwlqbiy]{border-color:#0000001a;background:#0000000d}.calendar-nav[data-astro-cid-lgwlqbiy]:hover{background:#ffffff1a;border-color:var(--accent);color:var(--accent)}.current-month[data-astro-cid-lgwlqbiy]{font-weight:600;color:var(--text)}.calendar-weekdays[data-astro-cid-lgwlqbiy]{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:.5rem;text-align:center}.calendar-weekdays[data-astro-cid-lgwlqbiy] span[data-astro-cid-lgwlqbiy]{font-size:.8rem;color:var(--muted);font-weight:500}.calendar-days[data-astro-cid-lgwlqbiy]{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:.9rem;color:var(--text);cursor:pointer;transition:all .2s ease}.calendar-day:hover:not(.empty){background:#38bdf81a;color:var(--accent)}.calendar-day.selected{background:var(--accent);color:#fff;font-weight:600;box-shadow:0 4px 12px #38bdf84d}.calendar-day.today{border:1px solid var(--accent)}.calendar-day.empty{cursor:default}.calendar-footer[data-astro-cid-lgwlqbiy]{padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:.5rem}.permanent-btn[data-astro-cid-lgwlqbiy]{width:100%;padding:.5rem;background:#38bdf81a;border:1px solid rgba(56,189,248,.2);color:#38bdf8;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.permanent-btn[data-astro-cid-lgwlqbiy]:hover{background:#38bdf833}.cta-row[data-astro-cid-lgwlqbiy]{display:flex;flex-direction:column;gap:.8rem}.cta-button[data-astro-cid-lgwlqbiy]{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border:1px solid var(--accent);border-radius:999px;padding:1.1rem 2.8rem;background:var(--accent);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button[data-astro-cid-lgwlqbiy]:hover:not(:disabled){transform:translateY(-2px);opacity:.9;box-shadow:0 6px 20px #00000040}.cta-button[data-astro-cid-lgwlqbiy]:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.cancel-button[data-astro-cid-lgwlqbiy]{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:.9rem 2rem;background:#ffffff1a;color:var(--text);font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease}.cancel-button[data-astro-cid-lgwlqbiy]:hover{border-color:#ffffff80;background:#ffffff26}.cancel-button[data-astro-cid-lgwlqbiy].hidden{display:none}[data-theme=light] .apikeys-page[data-astro-cid-lgwlqbiy]{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.lock-overlay[data-astro-cid-lgwlqbiy]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172af2;backdrop-filter:blur(10px);z-index:9999;display:flex;justify-content:center;align-items:center;opacity:1;transition:opacity .3s ease}.lock-overlay[data-astro-cid-lgwlqbiy].hidden{opacity:0;pointer-events:none;display:none!important}.lock-container[data-astro-cid-lgwlqbiy]{background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;width:100%;max-width:420px;text-align:center;box-shadow:0 25px 50px -12px #00000080;animation:lockEnter .5s cubic-bezier(.16,1,.3,1)}@keyframes lockEnter{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.lock-icon[data-astro-cid-lgwlqbiy]{font-size:3rem;margin-bottom:1.5rem;background:#38bdf81a;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;color:#38bdf8}.lock-title[data-astro-cid-lgwlqbiy]{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.lock-desc[data-astro-cid-lgwlqbiy]{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.lock-form[data-astro-cid-lgwlqbiy]{display:flex;flex-direction:column;gap:1rem}.lock-input-group[data-astro-cid-lgwlqbiy]{display:flex;gap:.8rem}.lock-input[data-astro-cid-lgwlqbiy]{flex:1;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.8rem 1rem;color:var(--text);font-size:1rem;text-align:center;letter-spacing:2px;transition:all .3s ease}.lock-input[data-astro-cid-lgwlqbiy]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #38bdf833}.lock-send-btn[data-astro-cid-lgwlqbiy]{padding:0 1.2rem;background:#38bdf81a;border:1px solid rgba(56,189,248,.2);color:var(--primary);border-radius:12px;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.lock-send-btn[data-astro-cid-lgwlqbiy]:hover:not(:disabled){background:#38bdf833}.lock-send-btn[data-astro-cid-lgwlqbiy]:disabled{opacity:.5;cursor:not-allowed}.lock-submit-btn[data-astro-cid-lgwlqbiy]{width:100%;padding:1rem;background:linear-gradient(135deg,#38bdf8,#22d3ee);border:none;border-radius:12px;color:#0f172a;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.lock-submit-btn[data-astro-cid-lgwlqbiy]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #38bdf84d}.lock-submit-btn[data-astro-cid-lgwlqbiy]:disabled{opacity:.7;cursor:not-allowed;transform:none}.lock-tip[data-astro-cid-lgwlqbiy]{font-size:.85rem;color:#22c55e;margin:-.5rem 0 .5rem}@media (max-width: 1024px){.list-items[data-astro-cid-lgwlqbiy]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.apikeys-page[data-astro-cid-lgwlqbiy]{padding:2rem 1rem}.page-shell[data-astro-cid-lgwlqbiy]{gap:2.5rem}.hero-title[data-astro-cid-lgwlqbiy]{font-size:clamp(2.5rem,8vw,3.5rem)}.hero-text[data-astro-cid-lgwlqbiy]{font-size:1rem}.stats-container[data-astro-cid-lgwlqbiy]{grid-template-columns:1fr;gap:1.2rem}.stat-card[data-astro-cid-lgwlqbiy]{padding:1.5rem}.stat-icon[data-astro-cid-lgwlqbiy]{width:48px;height:48px}.stat-value[data-astro-cid-lgwlqbiy]{font-size:1.75rem}.list-items[data-astro-cid-lgwlqbiy]{grid-template-columns:1fr}.list-header[data-astro-cid-lgwlqbiy]{flex-direction:column;align-items:flex-start}.action-buttons[data-astro-cid-lgwlqbiy]{width:100%;flex-direction:row;justify-content:space-between}.form-modal[data-astro-cid-lgwlqbiy]{padding:2rem;max-width:100%}.form-title[data-astro-cid-lgwlqbiy]{font-size:1.5rem}.form-close[data-astro-cid-lgwlqbiy]{width:36px;height:36px}.cta-button[data-astro-cid-lgwlqbiy]{padding:1rem 2rem;font-size:.95rem}.input-control[data-astro-cid-lgwlqbiy]{padding:1rem 1.2rem;font-size:.95rem}}@media (max-width: 480px){.cta-row[data-astro-cid-lgwlqbiy]{display:flex;flex-direction:column;gap:.8rem}.cta-button[data-astro-cid-lgwlqbiy]{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border:1px solid var(--accent);border-radius:999px;padding:1.1rem 2.8rem;background:var(--accent);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button[data-astro-cid-lgwlqbiy]:hover:not(:disabled){transform:translateY(-2px);opacity:.9;box-shadow:0 6px 20px #00000040}.cta-button[data-astro-cid-lgwlqbiy]:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.cancel-button[data-astro-cid-lgwlqbiy]{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:.9rem 2rem;background:#ffffff1a;color:var(--text);font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease}.cancel-button[data-astro-cid-lgwlqbiy]:hover{border-color:#ffffff80;background:#ffffff26}.cancel-button[data-astro-cid-lgwlqbiy].hidden{display:none}[data-theme=light] .apikeys-page[data-astro-cid-lgwlqbiy]{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}@media (max-width: 1024px){.list-items[data-astro-cid-lgwlqbiy]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.apikeys-page[data-astro-cid-lgwlqbiy]{padding:2rem 1rem}.page-shell[data-astro-cid-lgwlqbiy]{gap:2.5rem}.hero-title[data-astro-cid-lgwlqbiy]{font-size:clamp(2.5rem,8vw,3.5rem)}.hero-text[data-astro-cid-lgwlqbiy]{font-size:1rem}.stats-container[data-astro-cid-lgwlqbiy]{grid-template-columns:1fr;gap:1.2rem}.stat-card[data-astro-cid-lgwlqbiy]{padding:1.5rem}.stat-icon[data-astro-cid-lgwlqbiy]{width:48px;height:48px}.stat-value[data-astro-cid-lgwlqbiy]{font-size:1.75rem}.list-items[data-astro-cid-lgwlqbiy]{grid-template-columns:1fr}.list-header[data-astro-cid-lgwlqbiy]{flex-direction:column;align-items:flex-start}.action-buttons[data-astro-cid-lgwlqbiy]{width:100%;flex-direction:row;justify-content:space-between}.form-modal[data-astro-cid-lgwlqbiy]{padding:2rem;max-width:100%}.form-title[data-astro-cid-lgwlqbiy]{font-size:1.5rem}.form-close[data-astro-cid-lgwlqbiy]{width:36px;height:36px}.cta-button[data-astro-cid-lgwlqbiy]{padding:1rem 2rem;font-size:.95rem}.input-control[data-astro-cid-lgwlqbiy]{padding:1rem 1.2rem;font-size:.95rem}}.apikeys-page[data-astro-cid-lgwlqbiy]{padding:1.5rem .75rem}.page-shell[data-astro-cid-lgwlqbiy]{gap:2rem}.hero-title[data-astro-cid-lgwlqbiy]{font-size:clamp(2rem,10vw,3rem)}.stat-card[data-astro-cid-lgwlqbiy]{padding:1.2rem}.stat-value[data-astro-cid-lgwlqbiy]{font-size:1.5rem}.action-buttons[data-astro-cid-lgwlqbiy]{flex-direction:column;gap:.6rem}.add-button[data-astro-cid-lgwlqbiy],.list-refresh[data-astro-cid-lgwlqbiy]{width:100%;justify-content:center}.form-modal[data-astro-cid-lgwlqbiy]{padding:1.5rem}.form-title[data-astro-cid-lgwlqbiy]{font-size:1.3rem}.cta-button[data-astro-cid-lgwlqbiy]{padding:.9rem 1.8rem;font-size:.9rem}.lock-overlay[data-astro-cid-lgwlqbiy]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172af2;backdrop-filter:blur(10px);z-index:9999;display:flex;justify-content:center;align-items:center;opacity:1;transition:opacity .3s ease}.lock-overlay[data-astro-cid-lgwlqbiy].hidden{opacity:0;pointer-events:none;display:none!important}.lock-container[data-astro-cid-lgwlqbiy]{background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;width:100%;max-width:420px;text-align:center;box-shadow:0 25px 50px -12px #00000080;animation:lockEnter .5s cubic-bezier(.16,1,.3,1)}@keyframes lockEnter{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.lock-icon[data-astro-cid-lgwlqbiy]{font-size:3rem;margin-bottom:1.5rem;background:#38bdf81a;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.lock-title[data-astro-cid-lgwlqbiy]{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.lock-desc[data-astro-cid-lgwlqbiy]{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.lock-form[data-astro-cid-lgwlqbiy]{display:flex;flex-direction:column;gap:1rem}.lock-input-group[data-astro-cid-lgwlqbiy]{display:flex;gap:.8rem}.lock-input[data-astro-cid-lgwlqbiy]{flex:1;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.8rem 1rem;color:var(--text);font-size:1rem;text-align:center;letter-spacing:2px;transition:all .3s ease}.lock-input[data-astro-cid-lgwlqbiy]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #38bdf833}.lock-send-btn[data-astro-cid-lgwlqbiy]{padding:0 1.2rem;background:#38bdf81a;border:1px solid rgba(56,189,248,.2);color:var(--primary);border-radius:12px;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.lock-send-btn[data-astro-cid-lgwlqbiy]:hover:not(:disabled){background:#38bdf833}.lock-send-btn[data-astro-cid-lgwlqbiy]:disabled{opacity:.5;cursor:not-allowed}.lock-submit-btn[data-astro-cid-lgwlqbiy]{width:100%;padding:1rem;background:linear-gradient(135deg,#38bdf8,#22d3ee);border:none;border-radius:12px;color:#0f172a;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.lock-submit-btn[data-astro-cid-lgwlqbiy]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #38bdf84d}.lock-submit-btn[data-astro-cid-lgwlqbiy]:disabled{opacity:.7;cursor:not-allowed;transform:none}.lock-tip[data-astro-cid-lgwlqbiy]{font-size:.85rem;color:#22c55e;margin:-.5rem 0 .5rem}}
