.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);padding-top:env(safe-area-inset-top,0px)}.header__inner{display:flex;align-items:center;gap:1rem;height:4rem}.header__actions{display:flex;align-items:center;gap:1rem;flex:1;justify-content:flex-end;min-width:0}.header__toolbar{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header-profile-wrap{position:relative}.header-profile{display:flex;align-items:center;gap:.625rem;max-width:14rem;padding:.3125rem .75rem .3125rem .3125rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);font:inherit;cursor:pointer;transition:border-color .15s,box-shadow .15s}.header-profile:hover,.header-profile--open{border-color:var(--color-text-muted);box-shadow:var(--shadow)}.header-profile__avatar{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--color-primary);color:var(--color-on-primary);font-size:.75rem;font-weight:700;flex-shrink:0}.header-profile__info{display:flex;flex-direction:column;align-items:flex-start;min-width:0;text-align:left}.header-profile__name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;line-height:1.2;color:var(--color-text)}.header-profile__email{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;line-height:1.2;color:var(--color-text-muted)}.header-profile-menu{position:absolute;top:calc(100% + .5rem);right:0;z-index:20;min-width:10rem;padding:.375rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:var(--color-shadow-hover)}.header-profile-menu__item{display:block;width:100%;padding:.625rem .75rem;border:none;border-radius:8px;background:transparent;color:var(--color-text);font:inherit;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s}.header-profile-menu__item:hover{background:var(--color-bg)}.header-profile-menu__divider{height:1px;margin:.25rem 0;background:var(--color-border)}.header-profile-menu__item--danger{color:#dc2626}.header-profile-menu__item--danger:hover{background:#dc262614}.header__auth--bar{display:flex;align-items:center;gap:.5rem}.header__auth--menu{display:none}.header__switchers{display:flex;align-items:center;gap:.5rem}.header__mobile-account{display:none}.header__mobile-account-link{display:block;padding:.75rem 1rem;border-radius:10px;font-size:.9375rem;font-weight:500;color:var(--color-text);text-align:center;transition:background .15s}.header__mobile-account-link:hover,.header__mobile-account-link.active{background:var(--color-bg)}.header__mobile-logout{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:10px;background:transparent;color:#dc2626;font:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.header__mobile-logout:hover{background:#dc262614;border-color:#dc262640}.logo{display:flex;align-items:center;gap:.625rem;font-weight:700;font-size:1.125rem;flex-shrink:0}.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__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);cursor:pointer;flex-shrink:0}.header__toggle-bar{display:block;width:1.125rem;height:2px;margin:0 auto;background:var(--color-text);border-radius:1px;transition:transform .2s,opacity .2s}.header__toggle--open .header__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__toggle--open .header__toggle-bar:nth-child(2){opacity:0}.header__toggle--open .header__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.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)}.segment-switcher--icons{gap:.125rem}.segment-switcher__btn--icon{display:flex;align-items:center;justify-content:center;width:2.125rem;height:2rem;padding:0}.theme-icon{width:1rem;height:1rem;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.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);padding-bottom:env(safe-area-inset-bottom,0px)}.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)}.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}@media(max-width:900px){.header__toggle{display:flex}.header__inner{position:relative;flex-wrap:nowrap}.header__actions{display:none;position:fixed;top:calc(4rem + env(safe-area-inset-top,0px));right:0;bottom:0;left:0;flex:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:1rem 1.5rem 1.5rem;background:var(--color-surface);border-top:1px solid var(--color-border);overflow-y:auto;overscroll-behavior:contain}.header__actions--open{display:flex}.header__auth--bar{display:none}.header__auth--menu,.header__auth-link--menu{display:flex}.header__auth--menu{flex-direction:column;align-items:stretch;gap:.5rem}.header-profile__email{display:none}.header-profile{max-width:none;padding-right:.5rem}.nav{flex-direction:column;align-items:stretch;gap:.25rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.nav__link{padding:.75rem 1rem;font-size:1rem}.header__controls{flex:1;flex-direction:column;align-items:stretch;gap:1rem;padding-top:1rem}.header__switchers{flex-wrap:wrap;justify-content:center}.header__mobile-account{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-border)}.header__auth-link{padding:.75rem 1rem;font-size:.9375rem;text-align:center}.segment-switcher{justify-content:center}.segment-switcher__btn{flex:1;padding:.625rem .75rem}.segment-switcher__btn--icon{flex:0 0 2.75rem;height:2.75rem}}@media(max-width:640px){.header-profile__name{display:none}.footer__inner{flex-direction:column;gap:.5rem;text-align:center;padding-block:1.25rem}}.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}.admin-readonly-notice{margin:-.5rem 0 1.25rem;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);color:var(--color-text-muted);font-size:.875rem}@media(max-width:900px){.admin-page{padding:1.5rem 0 3rem}.admin-page__title{font-size:1.5rem}.admin-tabs{gap:.375rem}.admin-tabs__btn{padding:.5rem .625rem;font-size:.8125rem}.admin-panel{padding:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{min-width:36rem}.admin-form{max-width:none}.admin-form .auth-form__submit{width:100%}}.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)}@media(max-width:640px){.auth-page,.profile-page{padding:2rem 0 3rem}.auth-page__back{margin-bottom:1.25rem}.auth-page__subtitle{margin-bottom:1.5rem;font-size:1rem}.auth-form,.profile-card,.profile-empty{padding:1.25rem}.auth-form__submit{width:100%;justify-self:stretch}}.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}@media(max-width:640px){.feedback-page{padding:2rem 0 3rem}.feedback-page__back{margin-bottom:1.25rem}.feedback-page__subtitle{margin-bottom:1.5rem;font-size:1rem}.feedback-form,.feedback-success{padding:1.25rem}.feedback-form__submit{width:100%;justify-self:stretch}}.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}@media(max-width:640px){.hero{padding:2.5rem 0 2rem}.hero__subtitle{font-size:1rem}.products{padding:2rem 0 3rem}.products__grid{grid-template-columns:1fr;gap:1rem}.product-card{padding:1.5rem}}.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}@media(max-width:640px){.product-hero{padding:2rem 0 2.5rem}.product-hero__back{margin-bottom:1.25rem}.product-hero__description{margin-bottom:1.5rem;font-size:1rem}.product-hero__cta,.product-hero__cta--secondary{width:100%}.product-features{padding:2rem 0 3rem}.feature-list__item{padding:.875rem 1rem;font-size:.875rem}}: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;overflow-x:hidden}#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-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px))}@media(min-width:640px){.container{padding-left:max(1.5rem,env(safe-area-inset-left,0px));padding-right:max(1.5rem,env(safe-area-inset-right,0px))}}.section-title{margin:0 0 2rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}@media(max-width:640px){.section-title{margin-bottom:1.5rem;font-size:1.25rem}}
