.admin-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at top left, #192c6f, transparent 38%), #070b18; }.admin-shell { width: min(460px, 100%); }.admin-shell > .brand { margin-bottom: 28px; }.admin-panel { padding: 30px; border: 1px solid #33466f; border-radius: 8px; background: rgba(13, 21, 43, .95); box-shadow: 0 25px 70px rgba(0, 0, 0, .38); }.admin-panel h1 { margin: 14px 0 8px; font-size: 32px; }.admin-panel > p { color: #bdc9df; line-height: 1.5; }.admin-panel form { display: grid; gap: 10px; margin-top: 24px; }.admin-panel label { color: #d9e2f3; font-size: 13px; font-weight: 700; }.admin-panel input { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid #536789; border-radius: 6px; color: white; background: #091126; outline: none; }.admin-panel input:focus { border-color: #c65af2; box-shadow: 0 0 0 3px rgba(190, 73, 238, .14); }.admin-panel .button { margin-top: 7px; }.admin-message { min-height: 20px; margin: 17px 0 0; color: #a9c7ff; font-size: 13px; }.admin-message.error { color: #ff9fae; }.admin-meta { margin: 12px 0 0; color: #8394b0; font-size: 12px; }.admin-heading { display: flex; justify-content: space-between; gap: 15px; align-items: start; }.icon-button { min-height: 34px; padding: 0 11px; border: 1px solid #54647f; border-radius: 6px; color: #dce4f4; background: transparent; cursor: pointer; font-weight: 700; font-size: 12px; }.price-input { display: grid; grid-template-columns: auto 1fr auto; align-items: center; overflow: hidden; border: 1px solid #536789; border-radius: 6px; background: #091126; }.price-input:focus-within { border-color: #c65af2; box-shadow: 0 0 0 3px rgba(190, 73, 238, .14); }.price-input span { padding: 0 12px; color: #b7c8e5; font-size: 14px; font-weight: 700; }.price-input input { border: 0; box-shadow: none; }.price-input input:focus { box-shadow: none; }
.license-key-display { display: grid; gap: 8px; margin: 24px 0 0; padding: 15px; border: 1px solid #415887; border-radius: 7px; background: #0a1329; }.license-key-display span { color: #aabbd8; font-size: 12px; font-weight: 700; }.license-key-display code { color: #7ee3ff; font-size: clamp(13px, 4vw, 17px); overflow-wrap: anywhere; }.activation-note { display: grid; gap: 4px; margin-top: 22px; padding: 13px; border-left: 3px solid #c44be7; border-radius: 0 6px 6px 0; color: #dce4f4; background: rgba(108, 55, 169, .15); }.activation-note strong { font-size: 13px; }.activation-note span { color: #b6c3da; font-size: 12px; line-height: 1.4; }
.recovery-link { margin-top: 18px; padding: 0; border: 0; color: #d772fb; background: transparent; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }.recovery-form { padding-top: 4px; }
