@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.adm-auth-page{display:flex;height:100vh;width:100%;overflow:hidden}.adm-auth-brand{display:none;width:50%;flex-direction:column;position:relative;overflow:hidden}@media(min-width:1024px){.adm-auth-brand{display:flex}}.adm-auth-brand-bg,.adm-auth-brand-gradient{position:absolute;top:0;right:0;bottom:0;left:0}.adm-auth-blob{position:absolute;border-radius:9999px}.adm-auth-blob--tr{top:0;right:0;width:500px;height:500px;background:#ffffff08;transform:translateY(-50%) translate(25%)}.adm-auth-blob--bl{bottom:0;left:0;width:600px;height:600px;background:#ffffff05;transform:translateY(33.333%) translate(-25%)}.adm-auth-blob--mid{top:33.333%;left:25%;width:300px;height:300px;background:#ffffff05}.adm-auth-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:60px 60px}.adm-auth-brand-content{position:relative;z-index:10;display:flex;flex-direction:column;height:100%;padding:40px 48px}.adm-auth-brand-logo-row{display:flex;align-items:center;gap:12px}.adm-auth-brand-logo-sm{width:44px;height:44px;border-radius:12px;object-fit:cover;box-shadow:0 10px 15px -3px #0003,0 4px 6px -4px #0003}.adm-auth-brand-logo-title{color:#fff;font-size:15px;font-weight:700;letter-spacing:-.015em;line-height:1.1;margin:0}.adm-auth-brand-center{flex:1 1 0%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:480px}.adm-auth-brand-logo-lg-wrap{margin-bottom:40px}.adm-auth-brand-logo-lg{width:100px;height:100px;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d;box-shadow:0 25px 50px -12px #0000004d,0 0 0 1px #ffffff1a}.adm-auth-brand-logo-lg img{width:100%;height:100%;object-fit:cover;display:block}.adm-auth-brand-headline{color:#fff;font-size:36px;font-weight:700;line-height:1.15;letter-spacing:-.015em;margin:0 0 16px}.adm-auth-accent{color:#a78bfa}.adm-auth-brand-body{font-size:16px;line-height:1.7;margin:0 0 32px;max-width:420px}.adm-auth-brand-features{display:flex;flex-direction:column;gap:14px}.adm-auth-feature{display:flex;align-items:center;gap:12px}.adm-auth-feature-chip{width:24px;height:24px;border-radius:9999px;background:#a78bfa33;display:flex;align-items:center;justify-content:center;flex-shrink:0}.adm-auth-feature-chip svg{color:#a78bfa}.adm-auth-feature-text{font-size:14px}.adm-auth-brand-footer{font-size:11px;margin:0}.adm-auth-form-pane{flex:1 1 0%;display:flex;align-items:center;justify-content:center;padding:0 24px;position:relative}.adm-auth-form-pane--scroll{overflow-y:auto}.adm-auth-dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(#e5e7eb 1px,transparent 1px);background-size:20px 20px;opacity:.3}.adm-auth-pastel-blob{position:absolute;border-radius:9999px}.adm-auth-pastel-blob--tr{top:40px;right:40px;width:300px;height:300px;opacity:.3;background:radial-gradient(circle,var(--graphic-1) 0%,transparent 70%)}.adm-auth-pastel-blob--bl{bottom:40px;left:40px;width:200px;height:200px;opacity:.25;background:radial-gradient(circle,var(--graphic-2) 0%,transparent 70%)}.adm-auth-card{position:relative;z-index:10;width:100%;max-width:420px}.adm-auth-card--padded{padding-top:40px;padding-bottom:40px}.adm-auth-mobile-logo{display:flex;align-items:center;gap:12px;margin-bottom:40px}@media(min-width:1024px){.adm-auth-mobile-logo{display:none}}.adm-auth-mobile-logo img{width:40px;height:40px;border-radius:12px;object-fit:cover}.adm-auth-mobile-logo-title{font-size:14px;font-weight:700;color:var(--foreground);line-height:1.1;margin:0}.adm-auth-mobile-logo-subtitle{font-size:11px;color:var(--muted-foreground);margin:0}.adm-auth-title{font-size:28px;font-weight:600;color:#1f2937;line-height:1.1;margin:0 0 8px}.adm-auth-title--icon{display:flex;align-items:center;gap:8px}.adm-auth-subtitle{font-size:14px;color:var(--muted-foreground);margin:0 0 32px}.adm-auth-subtitle--tight{margin:0 0 24px}.adm-auth-label{font-size:13px;font-weight:500;color:var(--foreground);margin-bottom:6px;display:block}.adm-auth-link{font-size:13px;font-weight:500;color:var(--primary);background:none;border:none;padding:0;cursor:pointer;transition:color .15s ease}.adm-auth-link:hover{text-decoration:underline}.adm-auth-row{display:flex;align-items:center;justify-content:space-between}.adm-auth-remember{font-size:13px;color:var(--foreground)}.adm-auth-footer{margin-top:40px;padding-top:24px;border-top:1px solid #f3f4f6}.adm-auth-footer-text{font-size:11px;color:var(--muted-foreground);text-align:center;line-height:1.625;margin:0}.adm-auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0}.adm-auth-loading-text{font-size:14px;color:var(--muted-foreground);margin:16px 0 0}.adm-auth-error-icon{color:var(--destructive-foreground)}.adm-auth-success{text-align:center;padding:40px 0}.adm-auth-success-badge{width:64px;height:64px;background:#d1fae5;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.adm-auth-success-icon{color:var(--success-foreground)}.adm-auth-success-title{font-size:24px;font-weight:700;color:var(--foreground);margin:0 0 8px}.adm-auth-success-text{font-size:14px;color:var(--muted-foreground);margin:0}.adm-auth-info-card{background:var(--muted);border:1px solid var(--border);border-left:4px solid #250485;border-radius:8px;padding:12px 16px;margin-bottom:24px}.adm-auth-info-rows{display:flex;flex-direction:column;gap:6px;font-size:13px}.adm-auth-info-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.adm-auth-info-key{color:var(--muted-foreground)}.adm-auth-info-value{color:var(--foreground);font-weight:600}.adm-auth-info-value--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.adm-auth-shake{animation:shake .5s ease-in-out}@keyframes spin{to{transform:rotate(360deg)}}.adm-auth-spin{animation:spin 1s linear infinite}:root{--font-size: 14px;--background: linear-gradient(135deg, #f0f4ff 0%, #fff5f7 100%);--background-solid: #f0f4ff;--foreground: #1f2937;--card: #ffffff;--card-foreground: #1f2937;--popover: #ffffff;--popover-foreground: #1f2937;--primary: #6b4fbb;--primary-foreground: #ffffff;--primary-light: #e8e0ff;--secondary: #e3f9f6;--secondary-foreground: #0d7c66;--muted: #f5f3ff;--muted-foreground: #6b7280;--accent: #ffe8d6;--accent-foreground: #c2410c;--success: #d1f4e0;--success-foreground: #15803d;--warning: #fef3c7;--warning-foreground: #a16207;--destructive: #fecaca;--destructive-foreground: #dc2626;--info: #dbeafe;--info-foreground: #1e40af;--border: #e9d5ff;--input: #f3e8ff;--input-background: #ffffff;--switch-background: #ddd6fe;--font-weight-medium: 500;--font-weight-normal: 400;--ring: #a78bfa;--chart-1: #a78bfa;--chart-2: #6ee7b7;--chart-3: #fca5a5;--chart-4: #93c5fd;--chart-5: #fde68a;--radius: .625rem;--sidebar: linear-gradient(180deg, #fdfcfe 0%, #f5f3ff 100%);--sidebar-solid: #fdfcfe;--sidebar-foreground: #1f2937;--sidebar-primary: #6b4fbb;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #e8e0ff;--sidebar-accent-foreground: #6b4fbb;--sidebar-border: #e9d5ff;--sidebar-ring: #a78bfa;--graphic-1: #e8e0ff;--graphic-2: #d1f4e0;--graphic-3: #ffe8d6;--graphic-4: #dbeafe}.adm-layout{min-height:100vh;background:var(--background-solid);position:relative}.adm-main{margin-top:64px;padding:24px;margin-left:260px;transition:all .3s}.adm-main--collapsed{margin-left:72px}@media(min-width:1024px){.adm-main{padding:32px}}.adm-graphics{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:-10}.adm-graphics__blob{position:absolute;border-radius:9999px}.adm-graphics__blob--1{top:-160px;right:-160px;width:500px;height:500px;opacity:.3}.adm-graphics__blob--2{bottom:-128px;left:-128px;width:600px;height:600px;opacity:.25}.adm-graphics__blob--3{top:33.3333%;right:-80px;width:300px;height:300px;opacity:.2}.adm-graphics__blob--4{top:80px;left:25%;width:200px;height:200px;opacity:.15}.adm-graphics__grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.02}.adm-graphics__dots{position:absolute;bottom:0;right:0;width:256px;height:256px;opacity:.06}.adm-graphics__wave{position:absolute;bottom:0;left:0;width:100%;height:128px;opacity:.08}.adm-sidebar{height:100vh;border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:30;transition:all .3s;background:var(--sidebar);width:260px;min-width:260px}.adm-sidebar--collapsed{width:72px;min-width:72px}.adm-sidebar__brand{height:64px;display:flex;align-items:center;gap:12px;padding:0 12px;border-bottom:1px solid var(--sidebar-border);justify-content:space-between}.adm-sidebar__brand-left{display:flex;align-items:center;gap:12px;min-width:0}.adm-sidebar__logo{width:36px;height:36px;border-radius:8px;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.adm-sidebar__logo-bars{display:flex;flex-direction:column;gap:2px}.adm-sidebar__logo-bar{height:2px;background:#9e9e9e;border-radius:9999px}.adm-sidebar__logo-bar--wide{width:16px}.adm-sidebar__logo-bar--narrow{width:12px}.adm-sidebar__brand-text{overflow:hidden}.adm-sidebar__brand-title{font-size:13px;font-weight:700;color:var(--sidebar-foreground);line-height:1.25}.adm-sidebar__brand-subtitle{font-size:11px;color:var(--muted-foreground);line-height:1.25}.adm-sidebar__toggle{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--muted-foreground);background:transparent;border:none;cursor:pointer;transition:color .15s,background-color .15s}.adm-sidebar__toggle:hover{background:var(--muted);color:var(--sidebar-foreground)}.adm-sidebar__nav{flex:1;overflow-y:auto;padding:16px 12px}.adm-sidebar__nav-list{display:flex;flex-direction:column;gap:2px}.adm-nav-group{position:relative}.adm-nav-item{width:100%;display:flex;align-items:center;gap:12px;border-radius:8px;font-size:13px;transition:all .15s;position:relative;padding:10px 12px;color:var(--muted-foreground);text-decoration:none;background:transparent;border:none;cursor:pointer;text-align:left}.adm-nav-item--collapsed{padding:10px 8px;justify-content:center}.adm-nav-item:hover{background:var(--muted);color:var(--sidebar-foreground)}.adm-nav-item__label{flex:1;text-align:left}.adm-nav-item__chevron{width:16px;height:16px;flex-shrink:0;transition:transform .2s;color:var(--muted-foreground)}.adm-nav-item__chevron--open{transform:rotate(180deg)}.adm-nav-item--active{background:var(--sidebar-accent);color:var(--sidebar-primary);font-weight:500}.adm-nav-item--active:hover{background:var(--sidebar-accent);color:var(--sidebar-primary)}.adm-nav-item--active:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;background:var(--sidebar-primary);border-radius:0 9999px 9999px 0}.adm-nav-item--parent-active{background:#e8e0ff80;color:var(--sidebar-primary);font-weight:500}.adm-nav-item--parent-active:hover{background:#e8e0ff80;color:var(--sidebar-primary)}.adm-nav-item--parent-active .adm-nav-item__chevron{color:var(--sidebar-primary)}.adm-nav-children{overflow:hidden;transition:all .2s}.adm-nav-children--open{max-height:600px;opacity:1}.adm-nav-children--closed{max-height:0;opacity:0}.adm-nav-children__rail{margin-left:16px;margin-top:2px;margin-bottom:4px;display:flex;flex-direction:column;gap:2px;border-left:2px solid var(--border);padding-left:0}.adm-nav-child{display:flex;align-items:center;gap:10px;padding:8px 12px 8px 16px;border-radius:0 8px 8px 0;font-size:13px;transition:all .15s;position:relative;color:var(--muted-foreground);text-decoration:none}.adm-nav-child:hover{background:var(--muted);color:var(--sidebar-foreground)}.adm-nav-child--active{background:var(--sidebar-accent);color:var(--sidebar-primary);font-weight:500}.adm-nav-child--active:hover{background:var(--sidebar-accent);color:var(--sidebar-primary)}.adm-nav-child--active:before{content:"";position:absolute;left:-2px;top:4px;bottom:4px;width:3px;background:var(--sidebar-primary);border-radius:0 9999px 9999px 0}.adm-flyout{position:fixed;left:72px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:8px 0;min-width:220px;z-index:9999}.adm-flyout__bridge{position:absolute;left:-12px;top:0;bottom:0;width:12px}.adm-flyout__header{padding:8px 12px;border-bottom:1px solid var(--border);margin-bottom:4px}.adm-flyout__title{font-size:13px;font-weight:600;color:var(--sidebar-foreground)}.adm-flyout__item{display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:13px;transition:all .15s;color:var(--muted-foreground);text-decoration:none}.adm-flyout__item:hover{background:var(--muted);color:var(--sidebar-foreground)}.adm-flyout__item--active{background:var(--sidebar-accent);color:var(--sidebar-primary);font-weight:500}.adm-flyout__item--active:hover{background:var(--sidebar-accent);color:var(--sidebar-primary)}.adm-icon-18{width:18px;height:18px;flex-shrink:0}.adm-icon-14{width:14px;height:14px;flex-shrink:0}.adm-header{height:64px;background:#fffc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:fixed;top:0;right:0;left:260px;z-index:20;transition:all .3s}.adm-header--collapsed{left:72px}.adm-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;min-width:0}.adm-breadcrumb__home{display:flex;align-items:center;gap:4px;color:var(--muted-foreground);text-decoration:none;transition:color .15s;flex-shrink:0}.adm-breadcrumb__home:hover{color:var(--primary)}.adm-breadcrumb__seg{display:flex;align-items:center;gap:6px;min-width:0}.adm-breadcrumb__sep{width:14px;height:14px;color:var(--border);flex-shrink:0}.adm-breadcrumb__current{color:var(--foreground);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-breadcrumb__link{color:var(--muted-foreground);text-decoration:none;transition:color .15s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-breadcrumb__link:hover{color:var(--primary);text-decoration:underline}.adm-icon-3-5{width:14px;height:14px}.adm-header__right{display:flex;align-items:center;gap:16px}.adm-header__divider{width:1px;height:32px;background:var(--border)}.adm-bell-wrap{position:relative}.adm-bell-btn{position:relative;padding:8px;border-radius:8px;background:transparent;border:none;cursor:pointer;transition:background-color .15s;display:inline-flex}.adm-bell-btn:hover{background:var(--muted)}.adm-bell-icon{width:20px;height:20px;color:var(--muted-foreground)}.adm-bell-badge{position:absolute;top:6px;right:6px;width:18px;height:18px;background:var(--destructive-foreground);color:#fff;font-size:10px;font-weight:600;border-radius:9999px;display:flex;align-items:center;justify-content:center}.adm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.adm-notif-panel{position:absolute;right:0;top:100%;margin-top:8px;width:384px;background:#fff;border-radius:8px;border:1px solid var(--border);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:50}.adm-notif-panel__head{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.adm-notif-panel__title{font-size:14px;font-weight:600;color:var(--foreground);margin:0}.adm-notif-panel__markall{font-size:12px;color:var(--primary);background:none;border:none;cursor:pointer;padding:0}.adm-notif-panel__markall:hover{text-decoration:underline}.adm-notif-panel__list{max-height:400px;overflow-y:auto}.adm-notif-panel__empty{padding:32px 16px;text-align:center;font-size:13px;color:var(--muted-foreground)}.adm-notif-item{padding:12px 16px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .15s}.adm-notif-item:hover{background:var(--muted)}.adm-notif-item--unread{background:var(--info)}.adm-notif-item__row{display:flex;align-items:flex-start;gap:12px}.adm-notif-item__dot{width:8px;height:8px;border-radius:9999px;background:var(--primary);margin-top:6px;flex-shrink:0}.adm-notif-item__body{flex:1}.adm-notif-item__body--read{margin-left:20px}.adm-notif-item__title{font-size:13px;font-weight:500;color:var(--foreground);margin:0 0 2px}.adm-notif-item__msg{font-size:12px;color:var(--muted-foreground);margin:0 0 4px}.adm-notif-item__time{font-size:11px;color:var(--muted-foreground);margin:0}.adm-notif-panel__foot{padding:12px 16px;border-top:1px solid var(--border);text-align:center}.adm-notif-panel__foot-btn{font-size:13px;color:var(--primary);font-weight:500;background:none;border:none;cursor:pointer;padding:0}.adm-notif-panel__foot-btn:hover{text-decoration:underline}.adm-user-wrap{position:relative}.adm-user-trigger{display:flex;align-items:center;gap:12px;cursor:pointer;border-radius:8px;padding:6px 8px;transition:background-color .15s}.adm-user-trigger:hover{background:var(--muted)}.adm-user-avatar{width:32px;height:32px;border-radius:9999px;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600}.adm-user-meta{display:flex;flex-direction:column}.adm-user-role{font-size:13px;font-weight:500;color:var(--foreground)}.adm-user-name{font-size:11px;color:var(--muted-foreground)}.adm-user-chevron{width:16px;height:16px;color:var(--muted-foreground);transition:transform .2s}.adm-user-chevron--open{transform:rotate(180deg)}.adm-user-panel{position:absolute;right:0;top:100%;margin-top:4px;width:224px;background:#fff;border-radius:8px;border:1px solid var(--border);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:50;padding:8px 0}.adm-user-panel__head{padding:10px 16px;border-bottom:1px solid var(--border)}.adm-user-panel__name{font-size:13px;font-weight:500;color:var(--foreground);margin:0}.adm-user-panel__email{font-size:11px;color:var(--muted-foreground);margin:0}.adm-user-panel__item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:13px;color:var(--foreground);background:none;border:none;cursor:pointer;transition:background-color .15s;text-align:left}.adm-user-panel__item:hover{background:var(--muted)}.adm-user-panel__item-icon{width:16px;height:16px;color:var(--muted-foreground)}.adm-user-panel__divider{border-top:1px solid var(--border);margin-top:4px;padding-top:4px}.adm-user-panel__item--logout{color:var(--destructive-foreground)}.adm-user-panel__item--logout:hover{background:#fef2f2}.adm-icon-4{width:16px;height:16px}.adm-forbidden{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:0 24px}.adm-forbidden__icon{width:64px;height:64px;border-radius:9999px;background:#fee2e2;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.adm-forbidden__icon svg{width:32px;height:32px;color:#dc2626}.adm-forbidden__title{font-size:22px;font-weight:700;color:var(--foreground);margin:0 0 8px}.adm-forbidden__text{font-size:14px;color:var(--muted-foreground);max-width:460px;margin:0 0 4px}.adm-forbidden__text strong{color:var(--foreground)}.adm-forbidden__path{font-size:12px;color:var(--muted-foreground);margin:0 0 24px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.adm-forbidden__btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;color:#fff;background:#250485;border:none;cursor:pointer;transition:all .15s}.adm-forbidden__btn:hover{background:#1a0360}.adm-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 112px);background:var(--muted);padding:0 24px}.adm-error__card{background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 1px 2px #0000000d,0 1px 3px #0000001a;padding:40px;max-width:520px;width:100%;text-align:center}.adm-error__icon{width:72px;height:72px;border-radius:9999px;background:#fee2e2;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.adm-error__icon svg{width:48px;height:48px;color:var(--destructive-foreground)}.adm-error__title{font-size:20px;font-weight:600;color:var(--foreground);margin:0 0 8px;line-height:1.25}.adm-error__desc{font-size:14px;color:var(--muted-foreground);line-height:1.6;margin:0 0 16px}.adm-error__detail{background:var(--muted);border:1px solid var(--border);border-radius:8px;padding:12px 16px;margin-bottom:32px}.adm-error__detail-label{font-size:11px;color:var(--muted-foreground);font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px}.adm-error__detail-text{font-size:12px;color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;word-break:break-all;line-height:1.5;margin:0}.adm-error__actions{display:flex;align-items:center;justify-content:center;gap:12px}.adm-error__btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:background-color .15s}.adm-error__btn svg{width:16px;height:16px}.adm-error__btn--primary{background:#250485;color:#fff}.adm-error__btn--primary:hover{background:#1a0360}.adm-error__btn--secondary{background:var(--muted);color:var(--foreground)}.adm-error__btn--secondary:hover{background:var(--border)}.adm-error__ref{font-size:11px;color:var(--border);margin-top:24px}*{box-sizing:border-box}html{font-size:14px}body{margin:0;font-family:Inter,sans-serif;color:#1f2937;background:linear-gradient(135deg,#f0f4ff,#fff5f7);-webkit-font-smoothing:antialiased}
