.Button-module__8RiFmG__base{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-family:Outfit,sans-serif;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__primary{background:var(--accent);color:var(--bg)}.Button-module__8RiFmG__secondary{background:var(--bg-3);color:var(--text);border:1px solid var(--border-medium)}.Button-module__8RiFmG__danger{background:var(--red-10);color:var(--red);border:1px solid var(--red-20)}.Button-module__8RiFmG__ghost{color:var(--text-dim);background:0 0}.Button-module__8RiFmG__sm{padding:6px 12px;font-size:13px}.Button-module__8RiFmG__md{padding:8px 16px;font-size:14px}.Button-module__8RiFmG__lg{padding:12px 24px;font-size:15px}.Button-module__8RiFmG__disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.Button-module__8RiFmG__sm{padding:8px 14px;font-size:13px}.Button-module__8RiFmG__md{padding:10px 18px;font-size:14px}.Button-module__8RiFmG__lg{padding:14px 24px;font-size:15px}}
.Input-module__5jsJuW__wrapper{flex-direction:column;gap:6px;display:flex}.Input-module__5jsJuW__label{color:var(--text-dim);font-size:13px;font-weight:500}.Input-module__5jsJuW__inputContainer{align-items:center;display:flex;position:relative}.Input-module__5jsJuW__input{background:var(--bg-2);border:1px solid var(--border-medium);width:100%;color:var(--text);border-radius:8px;padding:10px 14px;font-family:Outfit,sans-serif;font-size:14px;transition:border-color .2s}.Input-module__5jsJuW__input:focus{border-color:var(--accent);outline:none}.Input-module__5jsJuW__inputWithToggle{padding-right:44px}.Input-module__5jsJuW__inputError{border-color:var(--red)}.Input-module__5jsJuW__error{color:var(--red);font-size:12px}.Input-module__5jsJuW__toggleButton{cursor:pointer;color:var(--text-dim);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:10px}.Input-module__5jsJuW__toggleButton:hover{color:var(--text)}.Input-module__5jsJuW__toggleButton:focus{color:var(--accent);outline:none}@media (max-width:480px){.Input-module__5jsJuW__input{padding:12px 14px;font-size:16px}.Input-module__5jsJuW__inputWithToggle{padding-right:48px}.Input-module__5jsJuW__label{font-size:14px}.Input-module__5jsJuW__toggleButton{padding:6px;right:12px}.Input-module__5jsJuW__toggleButton svg{width:22px;height:22px}}
.Card-module__b6YjYG__card{background:var(--bg-2);border:1px solid var(--border-light);border-radius:12px;padding:24px;transition:border-color .2s,box-shadow .2s}.Card-module__b6YjYG__hover{cursor:pointer}.Card-module__b6YjYG__hover:hover{border-color:var(--border-medium)}@media (max-width:768px){.Card-module__b6YjYG__card{border-radius:10px;padding:20px}}@media (max-width:480px){.Card-module__b6YjYG__card{border-radius:8px;padding:16px}}@media (max-width:380px){.Card-module__b6YjYG__card{border-radius:6px;padding:12px}}
.Modal-module__7LRQSW__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__content{background:var(--bg-2);border:1px solid var(--border-medium);border-radius:16px;width:90%;max-width:480px;max-height:80vh;padding:32px;overflow:auto}.Modal-module__7LRQSW__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Modal-module__7LRQSW__title{font-size:18px;font-weight:600}.Modal-module__7LRQSW__closeButton{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px}@media (max-width:768px){.Modal-module__7LRQSW__content{border-radius:12px;max-height:85vh;padding:24px}.Modal-module__7LRQSW__header{margin-bottom:20px}.Modal-module__7LRQSW__title{font-size:16px}}@media (max-width:480px){.Modal-module__7LRQSW__overlay{align-items:flex-end;padding:0}.Modal-module__7LRQSW__content{border-radius:16px 16px 0 0;width:100%;max-width:100%;max-height:90vh;padding:20px 16px 32px}.Modal-module__7LRQSW__header{margin-bottom:16px}.Modal-module__7LRQSW__title{font-size:15px}.Modal-module__7LRQSW__closeButton{padding:8px;font-size:24px}}
.Table-module__ceAsYa__table{border-collapse:collapse;width:100%;min-width:600px}.Table-module__ceAsYa__th{text-align:left;color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-light);white-space:nowrap;padding:12px 16px;font-size:12px;font-weight:500}.Table-module__ceAsYa__emptyCell{text-align:center;color:var(--text-dim);padding:40px}.Table-module__ceAsYa__row{border-bottom:1px solid var(--border-subtle)}.Table-module__ceAsYa__td{white-space:nowrap;padding:12px 16px;font-size:14px}@media (max-width:768px){.Table-module__ceAsYa__table:not([data-card-view]){min-width:550px}.Table-module__ceAsYa__table:not([data-card-view]) .Table-module__ceAsYa__th,.Table-module__ceAsYa__table:not([data-card-view]) .Table-module__ceAsYa__td{padding:10px 12px;font-size:12px}.Table-module__ceAsYa__table:not([data-card-view]) .Table-module__ceAsYa__emptyCell{padding:32px 16px}}@media (max-width:480px){.Table-module__ceAsYa__table:not([data-card-view]){min-width:500px}.Table-module__ceAsYa__table:not([data-card-view]) .Table-module__ceAsYa__th,.Table-module__ceAsYa__table:not([data-card-view]) .Table-module__ceAsYa__td{padding:8px 10px;font-size:11px}}@media (max-width:380px){.Table-module__ceAsYa__table:not([data-card-view]){min-width:450px}.Table-module__ceAsYa__table:not([data-card-view]) .Table-module__ceAsYa__th,.Table-module__ceAsYa__table:not([data-card-view]) .Table-module__ceAsYa__td{padding:6px 8px;font-size:10px}.Table-module__ceAsYa__table:not([data-card-view]) .Table-module__ceAsYa__emptyCell{padding:24px 12px;font-size:12px}}.Table-module__ceAsYa__table[data-card-view=sm],.Table-module__ceAsYa__table[data-card-view=xs]{min-width:unset;display:block}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__thead,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__thead{display:none}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__tbody,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__tbody{flex-direction:column;gap:12px;display:flex}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__row,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__row{background:var(--bg-2);border:1px solid var(--border-light);border-bottom:none;border-radius:10px;flex-wrap:wrap;gap:8px 16px;padding:16px;display:flex}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__td{white-space:normal;flex-direction:column;flex:calc(50% - 8px);gap:4px;min-width:120px;padding:0;display:flex}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td:before,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__td:before{content:attr(data-label);color:var(--text-dim);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:500}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td[data-card-primary],.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__td[data-card-primary]{border-bottom:1px solid var(--border-subtle);flex:100%;margin-bottom:4px;padding-bottom:12px;font-size:15px;font-weight:500}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td[data-card-actions],.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__td[data-card-actions]{border-top:1px solid var(--border-subtle);flex:100%;order:100;margin-top:4px;padding-top:12px}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td[data-card-actions]:before,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__td[data-card-actions]:before,.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td[data-card-hidden],.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__td[data-card-hidden]{display:none}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__emptyCell,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__emptyCell{text-align:center;background:var(--bg-2);border:1px solid var(--border-light);border-radius:10px;padding:32px 16px;display:block}@media (max-width:600px){.Table-module__ceAsYa__table:not([data-card-view=xs])[data-card-view=sm]{display:block}}@media (max-width:480px){.Table-module__ceAsYa__table[data-card-view=xs]{display:block}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__row{gap:10px 0}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td{min-width:unset;flex:100%}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td[data-card-primary]{padding-bottom:10px}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td[data-card-actions]{padding-top:10px}}@media (max-width:380px){.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__row,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__row{border-radius:8px;gap:8px 0;padding:12px}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__td{font-size:13px}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td:before,.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__td:before{font-size:10px}.Table-module__ceAsYa__table[data-card-view=sm] .Table-module__ceAsYa__td[data-card-primary],.Table-module__ceAsYa__table[data-card-view=xs] .Table-module__ceAsYa__td[data-card-primary]{padding-bottom:8px;font-size:14px}}
.ScrollableTable-module__EozOcq__wrapper{width:100%;max-width:100%;position:relative}.ScrollableTable-module__EozOcq__scrollArea{cursor:grab;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;overflow:auto hidden}.ScrollableTable-module__EozOcq__scrollArea::-webkit-scrollbar{height:8px}.ScrollableTable-module__EozOcq__scrollArea::-webkit-scrollbar-track{background:var(--bg-3);border-radius:4px}.ScrollableTable-module__EozOcq__scrollArea::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}.ScrollableTable-module__EozOcq__dragging{cursor:grabbing}.ScrollableTable-module__EozOcq__hint{text-align:center;color:var(--text-dim);opacity:.7;padding:8px 0 4px;font-size:11px}@media (min-width:768px){.ScrollableTable-module__EozOcq__hint{display:none}}
.UsageBar-module__Ggyooa__container{background:var(--bg-darker);border-radius:4px;height:8px;overflow:hidden}.UsageBar-module__Ggyooa__bar{background:var(--accent);border-radius:4px;height:100%;transition:width .3s}.UsageBar-module__Ggyooa__warning{background:#f59e0b}.UsageBar-module__Ggyooa__danger{background:#ef4444}
@media (max-width:900px){.analytics-responsive-module__5qCoHG__statsGrid{grid-template-columns:1fr}.analytics-responsive-module__5qCoHG__statCard{padding:20px}.analytics-responsive-module__5qCoHG__insightsGrid{grid-template-columns:1fr}}@media (max-width:768px){.analytics-responsive-module__5qCoHG__container{padding:24px}.analytics-responsive-module__5qCoHG__header{flex-direction:column;align-items:flex-start}.analytics-responsive-module__5qCoHG__title{font-size:22px}.analytics-responsive-module__5qCoHG__secondaryStats{gap:20px;padding:16px 20px}.analytics-responsive-module__5qCoHG__statDivider{display:none}.analytics-responsive-module__5qCoHG__secondaryStat{min-width:70px}.analytics-responsive-module__5qCoHG__chartSection{padding:20px}.analytics-responsive-module__5qCoHG__chartHeader{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.analytics-responsive-module__5qCoHG__container{padding:16px}.analytics-responsive-module__5qCoHG__title{font-size:20px}.analytics-responsive-module__5qCoHG__statCard{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.analytics-responsive-module__5qCoHG__statIcon{width:40px;height:40px}.analytics-responsive-module__5qCoHG__statIcon svg{width:20px;height:20px}.analytics-responsive-module__5qCoHG__statValue{font-size:24px}.analytics-responsive-module__5qCoHG__secondaryStats{flex-direction:column;gap:16px}.analytics-responsive-module__5qCoHG__secondaryStat{flex-direction:row;justify-content:space-between;gap:8px;width:100%}.analytics-responsive-module__5qCoHG__chartSection{border-radius:12px;padding:16px}.analytics-responsive-module__5qCoHG__chartWrapper{margin:0 -8px}.analytics-responsive-module__5qCoHG__chartLegend{gap:12px}.analytics-responsive-module__5qCoHG__legendItem{font-size:12px}.analytics-responsive-module__5qCoHG__insightCard{padding:16px}.analytics-responsive-module__5qCoHG__insightIcon{width:36px;height:36px}.analytics-responsive-module__5qCoHG__insightIcon svg{width:18px;height:18px}.analytics-responsive-module__5qCoHG__insightCard p{font-size:13px}}@media (max-width:380px){.analytics-responsive-module__5qCoHG__container{padding:12px}.analytics-responsive-module__5qCoHG__statsGrid{gap:12px}.analytics-responsive-module__5qCoHG__statCard{border-radius:12px;padding:14px}.analytics-responsive-module__5qCoHG__statValue{font-size:22px}.analytics-responsive-module__5qCoHG__secondaryValue{font-size:18px}}
@media (max-width:900px){.billing-responsive-module__JwifHq__plansGrid{grid-template-columns:1fr;max-width:400px}.billing-responsive-module__JwifHq__planCard.billing-responsive-module__JwifHq__proPlan{order:-1}}@media (max-width:768px){.billing-responsive-module__JwifHq__container{padding:24px}.billing-responsive-module__JwifHq__currentPlanSection{padding:20px}.billing-responsive-module__JwifHq__planName{font-size:24px}.billing-responsive-module__JwifHq__price{font-size:30px}}@media (max-width:480px){.billing-responsive-module__JwifHq__container{padding:16px}.billing-responsive-module__JwifHq__currentPlanSection{border-radius:12px;padding:16px}.billing-responsive-module__JwifHq__planHeader{flex-direction:column;gap:8px}.billing-responsive-module__JwifHq__renewDate{align-self:flex-start}.billing-responsive-module__JwifHq__plansGrid{gap:16px}.billing-responsive-module__JwifHq__planCard{border-radius:12px;padding:20px}.billing-responsive-module__JwifHq__price{font-size:28px}.billing-responsive-module__JwifHq__sectionTitle{font-size:18px}}
@media (max-width:900px){.keys-responsive-module__CvHIca__keyCard{flex-wrap:wrap}.keys-responsive-module__CvHIca__keyActions{border-top:1px solid var(--border-light);justify-content:flex-end;width:100%;margin-top:8px;padding-top:12px}}@media (max-width:768px){.keys-responsive-module__CvHIca__container{padding:24px}.keys-responsive-module__CvHIca__header{flex-direction:column;align-items:stretch}.keys-responsive-module__CvHIca__createButton{justify-content:center}.keys-responsive-module__CvHIca__headerLeft h1{font-size:22px}.keys-responsive-module__CvHIca__statsInline{gap:10px;font-size:13px}.keys-responsive-module__CvHIca__keyCard{padding:16px}.keys-responsive-module__CvHIca__keyIcon{width:40px;height:40px}.keys-responsive-module__CvHIca__keyName{flex-wrap:wrap;font-size:15px}.keys-responsive-module__CvHIca__keyMeta{gap:12px}}@media (max-width:480px){.keys-responsive-module__CvHIca__container{padding:16px}.keys-responsive-module__CvHIca__headerLeft h1{font-size:20px}.keys-responsive-module__CvHIca__createButton{padding:10px 16px;font-size:13px}.keys-responsive-module__CvHIca__keyCard{flex-direction:column;align-items:flex-start;gap:12px}.keys-responsive-module__CvHIca__keyIcon{width:36px;height:36px}.keys-responsive-module__CvHIca__keyInfo{width:100%}.keys-responsive-module__CvHIca__keyName{flex-direction:column;align-items:flex-start;gap:6px}.keys-responsive-module__CvHIca__keyMeta{flex-direction:column;align-items:flex-start;gap:8px}.keys-responsive-module__CvHIca__keyActions{border-top:none;width:100%;margin-top:0;padding-top:0}.keys-responsive-module__CvHIca__revokeButton{text-align:center;width:100%}.keys-responsive-module__CvHIca__emptyState{padding:40px 20px}.keys-responsive-module__CvHIca__emptyIcon{width:56px;height:56px}.keys-responsive-module__CvHIca__emptyState h3{font-size:16px}.keys-responsive-module__CvHIca__tipsSection{padding:16px}.keys-responsive-module__CvHIca__tipItem{font-size:12px}}@media (max-width:380px){.keys-responsive-module__CvHIca__container{padding:12px}.keys-responsive-module__CvHIca__headerLeft h1{font-size:18px}.keys-responsive-module__CvHIca__statBadge{padding:10px 12px}.keys-responsive-module__CvHIca__statValue{font-size:16px}.keys-responsive-module__CvHIca__keyCard{border-radius:10px;padding:14px}.keys-responsive-module__CvHIca__keyName{font-size:14px}.keys-responsive-module__CvHIca__keyPrefix{font-size:12px}.keys-responsive-module__CvHIca__difficultyBadge,.keys-responsive-module__CvHIca__statusBadge{font-size:10px}}
.keys-module__9zNhVG__container{max-width:1200px;padding:32px}.keys-module__9zNhVG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.keys-module__9zNhVG__headerLeft h1{color:var(--text);margin:0 0 4px;font-size:24px;font-weight:700}.keys-module__9zNhVG__headerLeft p{color:var(--text-dim);margin:0;font-size:14px}.keys-module__9zNhVG__createButton{background:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.keys-module__9zNhVG__createButton:hover{opacity:.9;transform:translateY(-1px)}.keys-module__9zNhVG__createButton svg{width:18px;height:18px}.keys-module__9zNhVG__statsInline{color:var(--text-dim);align-items:center;gap:12px;margin-bottom:20px;font-size:14px;display:flex}.keys-module__9zNhVG__statItem{align-items:center;gap:4px;display:flex}.keys-module__9zNhVG__statNumber{color:var(--text);font-family:JetBrains Mono,monospace;font-weight:600}.keys-module__9zNhVG__statDot{background:var(--text-dim);opacity:.5;border-radius:50%;width:3px;height:3px}.keys-module__9zNhVG__keysList{flex-direction:column;gap:12px;display:flex}.keys-module__9zNhVG__keyCard{background:var(--bg-2);border:1px solid var(--border-light);border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .2s;display:flex}.keys-module__9zNhVG__keyCard:hover{border-color:var(--border-medium)}.keys-module__9zNhVG__keyCard.keys-module__9zNhVG__inactive{opacity:.6}.keys-module__9zNhVG__keyIcon{color:#00e5a0;background:#00e5a01a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.keys-module__9zNhVG__keyCard.keys-module__9zNhVG__inactive .keys-module__9zNhVG__keyIcon{color:#ef4444;background:#ef44441a}.keys-module__9zNhVG__keyInfo{flex:1;min-width:0}.keys-module__9zNhVG__keyName{color:var(--text);align-items:center;gap:10px;margin:0 0 4px;font-size:16px;font-weight:600;display:flex}.keys-module__9zNhVG__keyPrefix{color:var(--accent);background:var(--accent-dim);border-radius:4px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:14px}.keys-module__9zNhVG__keyMeta{color:var(--text-dim);flex-wrap:wrap;align-items:center;gap:16px;font-size:13px;display:flex}.keys-module__9zNhVG__keyMetaItem{align-items:center;gap:6px;display:flex}.keys-module__9zNhVG__keyMetaItem svg{opacity:.7;width:14px;height:14px}.keys-module__9zNhVG__difficultyBadge,.keys-module__9zNhVG__statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}.keys-module__9zNhVG__difficultyBadge.keys-module__9zNhVG__easy{color:#22c55e;background:#22c55e26}.keys-module__9zNhVG__difficultyBadge.keys-module__9zNhVG__standard{color:#3b82f6;background:#3b82f626}.keys-module__9zNhVG__difficultyBadge.keys-module__9zNhVG__hard{color:#f97316;background:#f9731626}.keys-module__9zNhVG__difficultyBadge.keys-module__9zNhVG__extreme{color:#ef4444;background:#ef444426}.keys-module__9zNhVG__statusBadge.keys-module__9zNhVG__active{color:#10b981;background:#10b98126}.keys-module__9zNhVG__statusBadge.keys-module__9zNhVG__inactive{color:#ef4444;background:#ef444426}.keys-module__9zNhVG__keyActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.keys-module__9zNhVG__revokeButton{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.keys-module__9zNhVG__revokeButton:hover{background:#ef44441a;border-color:#ef444480}.keys-module__9zNhVG__emptyState{background:var(--bg-2);border:1px solid var(--border-light);text-align:center;border-radius:16px;padding:60px 32px}.keys-module__9zNhVG__emptyIcon{background:var(--bg-3);width:64px;height:64px;color:var(--text-dim);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.keys-module__9zNhVG__emptyState h3{color:var(--text);margin:0 0 8px;font-size:18px;font-weight:600}.keys-module__9zNhVG__emptyState p{color:var(--text-dim);margin:0 0 24px;font-size:14px}.keys-module__9zNhVG__tipsSection{background:var(--bg-2);border:1px solid var(--border-light);border-radius:12px;margin-top:32px;padding:20px}.keys-module__9zNhVG__tipsTitle{color:var(--text);align-items:center;gap:8px;margin:0 0 12px;font-size:14px;font-weight:600;display:flex}.keys-module__9zNhVG__tipsList{flex-direction:column;gap:8px;display:flex}.keys-module__9zNhVG__tipItem{color:var(--text-dim);align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.keys-module__9zNhVG__tipItem svg{width:16px;height:16px;color:var(--accent);flex-shrink:0;margin-top:2px}
@media (max-width:1024px){.overview-responsive-module__POFSHG__shortcutsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.overview-responsive-module__POFSHG__container{padding:24px}.overview-responsive-module__POFSHG__welcomeTitle{font-size:24px}.overview-responsive-module__POFSHG__quickStats{flex-wrap:wrap}.overview-responsive-module__POFSHG__quickStat{flex:1;min-width:140px}.overview-responsive-module__POFSHG__shortcutsGrid,.overview-responsive-module__POFSHG__twoColumn{grid-template-columns:1fr}.overview-responsive-module__POFSHG__planBanner{flex-direction:column;align-items:flex-start}.overview-responsive-module__POFSHG__planBannerLink{text-align:center;width:100%}}@media (max-width:480px){.overview-responsive-module__POFSHG__container{padding:16px}.overview-responsive-module__POFSHG__welcomeTitle{font-size:22px}.overview-responsive-module__POFSHG__welcomeSubtitle{font-size:14px}.overview-responsive-module__POFSHG__quickStats{flex-direction:column;gap:8px}.overview-responsive-module__POFSHG__quickStat{padding:12px 16px}.overview-responsive-module__POFSHG__quickStatValue{font-size:16px}.overview-responsive-module__POFSHG__shortcutCard{padding:20px}.overview-responsive-module__POFSHG__shortcutIcon{width:42px;height:42px}.overview-responsive-module__POFSHG__gettingStarted,.overview-responsive-module__POFSHG__quickActions{padding:20px}}@media (max-width:380px){.overview-responsive-module__POFSHG__container{padding:12px}.overview-responsive-module__POFSHG__welcomeTitle{font-size:20px}.overview-responsive-module__POFSHG__quickStat{padding:10px 14px}.overview-responsive-module__POFSHG__quickStatValue{font-size:15px}.overview-responsive-module__POFSHG__quickStatLabel{font-size:12px}}
.analytics-module__YZBEvq__container{max-width:1200px;padding:32px}.analytics-module__YZBEvq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.analytics-module__YZBEvq__title{color:var(--text);margin:0 0 4px;font-size:24px;font-weight:700}.analytics-module__YZBEvq__subtitle{color:var(--text-dim);margin:0;font-size:14px}.analytics-module__YZBEvq__errorCard{text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:16px;padding:48px}.analytics-module__YZBEvq__errorIcon{color:#ef4444;background:#ef444433;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:24px;font-weight:700;display:flex}.analytics-module__YZBEvq__errorCard p{color:var(--text);margin:0 0 4px;font-size:16px;font-weight:600}.analytics-module__YZBEvq__errorCard span{color:var(--text-dim);font-size:14px}.analytics-module__YZBEvq__statsGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;display:grid}.analytics-module__YZBEvq__statCard{background:var(--bg-2);border:1px solid var(--border-light);border-radius:16px;align-items:flex-start;gap:16px;padding:24px;transition:all .2s;display:flex}.analytics-module__YZBEvq__statCard:hover{border-color:var(--border-medium);transform:translateY(-2px)}.analytics-module__YZBEvq__statIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.analytics-module__YZBEvq__statContent{flex-direction:column;gap:4px;display:flex}.analytics-module__YZBEvq__statLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;font-size:13px}.analytics-module__YZBEvq__statValue{color:var(--text);font-family:JetBrains Mono,monospace;font-size:28px;font-weight:700}.analytics-module__YZBEvq__secondaryStats{background:var(--bg-2);border:1px solid var(--border-light);border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-bottom:32px;padding:20px 32px;display:flex}.analytics-module__YZBEvq__secondaryStat{flex-direction:column;align-items:center;gap:4px;display:flex}.analytics-module__YZBEvq__secondaryValue{color:var(--text);font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700}.analytics-module__YZBEvq__secondaryLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.analytics-module__YZBEvq__statDivider{background:var(--border-light);width:1px;height:40px}.analytics-module__YZBEvq__chartSection{background:var(--bg-2);border:1px solid var(--border-light);border-radius:16px;margin-bottom:32px;padding:24px}.analytics-module__YZBEvq__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.analytics-module__YZBEvq__chartTitle{color:var(--text);margin:0;font-size:18px;font-weight:600}.analytics-module__YZBEvq__chartLegend{flex-wrap:wrap;gap:20px;display:flex}.analytics-module__YZBEvq__legendItem{color:var(--text-dim);align-items:center;gap:8px;font-size:13px;display:flex}.analytics-module__YZBEvq__legendDot{border-radius:50%;width:10px;height:10px}.analytics-module__YZBEvq__chartWrapper{margin:0 -12px}.analytics-module__YZBEvq__emptyChart{height:300px;color:var(--text-dim);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.analytics-module__YZBEvq__emptyChart svg{opacity:.4}.analytics-module__YZBEvq__emptyChart p{color:var(--text);margin:0;font-size:16px;font-weight:500}.analytics-module__YZBEvq__emptyChart span{font-size:14px}.analytics-module__YZBEvq__insightsSection{margin-bottom:32px}.analytics-module__YZBEvq__insightsTitle{color:var(--text);margin:0 0 16px;font-size:16px;font-weight:600}.analytics-module__YZBEvq__insightsGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.analytics-module__YZBEvq__insightCard{background:var(--bg-2);border:1px solid var(--border-light);border-radius:12px;align-items:center;gap:12px;padding:20px;display:flex}.analytics-module__YZBEvq__insightIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.analytics-module__YZBEvq__insightCard p{color:var(--text-dim);margin:0;font-size:14px;line-height:1.5}
.billing-module__m7utPq__container{max-width:1100px;padding:32px}.billing-module__m7utPq__currentPlanSection{background:var(--bg-2);border:1px solid var(--border-light);border-radius:16px;margin-bottom:40px;padding:28px}.billing-module__m7utPq__planHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:24px;display:flex}.billing-module__m7utPq__planLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:13px}.billing-module__m7utPq__planName{color:var(--text);align-items:center;gap:12px;font-size:28px;font-weight:700;display:flex}.billing-module__m7utPq__activeTag{color:#10b981;background:#10b98126;border-radius:100px;padding:4px 10px;font-size:12px;font-weight:500}.billing-module__m7utPq__renewDate{color:var(--text-dim);background:var(--bg-3);border-radius:8px;padding:8px 14px;font-size:14px}.billing-module__m7utPq__usageSection{background:var(--bg-3);border-radius:12px;padding:20px}.billing-module__m7utPq__usageHeader{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;display:flex}.billing-module__m7utPq__usageNumbers{font-family:JetBrains Mono,monospace;font-weight:600}.billing-module__m7utPq__usageDivider{color:var(--text-dim);margin:0 2px}.billing-module__m7utPq__usageBarContainer{background:var(--bg-darker);border-radius:5px;height:10px;overflow:hidden}.billing-module__m7utPq__usageBar{background:var(--accent);border-radius:5px;height:100%;transition:width .5s}.billing-module__m7utPq__usageBar.billing-module__m7utPq__warning{background:#f59e0b}.billing-module__m7utPq__usageBar.billing-module__m7utPq__danger{background:#ef4444}.billing-module__m7utPq__usageFooter{color:var(--text-dim);justify-content:space-between;align-items:center;margin-top:10px;font-size:13px;display:flex}.billing-module__m7utPq__upgradeHint{color:var(--accent);font-weight:500}.billing-module__m7utPq__sectionTitle{color:var(--text);margin-bottom:20px;font-size:20px;font-weight:600}.billing-module__m7utPq__plansGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;display:grid}.billing-module__m7utPq__planCard{background:var(--bg-2);border:1px solid var(--border-light);border-radius:16px;padding:28px;transition:all .2s;position:relative}.billing-module__m7utPq__planCard:hover{border-color:var(--border-medium)}.billing-module__m7utPq__planCard.billing-module__m7utPq__proPlan{border-color:var(--accent);background:linear-gradient(#00ffaa08,#0000)}.billing-module__m7utPq__planCard.billing-module__m7utPq__currentPlan{border-color:var(--accent)}.billing-module__m7utPq__currentBadge,.billing-module__m7utPq__popularBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:-10px}.billing-module__m7utPq__currentBadge{background:var(--accent);color:var(--bg);left:20px}.billing-module__m7utPq__popularBadge{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);right:20px}.billing-module__m7utPq__planCardHeader{margin-bottom:12px}.billing-module__m7utPq__planCardName{color:var(--text);margin-bottom:8px;font-size:20px;font-weight:600}.billing-module__m7utPq__planCardPrice{align-items:baseline;gap:2px;display:flex}.billing-module__m7utPq__price{color:var(--text);font-size:36px;font-weight:700}.billing-module__m7utPq__period{color:var(--text-dim);font-size:14px}.billing-module__m7utPq__planCardDesc{color:var(--text-dim);margin-bottom:20px;font-size:14px;line-height:1.5}.billing-module__m7utPq__featureList{margin:0 0 24px;padding:0;list-style:none}.billing-module__m7utPq__featureList li{color:var(--text);align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.billing-module__m7utPq__featureList li.billing-module__m7utPq__featureDisabled{color:var(--text-dim);opacity:.6}.billing-module__m7utPq__checkIcon{color:var(--accent);font-size:14px;font-weight:700}.billing-module__m7utPq__xIcon{color:var(--text-dim);font-size:14px}.billing-module__m7utPq__upgradeButton,.billing-module__m7utPq__manageButton,.billing-module__m7utPq__contactButton,.billing-module__m7utPq__currentPlanButton{text-align:center;border-radius:10px;width:100%;padding:14px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.billing-module__m7utPq__upgradeButton{background:var(--accent);color:var(--bg)}.billing-module__m7utPq__upgradeButton:hover{opacity:.9;transform:translateY(-1px)}.billing-module__m7utPq__manageButton{background:var(--bg-3);color:var(--text);border:1px solid var(--border-medium)}.billing-module__m7utPq__manageButton:hover{border-color:var(--accent);color:var(--accent)}.billing-module__m7utPq__contactButton{color:var(--text);border:1px solid var(--border-medium);background:0 0}.billing-module__m7utPq__contactButton:hover{border-color:var(--text)}.billing-module__m7utPq__currentPlanButton{background:var(--bg-3);color:var(--text-dim);font-weight:500}.billing-module__m7utPq__downgradedNote{width:100%;color:var(--text-dim);text-align:center;padding:14px 20px;font-size:14px;display:block}.billing-module__m7utPq__helpSection{text-align:center;color:var(--text-dim);padding:20px;font-size:14px}.billing-module__m7utPq__helpSection a{color:var(--accent);text-decoration:none}.billing-module__m7utPq__helpSection a:hover{text-decoration:underline}
.overview-module___7smEG__container{max-width:1200px;padding:32px}.overview-module___7smEG__welcome{margin-bottom:32px}.overview-module___7smEG__welcomeTitle{color:var(--text);margin:0 0 6px;font-size:28px;font-weight:700}.overview-module___7smEG__welcomeSubtitle{color:var(--text-dim);margin:0;font-size:15px}.overview-module___7smEG__quickStats{gap:16px;margin-bottom:32px;display:flex}.overview-module___7smEG__quickStat{background:var(--bg-2);border:1px solid var(--border-light);border-radius:10px;justify-content:space-between;align-items:center;gap:20px;padding:14px 20px;transition:all .2s;display:flex}.overview-module___7smEG__quickStat:hover{border-color:var(--border-medium)}.overview-module___7smEG__quickStatLabel{color:var(--text-dim);font-size:13px}.overview-module___7smEG__quickStatValue{color:var(--text);font-family:JetBrains Mono,monospace;font-size:18px;font-weight:600}.overview-module___7smEG__sectionTitle{color:var(--text);margin:0 0 16px;font-size:16px;font-weight:600}.overview-module___7smEG__shortcutsGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px;display:grid}.overview-module___7smEG__shortcutCard{background:var(--bg-2);border:1px solid var(--border-light);border-radius:14px;flex-direction:column;gap:16px;padding:24px;text-decoration:none;transition:all .2s;display:flex}.overview-module___7smEG__shortcutCard:hover{border-color:var(--accent);transform:translateY(-2px)}.overview-module___7smEG__shortcutIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.overview-module___7smEG__shortcutContent h3{color:var(--text);margin:0 0 6px;font-size:16px;font-weight:600}.overview-module___7smEG__shortcutContent p{color:var(--text-dim);margin:0;font-size:13px;line-height:1.4}.overview-module___7smEG__shortcutArrow{color:var(--text-dim);align-items:center;gap:4px;margin-top:auto;font-size:13px;transition:color .2s;display:inline-flex}.overview-module___7smEG__shortcutArrow svg{vertical-align:middle;flex-shrink:0;width:14px;height:14px}.overview-module___7smEG__shortcutCard:hover .overview-module___7smEG__shortcutArrow{color:var(--accent)}.overview-module___7smEG__twoColumn{grid-template-columns:1fr 1fr;gap:24px;display:grid}.overview-module___7smEG__gettingStarted{background:var(--bg-2);border:1px solid var(--border-light);border-radius:14px;padding:24px}.overview-module___7smEG__stepsList{flex-direction:column;gap:16px;display:flex}.overview-module___7smEG__step{align-items:flex-start;gap:14px;display:flex}.overview-module___7smEG__stepNumber{background:var(--bg-3);width:28px;height:28px;color:var(--text-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.overview-module___7smEG__step.overview-module___7smEG__completed .overview-module___7smEG__stepNumber{color:#00e5a0;background:#00e5a026}.overview-module___7smEG__stepContent h4{color:var(--text);margin:0 0 4px;font-size:14px;font-weight:600}.overview-module___7smEG__stepContent p{color:var(--text-dim);margin:0;font-size:13px}.overview-module___7smEG__stepContent a{color:var(--accent);text-decoration:none}.overview-module___7smEG__stepContent a:hover{text-decoration:underline}.overview-module___7smEG__quickActions{background:var(--bg-2);border:1px solid var(--border-light);border-radius:14px;padding:24px}.overview-module___7smEG__actionsList{flex-direction:column;gap:12px;display:flex}.overview-module___7smEG__actionLink{background:var(--bg-3);border-radius:10px;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:all .2s;display:flex}.overview-module___7smEG__actionLink:hover{background:var(--bg-darker)}.overview-module___7smEG__actionIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.overview-module___7smEG__actionIcon svg{width:18px;height:18px}.overview-module___7smEG__actionLink span{color:var(--text);flex:1;font-size:14px;font-weight:500}.overview-module___7smEG__actionArrow{width:14px;height:14px;color:var(--text-dim);flex-shrink:0}.overview-module___7smEG__planBanner{background:linear-gradient(135deg,#00e5a01a,#4da6ff1a);border:1px solid #00e5a033;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-top:32px;padding:24px;display:flex}.overview-module___7smEG__planBannerContent h3{color:var(--text);margin:0 0 6px;font-size:16px;font-weight:600}.overview-module___7smEG__planBannerContent p{color:var(--text-dim);margin:0;font-size:14px}.overview-module___7smEG__planBannerLink{background:var(--accent);color:var(--bg);white-space:nowrap;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s}.overview-module___7smEG__planBannerLink:hover{opacity:.9}
@media (max-width:768px){.settings-responsive-module__N6XWuW__container{padding:24px}.settings-responsive-module__N6XWuW__header h1{font-size:22px}.settings-responsive-module__N6XWuW__section{border-radius:12px}.settings-responsive-module__N6XWuW__sectionHeader{padding:16px 20px}.settings-responsive-module__N6XWuW__sectionContent{padding:20px}.settings-responsive-module__N6XWuW__planCard{flex-direction:column;align-items:flex-start}.settings-responsive-module__N6XWuW__upgradeLink,.settings-responsive-module__N6XWuW__manageLink{text-align:center;width:100%}}@media (max-width:480px){.settings-responsive-module__N6XWuW__container{padding:16px}.settings-responsive-module__N6XWuW__header h1{font-size:20px}.settings-responsive-module__N6XWuW__sectionHeader{padding:14px 16px}.settings-responsive-module__N6XWuW__sectionIcon{width:36px;height:36px}.settings-responsive-module__N6XWuW__sectionTitle{font-size:15px}.settings-responsive-module__N6XWuW__sectionContent{padding:16px}.settings-responsive-module__N6XWuW__formInput{padding:10px 14px}.settings-responsive-module__N6XWuW__actions{flex-direction:column}.settings-responsive-module__N6XWuW__saveButton,.settings-responsive-module__N6XWuW__cancelButton,.settings-responsive-module__N6XWuW__editButton{text-align:center;width:100%}.settings-responsive-module__N6XWuW__infoRow{flex-direction:column;align-items:flex-start;gap:4px}}@media (max-width:380px){.settings-responsive-module__N6XWuW__container{padding:12px}.settings-responsive-module__N6XWuW__header h1{font-size:18px}.settings-responsive-module__N6XWuW__sectionHeader{padding:12px 14px}.settings-responsive-module__N6XWuW__sectionContent{padding:14px}.settings-responsive-module__N6XWuW__planBadge{padding:6px 12px;font-size:13px}}
.settings-module__BM12lG__container{max-width:700px;padding:32px}.settings-module__BM12lG__header{margin-bottom:32px}.settings-module__BM12lG__header h1{color:var(--text);margin:0 0 4px;font-size:24px;font-weight:700}.settings-module__BM12lG__header p{color:var(--text-dim);margin:0;font-size:14px}.settings-module__BM12lG__section{background:var(--bg-2);border:1px solid var(--border-light);border-radius:16px;margin-bottom:24px;overflow:hidden}.settings-module__BM12lG__sectionHeader{border-bottom:1px solid var(--border-light);align-items:center;gap:12px;padding:20px 24px;display:flex}.settings-module__BM12lG__sectionIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.settings-module__BM12lG__sectionTitle{color:var(--text);margin:0;font-size:16px;font-weight:600}.settings-module__BM12lG__sectionContent{padding:24px}.settings-module__BM12lG__formRow{margin-bottom:20px}.settings-module__BM12lG__formRow:last-child{margin-bottom:0}.settings-module__BM12lG__formLabel{color:var(--text-dim);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.settings-module__BM12lG__formInput{background:var(--bg-3);border:1px solid var(--border-light);width:100%;color:var(--text);border-radius:10px;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.settings-module__BM12lG__formInput:focus{border-color:var(--accent);outline:none}.settings-module__BM12lG__formInput:disabled{opacity:.6;cursor:not-allowed}.settings-module__BM12lG__formInput.settings-module__BM12lG__emailInput{background:var(--bg-darker);color:var(--text-dim)}.settings-module__BM12lG__formHint{color:var(--text-dim);margin-top:6px;font-size:12px}.settings-module__BM12lG__planCard{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.settings-module__BM12lG__planInfo{align-items:center;gap:16px;display:flex}.settings-module__BM12lG__planBadge{border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.settings-module__BM12lG__planBadge.settings-module__BM12lG__explorer{color:#9ca3af;background:#6b728026}.settings-module__BM12lG__planBadge.settings-module__BM12lG__pro{color:#00e5a0;background:#00e5a026}.settings-module__BM12lG__planBadge.settings-module__BM12lG__enterprise{color:#a78bfa;background:#a78bfa26}.settings-module__BM12lG__planDetails{flex-direction:column;gap:4px;display:flex}.settings-module__BM12lG__planLimit{color:var(--text);font-size:14px;font-weight:500}.settings-module__BM12lG__planFeature{color:var(--text-dim);font-size:13px}.settings-module__BM12lG__upgradeLink{background:var(--accent);color:var(--bg);border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.settings-module__BM12lG__upgradeLink:hover{opacity:.9}.settings-module__BM12lG__manageLink{color:var(--text);border:1px solid var(--border-medium);background:0 0;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.settings-module__BM12lG__manageLink:hover{border-color:var(--accent);color:var(--accent)}.settings-module__BM12lG__actions{border-top:1px solid var(--border-light);gap:12px;margin-top:24px;padding-top:20px;display:flex}.settings-module__BM12lG__saveButton{background:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.settings-module__BM12lG__saveButton:hover:not(:disabled){opacity:.9}.settings-module__BM12lG__saveButton:disabled{opacity:.6;cursor:not-allowed}.settings-module__BM12lG__cancelButton{color:var(--text);border:1px solid var(--border-medium);cursor:pointer;background:0 0;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.settings-module__BM12lG__cancelButton:hover{border-color:var(--text-dim)}.settings-module__BM12lG__editButton{background:var(--bg-3);color:var(--text);border:1px solid var(--border-medium);cursor:pointer;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.settings-module__BM12lG__editButton:hover{border-color:var(--accent);color:var(--accent)}.settings-module__BM12lG__message{border-radius:8px;margin-top:16px;padding:12px 16px;font-size:14px}.settings-module__BM12lG__message.settings-module__BM12lG__success{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.settings-module__BM12lG__message.settings-module__BM12lG__error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.settings-module__BM12lG__accountInfo{flex-direction:column;gap:16px;display:flex}.settings-module__BM12lG__infoRow{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.settings-module__BM12lG__infoRow:last-child{border-bottom:none;padding-bottom:0}.settings-module__BM12lG__infoLabel{color:var(--text-dim);font-size:14px}.settings-module__BM12lG__infoValue{color:var(--text);font-size:14px;font-weight:500}.settings-module__BM12lG__dangerSection{border-color:#ef44444d}.settings-module__BM12lG__dangerSection .settings-module__BM12lG__sectionHeader{border-bottom-color:#ef444433}.settings-module__BM12lG__dangerButton{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.settings-module__BM12lG__dangerButton:hover{background:#ef44441a;border-color:#ef444480}.settings-module__BM12lG__dangerText{color:var(--text-dim);font-size:14px;line-height:1.5}
.StatsGrid-module__cDohQq__grid{gap:16px;margin-bottom:32px;display:grid}.StatsGrid-module__cDohQq__grid[data-columns="4"]{grid-template-columns:repeat(4,1fr)}.StatsGrid-module__cDohQq__grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.StatsGrid-module__cDohQq__grid[data-columns="2"]{grid-template-columns:repeat(2,1fr)}@media (max-width:1024px){.StatsGrid-module__cDohQq__grid[data-columns="4"],.StatsGrid-module__cDohQq__grid[data-columns="3"]{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.StatsGrid-module__cDohQq__grid[data-columns="4"],.StatsGrid-module__cDohQq__grid[data-columns="3"],.StatsGrid-module__cDohQq__grid[data-columns="2"]{grid-template-columns:1fr}.StatsGrid-module__cDohQq__grid{gap:12px;margin-bottom:24px}}
.DeleteAccountModal-module__CQtbNG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.DeleteAccountModal-module__CQtbNG__modal{background:#1a1a2e;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:450px;overflow:hidden}.DeleteAccountModal-module__CQtbNG__header{align-items:center;gap:12px;padding:24px 24px 0;display:flex}.DeleteAccountModal-module__CQtbNG__iconWrapper{color:#ef4444;background:#ef44441a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.DeleteAccountModal-module__CQtbNG__header h2{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.DeleteAccountModal-module__CQtbNG__content{padding:20px 24px}.DeleteAccountModal-module__CQtbNG__warning{color:#9ca3af;margin:0 0 16px;font-size:.9rem;line-height:1.6}.DeleteAccountModal-module__CQtbNG__warning strong{color:#ef4444}.DeleteAccountModal-module__CQtbNG__list{color:#6b7280;margin:0 0 20px;padding-left:20px;font-size:.875rem;line-height:1.8}.DeleteAccountModal-module__CQtbNG__list li{margin-bottom:4px}.DeleteAccountModal-module__CQtbNG__confirmSection{margin-top:20px}.DeleteAccountModal-module__CQtbNG__confirmSection label{color:#9ca3af;margin-bottom:8px;font-size:.875rem;display:block}.DeleteAccountModal-module__CQtbNG__deleteText{color:#ef4444;background:#ef44441a;border-radius:4px;padding:2px 6px;font-family:monospace;font-weight:600}.DeleteAccountModal-module__CQtbNG__input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:.95rem;transition:border-color .2s}.DeleteAccountModal-module__CQtbNG__input:focus{border-color:#ef444480}.DeleteAccountModal-module__CQtbNG__input::placeholder{color:#4b5563}.DeleteAccountModal-module__CQtbNG__input:disabled{opacity:.6;cursor:not-allowed}.DeleteAccountModal-module__CQtbNG__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-top:12px;padding:10px 12px;font-size:.875rem}.DeleteAccountModal-module__CQtbNG__actions{justify-content:flex-end;gap:12px;padding:16px 24px 24px;display:flex}.DeleteAccountModal-module__CQtbNG__cancelButton{color:#9ca3af;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s}.DeleteAccountModal-module__CQtbNG__cancelButton:hover:not(:disabled){color:#fff;background:#ffffff1a}.DeleteAccountModal-module__CQtbNG__cancelButton:disabled{opacity:.5;cursor:not-allowed}.DeleteAccountModal-module__CQtbNG__deleteButton{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s}.DeleteAccountModal-module__CQtbNG__deleteButton:hover:not(:disabled){background:#dc2626}.DeleteAccountModal-module__CQtbNG__deleteButton:disabled{opacity:.5;cursor:not-allowed}
.BillingActions-module__t-LeQW__title{margin-bottom:12px;font-size:16px;font-weight:600}.BillingActions-module__t-LeQW__description{color:var(--text-dim);font-size:14px;line-height:1.5}.BillingActions-module__t-LeQW__upgradeCard{border:1px solid var(--accent)}.BillingActions-module__t-LeQW__price{color:var(--text);margin:16px 0;font-size:32px;font-weight:700}.BillingActions-module__t-LeQW__period{color:var(--text-dim);font-size:16px;font-weight:400}.BillingActions-module__t-LeQW__features{margin:0;padding:0;list-style:none}.BillingActions-module__t-LeQW__features li{color:var(--text-dim);padding:8px 0 8px 24px;font-size:14px;position:relative}.BillingActions-module__t-LeQW__features li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.BillingActions-module__t-LeQW__error{color:#ef4444;margin-top:12px;font-size:14px}@media (max-width:480px){.BillingActions-module__t-LeQW__title{font-size:15px}.BillingActions-module__t-LeQW__price{font-size:28px}.BillingActions-module__t-LeQW__features li{font-size:13px}}
.ApiReferenceTable-module__ftfZ7a__card{background:var(--bg-2);border:1px solid var(--border-light);border-radius:12px;padding:24px}.ApiReferenceTable-module__ftfZ7a__title{margin-bottom:8px;font-size:18px;font-weight:600}.ApiReferenceTable-module__ftfZ7a__baseUrlHint{color:var(--text-dim);margin:0 0 14px;font-size:13px}.ApiReferenceTable-module__ftfZ7a__baseUrlHint code{background:var(--bg-3);color:var(--text);word-break:break-all;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:12px}.ApiReferenceTable-module__ftfZ7a__tableWrapper{-webkit-overflow-scrolling:touch;width:calc(100% + 48px);margin:0 -24px;padding:0 24px;overflow-x:auto}.ApiReferenceTable-module__ftfZ7a__table{border-collapse:collapse;width:100%;min-width:500px}.ApiReferenceTable-module__ftfZ7a__th{text-align:left;color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-light);white-space:nowrap;padding:10px 14px;font-size:12px;font-weight:500}.ApiReferenceTable-module__ftfZ7a__row{border-bottom:1px solid var(--border-subtle)}.ApiReferenceTable-module__ftfZ7a__td{white-space:nowrap;padding:10px 14px;font-size:13px}.ApiReferenceTable-module__ftfZ7a__method{font-family:JetBrains Mono,monospace;font-size:12px}.ApiReferenceTable-module__ftfZ7a__methodGet{color:var(--blue)}.ApiReferenceTable-module__ftfZ7a__methodPost{color:var(--accent)}.ApiReferenceTable-module__ftfZ7a__methodPatch{color:var(--yellow)}.ApiReferenceTable-module__ftfZ7a__methodDelete{color:var(--red)}.ApiReferenceTable-module__ftfZ7a__path{font-family:JetBrains Mono,monospace;font-size:13px}.ApiReferenceTable-module__ftfZ7a__auth{color:var(--text-dim)}@media (max-width:768px){.ApiReferenceTable-module__ftfZ7a__card{border-radius:10px;padding:20px}.ApiReferenceTable-module__ftfZ7a__title{margin-bottom:14px;font-size:16px}.ApiReferenceTable-module__ftfZ7a__tableWrapper{width:calc(100% + 40px);margin:0 -20px;padding:0 20px}.ApiReferenceTable-module__ftfZ7a__table{min-width:450px}.ApiReferenceTable-module__ftfZ7a__th,.ApiReferenceTable-module__ftfZ7a__td{padding:8px 10px;font-size:11px}.ApiReferenceTable-module__ftfZ7a__method,.ApiReferenceTable-module__ftfZ7a__path{font-size:10px}}@media (max-width:400px){.ApiReferenceTable-module__ftfZ7a__card{border-radius:8px;padding:16px}.ApiReferenceTable-module__ftfZ7a__title{margin-bottom:12px;font-size:15px}.ApiReferenceTable-module__ftfZ7a__tableWrapper{width:calc(100% + 32px);margin:0 -16px;padding:0 16px}.ApiReferenceTable-module__ftfZ7a__table{min-width:400px}.ApiReferenceTable-module__ftfZ7a__th{padding:6px 8px;font-size:9px}.ApiReferenceTable-module__ftfZ7a__td{padding:8px;font-size:10px}.ApiReferenceTable-module__ftfZ7a__method,.ApiReferenceTable-module__ftfZ7a__path{font-size:9px}}
.QuickStartGuide-module__IAcBdG__title{margin-bottom:16px;font-size:18px;font-weight:600}.QuickStartGuide-module__IAcBdG__baseUrl{background:var(--bg-3);border:1px solid var(--accent);border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;padding:12px 14px;display:flex}.QuickStartGuide-module__IAcBdG__baseUrlLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);font-size:11px;font-weight:700}.QuickStartGuide-module__IAcBdG__baseUrlValue{color:var(--text);word-break:break-all;font-family:JetBrains Mono,monospace;font-size:13px}.QuickStartGuide-module__IAcBdG__baseUrlNote{color:var(--text-dim);margin:0 0 16px;font-size:13px}.QuickStartGuide-module__IAcBdG__baseUrlNote code{background:var(--bg-3);border-radius:4px;padding:1px 6px;font-family:JetBrains Mono,monospace;font-size:12px}.QuickStartGuide-module__IAcBdG__list{flex-direction:column;gap:16px;list-style:none;display:flex}.QuickStartGuide-module__IAcBdG__step{gap:12px;display:flex}.QuickStartGuide-module__IAcBdG__stepNumber{color:var(--accent);flex-shrink:0;font-family:JetBrains Mono,monospace;font-weight:700}.QuickStartGuide-module__IAcBdG__stepContent{flex:1;min-width:0}.QuickStartGuide-module__IAcBdG__stepTitle{font-weight:600}.QuickStartGuide-module__IAcBdG__stepDescription{color:var(--text-dim);margin-top:4px;font-size:14px}.QuickStartGuide-module__IAcBdG__codeBlock{background:var(--bg-3);color:var(--text);white-space:pre;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:8px;padding:16px;font-family:JetBrains Mono,monospace;font-size:13px;overflow-x:auto}@media (max-width:768px){.QuickStartGuide-module__IAcBdG__title{margin-bottom:14px;font-size:16px}.QuickStartGuide-module__IAcBdG__list{gap:14px}.QuickStartGuide-module__IAcBdG__codeBlock{border-radius:6px;padding:12px;font-size:12px}.QuickStartGuide-module__IAcBdG__stepDescription{font-size:13px}}@media (max-width:400px){.QuickStartGuide-module__IAcBdG__title{margin-bottom:12px;font-size:15px}.QuickStartGuide-module__IAcBdG__step{gap:10px}.QuickStartGuide-module__IAcBdG__list{gap:12px}.QuickStartGuide-module__IAcBdG__stepTitle{font-size:14px}.QuickStartGuide-module__IAcBdG__stepDescription{font-size:12px}.QuickStartGuide-module__IAcBdG__codeBlock{border-radius:6px;margin-top:6px;padding:10px;font-size:10px}}
.DeleteAccountButton-module__bd1wdG__deleteButton{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s}.DeleteAccountButton-module__bd1wdG__deleteButton:hover{background:#ef44441a}
.AuthPageLayout-module__y8gPDa__container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.AuthPageLayout-module__y8gPDa__card{width:100%;max-width:400px}.AuthPageLayout-module__y8gPDa__header{text-align:center;margin-bottom:32px}.AuthPageLayout-module__y8gPDa__logo{justify-content:center;align-items:center;gap:8px;margin-bottom:24px;display:flex}.AuthPageLayout-module__y8gPDa__logoAccent{color:var(--accent);font-family:JetBrains Mono,monospace;font-size:24px;font-weight:700}.AuthPageLayout-module__y8gPDa__logoText{font-size:20px;font-weight:600}.AuthPageLayout-module__y8gPDa__heading{margin-bottom:8px;font-size:24px;font-weight:600}.AuthPageLayout-module__y8gPDa__subheading{color:var(--text-dim);font-size:14px}.AuthPageLayout-module__y8gPDa__divider{color:var(--text-dim);align-items:center;gap:16px;margin:24px 0;font-size:13px;display:flex}.AuthPageLayout-module__y8gPDa__dividerLine{background:var(--border-medium);flex:1;height:1px}.AuthPageLayout-module__y8gPDa__footer{text-align:center;color:var(--text-dim);margin-top:24px;font-size:14px}.AuthPageLayout-module__y8gPDa__footerLink{color:var(--accent)}@media (max-width:480px){.AuthPageLayout-module__y8gPDa__container{align-items:flex-start;padding:60px 16px 16px}.AuthPageLayout-module__y8gPDa__header{margin-bottom:28px}.AuthPageLayout-module__y8gPDa__logo{margin-bottom:20px}.AuthPageLayout-module__y8gPDa__logoAccent{font-size:22px}.AuthPageLayout-module__y8gPDa__logoText{font-size:18px}.AuthPageLayout-module__y8gPDa__heading{font-size:22px}.AuthPageLayout-module__y8gPDa__subheading{font-size:13px}.AuthPageLayout-module__y8gPDa__divider{margin:20px 0}.AuthPageLayout-module__y8gPDa__footer{margin-top:20px;font-size:13px}}
.Sidebar-module__niqp4G__sidebar{width:var(--sidebar-width);background:var(--bg-2);border-right:1px solid var(--border-light);z-index:100;flex-direction:column;height:100vh;padding:24px 16px;transition:transform .3s;display:flex;position:fixed;top:0;left:0}.Sidebar-module__niqp4G__logo{align-items:center;gap:10px;margin-bottom:32px;padding:0 8px;display:flex}.Sidebar-module__niqp4G__logoAccent{color:var(--accent);font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700}.Sidebar-module__niqp4G__logoText{font-size:16px;font-weight:600}.Sidebar-module__niqp4G__nav{flex-direction:column;flex:1;gap:4px;display:flex}.Sidebar-module__niqp4G__signOutBtn{border:1px solid var(--border-medium);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:8px;padding:10px;font-family:Outfit,sans-serif;font-size:13px;transition:all .2s}.Sidebar-module__niqp4G__signOutBtn:hover{border-color:var(--accent);color:var(--accent)}.Sidebar-module__niqp4G__menuButton{z-index:101;background:var(--bg-2);border:1px solid var(--border-medium);color:var(--text);cursor:pointer;border-radius:8px;padding:10px 12px;font-size:18px;transition:all .2s;display:none;position:fixed;top:16px;left:16px}.Sidebar-module__niqp4G__menuButton:hover{border-color:var(--accent);background:var(--accent-8)}.Sidebar-module__niqp4G__closeButton{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;display:none;position:absolute;top:20px;right:16px}.Sidebar-module__niqp4G__closeButton:hover{color:var(--text)}.Sidebar-module__niqp4G__overlay{z-index:99;opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;display:none;position:fixed;inset:0}.Sidebar-module__niqp4G__overlay.Sidebar-module__niqp4G__visible{opacity:1;pointer-events:auto}@media (max-width:1024px){.Sidebar-module__niqp4G__sidebar{width:260px;transform:translate(-100%)}.Sidebar-module__niqp4G__sidebar.Sidebar-module__niqp4G__open{transform:translate(0)}.Sidebar-module__niqp4G__menuButton{justify-content:center;align-items:center;display:flex}.Sidebar-module__niqp4G__closeButton,.Sidebar-module__niqp4G__overlay{display:block}.Sidebar-module__niqp4G__logo{margin-top:16px}}@media (max-width:480px){.Sidebar-module__niqp4G__sidebar{width:100%;max-width:280px}.Sidebar-module__niqp4G__menuButton{padding:8px 10px;font-size:16px;top:12px;left:12px}}@media (max-width:380px){.Sidebar-module__niqp4G__sidebar{max-width:260px;padding:20px 12px}.Sidebar-module__niqp4G__menuButton{padding:6px 8px;font-size:14px;top:10px;left:10px}.Sidebar-module__niqp4G__logo{margin-bottom:24px}.Sidebar-module__niqp4G__logoAccent{font-size:18px}.Sidebar-module__niqp4G__logoText{font-size:14px}.Sidebar-module__niqp4G__signOutBtn{padding:8px;font-size:12px}}
.Topbar-module__3CBYca__topbar{border-bottom:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 32px;display:flex}.Topbar-module__3CBYca__title{font-size:20px;font-weight:600}.Topbar-module__3CBYca__info{align-items:center;gap:12px;display:flex}.Topbar-module__3CBYca__email{color:var(--text-dim);font-size:14px}@media (max-width:1024px){.Topbar-module__3CBYca__topbar{padding:16px 24px}.Topbar-module__3CBYca__title{font-size:18px}}@media (max-width:768px){.Topbar-module__3CBYca__topbar{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 20px}.Topbar-module__3CBYca__info{justify-content:space-between;width:100%}}@media (max-width:480px){.Topbar-module__3CBYca__topbar{padding:12px 16px}.Topbar-module__3CBYca__title{font-size:16px}.Topbar-module__3CBYca__email{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:12px;overflow:hidden}}@media (max-width:380px){.Topbar-module__3CBYca__topbar{padding:10px 12px}.Topbar-module__3CBYca__title{font-size:14px}.Topbar-module__3CBYca__email{max-width:120px;font-size:11px}.Topbar-module__3CBYca__info{gap:8px}}
.layout-module__muyaCG__container{min-height:100vh;display:flex}.layout-module__muyaCG__main{margin-left:var(--sidebar-width);flex:1;min-width:0;transition:margin-left .3s}@media (max-width:1024px){.layout-module__muyaCG__main{max-width:100vw;margin-left:0;padding-top:60px;overflow-x:hidden}}@media (max-width:480px){.layout-module__muyaCG__main{padding-top:52px}}@media (max-width:380px){.layout-module__muyaCG__main{padding-top:48px}}
