/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::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.19 | 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;
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.visible {
  visibility: visible;
}.fixed {
  position: fixed;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.border {
  border-width: 1px;
}.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.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);
}

/* Elektraweb visual identity: Poppins, #A10003 for primary actions, #E30D18 as
   the accent, #212529/#333333 for text, on a light neutral ground. */
:root{
  --brand:#A10003;--brand-dark:#7B0002;--brand-tint:#FBEAEA;--accent:#E30D18;
  --ink:#212529;--ink-soft:#333333;--muted:#5F6873;--line:#E2E5E9;
  --bg:#F4F5F7;--surface:#fff;
  --success:#146C43;--success-bg:#E4F4EA;
  --info:#10508F;--info-bg:#E7EFF9;
  --warning:#8A4B00;--warning-bg:#FFF1E1;
  --danger:#A10003;--danger-bg:#FBE3E4;
  --violet:#573A90;--violet-bg:#EEE9F8;
  --gold:#7D5300;--gold-bg:#FAF0D8;
  --neutral:#414A56;--neutral-bg:#ECEEF1;
  --radius:16px;--shadow:0 6px 18px rgba(33,37,41,.07);
  --tap:44px;
}
*{box-sizing:border-box;min-width:0}
html{background:#E9EBEF;-webkit-text-size-adjust:100%}
body{margin:0;color:var(--ink);font-size:15px;line-height:1.45;
  font-family:var(--font-poppins),ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  overflow-x:hidden}
h1,h2,h3{font-weight:600;letter-spacing:-.01em}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
p{overflow-wrap:anywhere}

/* Keyboard focus is visible on every interactive element, brand accent so it
   never disappears against the red buttons. */
:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:3px solid var(--accent);outline-offset:2px;border-radius:10px}
.skip-link{position:absolute;left:12px;top:-60px;z-index:60;background:var(--brand);color:#fff;
  display:inline-flex;align-items:center;min-height:var(--tap);padding:0 16px;
  border-radius:0 0 12px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:top .15s}
.skip-link:focus{top:0}

.app-shell{max-width:540px;min-height:100vh;margin:auto;background:var(--bg);
  padding-bottom:calc(84px + env(safe-area-inset-bottom));box-shadow:0 0 40px rgba(33,37,41,.09)}

/* ---------- top bar ---------- */
.topbar{min-height:68px;background:var(--surface);border-bottom:1px solid var(--line);
  display:flex;align-items:center;gap:10px;padding:10px 14px;position:sticky;top:0;z-index:20}
.brandmark{width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:var(--brand);
  display:grid;place-items:center;color:#fff;font:700 20px/1 var(--font-poppins),sans-serif}
.brand{display:flex;flex:1;min-width:0;flex-direction:column}
.brand strong{font-size:14px;letter-spacing:.08em;color:var(--brand);font-weight:700}
.brand span{font-size:12px;color:var(--muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.avatar{height:var(--tap);width:var(--tap);flex:0 0 var(--tap);border-radius:50%;display:grid;place-items:center;
  background:var(--brand-tint);color:var(--brand);font-size:13px;font-weight:700}
.icon-btn{border:0;background:transparent;min-width:var(--tap);min-height:var(--tap);
  display:grid;place-items:center;position:relative;color:var(--ink);border-radius:12px;cursor:pointer}
.icon-btn:active{background:var(--neutral-bg)}
.icon-btn i{position:absolute;top:3px;right:1px;min-width:19px;height:19px;padding:0 4px;
  background:var(--accent);color:#fff;border:2px solid #fff;border-radius:10px;
  font:700 11px/15px var(--font-poppins),sans-serif;font-style:normal}
.icon{display:block;flex:none}

/* ---------- page furniture ---------- */
.content{padding:0 16px 28px}
.welcome{padding:22px 2px 18px}
.welcome .eyebrow{margin:0 0 6px;color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.06em}
.welcome h1,.page-head h1{font-size:25px;line-height:1.2;margin:0 0 6px}
.welcome>span,.page-head p{font-size:14px;color:var(--ink-soft);margin:0;display:block}
.page-head{padding:22px 1px 16px}
.section-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:26px 2px 12px}
.section-title h2{font-size:17px;margin:0}
.section-title button{border:0;background:transparent;color:var(--brand);font-weight:600;font-size:13px;
  min-height:var(--tap);padding:0 6px;border-radius:10px;cursor:pointer}
.hint{font-size:13px;color:var(--muted);margin:0 2px 10px}

/* ---------- hero + kpi ---------- */
.hero-kpi{background:linear-gradient(135deg,#A10003,#7B0002);border-radius:var(--radius);color:#fff;
  padding:20px;display:flex;justify-content:space-between;align-items:center;gap:14px;
  box-shadow:0 10px 22px rgba(161,0,3,.22)}
.hero-kpi .label,.progress-card .label{font-size:12px;font-weight:600;letter-spacing:.05em;opacity:.88}
.hero-kpi strong{display:block;font-size:42px;line-height:1;margin:8px 0;font-weight:700}
.hero-kpi p{font-size:13px;margin:0;color:#F6DADB}
.hero-kpi p b{color:#fff}
.donut{width:84px;height:84px;flex:0 0 84px;border-radius:50%;
  background:conic-gradient(#fff 0 var(--pct,82%),rgba(255,255,255,.28) var(--pct,82%));
  display:grid;place-items:center;position:relative}
.donut:after{content:"";position:absolute;width:62px;height:62px;background:#8E0002;border-radius:50%}
.donut span{z-index:1;font-size:16px;font-weight:700}
.kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}
.kpi{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:14px;
  display:flex;flex-direction:column;gap:2px}
.kpi>span{font-size:12px;color:var(--muted);font-weight:600}
.kpi strong{font-size:24px;margin:4px 0 0;font-weight:700}
.kpi small{color:var(--muted);font-size:12px}
.kpi.green strong,.kpi.green small{color:var(--success)}
.kpi.orange strong{color:var(--warning)}
.kpi.red strong{color:var(--danger)}
.kpi.blue strong{color:var(--info)}

/* ---------- tiles / lists ---------- */
.operations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.operations-grid button{border:1px solid var(--line);background:var(--surface);text-align:left;
  border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:2px;min-height:104px;
  color:var(--ink);cursor:pointer}
.operations-grid button:active{border-color:var(--brand)}
.operations-grid b{font-size:26px;font-weight:700}
.operations-grid>button>span{font-size:14px;font-weight:600}
.operations-grid em{font-size:12px;color:var(--muted);font-style:normal}
.operations-grid button.tone-danger b{color:var(--danger)}
.operations-grid button.tone-success b{color:var(--success)}
.operations-grid button.tone-warning b{color:var(--warning)}

.alert{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--info);
  border-radius:13px;padding:12px;display:flex;align-items:center;gap:11px;margin-bottom:8px;
  width:100%;text-align:left;color:var(--ink);min-height:var(--tap);cursor:pointer}
.alert.critical{border-left-color:var(--danger)}
.alert>.badge-icon{width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:var(--info-bg);
  color:var(--info);display:grid;place-items:center}
.alert.critical>.badge-icon{background:var(--danger-bg);color:var(--danger)}
.alert>div{flex:1;min-width:0}
.alert strong{font-size:14px;display:block}
.alert p{font-size:12.5px;color:var(--muted);margin:2px 0 0}
.alert>.icon{color:var(--muted)}

.dept-list,.settings,.notification-list,.role-list,.team-list{background:var(--surface);
  border:1px solid var(--line);border-radius:14px;overflow:hidden}
.dept-list>div,.settings>div,.team-list>div{min-height:52px;padding:10px 14px;display:flex;align-items:center;
  gap:10px;border-bottom:1px solid var(--line);font-size:14px}
.dept-list>div:last-child,.settings>div:last-child,.team-list>div:last-child{border-bottom:0}
.dept-list>div>span:first-child,.team-list>div>div{flex:1;min-width:0}
.dept-list b{min-width:32px;text-align:center;border-radius:8px;padding:4px 6px;
  background:var(--neutral-bg);font-size:14px}
.team-list b{font-size:14px;display:block}
.team-list small{font-size:12px;color:var(--muted)}

.progress-card{background:var(--brand);color:#fff;border-radius:var(--radius);padding:18px}
.progress-card>div:first-child{display:flex;justify-content:space-between;align-items:baseline;gap:10px}
.progress-card b{font-size:17px}
.progress{height:10px;background:rgba(255,255,255,.3);border-radius:5px;margin:14px 0 8px;overflow:hidden}
.progress i{height:100%;display:block;background:#fff;border-radius:5px}
.progress-card small{font-size:12.5px;color:#F6DADB}

/* ---------- rooms ---------- */
.room-stack,.task-stack,.guest-stack{display:flex;flex-direction:column;gap:10px}
.room-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:12px;
  display:flex;align-items:center;gap:12px;min-height:84px;flex-wrap:wrap}
.room-number{width:54px;flex:0 0 54px;display:flex;flex-direction:column;border-right:1px solid var(--line)}
.room-number small{font-size:11px;color:var(--muted);font-weight:600}
.room-number strong{font-size:21px;font-weight:700}
.room-info{display:flex;flex:1 1 120px;min-width:0;flex-direction:column;gap:6px}
.room-info>.badges{display:flex;gap:5px;flex-wrap:wrap}
.room-info>b{font-size:13px;font-weight:500}
.room-info>small{font-size:12px;color:var(--muted);overflow-wrap:anywhere}

/* ---------- badges ---------- */
.badge{display:inline-flex;align-items:center;gap:4px;width:-moz-max-content;width:max-content;max-width:100%;
  padding:4px 8px;border-radius:7px;background:var(--neutral-bg);color:var(--neutral);
  font-size:11.5px;font-weight:600;letter-spacing:.01em}
.badge .icon{flex:none}
.badge.tone-success{background:var(--success-bg);color:var(--success)}
.badge.tone-danger{background:var(--danger-bg);color:var(--danger)}
.badge.tone-info{background:var(--info-bg);color:var(--info)}
.badge.tone-warning{background:var(--warning-bg);color:var(--warning)}
.badge.tone-violet{background:var(--violet-bg);color:var(--violet)}
.badge.tone-gold{background:var(--gold-bg);color:var(--gold)}

/* ---------- buttons ---------- */
.primary,.secondary,.ghost{border:0;border-radius:11px;min-height:var(--tap);padding:0 16px;
  font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}
.primary{background:var(--brand);color:#fff}
.primary:active{background:var(--brand-dark)}
.primary.success{background:var(--success)}
.secondary{background:var(--surface);color:var(--brand);border:1.5px solid var(--brand)}
.ghost{background:var(--neutral-bg);color:var(--ink)}
.primary.full{width:100%;margin-top:14px;min-height:50px}
.primary[disabled],.secondary[disabled]{opacity:.55;cursor:not-allowed}

/* ---------- tasks ---------- */
.task-card{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--neutral);
  border-radius:14px;padding:14px}
.task-card.priority-critical{border-left-color:var(--danger)}
.task-card.priority-high{border-left-color:var(--warning)}
.task-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.task-meta>span{font-size:12px;color:var(--muted)}
.task-meta .due{margin-left:auto;display:inline-flex;align-items:center;gap:4px}
.task-meta .due.late{color:var(--danger);font-weight:600}
.task-card h3{font-size:16px;margin:10px 0 4px}
.task-card p{font-size:13px;line-height:1.5;color:var(--ink-soft);margin:0}
.task-footer{margin-top:12px;padding-top:12px;border-top:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}

/* ---------- filters / segments ---------- */
.segmented,.filter-row{background:var(--neutral-bg);padding:4px;border-radius:12px;display:flex;
  gap:4px;overflow-x:auto;scrollbar-width:none}
.segmented::-webkit-scrollbar,.filter-row::-webkit-scrollbar,.notice-types::-webkit-scrollbar{display:none}
.segmented button,.filter-row button{flex:1 0 auto;border:0;border-radius:9px;background:transparent;
  min-height:var(--tap);padding:0 12px;color:var(--ink-soft);font-size:13px;font-weight:600;
  white-space:nowrap;cursor:pointer;font-family:inherit}
.segmented button[aria-pressed="true"],.filter-row button[aria-pressed="true"]{
  background:var(--surface);color:var(--brand);box-shadow:0 2px 6px rgba(33,37,41,.1)}
.segmented b{display:block;font-size:15px}

/* ---------- guests / quick actions ---------- */
.guest-card{display:flex;align-items:center;gap:11px;background:var(--surface);border:1px solid var(--line);
  border-radius:14px;padding:12px;width:100%;text-align:left;color:var(--ink);min-height:var(--tap);cursor:pointer}
.guest-avatar{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;background:var(--brand-tint);
  color:var(--brand);border-radius:12px;font-size:13px;font-weight:700}
.guest-card>div:nth-child(2){flex:1;min-width:0}
.guest-card .name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.guest-card strong{font-size:15px}
.guest-card p{font-size:12.5px;color:var(--ink-soft);margin:3px 0 0}
.guest-card small{font-size:12px;color:var(--muted);display:block;margin-top:2px}
.guest-card>.icon{color:var(--muted);flex:none}
.quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.quick-actions button{background:var(--surface);border:1px solid var(--line);border-radius:13px;
  padding:12px 6px;font-size:12.5px;font-weight:600;color:var(--ink);min-height:82px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;
  font-family:inherit}
.quick-actions .icon{color:var(--brand)}

/* ---------- status summary ---------- */
.status-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--surface);
  border:1px solid var(--line);border-radius:14px;padding:14px 4px}
.status-summary>div{display:flex;align-items:center;flex-direction:column;gap:4px;
  border-right:1px solid var(--line);padding:0 2px;text-align:center}
.status-summary>div:last-child{border-right:0}
.status-summary .icon{color:var(--muted)}
.status-summary .tone-success{color:var(--success)}
.status-summary .tone-danger{color:var(--danger)}
.status-summary .tone-info{color:var(--info)}
.status-summary .tone-violet{color:var(--violet)}
.status-summary b{font-size:19px;font-weight:700;color:var(--ink)}
.status-summary span{font-size:11.5px;color:var(--muted);line-height:1.25;overflow-wrap:anywhere}

/* ---------- search ---------- */
.searchbox{min-height:52px;border:1.5px solid #CBD2DB;background:var(--surface);border-radius:13px;
  display:flex;align-items:center;gap:8px;padding:0 12px}
.searchbox:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}
.searchbox .icon{color:var(--muted);flex:none}
.searchbox input{flex:1;min-width:0;align-self:stretch;min-height:var(--tap);border:0;outline:0;
  padding:0;font-size:16px;color:var(--ink);background:transparent;font-family:inherit}
.searchbox input::-moz-placeholder{color:#6B7480}
.searchbox input::placeholder{color:#6B7480}
.searchbox button{border:0;background:var(--neutral-bg);min-width:36px;min-height:36px;border-radius:50%;
  display:grid;place-items:center;color:var(--ink-soft);cursor:pointer;flex:none}
.empty{text-align:center;padding:56px 20px;color:var(--muted)}
.empty .icon{margin:0 auto;color:#B6BEC8}
.empty h3{color:var(--ink);font-size:17px;margin:14px 0 6px}
.empty p{font-size:13.5px;line-height:1.6;margin:0 0 12px}
.empty .suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.empty .suggestions button{border:1px solid var(--line);background:var(--surface);border-radius:10px;
  padding:0 14px;min-height:var(--tap);color:var(--brand);font-size:13px;font-weight:600;cursor:pointer;
  font-family:inherit}
.result{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:11px;
  display:flex;gap:10px;align-items:center;margin-bottom:8px;width:100%;text-align:left;
  color:var(--ink);min-height:var(--tap);cursor:pointer}
.result-icon{width:40px;height:40px;flex:0 0 40px;border-radius:11px;background:var(--brand-tint);
  display:grid;place-items:center;color:var(--brand)}
.result>div:nth-child(2){display:flex;flex:1;min-width:0;flex-direction:column}
.result b{font-size:14px;overflow-wrap:anywhere}
.result span{font-size:12px;color:var(--muted);margin-top:2px;overflow-wrap:anywhere}

/* ---------- profile ---------- */
.profile-card{text-align:center;background:var(--surface);border:1px solid var(--line);
  border-radius:15px;padding:24px}
.avatar.large{width:68px;height:68px;flex:none;margin:auto;font-size:20px}
.profile-card h2{font-size:19px;margin:12px 0 3px}
.profile-card p{font-size:13px;color:var(--muted);margin:0}
.role-list button{width:100%;border:0;border-bottom:1px solid var(--line);background:var(--surface);
  display:flex;gap:11px;align-items:center;text-align:left;padding:10px 12px;min-height:60px;
  color:var(--ink);cursor:pointer;font-family:inherit}
.role-list button:last-child{border-bottom:0}
.role-list button[aria-pressed="true"]{background:var(--brand-tint)}
.role-list button>div:nth-child(2){flex:1;min-width:0;display:flex;flex-direction:column}
.role-list b{font-size:14px}
.role-list span{font-size:12.5px;color:var(--muted)}
.role-list .icon{color:var(--brand);flex:none}
.settings .badge-icon{width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:var(--neutral-bg);
  color:var(--ink-soft);display:grid;place-items:center}
.settings b{flex:1;min-width:0;font-size:14px;font-weight:500}

/* ---------- bottom nav ---------- */
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:30;
  width:100%;max-width:540px;background:var(--surface);border-top:1px solid var(--line);
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));
  padding:6px 4px calc(6px + env(safe-area-inset-bottom))}
.bottom-nav button{border:0;background:transparent;color:var(--muted);display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:4px;position:relative;min-height:56px;padding:4px 2px;
  border-radius:12px;cursor:pointer;font-family:inherit}
.bottom-nav button[aria-current="page"]{color:var(--brand)}
.bottom-nav button[aria-current="page"]:before{content:"";position:absolute;top:0;width:26px;height:3px;
  background:var(--brand);border-radius:2px}
.bottom-nav span{font-size:11px;font-weight:600;line-height:1.1;text-align:center;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.bottom-nav i{position:absolute;top:6px;left:calc(50% + 7px);width:9px;height:9px;
  background:var(--accent);border-radius:50%;border:1.5px solid #fff}
.toast{position:fixed;z-index:50;bottom:calc(96px + env(safe-area-inset-bottom));left:50%;
  transform:translateX(-50%);background:var(--ink);color:#fff;padding:12px 18px;border-radius:12px;
  font-size:13.5px;font-weight:500;display:flex;align-items:center;gap:8px;
  max-width:calc(100% - 32px);box-shadow:var(--shadow)}

@media(min-width:700px){
  body{padding:20px 0}
  .app-shell{min-height:calc(100vh - 40px);border-radius:22px;overflow:hidden}
  .topbar{top:20px}
  .bottom-nav{bottom:20px}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Poppins","arguments":[{"subsets":["latin","latin-ext"],"weight":["400","500","600","700"],"variable":"--font-poppins","display":"swap"}],"variableName":"poppins"} ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/034d78ad42e9620c-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/fe0777f1195381cb-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/db911767852bc875-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f10b8e9d91f3edcb-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/29e7bbdce9332268-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/c3bc380753a8436c-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0484562807a97172-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/29a4aea02fdee119-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/a1386beebedccca4-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Poppins Fallback';src: local("Arial");ascent-override: 93.62%;descent-override: 31.21%;line-gap-override: 8.92%;size-adjust: 112.16%
}.__className_9e3179 {font-family: 'Poppins', 'Poppins Fallback';font-style: normal
}.__variable_9e3179 {--font-poppins: 'Poppins', 'Poppins Fallback'
}

