*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-28 {
  height: 7rem;
}
.h-6 {
  height: 1.5rem;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-6 {
  width: 1.5rem;
}
.w-full {
  width: 100%;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-6 {
  gap: 1.5rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#e6e9ef\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 233 239 / var(--tw-border-opacity, 1));
}
.bg-\[\#f8fafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-black {
  font-weight: 900;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-\[\#0f766e\] {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}
.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

*{box-sizing:border-box}
html,body,#root{min-height:100%}
body{margin:0;background:#f6f7fb;color:#111827;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.55}
a{color:inherit;text-decoration:none}

:root{
  --fc-bg:#f6f7fb;
  --fc-card:#ffffff;
  --fc-ink:#101828;
  --fc-muted:#667085;
  --fc-soft:#98a2b3;
  --fc-line:#e6e9ef;
  --fc-line-strong:#d0d5dd;
  --fc-green:#0f766e;
  --fc-green-2:#14b8a6;
  --fc-green-soft:#ecfdf5;
  --fc-blue:#2563eb;
  --fc-red:#dc2626;
  --fc-orange:#ea580c;
  --fc-radius:22px;
  --fc-shadow:0 16px 40px rgba(16,24,40,.08);
  --fc-shadow-soft:0 8px 24px rgba(16,24,40,.06);
}

.fc-app{min-height:100vh;background:var(--fc-bg);color:var(--fc-ink)}
.fc-shell{width:min(1480px,calc(100vw - 48px));margin:0 auto}
.fc-topbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--fc-line)}
.fc-topbar-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.fc-brand{display:flex;align-items:center;gap:12px;border:0;background:transparent;color:var(--fc-ink);padding:0}
.fc-logo-dot{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--fc-green),var(--fc-green-2));box-shadow:0 10px 24px rgba(20,184,166,.22);display:grid;place-items:center;color:white;font-weight:900}
.fc-brand-title{font-size:22px;font-weight:900;letter-spacing:-.04em;line-height:1}
.fc-brand-sub{font-size:11px;font-weight:800;letter-spacing:.22em;color:var(--fc-muted);margin-top:4px;text-align:left}
.fc-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.fc-nav-btn{border:1px solid var(--fc-line);background:white;color:#344054;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:800;box-shadow:0 2px 8px rgba(16,24,40,.04);transition:.16s ease}
.fc-nav-btn:hover{transform:translateY(-1px);border-color:#b7c0cb;box-shadow:var(--fc-shadow-soft)}
.fc-nav-btn.active{background:#101828;color:#fff;border-color:#101828}
.fc-icon-btn{width:40px;height:40px;border-radius:999px;border:1px solid var(--fc-line);background:#fff;color:#344054;font-weight:900;display:grid;place-items:center;box-shadow:0 2px 8px rgba(16,24,40,.04)}
.fc-page{padding:32px 0 46px}
.fc-grid{display:grid;gap:20px}
.fc-card{background:var(--fc-card);border:1px solid var(--fc-line);border-radius:var(--fc-radius);box-shadow:var(--fc-shadow-soft)}
.fc-card.pad{padding:22px}
.fc-section-title{font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--fc-green);margin:0 0 10px}
.fc-h1{font-size:42px;font-weight:950;letter-spacing:-.06em;line-height:.98;margin:0;color:var(--fc-ink)}
.fc-h2{font-size:24px;font-weight:900;letter-spacing:-.04em;margin:0;color:var(--fc-ink)}
.fc-muted{color:var(--fc-muted)}
.fc-btn{border:1px solid var(--fc-line);border-radius:16px;background:#fff;color:#344054;padding:12px 16px;font-weight:900;box-shadow:0 2px 8px rgba(16,24,40,.04);transition:.16s ease}
.fc-btn:hover{transform:translateY(-1px);box-shadow:var(--fc-shadow-soft)}
.fc-btn.primary{background:var(--fc-green);border-color:var(--fc-green);color:#fff;box-shadow:0 14px 30px rgba(15,118,110,.22)}
.fc-btn.dark{background:#101828;border-color:#101828;color:#fff}
.fc-btn.danger{background:#fff;border-color:#fecaca;color:#b91c1c}
.fc-input,.fc-textarea{width:100%;border:1px solid var(--fc-line);border-radius:16px;background:#fff;color:var(--fc-ink);padding:13px 14px;outline:0;transition:.14s ease}
.fc-input:focus,.fc-textarea:focus{border-color:var(--fc-green-2);box-shadow:0 0 0 4px rgba(20,184,166,.12)}
.fc-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.fc-kpi{padding:20px;border-radius:22px;border:1px solid var(--fc-line);background:#fff;box-shadow:var(--fc-shadow-soft)}
.fc-kpi-label{font-size:13px;color:var(--fc-muted);font-weight:700}
.fc-kpi-value{font-size:30px;font-weight:950;letter-spacing:-.05em;margin-top:10px;color:var(--fc-ink)}
.fc-kpi-trend{display:inline-flex;align-items:center;gap:6px;background:var(--fc-green-soft);color:var(--fc-green);font-size:12px;font-weight:900;border-radius:999px;padding:5px 9px;margin-top:12px}
.fc-table{width:100%;border-collapse:separate;border-spacing:0 10px}
.fc-table th{text-align:left;font-size:12px;color:var(--fc-muted);font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:0 14px}
.fc-table td{background:#fff;border-top:1px solid var(--fc-line);border-bottom:1px solid var(--fc-line);padding:15px 14px;font-size:14px}
.fc-table td:first-child{border-left:1px solid var(--fc-line);border-radius:16px 0 0 16px}
.fc-table td:last-child{border-right:1px solid var(--fc-line);border-radius:0 16px 16px 0}
.fc-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;background:#f2f4f7;color:#344054;font-size:12px;font-weight:900}
.fc-chip.green{background:#ecfdf3;color:#027a48}.fc-chip.orange{background:#fff7ed;color:#c2410c}.fc-chip.blue{background:#eff6ff;color:#1d4ed8}.fc-chip.red{background:#fef2f2;color:#b91c1c}
.fc-sidebar-layout{display:grid;grid-template-columns:88px minmax(0,1fr);gap:22px}
.fc-rail{position:sticky;top:96px;align-self:start;background:#fff;border:1px solid var(--fc-line);border-radius:28px;padding:12px;box-shadow:var(--fc-shadow-soft);display:flex;flex-direction:column;gap:10px}
.fc-rail-btn{height:58px;border-radius:20px;border:1px solid transparent;background:transparent;color:#667085;display:grid;place-items:center;font-size:20px;font-weight:900;transition:.16s ease}
.fc-rail-btn:hover{background:#f2f4f7;color:#101828}.fc-rail-btn.active{background:#101828;color:#fff;box-shadow:0 12px 26px rgba(16,24,40,.18)}
.fc-hero{border-radius:30px;background:linear-gradient(135deg,#ffffff 0%,#f3fbfa 54%,#eef6ff 100%);border:1px solid var(--fc-line);box-shadow:var(--fc-shadow);padding:26px;display:flex;align-items:center;justify-content:space-between;gap:18px}

.fc-menu-layout{display:grid;grid-template-columns:260px minmax(0,1fr) 360px;gap:22px;align-items:start}
.fc-category-list{display:flex;flex-direction:column;gap:10px}.fc-cat{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;border-radius:18px;border:1px solid var(--fc-line);background:#fff;font-weight:900;color:#344054}.fc-cat.active{background:#101828;color:#fff;border-color:#101828}.fc-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fc-product{overflow:hidden;border-radius:24px;background:#fff;border:1px solid var(--fc-line);box-shadow:var(--fc-shadow-soft);transition:.16s ease}.fc-product:hover{transform:translateY(-2px);box-shadow:var(--fc-shadow)}.fc-product-img{height:150px;background:#eef2f6;overflow:hidden}.fc-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fc-product-body{padding:16px}.fc-product-name{font-size:16px;font-weight:950;letter-spacing:-.03em}.fc-product-desc{font-size:13px;color:var(--fc-muted);min-height:38px;margin-top:8px}.fc-product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.fc-price{font-weight:950;font-size:18px;color:var(--fc-green)}.fc-add{width:42px;height:42px;border-radius:14px;border:0;background:#101828;color:#fff;font-size:20px;font-weight:900}.fc-cart{position:sticky;top:96px}.fc-cart-line{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--fc-line);padding:12px 0}.fc-qty{display:flex;align-items:center;gap:8px}.fc-qty button{width:30px;height:30px;border-radius:10px;border:1px solid var(--fc-line);background:#fff;font-weight:900}.fc-total{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:18px;border-top:1px solid var(--fc-line);font-size:20px;font-weight:950}

.fc-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.fc-lane{min-height:620px;background:#fff;border:1px solid var(--fc-line);border-radius:28px;padding:18px;box-shadow:var(--fc-shadow-soft)}.fc-lane-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--fc-line);padding-bottom:14px;margin-bottom:14px}.fc-order-card{border:1px solid var(--fc-line);border-radius:20px;padding:16px;margin-bottom:12px;background:#fcfcfd;box-shadow:0 4px 12px rgba(16,24,40,.04)}

@media(max-width:1200px){.fc-menu-layout{grid-template-columns:220px 1fr}.fc-cart{position:relative;top:auto;grid-column:1/-1}.fc-products{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.fc-shell{width:min(100% - 24px,1480px)}.fc-topbar-inner{height:auto;padding:12px 0;align-items:flex-start}.fc-nav{width:100%;justify-content:flex-start}.fc-page{padding:18px 0 32px}.fc-sidebar-layout{grid-template-columns:1fr}.fc-rail{position:relative;top:auto;flex-direction:row;overflow:auto;border-radius:20px}.fc-rail-btn{min-width:56px}.fc-menu-layout{grid-template-columns:1fr}.fc-products{grid-template-columns:1fr}.fc-board{grid-template-columns:1fr}.fc-h1{font-size:32px}.fc-kpis{grid-template-columns:1fr}}

/* FORS Control v6.1: legacy cyber cleanup */
.fc-app .bg-\[\#0d141a\], .fc-app .bg-black\/20, .fc-app .bg-\[\#0b1215\], .fc-app .bg-\[\#080d10\]{background:#fff!important;color:#101828!important}
.fc-app .border-white\/10, .fc-app .border-\[rgba\(0\,245\,212\,\.22\)\]{border-color:#e6e9ef!important}
.fc-app .text-white\/45, .fc-app .text-white\/40, .fc-app .text-white\/55, .fc-app .text-white\/60, .fc-app .text-white\/70, .fc-app .text-white\/72, .fc-app .text-white\/35, .fc-app .text-white\/38{color:#667085!important}
.fc-app .text-\[\#f5ff00\]{color:#0f766e!important}
.fc-app .bg-\[\#f5ff00\]{background:#0f766e!important;color:#fff!important}
.fc-app .bg-\[\#f5ff00\]\/12, .fc-app .bg-\[\#f5ff00\]\/8, .fc-app .bg-\[\#f5ff00\]\/5{background:#ecfdf5!important}
.fc-app .text-orange-200{color:#c2410c!important}.fc-app .text-red-200{color:#b91c1c!important}.fc-app .text-emerald-200{color:#027a48!important}.fc-app .text-sky-200{color:#1d4ed8!important}.fc-app .text-lime-200{color:#027a48!important}
.fc-app [style*="clip-path"]{clip-path:none!important}
.fc-app [style*="Share Tech Mono"], .fc-app [style*="Rajdhani"], .fc-app [style*="Orbitron"]{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;letter-spacing:0!important}

/* FORS Control v6.2 — clean premium white fields + Mardon brand */
body{background:linear-gradient(135deg,#f8fafc 0%,#f3f7fb 52%,#eef7f5 100%)!important;color:#101828!important}
.fc-app{background:linear-gradient(135deg,#f8fafc 0%,#f3f7fb 52%,#eef7f5 100%)!important;color:#101828!important}
.fc-topbar{background:rgba(255,255,255,.92)!important;border-bottom:1px solid #e6e9ef!important;box-shadow:0 1px 0 rgba(16,24,40,.03)!important}
.fc-brand-logo{width:190px;height:64px;-o-object-fit:contain;object-fit:contain;display:block;filter:drop-shadow(0 10px 18px rgba(16,24,40,.04))}
.fc-logo-dot{display:none!important}.fc-brand-title,.fc-brand-sub{display:none!important}
.fc-input,.fc-textarea,input.fc-input,textarea.fc-textarea{background:#fff!important;color:#101828!important;border:1px solid #d7dde6!important;border-radius:16px!important;box-shadow:0 2px 8px rgba(16,24,40,.04)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:650!important;letter-spacing:0!important;min-height:52px!important;padding:14px 16px!important}
.fc-input::-moz-placeholder, .fc-textarea::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{color:#98a2b3!important;opacity:1!important}
.fc-input::placeholder,.fc-textarea::placeholder,input::placeholder,textarea::placeholder{color:#98a2b3!important;opacity:1!important}
.fc-input:focus,.fc-textarea:focus,input.fc-input:focus,textarea.fc-textarea:focus{border-color:#0f766e!important;box-shadow:0 0 0 4px rgba(15,118,110,.12),0 8px 18px rgba(16,24,40,.06)!important;outline:none!important}
.fc-btn{background:#fff!important;color:#344054!important;border:1px solid #d7dde6!important;border-radius:18px!important;box-shadow:0 4px 12px rgba(16,24,40,.05)!important;min-height:52px!important}
.fc-btn.primary{background:#0f766e!important;border-color:#0f766e!important;color:#fff!important;box-shadow:0 14px 30px rgba(15,118,110,.22)!important}
.fc-card,.fc-kpi,.fc-lane,.fc-order-card,.fc-product,.fc-cat{background:#fff!important;color:#101828!important;border-color:#e6e9ef!important;box-shadow:0 10px 28px rgba(16,24,40,.06)!important}
.fc-login-card{width:100%;max-width:520px;background:rgba(255,255,255,.96);border:1px solid #dfe5ee;border-radius:30px;padding:34px;box-shadow:0 30px 80px rgba(16,24,40,.16),0 1px 0 rgba(255,255,255,.8) inset;color:#101828}
.fc-login-brand{display:flex;justify-content:center;margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid #edf0f4}
.fc-login-brand img{width:220px;max-width:80%;height:auto;display:block}
.fixed.inset-0.z-\[9999\]{background:rgba(248,250,252,.72)!important;backdrop-filter:blur(16px)!important}
/* remove inherited cyber/terminal form surfaces everywhere */
input:not([type="checkbox"]):not([type="radio"]),select,textarea{background:#fff!important;color:#101828!important;border-color:#d7dde6!important;color-scheme:light!important}
input:not([type="checkbox"]):not([type="radio"]):focus,select:focus,textarea:focus{border-color:#0f766e!important;box-shadow:0 0 0 4px rgba(15,118,110,.12)!important;outline:none!important}
[style*="#f5ff00"],[style*="rgb(245, 255, 0)"],[style*="245,255,0"]{background:#0f766e!important;color:#fff!important}
.bg-\[\#f5ff00\],.bg-yellow-300,.bg-lime-300{background:#0f766e!important;color:#fff!important}
.text-\[\#f5ff00\],.text-yellow-300,.text-lime-300{color:#0f766e!important}

/* Mardon Control v6.3 — structured admin navigation */
.admin-layout-pro{display:grid;grid-template-columns:310px minmax(0,1fr);gap:28px;align-items:start}.admin-sidebar-pro{position:sticky;top:94px;max-height:calc(100vh - 116px);overflow:auto;background:rgba(255,255,255,.92);border:1px solid var(--fc-line);border-radius:30px;box-shadow:var(--fc-shadow);padding:18px}.admin-sidebar-brand{display:flex;align-items:center;gap:12px;padding:8px 8px 18px;border-bottom:1px solid var(--fc-line);margin-bottom:14px}.admin-sidebar-brand img{width:82px;height:48px;-o-object-fit:contain;object-fit:contain}.admin-sidebar-brand b{display:block;font-size:17px;letter-spacing:-.03em}.admin-sidebar-brand span{display:block;color:var(--fc-muted);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-top:3px}.admin-menu-groups{display:grid;gap:18px}.admin-menu-title{font-size:11px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;color:var(--fc-green);padding:0 10px 8px}.admin-menu-item{width:100%;display:flex;align-items:center;gap:12px;border:1px solid transparent;background:transparent;color:#344054;border-radius:16px;padding:12px 12px;font-weight:850;text-align:left;transition:.14s ease}.admin-menu-item:hover{background:#f3f7fa;border-color:#e6e9ef}.admin-menu-item.active{background:#101828;color:#fff;box-shadow:0 12px 28px rgba(16,24,40,.18)}.admin-menu-icon{width:24px;text-align:center}.admin-content-pro{min-width:0}.admin-topline-pro{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.admin-top-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.admin-hero-card{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fff,#f1fbf9);border:1px solid var(--fc-line);box-shadow:var(--fc-shadow);border-radius:30px;padding:28px}.admin-hero-card h2{font-size:34px;font-weight:950;letter-spacing:-.05em;margin:0}.admin-hero-card p{color:var(--fc-muted);margin:8px 0 0}.admin-quick-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.admin-kpis-five{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-kpi .fc-kpi-trend{background:#f3f7fa;color:#667085}.admin-dashboard-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.admin-list-line{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--fc-line);padding:14px 0}.admin-list-line:last-child{border-bottom:0}.admin-list-line b{display:block}.admin-list-line span{display:block;color:var(--fc-muted);font-size:13px;margin-top:3px}.admin-list-line strong{font-size:18px;color:var(--fc-green)}.admin-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-module-panel .fc-muted{margin:8px 0 0}.admin-module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px}.admin-module-tile{min-height:96px;border:1px solid var(--fc-line);background:#fff;border-radius:20px;padding:16px;text-align:left;box-shadow:0 6px 18px rgba(16,24,40,.04);transition:.14s ease}.admin-module-tile:hover{transform:translateY(-2px);box-shadow:var(--fc-shadow-soft);border-color:#cbd5e1}.admin-module-tile span{display:block;font-size:15px;font-weight:950;color:#101828}.admin-module-tile small{display:block;color:var(--fc-muted);margin-top:8px}.admin-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap}.admin-tabs button,.admin-pos-cats button{border:1px solid var(--fc-line);background:#fff;color:#344054;border-radius:999px;padding:10px 14px;font-weight:900}.admin-tabs button:first-child,.admin-pos-cats button.active{background:#101828;color:#fff;border-color:#101828}.admin-pos-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px;align-items:start}.admin-pos-cats{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.admin-pos-cart{position:sticky;top:96px}.admin-empty{min-height:140px;display:grid;place-items:center;text-align:center;color:var(--fc-muted);border:1px dashed #d7dde6;border-radius:22px;background:#fbfcfe;margin-top:14px}.admin-empty span{font-size:26px;color:#98a2b3}.admin-empty p{margin:0 0 10px}.admin-page-clean .fc-h1{font-size:38px}.admin-page-clean .fc-section-title{letter-spacing:.14em}
@media(max-width:1280px){.admin-layout-pro{grid-template-columns:260px minmax(0,1fr)}.admin-kpis-five{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-grid,.admin-pos-layout{grid-template-columns:1fr}.admin-pos-cart{position:relative;top:auto}}
@media(max-width:860px){.admin-layout-pro{grid-template-columns:1fr}.admin-sidebar-pro{position:relative;top:auto;max-height:none}.admin-topline-pro,.admin-hero-card{flex-direction:column}.admin-kpis-five,.admin-product-grid{grid-template-columns:1fr}.admin-module-grid{grid-template-columns:1fr}}

/* v6.4 — clickable admin actions and cleaned helper labels */
.admin-topline-pro.clean .fc-chip,
.admin-kpis-five.no-hints .fc-kpi-trend:empty{display:none!important}
.fc-btn.mini{min-height:38px!important;border-radius:14px!important;padding:8px 12px!important;font-size:13px!important}
.admin-list-line.clickable{width:100%;background:transparent;border-left:0;border-right:0;border-top:0;text-align:left;cursor:pointer;color:inherit}
.admin-list-line.clickable:hover{background:#f8fafc;padding-left:10px;padding-right:10px;border-radius:14px}
.clickable-product{cursor:pointer;transition:.16s ease}
.clickable-product:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(16,24,40,.10)!important;border-color:#b8c6d8!important}
.admin-module-tile.active{border-color:#0f766e!important;background:#ecfdf5!important;box-shadow:0 12px 26px rgba(15,118,110,.12)!important}
.admin-module-tile small{display:none!important}
.module-workspace{margin-top:22px;padding:22px;border:1px solid #e6e9ef;border-radius:24px;background:linear-gradient(135deg,#fff,#f8fbfb);display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:22px;align-items:center}
@media(max-width:1100px){.module-workspace,.admin-orders-layout{grid-template-columns:1fr}.order-detail-card{position:relative;top:auto}}

/* v6.5 real functions UI */
.real-layout.two { display:grid; grid-template-columns: minmax(0, 1.5fr) minmax(360px, .8fr); gap:24px; align-items:start; }
.real-form { display:flex; flex-direction:column; gap:14px; }
.real-form.wide { max-width: 920px; }
.real-form-row { display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
.real-field { display:flex; flex-direction:column; gap:7px; font-weight:800; color:#344054; font-size:13px; }
.real-field span { color:#667085; font-weight:800; }
.real-input { width:100%; box-sizing:border-box; height:46px; border:1px solid #d8dee8; border-radius:14px; background:#fff; color:#101828; padding:0 14px; font:inherit; box-shadow:0 1px 2px rgba(16,24,40,.04); }
textarea.real-input { height:auto; padding-top:12px; resize:vertical; }
.real-input:focus { outline:none; border-color:#0f766e; box-shadow:0 0 0 4px rgba(15,118,110,.10); }
.real-input.search { max-width:320px; }
.real-actions { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.row-actions { display:flex; gap:8px; justify-content:flex-end; }
.fc-btn.danger, .fc-btn.mini.danger { color:#b42318; border-color:#fecdca; background:#fff5f5; }
.real-table td small { display:block; color:#667085; font-size:12px; margin-top:3px; }
.admin-pos-cart .real-field { margin-top:10px; }
.real-form hr { border:0; border-top:1px solid #e4e7ec; width:100%; margin:10px 0; }
@media (max-width: 1100px) { .real-layout.two { grid-template-columns:1fr; } .real-form-row { grid-template-columns:1fr; } }

/* v6.7 recipe/costing layer */
.recipe-manager{margin-top:24px;}
.recipe-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:20px;align-items:start;margin:18px 0;}
.recipe-summary{display:grid;grid-template-columns:1fr;gap:12px;}
.real-input.compact{max-width:120px;padding:10px 12px;}
@media (max-width: 980px){.recipe-grid{grid-template-columns:1fr;}}

/* v7.0 Reports Pro */
.reports-pro{display:grid;gap:18px}.reports-hero,.reports-export{display:flex;align-items:center;justify-content:space-between;gap:18px}.reports-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reports-actions .real-input{min-width:145px}.reports-export div:first-child{display:flex;flex-direction:column;gap:4px}.reports-export span{color:#64748b;font-size:13px}.reports-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.reports-tabs{display:flex;gap:8px;flex-wrap:wrap}.report-tab{border:1px solid #e5e7eb;background:#fff;color:#334155;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer}.report-tab.active{background:#0f766e;color:#fff;border-color:#0f766e;box-shadow:0 8px 22px rgba(15,118,110,.18)}.reports-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.report-card{min-height:260px}.fc-table.compact td{font-size:13px;padding:10px 8px}.pnl-line{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eef2f7;padding:14px 0;color:#334155}.pnl-line b{font-size:18px;color:#111827}.pnl-line.negative b{color:#b91c1c}.pnl-line.strong{background:#f8fafc;margin:0 -10px;padding:14px 10px;border-radius:12px}.pnl-line.total{background:#ecfdf5;margin:10px -10px 0;padding:16px 10px;border-radius:14px;border:1px solid #bbf7d0}.pnl-line.total b{color:#047857;font-size:22px}@media(max-width:1100px){.reports-kpis,.reports-grid{grid-template-columns:1fr}.reports-hero,.reports-export{align-items:flex-start;flex-direction:column}}

/* v7.2 Multi KDS */
.fc-shell.wide { max-width: 1680px; }
.fc-chip.red { background:#fef2f2; color:#991b1b; border-color:#fecaca; }

/* v7.3 FORS Club Integration */
.club-module{display:flex;flex-direction:column;gap:18px}
.club-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;background:linear-gradient(135deg,#ffffff,#f6fbfa)}
.club-legend{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:#64748b;font-size:13px;font-weight:700}
.dot{width:10px;height:10px;border-radius:999px;display:inline-block;background:#cbd5e1}.dot.free{background:#10b981}.dot.active-order{background:#3b82f6}.dot.waiter-call{background:#f59e0b}.dot.hookah-call{background:#8b5cf6}
.club-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;margin-top:16px}
.club-seat{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:16px;box-shadow:0 8px 26px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:12px;min-height:170px;position:relative;overflow:hidden}
.club-seat:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#10b981}.club-seat.busy:before{background:#ef4444}.club-seat.reserved:before{background:#eab308}.club-seat.active-order:before{background:#3b82f6}.club-seat.waiter-call:before{background:#f59e0b}.club-seat.hookah-call:before{background:#8b5cf6}
.club-seat-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.club-seat-top strong{font-size:18px;color:#0f172a}.club-seat-top span{font-size:12px;font-weight:800;color:#0f766e;background:#ecfdf5;border:1px solid #ccfbf1;padding:5px 8px;border-radius:999px}
.club-seat-stats{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;color:#64748b;font-size:12px}.club-seat-stats b{color:#0f172a;font-size:15px}.club-seat-actions{display:flex;gap:8px;margin-top:auto}
@media(max-width:900px){.club-hero{flex-direction:column}.club-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.club-grid{grid-template-columns:1fr}}
.row-danger { background: #fef2f2 !important; }
.row-danger td { color: #991b1b; }
.row-danger b { color: #7f1d1d; }

/* === KDS v7.4 === */
.kds-order-head { display:flex; align-items:center; gap:8px; margin-bottom:4px; }

/* === Warehouse row colors === */
.row-danger { background:#fef2f2 !important; }
.real-input.compact { width:80px; padding:4px 8px; font-size:12px; }

/* === Purchases multi-row === */
.align-end { align-items:flex-end !important; }

/* ═══════════════════════════════════════════════════
   KDS v7.5 — Clean Kitchen Display System
═══════════════════════════════════════════════════ */
.fc-kds-page {
  min-height: 100vh;
  background: #f0f2f5;
  padding: 0;
}

.fc-kds-shell {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px 32px;
}

/* Header */
.fc-kds-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 18px;
  gap: 16px;
}
.fc-kds-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.fc-kds-dept-badge {
  background: #0f766e;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}
.fc-kds-title {
  font-size: 24px;
  font-weight: 900;
  color: #111827;
  letter-spacing: -.03em;
  margin: 0;
}
.fc-kds-header-stats {
  display: flex;
  gap: 10px;
}
.fc-kds-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px 18px;
  min-width: 72px;
}
.fc-kds-stat span {
  font-size: 22px;
  font-weight: 900;
  color: #374151;
  line-height: 1;
}
.fc-kds-stat label {
  font-size: 10px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 3px;
}
.fc-kds-stat.green span { color: #0f766e; }
.fc-kds-stat.red span { color: #dc2626; }

/* Board */
.fc-kds-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: start;
}

/* Lane */
.fc-kds-lane {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.fc-kds-lane-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
.fc-kds-lane-title {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -.01em;
}
.fc-kds-lane-count {
  background: #f3f4f6;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
  border-radius: 20px;
  padding: 2px 10px;
  min-width: 28px;
  text-align: center;
}
.fc-kds-lane-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Empty state */
.fc-kds-empty {
  border: 1.5px dashed #e5e7eb;
  border-radius: 14px;
  color: #9ca3af;
  text-align: center;
  padding: 48px 16px;
  font-size: 13px;
  font-weight: 600;
}

/* Order card */
.fc-kds-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  transition: box-shadow .15s;
}
.fc-kds-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.fc-kds-card.late {
  border-color: #fca5a5;
  background: #fff5f5;
}
.fc-kds-card.paid-card {
  border-color: #a7f3d0;
  background: #f0fdf9;
}

/* Card top */
.fc-kds-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.fc-kds-order-id {
  font-size: 22px;
  font-weight: 900;
  color: #111827;
  letter-spacing: -.04em;
  line-height: 1;
}
.fc-kds-place {
  font-size: 12px;
  color: #6b7280;
  margin-top: 3px;
  font-weight: 600;
}
.fc-kds-timer-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.fc-kds-timer-block b {
  font-size: 13px;
  font-weight: 800;
  color: #374151;
  background: #f3f4f6;
  padding: 3px 8px;
  border-radius: 8px;
}
.fc-kds-timer-block b.text-red { color: #dc2626; background: #fef2f2; }

/* Items */
.fc-kds-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f4f6;
}
.fc-kds-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #111827;
}
.fc-kds-item b {
  color: #0f766e;
  font-weight: 800;
}

/* Comment */
.fc-kds-comment {
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fffbeb;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #fde68a;
}

/* Actions */
.fc-kds-actions {
  display: flex;
  gap: 8px;
}
.fc-kds-actions .fc-btn {
  width: 100%;
  justify-content: center;
  min-height: 38px;
  font-size: 13px;
}

/* Dark button */
.fc-btn.dark {
  background: #1f2937;
  color: #fff;
  border: none;
}
.fc-btn.dark:hover { background: #111827; }

@media (max-width: 1280px) { .fc-kds-board { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px)  { .fc-kds-board { grid-template-columns: 1fr; } .fc-kds-lane { min-height: auto; } }
/* ═══════════════════════════════════════════════════════════
   FORS Manager v1.0 — Unified CSS
   Admin + KDS + Menu (single clean file, no duplicates)
   ═══════════════════════════════════════════════════════════ */

/* ── Tokens ─────────────────────────────────────────────── */
:root {
  --brand:     #0f766e;
  --brand-d:   #0d9488;
  --brand-l:   #f0fdfa;
  --brand-m:   #99f6e4;
  --ink:       #101828;
  --ink2:      #374151;
  --ink3:      #6b7280;
  --ink4:      #9ca3af;
  --border:    #e5e7eb;
  --border2:   #f0f0f0;
  --bg:        #f4f5f7;
  --bg2:       #ffffff;
  --success:   #10b981;
  --warning:   #f59e0b;
  --error:     #ef4444;
  --info:      #3b82f6;
  --r-sm: 8px; --r-md: 12px; --r-lg: 16px; --r-xl: 20px; --r-2xl: 24px;
  --sh-sm: 0 1px 4px rgba(0,0,0,.06);
  --sh-md: 0 4px 16px rgba(0,0,0,.08);
  --sh-lg: 0 8px 32px rgba(0,0,0,.1);
}

/* ── Keyframes ──────────────────────────────────────────── */
@keyframes fadeUp   { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:none} }
@keyframes scaleIn  { from{opacity:0;transform:scale(.94)} to{opacity:1;transform:scale(1)} }
@keyframes bounce   { 0%,100%{transform:scale(1)} 40%{transform:scale(1.22)} 70%{transform:scale(.97)} }
@keyframes flash    { 0%{filter:brightness(1.12)} 100%{filter:brightness(1)} }
@keyframes shimmer  { 0%{background-position:-200% 0} 100%{background-position:200% 0} }
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* ════════════════════════════════════════════════════════════
   ADMIN SIDEBAR v10
   ════════════════════════════════════════════════════════════ */
.admin-sidebar-pro{width:216px;min-width:216px;background:var(--bg2);border-right:1px solid var(--border2);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto;scrollbar-width:none}
.admin-sidebar-pro::-webkit-scrollbar{display:none}
.admin-sidebar-brand{padding:18px 16px 14px;border-bottom:1px solid var(--border2);flex-shrink:0}
.admin-sidebar-brand img{width:150px;height:auto;display:block}
.admin-sidebar-brand b,.admin-sidebar-brand span{display:none}
.admin-menu-groups{padding:4px 8px 16px;flex:1}
.admin-menu-group{margin-bottom:2px}
.admin-menu-title{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink4);padding:12px 8px 3px}
.admin-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border-radius:var(--r-md);border:none;background:transparent;font-size:13px;font-weight:500;color:var(--ink3);cursor:pointer;text-align:left;transition:all .12s;margin-bottom:1px}
.admin-menu-item:hover{background:var(--bg);color:var(--ink)}
.admin-menu-item.active{background:var(--brand-l);color:var(--brand);font-weight:700}
.admin-menu-icon{font-size:15px;width:20px;text-align:center;flex-shrink:0}

/* Admin topline */
.admin-topline-pro.clean{background:var(--bg2);border-bottom:1px solid var(--border2);padding:13px 28px;flex-shrink:0;position:sticky;top:0;z-index:20}
.admin-breadcrumb{font-size:12px;color:var(--ink3);font-weight:500}

/* Admin content */
.admin-content-pro{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--bg)}
.admin-content-pro>div:not(.admin-topline-pro){padding:20px 28px}

/* ── Cards ── */
.fc-card{background:var(--bg2);border:1px solid var(--border2);border-radius:var(--r-xl);box-shadow:var(--sh-sm);transition:box-shadow .15s}
.fc-card.pad{padding:20px}

/* ── KPI ── */
.fc-kpis{display:grid;gap:12px}
.admin-kpis-five{grid-template-columns:repeat(5,1fr)}
@media(max-width:1200px){.admin-kpis-five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.admin-kpis-five{grid-template-columns:repeat(2,1fr)}}
.fc-kpi.admin-kpi{background:var(--bg2);border:1px solid var(--border2);border-radius:var(--r-lg);padding:16px 18px;box-shadow:var(--sh-sm)}
.fc-kpi-label{font-size:11px;color:var(--ink4);font-weight:600;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}
.fc-kpi-value{font-size:26px;font-weight:900;color:var(--ink);line-height:1}
.fc-kpi-trend{font-size:11px;color:var(--ink4);margin-top:4px}
.fc-kpi.green .fc-kpi-value{color:var(--success)}
.fc-kpi.orange .fc-kpi-value{color:var(--warning)}
.fc-kpi.red .fc-kpi-value{color:var(--error)}

/* ── Typography ── */
.fc-h1{font-size:22px;font-weight:900;color:var(--ink);margin:0;letter-spacing:-.02em}
.fc-h2{font-size:16px;font-weight:800;color:var(--ink);margin:0 0 14px}
.fc-section-title{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:3px}
.fc-muted{color:var(--ink3);font-size:13px;line-height:1.5}

/* ── Buttons ── */
.fc-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--r-md);border:1.5px solid var(--border);background:var(--bg2);color:var(--ink2);font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}
.fc-btn:hover{background:var(--bg);border-color:#d1d5db;color:var(--ink)}
.fc-btn:active{transform:scale(.97)}
.fc-btn.primary{background:var(--brand);color:#fff;border-color:var(--brand)}
.fc-btn.primary:hover{background:var(--brand-d);border-color:var(--brand-d)}
.fc-btn.danger{background:#fef2f2;color:var(--error);border-color:#fecaca}
.fc-btn.mini{font-size:12px;padding:5px 12px;border-radius:var(--r-sm)}

/* ── Tables ── */
.fc-table{width:100%;border-collapse:collapse;font-size:13px}
.fc-table th{text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink4);background:var(--bg);padding:10px 12px;border-bottom:1px solid var(--border2)}
.fc-table td{padding:11px 12px;border-bottom:1px solid var(--bg);color:var(--ink2);vertical-align:middle}
.fc-table tr:hover td{background:var(--bg)}

/* ── Chips ── */
.fc-chip{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px}
.fc-chip.green{background:#d1fae5;color:#065f46}
.fc-chip.blue{background:#dbeafe;color:#1e40af}
.fc-chip.orange{background:#fef3c7;color:#92400e}
.fc-chip.red{background:#fee2e2;color:#991b1b}
.fc-chip.gray{background:#f3f4f6;color:#374151}

/* ── Inputs ── */
.real-input,.fc-input{width:100%;padding:9px 12px;border:1.5px solid var(--border);border-radius:var(--r-md);font-size:13px;color:var(--ink);background:#fafafa;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}
.real-input:focus,.fc-input:focus{border-color:var(--brand-d);background:var(--bg2);box-shadow:0 0 0 3px rgba(15,118,110,.08)}
.real-field{display:flex;flex-direction:column;gap:5px}
.real-field>span{font-size:12px;font-weight:600;color:var(--ink3)}
.real-form{display:flex;flex-direction:column;gap:14px}
.real-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.real-layout.two{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
@media(max-width:900px){.real-layout.two,.real-form-row{grid-template-columns:1fr}}

/* ── Tabs ── */
.admin-tabs{display:flex;gap:6px;margin-bottom:16px;flex-wrap:wrap}
.admin-tabs button{font-size:12px;padding:6px 14px;border-radius:var(--r-sm);border:1.5px solid var(--border);background:var(--bg2);color:var(--ink3);font-weight:600;cursor:pointer;transition:all .12s}
.admin-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.admin-tabs button:hover:not(.active){border-color:#9ca3af;color:var(--ink2)}

/* ── Misc ── */
.admin-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.admin-empty{padding:40px 0;text-align:center;color:var(--ink4)}
.admin-empty p{margin:0 0 12px;font-size:14px}
.mt-4{margin-top:16px}.mt-6{margin-top:24px}

/* ── Club places ── */
.club-module{padding:20px 28px}
.club-hero{margin-bottom:16px}
.club-legend{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink3);margin-top:12px;flex-wrap:wrap}
.dot{width:10px;height:10px;border-radius:50%;margin-right:3px;display:inline-block}
.dot.free{background:var(--success)}.dot.active-order{background:var(--info)}.dot.waiter-call{background:var(--warning)}.dot.hookah-call{background:#8b5cf6}
.admin-kpis-five.no-hints .fc-kpi-trend{display:none}
.club-places-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:16px}
.club-place-card{background:var(--bg2);border:1.5px solid var(--border2);border-radius:var(--r-xl);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s,transform .18s;position:relative}
.club-place-card:hover{box-shadow:var(--sh-md);transform:translateY(-2px)}
.club-place-card.active-order{border-color:#93c5fd}.club-place-card.waiter-call{border-color:#fcd34d}.club-place-card.hookah-call{border-color:#c4b5fd}
.club-place-status{position:absolute;top:12px;left:12px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff;padding:3px 10px;border-radius:999px;z-index:1}
.club-place-qr{background:var(--bg);display:flex;align-items:center;justify-content:center;padding:28px 20px 16px;border-bottom:1px solid var(--bg)}
.club-place-qr img{width:120px;height:120px;border-radius:var(--r-md);box-shadow:var(--sh-sm)}
.club-place-info{padding:14px 16px 8px}
.club-place-name{font-size:16px;font-weight:900;color:var(--ink);margin-bottom:2px}
.club-place-type{font-size:12px;color:var(--ink4);margin-bottom:6px}
.club-place-url{font-size:10px;color:var(--ink4);font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:var(--bg);border-radius:6px;padding:4px 8px}
.club-place-stats{display:flex;gap:16px;padding:10px 16px;border-top:1px solid var(--bg);border-bottom:1px solid var(--bg)}
.club-place-stats div{display:flex;flex-direction:column}
.club-place-stats span{font-size:16px;font-weight:800;color:var(--ink)}
.club-place-stats small{font-size:11px;color:var(--ink4)}
.club-place-actions{display:flex;flex-direction:column;gap:6px;padding:12px 16px}
.club-place-actions .fc-btn{width:100%;justify-content:center;font-size:12px}

/* ════════════════════════════════════════════════════════════
   KDS — Kitchen Display System
   ════════════════════════════════════════════════════════════ */
.kds-board{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:20px 28px}
@media(max-width:1100px){.kds-board{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.kds-board{grid-template-columns:1fr}}

.kds-lane{background:var(--bg2);border:1px solid var(--border2);border-radius:var(--r-xl);padding:16px;min-height:200px}
.kds-lane-title{font-size:12px;font-weight:800;color:var(--ink3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}
.kds-lane-count{background:var(--bg);border-radius:999px;font-size:11px;font-weight:800;padding:2px 8px}

.kds-order-card{background:var(--bg2);border:1.5px solid var(--border2);border-radius:var(--r-lg);padding:14px;margin-bottom:10px;animation:fadeUp .2s ease;transition:box-shadow .15s}
.kds-order-card.kds-new{border-color:var(--brand-m);background:var(--brand-l)}
.kds-order-card.kds-overdue{border-color:#fca5a5;background:#fef2f2}

.kds-order-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.kds-order-head b{font-size:16px;font-weight:900;color:var(--ink)}
.kds-place{font-size:11px;color:var(--ink4);flex:1}
.kds-elapsed{font-size:12px;font-weight:700;color:var(--ink3)}
.kds-elapsed-overdue{font-size:12px;font-weight:700;color:var(--error)}
.kds-customer{font-size:12px;color:var(--brand);font-weight:600;margin-bottom:6px}
.kds-items{list-style:none;padding:0;margin:0 0 8px;font-size:13px;color:var(--ink2)}
.kds-items li{padding:2px 0}
.kds-dept-items{font-size:11px;color:var(--ink4);margin-bottom:6px}
.kds-comment{font-size:12px;color:var(--ink3);background:#fffbeb;border-radius:8px;padding:6px 10px;margin-bottom:8px}
.kds-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}

/* KDS status chip */
.kds-status-paid{display:inline-block;font-size:10px;font-weight:800;color:var(--brand);background:var(--brand-l);border-radius:999px;padding:2px 8px;margin-bottom:6px}

/* KDS mobile tabs */
.kds-lane-tabs{display:none;gap:6px;padding:12px 16px 0;overflow-x:auto;scrollbar-width:none}
.kds-lane-tabs::-webkit-scrollbar{display:none}
@media(max-width:900px){
  .kds-lane-tabs{display:flex}
  .kds-board{grid-template-columns:1fr;padding:12px}
  .fc-lane{display:none}
  .fc-lane.active-lane{display:block}
}
/* ═══════════════════════════════════════════════════════════════
   GUEST MENU v2.1 — Light Minimalism
   Чистый светлый дизайн: белый фон, воздух, тонкие акценты
   ═══════════════════════════════════════════════════════════════ */

/* ── Page ──────────────────────────────────────────────────── */
.menu-page {
  background: #fafafa;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #18181b;
}

/* ── Header ────────────────────────────────────────────────── */
.menu-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.menu-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px 12px; gap: 12px;
}
.menu-header-brand { min-width: 0; }
.menu-header-title {
  font-size: 21px; font-weight: 800; color: #18181b;
  letter-spacing: -.03em; line-height: 1;
}
.menu-header-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.menu-header-place-badge {
  background: #fff; border: 1px solid #e4e4e7;
  border-radius: 10px; padding: 6px 12px;
  font-size: 12px; font-weight: 700; color: #0f766e;
}

/* Header icon buttons — минималистичные */
.menu-hdr-icon {
  position: relative;
  width: 40px; height: 40px;
  border-radius: 12px;
  border: 1px solid #e4e4e7;
  background: #fff;
  color: #52525b;
  display: grid; place-items: center;
  cursor: pointer;
  transition: all .18s ease;
  flex-shrink: 0;
}
.menu-hdr-icon:hover { border-color: #0f766e; color: #0f766e; background: #f0fdfa; }
.menu-hdr-icon:active { transform: scale(.94); }
.menu-hdr-icon.hookah { color: #0f766e; border-color: #99f6e4; background: #f0fdfa; }
.menu-hdr-badge {
  position: absolute; top: -5px; right: -5px;
  background: #0f766e; color: #fff;
  font-size: 10px; font-weight: 800;
  border-radius: 999px; min-width: 18px; height: 18px;
  display: grid; place-items: center; padding: 0 4px;
  border: 2px solid #fafafa;
}
.menu-guest-info {
  display: flex; align-items: center; gap: 6px;
  background: #f0fdfa; border: 1px solid #99f6e4;
  border-radius: 10px; padding: 6px 10px;
}
.menu-guest-name { font-size: 12px; font-weight: 700; color: #0f766e; max-width: 80px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.menu-guest-change { background: none; border: none; cursor: pointer; font-size: 14px; color: #0f766e; padding: 0; }

/* ── Search ────────────────────────────────────────────────── */
.menu-search-wrap { position: relative; padding: 0 20px 12px; }
.menu-search-desktop { display: none; }
.menu-search-icon {
  position: absolute; left: 34px; top: 50%; transform: translateY(-60%);
  font-size: 15px; pointer-events: none; color: #a1a1aa;
}
.menu-search {
  width: 100%; height: 44px;
  border: 1px solid #e4e4e7; border-radius: 14px;
  background: #fff; padding: 0 40px;
  font-size: 14px; color: #18181b; outline: none;
  transition: all .18s ease;
}
.menu-search::-moz-placeholder { color: #a1a1aa; }
.menu-search::placeholder { color: #a1a1aa; }
.menu-search:focus { border-color: #0f766e; box-shadow: 0 0 0 4px rgba(15,118,110,.06); }
.menu-search-clear {
  position: absolute; right: 30px; top: 50%; transform: translateY(-60%);
  background: none; border: none; color: #a1a1aa; font-size: 16px; cursor: pointer;
}

/* ── Categories ────────────────────────────────────────────── */
.menu-cats-wrap { overflow: hidden; }
.menu-cats {
  display: flex; gap: 8px; padding: 0 20px 16px;
  overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.menu-cats::-webkit-scrollbar { display: none; }
.menu-cat-btn {
  flex-shrink: 0; white-space: nowrap;
  padding: 9px 18px; border-radius: 999px;
  border: 1px solid #e4e4e7; background: #fff;
  font-size: 13px; font-weight: 600; color: #52525b;
  cursor: pointer; transition: all .18s ease;
}
.menu-cat-btn:hover:not(.active) { border-color: #a1a1aa; color: #18181b; }
.menu-cat-btn.active {
  background: #18181b; border-color: #18181b; color: #fff;
}

/* ── Hero Banner — минималистичный ─────────────────────────── */
.hero-banner {
  position: relative;
  width: 100%; height: 200px;
  overflow: hidden; flex-shrink: 0;
  border-radius: 0;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity .7s ease;
}
.hero-bg.active { opacity: 1; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.55) 100%) !important;
  transition: none;
}
.hero-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px; z-index: 2;
}
.hero-tag {
  display: inline-block;
  font-size: 10px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  background: rgba(255,255,255,.95);
  color: #18181b;
  padding: 4px 12px; border-radius: 999px;
  margin-bottom: 10px; width: -moz-fit-content; width: fit-content;
}
.hero-title {
  font-size: 26px; font-weight: 800; color: #fff;
  line-height: 1.1; letter-spacing: -.02em;
  margin: 0 0 6px; text-shadow: 0 1px 12px rgba(0,0,0,.3);
}
.hero-desc {
  font-size: 13px; color: rgba(255,255,255,.9);
  line-height: 1.5; margin: 0 0 16px; max-width: 320px;
  text-shadow: 0 1px 8px rgba(0,0,0,.2);
}
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hero-price-row { display: flex; align-items: baseline; gap: 8px; }
.hero-price { font-size: 24px; font-weight: 800; color: #fff; }
.hero-old-price { font-size: 14px; color: rgba(255,255,255,.6); text-decoration: line-through; }
.hero-btn {
  background: #fff; color: #18181b;
  border: none; font-size: 13px; font-weight: 700;
  padding: 12px 22px; border-radius: 12px;
  cursor: pointer; white-space: nowrap;
  transition: all .18s ease; flex-shrink: 0;
}
.hero-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.hero-btn:active { transform: scale(.97); }
.hero-dots {
  position: absolute; bottom: 16px; left: 20px;
  display: flex; gap: 6px; z-index: 3;
}
.hero-dot {
  width: 6px; height: 6px; border-radius: 999px;
  border: none; background: rgba(255,255,255,.5);
  cursor: pointer; padding: 0; transition: all .25s ease;
}
.hero-dot.active { background: #fff; width: 20px; }

/* ── Main layout ───────────────────────────────────────────── */
.menu-main-layout { flex: 1; background: #fafafa; }
.menu-products-wrap {}

/* ── Products grid ─────────────────────────────────────────── */
.menu-products-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 14px; padding: 16px 20px;
}
.menu-product {
  border-radius: 18px; background: #fff;
  border: 1px solid #f4f4f5; overflow: hidden;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .18s ease;
  display: flex; flex-direction: column;
}
.menu-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  border-color: #e4e4e7;
}
.menu-product.in-cart { border-color: #0f766e; }
.menu-product-img {
  height: 130px; background: #f4f4f5;
  overflow: hidden; position: relative;
}
.menu-product-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: transform .4s ease; }
.menu-product:hover .menu-product-img img { transform: scale(1.04); }
.menu-product-badge {
  position: absolute; top: 10px; right: 10px;
  background: #0f766e; color: #fff;
  font-size: 12px; font-weight: 800;
  border-radius: 999px; min-width: 24px; height: 24px;
  display: grid; place-items: center; padding: 0 5px;
  box-shadow: 0 2px 8px rgba(15,118,110,.3);
}
.menu-product-body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.menu-product-name { font-size: 14px; font-weight: 700; color: #18181b; line-height: 1.3; }
.menu-product-desc {
  font-size: 12px; color: #a1a1aa; margin-top: 4px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.menu-product-opts { font-size: 11px; color: #0f766e; margin-top: 4px; }
.menu-product-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 12px;
}
.menu-product-price { font-size: 16px; font-weight: 800; color: #18181b; }
.menu-product-add {
  width: 34px; height: 34px; border-radius: 11px;
  background: #18181b; color: #fff;
  font-size: 20px; font-weight: 500; border: none;
  display: grid; place-items: center; cursor: pointer;
  transition: all .18s ease;
}
.menu-product-add:hover { background: #0f766e; transform: scale(1.08); }
.menu-product-add:active { transform: scale(.92); }
.menu-empty { grid-column: 1/-1; text-align: center; padding: 60px 0; color: #a1a1aa; font-size: 14px; }
.menu-error { margin: 16px 20px; padding: 14px; background: #fef2f2; border: 1px solid #fecaca; border-radius: 12px; color: #dc2626; font-size: 13px; }

/* Stagger animation */
@keyframes menuFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.menu-product { animation: menuFadeIn .4s ease both; }
.menu-products-grid .menu-product:nth-child(1) { animation-delay: .03s; }
.menu-products-grid .menu-product:nth-child(2) { animation-delay: .06s; }
.menu-products-grid .menu-product:nth-child(3) { animation-delay: .09s; }
.menu-products-grid .menu-product:nth-child(4) { animation-delay: .12s; }
.menu-products-grid .menu-product:nth-child(5) { animation-delay: .15s; }
.menu-products-grid .menu-product:nth-child(6) { animation-delay: .18s; }

/* ── Mobile cart bar ───────────────────────────────────────── */
.menu-cart-bar {
  position: fixed; bottom: 16px; left: 16px; right: 16px;
  background: #18181b; color: #fff; border-radius: 16px;
  padding: 15px 20px; display: flex; align-items: center; gap: 12px;
  cursor: pointer; box-shadow: 0 10px 40px rgba(0,0,0,.2); z-index: 40;
  transition: transform .18s ease;
}
.menu-cart-bar:hover { transform: translateY(-2px); }
.menu-cart-bar:active { transform: scale(.98); }
.menu-cart-bar-count {
  background: #0f766e; color: #fff; font-size: 13px; font-weight: 800;
  border-radius: 10px; min-width: 28px; height: 28px;
  display: grid; place-items: center; padding: 0 6px;
}
.menu-cart-bar-label { flex: 1; font-size: 15px; font-weight: 600; }
.menu-cart-bar-total { font-size: 15px; font-weight: 800; color: #5eead4; }

/* ── Desktop cart sidebar ──────────────────────────────────── */
.menu-desktop-cart { display: none; }

/* ── Modals ────────────────────────────────────────────────── */
.menu-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 9999; display: flex; align-items: flex-end; justify-content: center; backdrop-filter: blur(2px); }
.menu-modal-sheet { background: #fff; border-radius: 24px 24px 0 0; width: 100%; max-width: 600px; max-height: 88vh; display: flex; flex-direction: column; overflow: hidden; }
.menu-modal-handle { width: 40px; height: 4px; border-radius: 2px; background: #e4e4e7; margin: 12px auto 0; flex-shrink: 0; }
.menu-modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 16px 24px; border-bottom: 1px solid #f4f4f5; flex-shrink: 0; }
.menu-modal-label { font-size: 10px; color: #a1a1aa; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.menu-modal-title { font-size: 21px; font-weight: 800; color: #18181b; margin-top: 2px; }
.menu-modal-close { width: 34px; height: 34px; border-radius: 11px; border: 1px solid #e4e4e7; background: #fafafa; color: #52525b; font-size: 15px; display: grid; place-items: center; cursor: pointer; }
.menu-modal-body { flex: 1; overflow-y: auto; padding: 20px 24px; -webkit-overflow-scrolling: touch; }
.menu-modal-footer { padding: 16px 24px 24px; border-top: 1px solid #f4f4f5; flex-shrink: 0; }
.menu-confirm-btn { width: 100%; padding: 17px; border-radius: 15px; border: none; background: #18181b; color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; transition: all .18s ease; }
.menu-confirm-btn:hover { background: #0f766e; }

/* Cart drawer */
.cart-empty { text-align: center; padding: 40px 0; color: #a1a1aa; font-size: 14px; }
.cart-line { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid #f4f4f5; }
.cart-line-info { flex: 1; min-width: 0; }
.cart-line-name { font-size: 14px; font-weight: 700; color: #18181b; }
.cart-line-mods { font-size: 12px; color: #a1a1aa; margin-top: 2px; }
.cart-line-price { font-size: 13px; color: #0f766e; font-weight: 700; margin-top: 3px; }
.cart-qty { display: flex; align-items: center; gap: 10px; }
.cart-qty button { width: 34px; height: 34px; border-radius: 10px; border: 1px solid #e4e4e7; background: #fff; font-size: 18px; font-weight: 500; display: grid; place-items: center; cursor: pointer; transition: all .15s; }
.cart-qty button:hover { border-color: #18181b; }
.cart-qty span { font-size: 15px; font-weight: 800; min-width: 22px; text-align: center; }
.cart-total-line { display: flex; justify-content: space-between; align-items: center; margin: 16px 0 0; padding-top: 16px; border-top: 1.5px solid #18181b; font-size: 19px; font-weight: 800; }
.cart-fields { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.cart-place-hint { text-align: center; font-size: 12px; color: #a1a1aa; margin-top: 10px; }
.menu-field { width: 100%; padding: 14px; border: 1px solid #e4e4e7; border-radius: 12px; font-size: 14px; color: #18181b; background: #fff; outline: none; font-family: inherit; transition: all .15s; }
.menu-field:focus { border-color: #0f766e; box-shadow: 0 0 0 3px rgba(15,118,110,.06); }

/* Modifiers */
.menu-mod-group { margin-bottom: 22px; }
.menu-mod-label { font-size: 14px; font-weight: 700; color: #18181b; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.menu-mod-required { font-size: 10px; font-weight: 600; background: #fef2f2; color: #dc2626; border-radius: 6px; padding: 3px 8px; }
.menu-mod-options { display: flex; flex-wrap: wrap; gap: 8px; }
.menu-mod-option { padding: 11px 18px; border-radius: 12px; border: 1px solid #e4e4e7; background: #fff; font-size: 13px; font-weight: 600; color: #52525b; cursor: pointer; transition: all .15s; }
.menu-mod-option.selected { background: #f0fdfa; border-color: #0f766e; color: #0f766e; }

/* Hookah builder */
.hookah-progress-bar { height: 5px; background: #f4f4f5; margin: 0 24px; border-radius: 3px; overflow: hidden; }
.hookah-progress-fill { height: 100%; border-radius: 3px; transition: width .3s ease, background .3s ease; }
.hookah-progress-label { font-size: 12px; font-weight: 600; color: #52525b; text-align: center; padding: 10px 24px; }
.hookah-empty { text-align: center; padding: 40px 0; color: #a1a1aa; font-size: 14px; }
.hookah-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid #f4f4f5; }
.hookah-item.disabled { opacity: .4; pointer-events: none; }
.hookah-item-check { width: 46px; height: 46px; border-radius: 14px; border: 1px solid #e4e4e7; background: #fafafa; font-size: 20px; display: grid; place-items: center; cursor: pointer; }
.hookah-item.selected .hookah-item-check { background: #f0fdfa; border-color: #0f766e; }
.hookah-item-info { flex: 1; }
.hookah-item-name { font-size: 14px; font-weight: 700; color: #18181b; }
.hookah-item-stock { font-size: 12px; color: #a1a1aa; margin-top: 2px; }
.hookah-item-pct { display: flex; align-items: center; gap: 10px; }
.hookah-item-pct button { width: 34px; height: 34px; border-radius: 10px; border: 1px solid #e4e4e7; background: #fff; font-size: 18px; font-weight: 500; display: grid; place-items: center; cursor: pointer; }
.hookah-item-pct span { font-size: 14px; font-weight: 800; color: #0f766e; min-width: 42px; text-align: center; }

/* ── Footer ────────────────────────────────────────────────── */
.menu-footer { background: #fff; border-top: 1px solid #f4f4f5; padding: 20px; margin-top: auto; }
.menu-footer-inner { display: flex; align-items: center; justify-content: center; gap: 12px; }
.menu-footer-link { background: none; border: none; font-size: 13px; color: #a1a1aa; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; padding: 0; }
.menu-footer-link:hover { color: #52525b; }
.menu-footer-sep { color: #e4e4e7; }
.menu-footer-brand { font-size: 13px; color: #a1a1aa; font-weight: 600; }
.menu-footer-copy { font-size: 12px; color: #a1a1aa; }

/* ═══ DESKTOP (900px+) ═══════════════════════════════════════ */
@media (min-width: 900px) {
  .menu-page { padding-bottom: 90px; }
  .menu-header-inner { max-width: 1200px; margin: 0 auto; height: 68px; padding: 0 32px; }
  .menu-header-title { font-size: 22px; }
  .menu-search-mobile { display: none !important; }
  .menu-search-desktop { display: block !important; padding: 0 !important; flex: 0 0 340px; }
  .menu-search-desktop .menu-search-icon { left: 14px; top: 50%; transform: translateY(-50%); }
  .menu-search-desktop .menu-search { height: 42px; }
  .menu-search-desktop .menu-search-clear { right: 12px; top: 50%; transform: translateY(-50%); }
  .menu-cats-wrap { border-bottom: 1px solid #f4f4f5; background: #fff; }
  .menu-cats { max-width: 1200px; margin: 0 auto; padding: 14px 32px; }

  /* Hero */
  .hero-banner { height: 300px; border-radius: 20px; }
  .hero-title { font-size: 34px; }
  .hero-desc { font-size: 15px; max-width: 440px; }
  .hero-btn { font-size: 14px; padding: 13px 26px; }
  .hero-content { padding: 32px; }
  .hero-dots { left: 32px; bottom: 24px; }

  /* Layout: products + cart */
  .menu-main-layout {
    display: block;
    gap: 24px; max-width: 1200px; margin: 0 auto;
    padding: 24px 32px 40px; align-items: start;
    background: transparent;
  }
  .menu-products-wrap .hero-banner { margin-bottom: 20px; }
  .menu-products-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important; padding: 0 !important;
  }
  .menu-product-img { height: 160px; }
  .menu-product-name { font-size: 15px; }
  .menu-product-price { font-size: 17px; }

  /* Desktop cart */
  .menu-desktop-cart {
    display: none !important; /* sidebar cart disabled — using floating bar */
    background: #fff; border: 1px solid #f4f4f5;
    border-radius: 20px; box-shadow: 0 4px 24px rgba(0,0,0,.04);
    position: sticky; top: 92px;
    max-height: calc(100vh - 120px); overflow: hidden;
  }
  .menu-desktop-cart-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 20px 16px; border-bottom: 1px solid #f4f4f5; flex-shrink: 0;
  }
  .menu-desktop-cart-title { font-size: 18px; font-weight: 800; color: #18181b; }
  .menu-desktop-cart-count { background: #0f766e; color: #fff; font-size: 12px; font-weight: 800; border-radius: 999px; min-width: 24px; height: 24px; display: grid; place-items: center; padding: 0 5px; }
  .menu-desktop-cart-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 20px; color: #a1a1aa; font-size: 14px; text-align: center; gap: 8px; }
  .menu-desktop-cart-items { flex: 1; overflow-y: auto; padding: 12px 16px; }
  .menu-desktop-cart-item { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid #f4f4f5; }
  .menu-desktop-cart-item-info { flex: 1; min-width: 0; }
  .menu-desktop-cart-item-name { font-size: 13px; font-weight: 700; color: #18181b; }
  .menu-desktop-cart-item-mods { font-size: 11px; color: #a1a1aa; }
  .menu-desktop-cart-item-price { font-size: 13px; font-weight: 700; color: #0f766e; margin-top: 2px; }
  .menu-desktop-cart-qty { display: flex; align-items: center; gap: 6px; }
  .menu-desktop-cart-qty button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid #e4e4e7; background: #fff; font-size: 15px; font-weight: 500; display: grid; place-items: center; cursor: pointer; transition: all .15s; }
  .menu-desktop-cart-qty button:hover { border-color: #18181b; }
  .menu-desktop-cart-qty span { font-size: 14px; font-weight: 800; min-width: 18px; text-align: center; }
  .menu-desktop-cart-total { display: flex; justify-content: space-between; padding: 16px; border-top: 1.5px solid #18181b; font-size: 17px; font-weight: 800; flex-shrink: 0; }
  .menu-desktop-cart-comment { margin: 0 16px 12px; width: calc(100% - 32px); padding: 12px 14px; border: 1px solid #e4e4e7; border-radius: 12px; font-size: 13px; font-family: inherit; background: #fafafa; outline: none; resize: none; box-sizing: border-box; flex-shrink: 0; transition: all .15s; }
  .menu-desktop-cart-comment:focus { border-color: #0f766e; background: #fff; }
  .menu-desktop-cart-submit { margin: 0 16px 16px; width: calc(100% - 32px); padding: 15px; border-radius: 14px; border: none; background: #18181b; color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; box-sizing: border-box; flex-shrink: 0; transition: all .18s ease; }
  .menu-desktop-cart-submit:hover { background: #0f766e; transform: translateY(-1px); }
  .menu-desktop-cart-hint { text-align: center; font-size: 11px; color: #a1a1aa; padding: 0 16px 16px; flex-shrink: 0; }

  /* cart-bar виден на всех экранах */
  .menu-footer { padding: 24px 0; }
  .menu-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; justify-content: space-between; }
}

/* ═══ TABLET ═════════════════════════════════════════════════ */
@media (min-width: 560px) and (max-width: 900px) {
  .menu-desktop-cart { display: none !important; }
  .menu-products-grid { grid-template-columns: repeat(4, 1fr) !important; }
  .menu-page { padding-bottom: 90px; }
  .hero-banner { height: 240px; }
  .hero-title { font-size: 30px; }
}

/* ═══ MOBILE ═════════════════════════════════════════════════ */
@media (max-width: 560px) {
  .menu-desktop-cart { display: none !important; }
  .menu-products-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .menu-page { padding-bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Cart bar on desktop — centered, wider */
@media (min-width: 900px) {
  .menu-cart-bar {
    left: 50% !important; right: auto !important;
    transform: translateX(-50%) !important;
    width: 560px; max-width: 90vw;
    border-radius: 18px;
  }
  .menu-cart-bar:hover { transform: translateX(-50%) translateY(-2px) !important; }
  .menu-cart-bar:active { transform: translateX(-50%) scale(.98) !important; }
}
@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }
}
@media print {

  .print\:block {
    display: block;
  }

  .print\:hidden {
    display: none;
  }

  .print\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .print\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}
