.language-switch{display:flex;align-items:center;gap:0;background:#ffffff0f;border-radius:8px;padding:2px}.language-switch-btn{font-family:inherit;font-size:.8rem;font-weight:500;padding:.35rem .6rem;border:none;border-radius:6px;background:transparent;color:#8b949e;cursor:pointer;transition:background .15s,color .15s}.language-switch-btn:hover{color:#e6edf3}.language-switch-btn.active{background:#10b98140;color:#10b981}.language-switch-btn.active:hover{color:#34d399}.landing{--landing-bg: #f0f2f5;--landing-surface: #ffffff;--landing-elevated: #f9fafb;--landing-text: #111827;--landing-text-secondary: #374151;--landing-muted: #6b7280;--landing-border: #e5e7eb;--landing-accent: #22c55e;--landing-accent-hover: #16a34a;--landing-accent-soft: rgba(34, 197, 94, .12);--landing-accent-border: rgba(34, 197, 94, .35);--landing-shadow: 0 1px 3px rgba(0, 0, 0, .08);--landing-shadow-lg: 0 10px 40px rgba(0, 0, 0, .12);min-height:100vh;background:var(--landing-bg);color:var(--landing-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.landing-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border)}.landing-header-inner{max-width:1120px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--landing-text);text-decoration:none;letter-spacing:-.02em}.landing-logo:hover{color:var(--landing-accent-hover)}.landing-logo-icon{color:var(--landing-accent);font-size:1.1em}.landing-logo-small{font-size:.95rem}.landing-nav{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.landing-nav a{color:var(--landing-muted);text-decoration:none;font-size:.9rem;padding:.4rem .6rem;border-radius:6px}.landing-nav a:hover{color:var(--landing-text)}.landing .language-switch{background:#e5e7eb}.landing .language-switch-btn{color:#6b7280}.landing .language-switch-btn:hover{color:#374151}.landing .language-switch-btn.active{background:#fff;color:#16a34a;box-shadow:0 1px 2px #0000000f}.landing .language-switch-btn.active:hover{color:#15803d}.landing-btn{font-family:inherit;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;cursor:pointer;border:none;transition:background .15s,color .15s,border-color .15s}.landing-btn-primary{background:var(--landing-accent);color:#fff}.landing-btn-primary:hover{background:var(--landing-accent-hover)}.landing-btn-ghost{background:transparent;color:var(--landing-muted);border:1px solid transparent}.landing-btn-ghost:hover{color:var(--landing-text-secondary);background:var(--landing-elevated);border-color:var(--landing-border)}.landing-btn-outline{background:transparent;color:var(--landing-accent-hover);border:1px solid var(--landing-accent-border)}.landing-btn-outline:hover{background:var(--landing-accent-soft)}.landing-btn-lg{padding:.75rem 1.5rem;font-size:1rem}.landing-btn-block{width:100%}.landing-btn:focus-visible{outline:2px solid var(--landing-accent);outline-offset:2px}.landing-nav a:focus-visible{outline:2px solid var(--landing-accent);outline-offset:2px;border-radius:6px}.landing-hero{position:relative;padding:4.5rem 1.5rem 5.5rem;text-align:center;overflow:hidden}.landing-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 55% at 50% -15%,rgba(34,197,94,.14),transparent 55%),radial-gradient(ellipse 50% 45% at 90% 70%,rgba(34,197,94,.06),transparent),linear-gradient(180deg,#ffffff 0%,var(--landing-bg) 100%);pointer-events:none}.landing-hero-inner{position:relative;max-width:720px;margin:0 auto}.landing-hero-audience{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--landing-accent-hover);margin:0 0 .75rem}.landing-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin:0 0 1.25rem;color:var(--landing-text)}.landing-hero-lead{font-size:1.125rem;line-height:1.65;color:var(--landing-text-secondary);margin:0 0 1.75rem}.landing-hero-anchors{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;text-align:left;margin:0 0 1.25rem}.landing-hero-anchor{padding:1rem 1.15rem;background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:12px;box-shadow:var(--landing-shadow)}.landing-hero-anchor--telegram{border-left:3px solid #229ed9}.landing-hero-anchor--stripe{border-left:3px solid #635bff}.landing-hero-anchor-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--landing-muted);margin-bottom:.35rem}.landing-hero-anchor-title{display:block;font-size:1.05rem;font-weight:600;color:var(--landing-text);margin-bottom:.35rem}.landing-hero-anchor-body{font-size:.875rem;line-height:1.5;color:var(--landing-muted);margin:0}.landing-hero-mini-flow{font-size:.95rem;font-weight:600;color:var(--landing-text-secondary);margin:0 0 1.5rem}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}.landing-hero-link{display:inline-block;font-size:.95rem;font-weight:500;color:#2563eb;text-decoration:none}.landing-hero-link:hover{text-decoration:underline}.landing-hero-link:focus-visible{outline:2px solid var(--landing-accent);outline-offset:2px;border-radius:4px}.landing-btn-nav{padding:.45rem .85rem;font-size:.875rem}.landing-trust{max-width:1120px;margin:0 auto;padding:1.25rem 1.5rem 2rem;text-align:center;border-bottom:1px solid var(--landing-border);background:var(--landing-surface)}.landing-trust-line{font-size:.95rem;color:var(--landing-text-secondary);margin:0 0 1rem;line-height:1.5}.landing-trust-badges{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.landing-trust-badge{font-size:.8rem;font-weight:600;padding:.35rem .85rem;border-radius:9999px;border:1px solid var(--landing-border);background:var(--landing-elevated);color:var(--landing-muted)}.landing-trust-badge--stripe{border-color:#635bff59;color:#4f46e5;background:#635bff0f}.landing-trust-badge--telegram{border-color:#229ed966;color:#0284c7;background:#229ed914}.landing-section{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.landing-section-alt{background:var(--landing-elevated);border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border)}.landing-section-title{font-size:1.75rem;font-weight:700;text-align:center;margin:0 0 2.5rem;color:var(--landing-text);letter-spacing:-.02em}.landing-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.landing-feature{padding:1.5rem;background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:12px;box-shadow:var(--landing-shadow)}.landing-feature-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--landing-accent-soft);color:var(--landing-accent-hover);font-weight:700;font-size:1rem;border-radius:8px;margin-bottom:1rem}.landing-feature h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:var(--landing-text)}.landing-feature p{font-size:.95rem;line-height:1.6;color:var(--landing-muted);margin:0}.landing-benefits{max-width:560px;margin:2.5rem auto 0;padding:0;list-style:none;font-size:1.05rem;line-height:1.7;color:var(--landing-text-secondary)}.landing-benefits li{position:relative;padding-left:1.75rem;margin-bottom:1rem}.landing-benefits li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--landing-accent);border-radius:50%}.landing-flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;max-width:900px;margin:0 auto}.landing-flow-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;min-width:120px;animation:landing-flow-step-in .6s ease-out backwards}.landing-flow-step:nth-child(1){animation-delay:.1s}.landing-flow-step:nth-child(3){animation-delay:.4s}.landing-flow-step:nth-child(5){animation-delay:.7s}.landing-flow-step:nth-child(7){animation-delay:1s}@keyframes landing-flow-step-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.landing-flow-icon{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:var(--landing-accent-soft);color:var(--landing-accent-hover);font-weight:700;font-size:1rem;border-radius:50%;border:2px solid var(--landing-accent-border);flex-shrink:0}.landing-flow-label{font-size:.85rem;font-weight:500;color:var(--landing-text-secondary);text-align:center;line-height:1.3}.landing-flow-connector{position:relative;width:40px;height:3px;margin:0 .25rem;background:linear-gradient(90deg,transparent 0%,rgba(34,197,94,.35) 50%,transparent 100%);overflow:visible}@media (max-width: 640px){.landing-flow-connector{width:100%;height:24px;margin:0;background:linear-gradient(180deg,transparent 0%,rgba(34,197,94,.28) 50%,transparent 100%);flex-basis:100%;order:0}.landing-flow-connector:before{display:none}.landing-flow-dot{display:none}.landing-flow{flex-direction:column;gap:0}.landing-flow-step{order:1;animation-delay:.2s!important}.landing-flow-step:nth-child(1){animation-delay:.1s!important}.landing-flow-step:nth-child(3){animation-delay:.35s!important}.landing-flow-step:nth-child(5){animation-delay:.6s!important}.landing-flow-step:nth-child(7){animation-delay:.85s!important}}.landing-flow-connector:before{display:none}.landing-flow-dot{position:absolute;left:0;top:50%;width:8px;height:8px;margin-top:-4px;background:var(--landing-accent);border-radius:50%;box-shadow:0 0 10px #22c55e73;animation:landing-flow-dot 2.5s ease-in-out infinite}.landing-flow-connector:nth-child(2) .landing-flow-dot{animation-delay:0s}.landing-flow-connector:nth-child(4) .landing-flow-dot{animation-delay:.5s}.landing-flow-connector:nth-child(6) .landing-flow-dot{animation-delay:1s}@keyframes landing-flow-dot{0%,to{transform:translate(0);opacity:1}50%{transform:translate(32px);opacity:1}}.landing-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;align-items:stretch}.landing-pricing-single{max-width:360px;margin:0 auto}.landing-plan{position:relative;padding:2rem;background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:16px;display:flex;flex-direction:column;box-shadow:var(--landing-shadow)}.landing-plan-featured{border-color:var(--landing-accent-border);background:linear-gradient(180deg,#f0fdf4 0%,var(--landing-surface) 48%);box-shadow:0 0 0 1px #22c55e26,var(--landing-shadow)}.landing-plan-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#166534;background:#dcfce7;padding:.25rem .75rem;border-radius:9999px;border:1px solid #bbf7d0}.landing-plan h3{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:var(--landing-text);text-align:center}.landing-plan-price{font-size:2.5rem;font-weight:700;color:var(--landing-text);margin-bottom:.25rem;text-align:center;letter-spacing:-.02em}.landing-plan-currency{font-size:1.25rem;color:var(--landing-muted)}.landing-plan-period{font-size:1rem;font-weight:500;color:var(--landing-muted)}.landing-plan-desc{font-size:.9rem;color:var(--landing-muted);text-align:center;margin:0 0 1.5rem}.landing-plan ul{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.landing-plan ul li{font-size:.95rem;color:var(--landing-text-secondary);padding:.4rem 0 .4rem 1.5rem;position:relative}.landing-plan ul li:before{content:"✓";position:absolute;left:0;color:var(--landing-accent-hover);font-weight:700}.landing-pricing-explainer{margin-top:2.5rem;padding:1.5rem 1.25rem;background:var(--landing-elevated);border:1px solid var(--landing-border);border-radius:12px;max-width:640px;margin-left:auto;margin-right:auto}.landing-pricing-explainer-title{font-size:1.05rem;font-weight:600;margin:0 0 1rem;color:var(--landing-text);text-align:center}.landing-pricing-fee-dl{margin:0}.landing-pricing-fee-row{display:grid;grid-template-columns:minmax(5rem,8rem) 1fr;gap:.5rem 1rem;padding:.65rem 0;border-bottom:1px solid var(--landing-border);align-items:start}.landing-pricing-fee-row:last-of-type{border-bottom:none}.landing-pricing-fee-dl dt{font-weight:600;color:var(--landing-text);margin:0;font-size:.9rem}.landing-pricing-fee-dl dd{margin:0;font-size:.875rem;line-height:1.5;color:var(--landing-muted)}@media (max-width: 480px){.landing-pricing-fee-row{grid-template-columns:1fr}}.landing-pricing-fee-note{font-size:.8125rem;color:var(--landing-muted);margin:1rem 0 0;line-height:1.5}.landing-cta{padding:4.5rem 1.5rem;text-align:center;background:linear-gradient(180deg,var(--landing-bg),#ecfdf5);border-top:1px solid var(--landing-border)}.landing-cta-inner{max-width:560px;margin:0 auto}.landing-cta h2{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;color:var(--landing-text)}.landing-cta p{color:var(--landing-muted);margin:0 0 1.5rem;font-size:1.05rem}.landing-footer{border-top:1px solid #1e293b;padding:2.5rem 1.5rem}.landing-footer--dark{background:#0f172a;color:#e2e8f0}.landing-footer-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.75rem;text-align:center}@media (min-width: 768px){.landing-footer-inner{grid-template-columns:1.2fr 1fr 1fr;text-align:left;align-items:start}.landing-footer-col--brand,.landing-footer-col--contact{text-align:left}.landing-footer-col--legal{text-align:left;justify-content:flex-start}}.landing-footer-col--brand .landing-logo--on-dark{color:#f8fafc;justify-content:center}@media (min-width: 768px){.landing-footer-col--brand .landing-logo--on-dark{justify-content:flex-start}}.landing-footer-col--brand .landing-logo--on-dark:hover{color:#4ade80}.landing-footer-col--brand p{font-size:.875rem;color:#94a3b8;margin:.5rem 0 0;line-height:1.45}.landing-footer-label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.35rem}.landing-footer-link{font-size:.95rem;font-weight:500;color:#4ade80;text-decoration:none}.landing-footer-link:hover{text-decoration:underline}.landing-footer-col--legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem .35rem}.landing-footer-legal-sep{color:#64748b;font-size:.875rem}.landing-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:80}.landing-modal{max-width:520px;width:100%;background:var(--landing-surface);border-radius:12px;border:1px solid var(--landing-border);box-shadow:var(--landing-shadow-lg);padding:1.75rem 1.75rem 1.5rem}.landing-modal-title{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:var(--landing-text)}.landing-modal-text{font-size:.95rem;color:var(--landing-text-secondary);margin:0 0 1.25rem;line-height:1.6}.landing-modal-steps ol{margin:0 0 1.5rem 1.1rem;padding:0;color:var(--landing-text-secondary);font-size:.95rem}.landing-modal-steps li+li{margin-top:.4rem}.landing-modal a{color:#2563eb;text-decoration:none}.landing-modal a:hover{text-decoration:underline}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}.legal-page{--landing-bg: #f0f2f5;--landing-surface: #ffffff;--landing-text: #111827;--landing-text-secondary: #374151;--landing-muted: #6b7280;--landing-border: #e5e7eb;--landing-accent: #22c55e;--landing-accent-hover: #16a34a;min-height:100vh;background:var(--landing-bg);color:var(--landing-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.legal-page-header{position:sticky;top:0;z-index:10;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border)}.legal-page-header-inner{max-width:56rem;margin:0 auto;padding:.875rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.legal-page-logo{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;font-size:1.05rem;color:var(--landing-text);text-decoration:none;letter-spacing:-.02em}.legal-page-logo:hover{color:var(--landing-accent-hover)}.legal-page-logo-icon{color:var(--landing-accent)}.legal-page-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;font-size:.9rem}.legal-page-nav a{color:var(--landing-muted);text-decoration:none;padding:.35rem .5rem;border-radius:6px}.legal-page-nav a:hover{color:var(--landing-text)}.legal-page-nav a.is-active{color:var(--landing-text);font-weight:600}.legal-page .language-switch{background:#e5e7eb;margin-left:.25rem}.legal-page .language-switch-btn{color:#6b7280}.legal-page .language-switch-btn:hover{color:#374151}.legal-page .language-switch-btn.active{background:#fff;color:#16a34a;box-shadow:0 1px 2px #0000000f}.legal-page .language-switch-btn.active:hover{color:#15803d}.legal-page-main{max-width:42rem;margin:0 auto;padding:2rem 1.25rem 4rem}.legal-page-updated{font-size:.85rem;color:var(--landing-muted);margin:0 0 1rem}.legal-page-title{font-size:clamp(1.5rem,4vw,1.85rem);font-weight:600;margin:0 0 2rem;letter-spacing:-.02em;color:var(--landing-text)}.legal-page-body{line-height:1.65;font-size:.95rem;color:var(--landing-text-secondary)}.legal-page-section{margin-bottom:1.75rem}.legal-page-section h2{font-size:1.05rem;font-weight:600;margin:0 0 .65rem;color:var(--landing-text)}.legal-page-section p{margin:0 0 .65rem}.legal-page-section p:last-child{margin-bottom:0}.legal-page-back{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--landing-border);font-size:.95rem}.legal-page-back a{color:var(--landing-accent-hover);font-weight:500;text-decoration:none}.legal-page-back a:hover{text-decoration:underline}.login-shell{min-height:100vh;display:flex;flex-direction:column;background:#f0f2f5;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.login-topbar{flex-shrink:0;background:#fff;border-bottom:1px solid #e5e7eb}.login-topbar-inner{max-width:1120px;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.login-brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem;color:#111827;text-decoration:none;letter-spacing:-.02em}.login-brand:hover{color:#16a34a}.login-brand-icon{color:#22c55e;font-size:1.05em}.login-topbar-nav{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.login-topbar-link{text-decoration:none;font-size:.9rem}.login-shell .language-switch{background:#e5e7eb}.login-shell .language-switch-btn{color:#6b7280}.login-shell .language-switch-btn:hover{color:#374151}.login-shell .language-switch-btn.active{background:#fff;color:#16a34a;box-shadow:0 1px 2px #0000000f}.login-shell .language-switch-btn.active:hover{color:#15803d}.login-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.login-card{width:100%;max-width:400px;padding:1.75rem 1.75rem 1.5rem}.login-title{font-size:1.375rem;font-weight:700;color:#111827;margin:0 0 1.25rem;text-align:center}.login-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.login-form label{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;color:#374151}.login-form label .dashboard-input{width:100%;max-width:100%;min-width:0}.login-submit{width:100%;margin-top:.25rem;padding:.65rem 1rem;font-size:1rem;font-weight:600}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f0f2f5;color:#1f2937;min-height:100vh}.dashboard-layout{display:flex;min-height:100vh;background:#fff}.dashboard-sidebar{width:240px;background:#f3f4f6;color:#374151;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0}.dashboard-sidebar-nav{padding:1.25rem 0}.dashboard-sidebar-nav a,.dashboard-sidebar-nav button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem 1.25rem;color:#374151;text-decoration:none;border:none;background:none;font-size:.95rem;cursor:pointer;text-align:left}.dashboard-sidebar-nav a:hover,.dashboard-sidebar-nav button:hover{background:#e5e7eb;color:#111827}.dashboard-sidebar-nav a:focus-visible,.dashboard-sidebar-nav button:focus-visible{outline:2px solid #22c55e;outline-offset:2px}.dashboard-sidebar-nav a.active{background:#fff;color:#111827;font-weight:600;border-left:3px solid #22c55e;padding-left:calc(1.25rem - 3px)}.dashboard-sidebar-spacer{flex:1}.dashboard-main{flex:1;padding:1.5rem 2rem;overflow:auto;background:#fff}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard-header h1{font-size:1.5rem;font-weight:700;margin:0;color:#111827}.dashboard-status-cards{display:flex;flex-wrap:wrap;gap:1rem;max-width:560px}.dashboard-status-card{display:flex;align-items:center;gap:1rem;flex:1 1 240px;min-width:220px;padding:1rem 1.25rem;background:#fff;border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000f}.dashboard-status-card--ok .dashboard-status-card__icon{color:#22c55e}.dashboard-status-card--warn .dashboard-status-card__icon{color:#ca8a04}.dashboard-status-card--bad .dashboard-status-card__icon{color:#dc2626}.dashboard-status-card__stripe-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:800;color:#635bff;letter-spacing:-.04em;-webkit-user-select:none;user-select:none}.dashboard-status-card__text{display:flex;flex-direction:column;gap:.35rem;min-width:0}.dashboard-status-card__title{font-size:.95rem;font-weight:600;color:#374151}.dashboard-status-card__state{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500}.dashboard-status-card__state--ok{color:#16a34a}.dashboard-status-card__state--warn{color:#a16207}.dashboard-status-card__state--bad{color:#dc2626}.dashboard-status-card__state--neutral{color:#6b7280}.dashboard-status-card__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:currentColor}.dashboard-status-card__state--ok .dashboard-status-card__dot{background:#22c55e}.dashboard-status-card__state--warn .dashboard-status-card__dot{background:#eab308}.dashboard-status-card__state--bad .dashboard-status-card__dot{background:#ef4444}.dashboard-status-card__state--neutral .dashboard-status-card__dot{background:#22c55e}.dashboard-stats{margin-top:2rem}.dashboard-stats__title{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#111827}.dashboard-stats-loading{margin:1.5rem 0 0;font-size:.9rem;color:#6b7280}.dashboard-stats-error{margin-top:1.5rem;padding:1rem 1.25rem;border-radius:12px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.dashboard-stats-error p{margin:0 0 .75rem}.dashboard-stats-kpis{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.dashboard-stats-kpi{display:flex;flex-direction:column;align-items:flex-start;min-width:7rem;padding:.75rem 1rem;border-radius:12px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px #0000000a}.dashboard-stats-kpi__value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2}.dashboard-stats-kpi__label{font-size:.8rem;color:#6b7280;margin-top:.2rem}.dashboard-stats-grid{margin-top:0}.dashboard-stats-svg{width:100%;max-width:100%;height:auto;display:block;margin-top:.5rem}.dashboard-stats-svg--wide{min-height:140px}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.dashboard-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb;padding:1.25rem 1.5rem}.dashboard-card.full-width{grid-column:1 / -1}.settings-page .dashboard-card.full-width+.dashboard-card.full-width{margin-top:1.5rem}.dashboard-card h3{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#374151}.dashboard-card .meta{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.dashboard-card dl{margin:0;font-size:.9rem}.dashboard-card dt{color:#6b7280;margin-top:.75rem}.dashboard-card dt:first-child{margin-top:0}.dashboard-card dd{margin:.2rem 0 0;font-weight:500}.dashboard-card a{color:#2563eb;text-decoration:none}.dashboard-card a:hover{text-decoration:underline}.status-pill{display:inline-block;padding:.2rem .6rem;border-radius:9999px;font-size:.8rem;font-weight:500}.status-pill.active{background:#dcfce7;color:#166534}.status-pill.pending{background:#fef3c7;color:#92400e}.prices-toolbar{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.prices-toolbar input{padding:.5rem .75rem;font-size:.9rem;border:1px solid #d1d5db;border-radius:8px;width:220px}.prices-toolbar input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33}.prices-table{width:100%;border-collapse:collapse;font-size:.9rem}.prices-table th,.prices-table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid #e5e7eb}.prices-table th{color:#6b7280;font-weight:500}.prices-table tr:last-child td{border-bottom:none}.prices-table .price-id{font-family:ui-monospace,monospace;font-size:.85rem}.dashboard-header--stacked{flex-direction:column;align-items:flex-start;gap:.35rem}.dashboard-header__intro{width:100%}.dashboard-header__row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;width:100%}.dashboard-header__row h1{margin:0}.dashboard-header--stacked .subscriptions-page-lead,.dashboard-header--stacked .meta{margin:0;max-width:42rem;line-height:1.45}.products-list-error{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:.5rem}.products-list-error .hint{margin:0}.subscriptions-toolbar{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;align-items:flex-end;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.subscriptions-toolbar-fieldset{border:1px solid #e5e7eb;border-radius:10px;padding:.6rem .9rem .75rem;margin:0;flex:1 1 300px;min-width:0;background:#fafafa}.subscriptions-toolbar-fieldset legend{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding:0 .35rem}.subscriptions-toolbar-hint{font-size:.75rem;color:#6b7280;margin:0 0 .5rem}.subscriptions-toolbar-checkboxes{display:flex;flex-wrap:wrap;gap:.35rem 1rem}.subscriptions-toolbar-checkboxes label{font-size:.8125rem;color:#374151;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer}.subscriptions-toolbar-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.subscriptions-toolbar-field-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.subscriptions-toolbar select,.subscriptions-toolbar input[type=search]{padding:.45rem .65rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;min-width:11rem}.subscriptions-toolbar select:focus,.subscriptions-toolbar input[type=search]:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33}.subscriptions-open-link{display:inline-block;text-decoration:none;text-align:center;white-space:nowrap}.subscriptions-data-table{font-size:.875rem}.subscriptions-data-table thead th{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f9fafb;padding:.65rem .75rem;border-bottom:1px solid #e5e7eb}.subscriptions-data-table tbody td{padding:.75rem;vertical-align:top;border-bottom:1px solid #e5e7eb}.subscriptions-data-table tbody tr:last-child td{border-bottom:none}.subscriptions-data-table tbody tr:hover{background:#f9fafb}.subscriptions-subscriber-primary{font-weight:600;color:#111827;display:block;line-height:1.35}.subscriptions-subscriber-meta{font-size:.8125rem;color:#6b7280;margin-top:.2rem;font-variant-numeric:tabular-nums}.subscriptions-col-plan{max-width:22rem;line-height:1.4;color:#374151}.subscription-status{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:6px;font-size:.8125rem;font-weight:500;line-height:1.25;white-space:nowrap}.subscription-status--success{background:#dcfce7;color:#166534}.subscription-status--danger{background:#fee2e2;color:#991b1b}.subscription-status--warning{background:#fef3c7;color:#92400e}.subscription-status--muted{background:#f3f4f6;color:#4b5563}.subscription-detail-back{display:inline-block;font-size:.875rem;font-weight:500;color:#2563eb;text-decoration:none;margin-bottom:.35rem}.subscription-detail-back:hover{text-decoration:underline}.subscription-detail-back:focus-visible{outline:2px solid #22c55e;outline-offset:2px;border-radius:4px}.btn-remove{padding:.35rem .6rem;font-size:.8rem;color:#dc2626;background:none;border:1px solid #fecaca;border-radius:6px;cursor:pointer}.btn-remove:hover{background:#fef2f2}.btn-primary{padding:.5rem 1rem;font-size:.9rem;font-weight:500;border-radius:8px;border:none;background:#22c55e;color:#fff;cursor:pointer}.btn-primary:hover{background:#16a34a}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:.5rem 1rem;font-size:.9rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer}.btn-secondary:hover{background:#f9fafb}.dashboard-input{padding:.5rem .75rem;font-size:.9rem;line-height:1.25;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;min-height:2.375rem;box-sizing:border-box}.dashboard-input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33}.dashboard-input:disabled{opacity:.6;cursor:not-allowed}.dashboard-input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.75}select.dashboard-input{cursor:pointer;font-family:inherit}.onboarding .card label .dashboard-input,.dashboard-card label.hint .dashboard-input{display:block;width:100%;max-width:100%;margin-top:.35rem;box-sizing:border-box}.reports-toolbar{position:relative;margin-bottom:1rem}.reports-toolbar__grid{display:grid;grid-template-columns:minmax(10.5rem,auto) minmax(10.5rem,auto) 1fr;grid-template-rows:auto auto;column-gap:.75rem;row-gap:.35rem;align-items:end}.reports-toolbar__cell-label-from{grid-column:1;grid-row:1}.reports-toolbar__cell-label-to{grid-column:2;grid-row:1}.reports-toolbar__cell-corner{grid-column:3;grid-row:1;pointer-events:none}.reports-toolbar__cell-from{grid-column:1;grid-row:2}.reports-toolbar__cell-to{grid-column:2;grid-row:2}.reports-toolbar__cell-actions{grid-column:3;grid-row:2;justify-self:start;align-self:end}.reports-toolbar__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.reports-toolbar__field-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;line-height:1.2}button.reports-toolbar__date-trigger{font-family:inherit;text-align:left;cursor:pointer;width:100%;min-width:10.5rem}.reports-toolbar__grid .btn-primary,.reports-toolbar__grid .btn-secondary{min-height:2.375rem;box-sizing:border-box;line-height:1.25;font-weight:500}.reports-toolbar__date-pending{color:#9ca3af}.reports-toolbar__popover{position:absolute;z-index:50;left:0;top:100%;margin-top:.35rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0000001f}.reports-toolbar__popover .rdp-root{--rdp-accent-color: #16a34a;--rdp-accent-background-color: #dcfce7}.reports-preview-table-wrap{width:100%;overflow-x:auto}.reports-preview-table{width:100%;table-layout:auto}.reports-preview-table th:nth-child(4),.reports-preview-table td:nth-child(4){text-align:right;white-space:nowrap}.reports-preview-table th:nth-child(5),.reports-preview-table td:nth-child(5){width:40%}.reports-filter-actions{margin-top:.75rem;margin-bottom:.25rem}.reports-add-filter-link{padding:0;border:none;background:none;color:#2563eb;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.reports-add-filter-link:hover{color:#1d4ed8}.reports-add-filter-link:focus-visible{outline:2px solid #22c55e;outline-offset:2px;border-radius:4px}.reports-amount-filter-panel{display:flex;flex-direction:column;gap:.5rem;max-width:36rem}.reports-amount-filter-panel__field{display:flex;flex-direction:column;gap:.35rem}.reports-amount-filter-panel__label-text{margin:0}.reports-amount-filter-panel__input-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.reports-amount-filter-panel__input{width:auto;min-width:6rem;max-width:11rem}.reports-remove-filter-link{background:none;border:none;padding:0;margin:0;font:inherit;color:#2563eb;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.reports-remove-filter-link:hover{color:#1d4ed8}.reports-remove-filter-link:focus-visible{outline:2px solid #22c55e;outline-offset:2px;border-radius:4px}.reports-amount-filter-panel__hint{margin:0;font-size:.85rem;line-height:1.45;color:#6b7280}.onboarding{max-width:480px;margin:0 auto;padding:1.5rem}.onboarding h1{font-size:1.5rem;margin-bottom:.25rem}.step-info{opacity:.85;font-size:.9rem;margin-bottom:1.5rem}.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem 2rem;box-shadow:0 1px 3px #0000000f}.card h2{font-size:1.2rem;margin:0 0 1rem}.card.success h2{color:#22c55e}.hint{font-size:.9rem;color:#6b7280;margin-bottom:1rem;line-height:1.5}.hint a{color:#2563eb}.card label{display:block;margin-bottom:1rem}.card label input{display:block;width:100%;margin-top:.35rem;padding:.6rem .75rem;font-size:1rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#1f2937}.card button{margin-top:.5rem;padding:.65rem 1.25rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;background:#22c55e;color:#fff;cursor:pointer}.card button:hover{background:#16a34a}.info-list{text-align:left;margin:0}.info-list dt{font-size:.85rem;color:#6b7280;margin-top:.75rem}.info-list dd{margin:.25rem 0 0}.info-list a{color:#2563eb}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:12px;padding:1.5rem;min-width:320px;max-width:90vw;box-shadow:0 10px 40px #00000026}.modal h3{margin:0 0 .5rem;font-size:1.1rem}.modal input[type=text]{display:block;width:100%;padding:.6rem .75rem;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;margin-top:.5rem}.modal-actions{display:flex;gap:.75rem;margin-top:1.25rem}.products-list{list-style:none;margin:0;padding:0}.product-item{border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem;background:#fafafa}.product-item:last-child{margin-bottom:0}.product-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.product-name{font-weight:600;font-size:1.05rem;flex:1}.product-edit-inline{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;flex:1}.product-edit-inline input{padding:.4rem .6rem;font-size:.95rem;border:1px solid #d1d5db;border-radius:6px;min-width:180px}.product-prices{padding-left:0;border-top:1px solid #e5e7eb;padding-top:1rem}.product-prices-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.price-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-end}.price-form-card label{margin:0;display:flex;align-items:center}.price-form-card input{margin-left:.5rem;padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:6px}.price-form-actions{display:flex;gap:.5rem;margin-left:auto}.price-form-inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.5rem 0}.price-form-inline input,.price-form-inline select{padding:.35rem .5rem;font-size:.9rem;border:1px solid #d1d5db;border-radius:6px}
