@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f5f6fb;line-height:1.4}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#eef1f8}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}#root{min-height:100vh}:root{--bg: #f3f4f8;--surface: #ffffff;--border: #e5e7eb;--text: #0f172a;--muted: #6b7280;--accent: #6366f1;--accent-soft: rgba(99, 102, 241, .1);--success: #10b981;--warning: #f97316;--danger: #ef4444;--radius: 18px}body{background:var(--bg);color:var(--text)}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:var(--bg)}.app-shell__content{display:flex;flex-direction:column;min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:32px 24px;display:flex;flex-direction:column;gap:32px}.sidebar__brand{display:flex;align-items:center;gap:12px}.sidebar__logo{width:48px;height:48px;border-radius:14px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700;font-size:1.1rem}.sidebar__title{margin:0;font-weight:600}.sidebar__subtitle{font-size:.85rem;color:var(--muted)}.sidebar__nav{display:flex;flex-direction:column;gap:8px}.sidebar__icon{font-size:1.2rem}.sidebar__link{padding:12px 16px;border-radius:12px;color:var(--muted);font-weight:500;display:flex;gap:12px;align-items:center;transition:background .2s ease,color .2s ease}.sidebar__link.active,.sidebar__link:hover{background:var(--accent-soft);color:var(--accent)}.sidebar__footer{margin-top:auto;font-size:.8rem;color:var(--muted);display:flex;flex-direction:column;gap:4px}.topbar{padding:32px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:var(--surface)}.topbar__eyebrow{margin:0;color:var(--muted);font-size:.9rem}.topbar__title{margin:4px 0 0}.topbar__actions{display:flex;gap:12px}.page-content{padding:32px;flex:1;background:var(--bg)}.page-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.hero{display:flex;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#eef2ff,#fdf2f8)}.hero__tags{display:flex;flex-direction:column;gap:8px}.hero__tags span{background:#0f172a0f;padding:8px 12px;border-radius:10px;font-size:.85rem}.section-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.eyebrow{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.stack{display:flex;flex-direction:column}.gap-32{gap:32px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.kpi-grid.four{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.kpi-card{border:1px solid var(--border);border-radius:18px;padding:18px;background:#f9fafb}.kpi-card h4{margin:8px 0 4px;font-size:1.8rem}.kpi-card span{color:var(--muted);font-size:.9rem}.chart-section{padding-bottom:12px}.chart-wrapper{width:100%;height:320px}.filters{display:flex;gap:8px}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.qr-card__body{display:flex;flex-direction:column;gap:16px}.link-box{border:1px dashed var(--border);border-radius:16px;padding:16px}.link-box__row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:500}.qr-preview{display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px;border-radius:18px;background:#f4f5fb}.qr-preview__actions{display:flex;gap:12px}.bot-info{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.badge{padding:6px 12px;border-radius:999px;background:#f3f4f6;font-size:.85rem;color:var(--muted)}.badge.success{background:#10b98126;color:var(--success)}.product-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.product-list li{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--border);border-radius:16px;padding:14px 16px}.product-list strong{display:block}.product-list span{color:var(--muted);font-size:.85rem}.table{border:1px solid var(--border);border-radius:18px;overflow:hidden}.table__head,.table__row{display:grid;grid-template-columns:1.1fr 1.5fr 1.2fr 1fr 1fr 1fr;padding:14px 18px;gap:12px;font-size:.95rem}.table--admin .table__head,.table--admin .table__row{grid-template-columns:.8fr 1.4fr 1.1fr 1fr 1fr 1fr 1.1fr}.table__head{background:#f9fafb;font-weight:600}.table__row:nth-child(2n){background:#fcfcfc}.table__actions{display:flex;gap:8px}.status{font-weight:600;color:var(--muted)}.status.success{color:var(--success)}.status.warning{color:var(--warning)}.status.danger{color:var(--danger)}.form{display:flex;flex-direction:column;gap:16px}.form.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.form__field{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.form__field input,.form__field select{padding:12px 14px;border-radius:12px;border:1px solid var(--border);font-size:1rem;background:#fff}.form__checkbox{display:flex;gap:8px;align-items:flex-start;font-size:.9rem;color:var(--muted)}.form__checkbox.wide{grid-column:1 / -1}.btn{border:none;border-radius:999px;padding:10px 18px;font-weight:600;background:#e2e8f0;color:#1f2937}.btn.primary{background:var(--accent);color:#fff}.btn.ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn.ghost.is-active{border-color:var(--accent);color:var(--accent)}.btn.stretched{grid-column:1 / -1;width:100%}.link-button{border:none;background:none;padding:0;color:var(--accent);text-decoration:underline}.auth-shell{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,rgba(99,102,241,.2),transparent),var(--bg);padding:32px}.auth-shell__content{width:min(600px,100%)}.auth-shell__header{display:flex;gap:12px;align-items:center;margin-bottom:16px}.auth-card{background:var(--surface);border-radius:28px;border:1px solid var(--border);padding:32px}.auth-card header p{color:var(--muted)}.auth-card h2{margin:4px 0 12px}.auth-card__eyebrow{margin:0;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.auth-card__footer{margin-top:24px;display:flex;justify-content:space-between;align-items:center}.auth-shell__hint{text-align:center;margin-top:16px;color:var(--muted)}.table__row>span:last-child.status{text-transform:capitalize}.burger-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;padding:8px;cursor:pointer;z-index:1001}.burger-btn span{width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999}.chart-mobile{overflow-x:auto;-webkit-overflow-scrolling:touch}.chart-mobile svg{min-width:600px}@media(max-width:1024px){.app-shell{grid-template-columns:1fr}.burger-btn{display:flex}.sidebar{position:fixed;top:0;left:0;height:100vh;width:260px;z-index:1000;transform:translate(-100%);box-shadow:2px 0 8px #0000001a;transition:transform .3s ease}.sidebar--mobile-open{transform:translate(0)}.mobile-overlay{display:block}.topbar{flex-direction:row;gap:16px;align-items:center}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:0 16px}.table{display:block;min-width:600px}.table__head,.table__row{display:grid;grid-template-columns:60px 1.5fr 1fr 1fr;min-width:600px}.table-mobile{display:none}.chart-mobile{display:block}.chart-desktop{display:none}}@media(max-width:640px){.page-content,.page-section,.topbar{padding:16px}.topbar__title{font-size:1.25rem}.kpi-grid,.grid-two{grid-template-columns:1fr}.hero{flex-direction:column}.section-header{flex-direction:column;align-items:flex-start}.table-wrapper{margin:0 -16px;padding:0 16px}.table{min-width:500px}.table__head,.table__row{grid-template-columns:50px 1.5fr 1fr 1fr;min-width:500px;font-size:.85rem;padding:10px 12px}}
