.layout{display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;z-index:10;background:var(--color-header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:.625rem;font-weight:700;font-size:1.125rem}.logo__mark{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--color-primary);color:var(--color-on-primary);border-radius:8px;font-size:.875rem}.header__actions{display:flex;align-items:center;gap:1rem}.header__controls{display:flex;align-items:center;gap:.5rem}.nav{display:flex;align-items:center;gap:.25rem}.segment-switcher{display:flex;padding:.1875rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px}.segment-switcher__btn{padding:.375rem .75rem;border:none;border-radius:7px;background:transparent;color:var(--color-text-muted);font-size:.8125rem;font-weight:500;transition:color .15s,background .15s}.segment-switcher__btn:hover{color:var(--color-text)}.segment-switcher__btn--active{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow)}.nav__link{padding:.5rem .875rem;border-radius:8px;font-size:.9375rem;color:var(--color-text-muted);transition:color .15s,background .15s}.nav__link:hover{color:var(--color-text);background:var(--color-bg)}.nav__link.active{color:var(--color-text);background:var(--color-bg);font-weight:500}.main{flex:1}.footer{border-top:1px solid var(--color-border);background:var(--color-surface)}.footer__inner{display:flex;align-items:center;justify-content:space-between;padding-block:1.5rem}.footer__brand{margin:0;font-weight:600}.footer__copy{margin:0;font-size:.875rem;color:var(--color-text-muted)}@media(max-width:640px){.header__inner{flex-direction:column;height:auto;padding-block:1rem;gap:.75rem}.header__actions{flex-direction:column;gap:.75rem}.header__controls,.nav{flex-wrap:wrap;justify-content:center}.footer__inner{flex-direction:column;gap:.5rem;text-align:center}}.admin-page{padding:2rem 0 4rem}.admin-page__title{margin:0 0 1.5rem;font-size:2rem;font-weight:700}.admin-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.admin-tabs__btn{padding:.5rem .875rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text-muted);font-size:.875rem;cursor:pointer}.admin-tabs__btn--active{background:var(--color-primary);color:var(--color-on-primary);border-color:var(--color-primary)}.admin-panel{padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow)}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th,.admin-table td{padding:.625rem .75rem;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}.admin-form{display:grid;gap:1rem;max-width:480px}.admin-form__row{display:grid;gap:.375rem}.admin-message{margin:0 0 1rem;color:var(--color-text-muted);font-size:.875rem}.admin-error{margin:0 0 1rem;color:#dc2626;font-size:.875rem}.auth-page{padding:3rem 0 5rem}.auth-page__inner{max-width:560px}.auth-page__back{display:inline-block;margin-bottom:2rem;font-size:.875rem;color:var(--color-text-muted);transition:color .15s}.auth-page__back:hover{color:var(--color-text)}.auth-page__title{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.03em}.auth-page__subtitle{margin:0 0 2rem;font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7}.auth-page__footer{margin-top:1.5rem;font-size:.9375rem;color:var(--color-text-muted)}.auth-page__footer a{color:var(--color-text);font-weight:500}.auth-form{display:grid;gap:1.25rem;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow)}.auth-form__field{display:grid;gap:.5rem}.auth-form__label{font-size:.875rem;font-weight:500}.auth-form__input,.auth-form__select{width:100%;padding:.75rem .875rem;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);color:var(--color-text);font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.auth-form__input:focus,.auth-form__select:focus{outline:none;border-color:var(--color-text-muted);box-shadow:0 0 0 3px #71717a26}.auth-form__input:disabled{opacity:.7;cursor:not-allowed}.auth-form__submit{justify-self:start;padding:.875rem 1.75rem;background:var(--color-primary);color:var(--color-on-primary);border:none;border-radius:10px;font-size:1rem;font-weight:600;transition:opacity .15s,transform .15s}.auth-form__submit:hover{opacity:.9;transform:translateY(-1px)}.auth-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-form__error{margin:0;color:#dc2626;font-size:.875rem}.profile-page{padding:3rem 0 5rem}.profile-page__inner{max-width:640px}.profile-card,.profile-empty{padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow)}.profile-card+.profile-card{margin-top:1.5rem}.profile-card__title{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600}.profile-card__meta{margin:0 0 1rem;color:var(--color-text-muted);font-size:.9375rem}.profile-licenses__empty{margin:0;color:var(--color-text-muted);line-height:1.6}.page-loading{padding:4rem 0;color:var(--color-text-muted)}.header__auth{display:flex;align-items:center;gap:.5rem}.header__auth-link{padding:.375rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);transition:color .15s,background .15s}.header__auth-link:hover{color:var(--color-text);background:var(--color-bg)}.header__auth-link--primary{background:var(--color-primary);color:var(--color-on-primary)}.header__auth-link--primary:hover{opacity:.9;color:var(--color-on-primary)}.header__auth-button{border:none;background:transparent;cursor:pointer;font:inherit}.feedback-page{padding:3rem 0 5rem}.feedback-page__inner{max-width:560px}.feedback-page__back{display:inline-block;margin-bottom:2rem;font-size:.875rem;color:var(--color-text-muted);transition:color .15s}.feedback-page__back:hover{color:var(--color-text)}.feedback-page__title{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.03em}.feedback-page__subtitle{margin:0 0 2rem;font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7}.feedback-form{display:grid;gap:1.25rem;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow)}.feedback-form__field{display:grid;gap:.5rem}.feedback-form__label{font-size:.875rem;font-weight:500}.feedback-form__input,.feedback-form__textarea{width:100%;padding:.75rem .875rem;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);color:var(--color-text);font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.feedback-form__input:focus,.feedback-form__textarea:focus{outline:none;border-color:var(--color-text-muted);box-shadow:0 0 0 3px #71717a26}.feedback-form__textarea{min-height:8rem;resize:vertical;line-height:1.6}.feedback-form__submit{justify-self:start;padding:.875rem 1.75rem;background:var(--color-primary);color:var(--color-on-primary);border:none;border-radius:10px;font-size:1rem;font-weight:600;transition:opacity .15s,transform .15s}.feedback-form__submit:hover{opacity:.9;transform:translateY(-1px)}.feedback-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.feedback-form__error{margin:0;color:#dc2626;font-size:.875rem}.feedback-success{padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow)}.feedback-success__title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.feedback-success__text{margin:0;color:var(--color-text-muted);line-height:1.7}.hero{padding:5rem 0 4rem;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%)}.hero__inner{max-width:720px}.hero__eyebrow{margin:0 0 1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.hero__title{margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.03em}.hero__highlight{background:linear-gradient(135deg,#6366f1,#0ea5e9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle{margin:0;font-size:1.125rem;color:var(--color-text-muted);line-height:1.7}.products{padding:3rem 0 5rem}.products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.product-card{display:flex;flex-direction:column;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-2px);box-shadow:var(--color-shadow-hover)}.product-card__badge{display:inline-block;width:fit-content;padding:.375rem .75rem;margin-bottom:1rem;background:var(--accent-soft);color:var(--accent);border-radius:6px;font-size:.8125rem;font-weight:600}.product-card__title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.product-card__description{margin:0 0 1.25rem;font-size:.9375rem;color:var(--color-text-muted);line-height:1.65;flex:1}.product-card__features{margin-bottom:1.5rem}.product-card__features li{position:relative;padding-left:1.25rem;margin-bottom:.375rem;font-size:.875rem;color:var(--color-text-muted)}.product-card__features li:before{content:"•";position:absolute;left:0;color:var(--accent)}.product-card__link{font-size:.9375rem;font-weight:600;color:var(--accent);transition:opacity .15s}.product-card__link:hover{opacity:.75}.product-page{--accent: #6366f1;--accent-soft: #eef2ff}.product-hero{padding:3rem 0 4rem;background:linear-gradient(180deg,var(--accent-soft) 0%,var(--color-bg) 100%)}.product-hero__inner{max-width:640px}.product-hero__back{display:inline-block;margin-bottom:2rem;font-size:.875rem;color:var(--color-text-muted);transition:color .15s}.product-hero__back:hover{color:var(--color-text)}.product-hero__name{margin:0 0 .75rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.product-hero__title{margin:0 0 1.25rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.03em}.product-hero__description{margin:0 0 2rem;font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7}.product-hero__cta{padding:.875rem 1.75rem;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;transition:opacity .15s,transform .15s;text-decoration:none;display:inline-block;text-align:center}.product-hero__cta-row{display:grid;gap:1rem}.product-hero__actions{display:grid;gap:.75rem}.product-hero__cta--secondary{background:transparent;color:var(--accent);border:1px solid var(--accent)}.product-hero__trial-note,.product-hero__trial-status,.product-hero__license-key{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.product-hero__trial-error{margin:0;color:#dc2626;font-size:.875rem}.product-page__loading{padding:4rem 0;color:var(--color-text-muted)}.profile-license+.profile-license{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.profile-license__name{margin:0 0 .25rem;font-weight:600}.product-hero__cta:hover{opacity:.9;transform:translateY(-1px)}.product-features{padding:3rem 0 5rem}.feature-list{display:grid;gap:.75rem;max-width:560px}.feature-list__item{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);font-size:.9375rem}.feature-list__check{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:var(--accent-soft);color:var(--accent);border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}:root,[data-theme=light]{--color-bg: #fafafa;--color-surface: #ffffff;--color-text: #18181b;--color-text-muted: #71717a;--color-border: #e4e4e7;--color-primary: #18181b;--color-on-primary: #ffffff;--color-header-bg: rgb(255 255 255 / .85);--color-shadow-hover: 0 4px 12px rgb(0 0 0 / .1), 0 8px 24px rgb(0 0 0 / .06);--font-sans: "Segoe UI", system-ui, -apple-system, sans-serif;--radius: 12px;--shadow: 0 1px 3px rgb(0 0 0 / .08), 0 4px 16px rgb(0 0 0 / .04)}[data-theme=dark]{--color-bg: #09090b;--color-surface: #18181b;--color-text: #fafafa;--color-text-muted: #a1a1aa;--color-border: #27272a;--color-primary: #fafafa;--color-on-primary: #18181b;--color-header-bg: rgb(9 9 11 / .85);--color-shadow-hover: 0 4px 12px rgb(0 0 0 / .4), 0 8px 24px rgb(0 0 0 / .25);--shadow: 0 1px 3px rgb(0 0 0 / .3), 0 4px 16px rgb(0 0 0 / .2)}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6}#root{min-height:100vh}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1080px;margin:0 auto;padding:0 1.5rem}.section-title{margin:0 0 2rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}
