.huddle-surface{--huddle-warm-50: #fafaf8;--huddle-warm-100: #f5f5f0;--huddle-warm-150: #ececE6;--huddle-warm-200: #d5d5d0;--huddle-warm-300: #b5b5af;--huddle-warm-400: #8a8a82;--huddle-warm-500: #555550;--huddle-warm-600: #2d2d2a;--huddle-warm-700: #1a1a18;--huddle-warm-800: #0d0d0c;--huddle-stage-bg: var(--huddle-warm-50);--huddle-stage-tile-bg: var(--huddle-warm-100);--huddle-stage-tile-border: var(--huddle-warm-200);--huddle-stage-tile-ring: var(--huddle-warm-200);--huddle-chrome-bg: var(--huddle-warm-50);--huddle-chrome-border: var(--huddle-warm-200);--huddle-chrome-fg: var(--huddle-warm-700);--huddle-chrome-fg-muted: var(--huddle-warm-500);--huddle-accent: #f97316;--huddle-accent-hover: #ea580c;--huddle-accent-soft: #fed7aa;--huddle-accent-gradient: linear-gradient(135deg, #f97316, #fbbf24);--huddle-tinted-gradient: linear-gradient(135deg, #f5dcc5, #faeab8);--huddle-danger: #ef4444;--huddle-danger-hover: #dc2626;--huddle-success: #22c55e;--huddle-font: "Inter", system-ui, -apple-system, sans-serif;--huddle-topbar-height: 56px;--huddle-controlbar-height: 96px;--huddle-chat-width: 360px;font-family:var(--huddle-font);color:var(--huddle-chrome-fg);width:100%;height:100%;display:grid;grid-template-columns:1fr auto;background:var(--huddle-stage-bg)}.huddle-surface[data-chat-open=true]{grid-template-columns:1fr var(--huddle-chat-width)}.huddle-surface-inner{display:grid;grid-template-rows:var(--huddle-topbar-height) 1fr var(--huddle-controlbar-height);min-width:0;min-height:0}@keyframes huddle-pulse{0%,to{opacity:1}50%{opacity:.35}}.huddle-stage{position:relative;background:radial-gradient(120% 80% at 50% 0%,#ffffff 0%,var(--huddle-warm-100) 70%);padding:18px;min-width:0;min-height:0;display:flex;flex-direction:column;gap:12px}.huddle-stage[data-layout=focus],.huddle-stage[data-layout=solo]{background:var(--huddle-warm-100)}.huddle-solo{flex:1;display:flex;min-height:0;min-width:0}.huddle-solo>.huddle-tile{flex:1;min-width:0;min-height:0}.huddle-grid{flex:1;display:grid;gap:12px;min-width:0;min-height:0;align-content:stretch;grid-auto-rows:1fr}.huddle-grid-cell{display:flex;min-width:0;min-height:0}.huddle-grid-cell>*{flex:1;min-width:0;min-height:0}.huddle-focus{flex:1;display:grid;grid-template-rows:1fr 120px;gap:8px;min-height:0;min-width:0}.huddle-focus-main{min-width:0;min-height:0;display:flex}.huddle-focus-main>*{flex:1;min-width:0;min-height:0}.huddle-focus-filmstrip{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;min-height:0;scrollbar-width:thin;padding-bottom:2px}.huddle-focus-filmstrip-cell{flex:0 0 auto;width:200px;aspect-ratio:16 / 9;min-height:0}.huddle-focus-filmstrip-cell>*{width:100%;height:100%}.huddle-empty{flex:1;display:grid;place-items:center;text-align:center;color:var(--huddle-warm-400)}.huddle-empty-orb{width:96px;height:96px;border-radius:999px;background:var(--huddle-tinted-gradient);opacity:.55;margin-bottom:16px;animation:huddle-pulse 3s ease-in-out infinite}.huddle-empty-title{font-size:16px;font-weight:600;color:var(--huddle-warm-700);margin-bottom:4px}.huddle-empty-hint{font-size:13px;color:var(--huddle-warm-400)}.huddle-tile{position:relative;background:var(--huddle-stage-tile-bg);border-radius:14px;overflow:hidden;border:1px solid var(--huddle-stage-tile-border);box-shadow:0 1px 3px #1a1a180f;transition:box-shadow .16s ease,transform .16s ease}.huddle-tile[data-pinned=true]{box-shadow:0 0 0 2px var(--huddle-accent),0 4px 12px #f9731659}.huddle-tile-inner,.huddle-tile-inner .lk-participant-tile{width:100%;height:100%;background:var(--huddle-stage-tile-bg);border-radius:inherit}.huddle-tile .lk-participant-name{background:#0d0d0ca6;color:#fff;font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.huddle-tile .lk-participant-metadata{bottom:8px;left:8px}.huddle-tile .lk-speaking-indicator{border-color:var(--huddle-accent)!important}.huddle-tile-overlay{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;pointer-events:none;z-index:2;gap:8px}.huddle-pill{display:inline-flex;align-items:center;gap:4px;background:#0d0d0cb3;color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto}.huddle-pill-host{background:var(--huddle-accent-gradient)}.huddle-pill-hand{background:#fbbf24;color:var(--huddle-warm-700)}.huddle-pill-glyph{width:12px;height:12px;flex-shrink:0}.huddle-pill-label{line-height:1}.huddle-tile-aggregate{background:var(--huddle-warm-100);border:1px solid var(--huddle-warm-200);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--huddle-warm-700);padding:16px;width:100%;height:100%}.huddle-aggregate-avatar{width:56px;height:56px;border-radius:999px;background:var(--huddle-accent-gradient);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:700}.huddle-aggregate-label{font-size:13px;font-weight:500;opacity:.85}.huddle-chat{background:var(--huddle-chrome-bg);border-left:1px solid var(--huddle-chrome-border);display:flex;flex-direction:column;height:100%;min-height:0;z-index:6}.huddle-chat-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--huddle-chrome-border);flex-shrink:0}.huddle-chat-header-title{font-size:14px;font-weight:600;color:var(--huddle-chrome-fg)}.huddle-chat-close{border:none;background:transparent;color:var(--huddle-chrome-fg-muted);font-size:13px;cursor:pointer;padding:6px 10px;border-radius:8px;transition:background .12s ease}.huddle-chat-close:hover{background:var(--huddle-warm-100);color:var(--huddle-chrome-fg)}.huddle-chat-messages{list-style:none;margin:0;padding:12px 12px 8px;overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin}.huddle-chat-empty{text-align:center;font-size:13px;color:var(--huddle-chrome-fg-muted);padding:32px 16px}.huddle-chat-entry{display:flex;flex-direction:column;gap:4px;max-width:86%}.huddle-chat-entry[data-origin=local]{align-self:flex-end;align-items:flex-end}.huddle-chat-entry[data-origin=remote]{align-self:flex-start;align-items:flex-start}.huddle-chat-entry-meta{display:flex;gap:8px;font-size:11px;color:var(--huddle-chrome-fg-muted)}.huddle-chat-entry-name{font-weight:600;color:var(--huddle-chrome-fg)}.huddle-chat-entry-body{font-size:14px;line-height:1.4;padding:8px 12px;border-radius:12px;word-wrap:break-word;word-break:break-word}.huddle-chat-entry[data-origin=local] .huddle-chat-entry-body{background:var(--huddle-accent-gradient);color:#fff;border-bottom-right-radius:4px}.huddle-chat-entry[data-origin=remote] .huddle-chat-entry-body{background:#fff;color:var(--huddle-chrome-fg);border:1px solid var(--huddle-chrome-border);border-bottom-left-radius:4px}.huddle-chat-entry-body a{color:inherit;text-decoration:underline}.huddle-chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid var(--huddle-chrome-border);flex-shrink:0;background:var(--huddle-chrome-bg)}.huddle-chat-input{flex:1;border:1px solid var(--huddle-chrome-border);border-radius:10px;padding:8px 12px;font-size:13px;font-family:inherit;background:#fff;color:var(--huddle-chrome-fg);outline:none;transition:border-color .12s ease,box-shadow .12s ease}.huddle-chat-input:focus{border-color:var(--huddle-accent);box-shadow:0 0 0 3px #f9731629}.huddle-chat-send{border:none;background:var(--huddle-accent);color:#fff;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease}.huddle-chat-send:hover:not(:disabled){background:var(--huddle-accent-hover)}.huddle-chat-send:disabled{opacity:.5;cursor:not-allowed}.huddle-prejoin-card .huddle-prejoin-video{transform:scaleX(-1)}.huddle-prejoin-card select option{background:#fff;color:var(--huddle-warm-700, #1a1a18)}@media (max-width: 900px){.huddle-prejoin-card{grid-template-columns:1fr!important;height:auto!important;min-height:100vh;border-radius:0!important;border:none!important}.huddle-prejoin-card .huddle-prejoin-left{padding:24px 16px 16px!important;gap:14px!important}.huddle-prejoin-card .huddle-prejoin-right{padding:20px 16px 28px!important;border-left:none!important;border-top:1px solid var(--huddle-warm-200, #d5d5d0)}.huddle-prejoin-page{padding:0!important;place-items:stretch!important}}@media (max-width: 600px),(orientation: landscape) and (max-height: 500px){.huddle-surface,.huddle-surface[data-chat-open=true]{grid-template-columns:1fr}.huddle-surface[data-chat-open=true] .huddle-chat{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;border-left:none}.huddle-surface{--huddle-controlbar-height: 72px}.huddle-focus{grid-template-rows:1fr 88px}.huddle-focus-filmstrip-cell{width:140px}.huddle-pill{font-size:10px;padding:2px 6px}}.huddle-surface .lk-settings-menu,.huddle-surface .lk-settings-menu-modal{background:var(--huddle-chrome-bg)!important;color:var(--huddle-chrome-fg)!important;border:1px solid var(--huddle-chrome-border)!important;border-radius:12px!important}.mhuddle-tile video{-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important}.mesh-center{min-height:100vh;display:grid;place-items:center;background:#fafaf8;padding:24px}.mesh-card{width:100%;max-width:400px;background:#fff;border:1px solid #d5d5d0;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 24px #0000000f}.mesh-card h1{margin:0;font-size:22px;color:#1a1a18;font-weight:650}.mesh-card h2{margin:0;font-size:18px;color:#1a1a18}.mesh-code{color:#f97316;font-family:ui-monospace,Menlo,monospace}.mesh-muted{color:#8a8a82;font-size:14px;margin:0}.mesh-err{color:#dc2626;font-size:13px;margin:0}.mesh-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#555550;font-weight:500}.mesh-field input{padding:11px 13px;font-size:15px;border:1px solid #d5d5d0;border-radius:9px;background:#fafaf8;color:#1a1a18;outline:none}.mesh-field input:focus{border-color:#f97316}.mesh-seg{display:flex;border:1px solid #d5d5d0;border-radius:9px;overflow:hidden}.mesh-seg button{flex:1;padding:10px;background:#fafaf8;border:none;color:#555550;font-weight:500;cursor:pointer}.mesh-seg button[data-active=true]{background:linear-gradient(135deg,#f97316,#fbbf24);color:#fff}.mesh-btn{padding:12px 16px;border:none;border-radius:9px;cursor:pointer;background:linear-gradient(135deg,#f97316,#fbbf24);color:#fff;font-weight:600;font-size:15px}.mesh-btn:disabled{opacity:.5;cursor:not-allowed}.mesh-topbar{height:var(--huddle-topbar-height, 56px);display:flex;align-items:center;gap:12px;padding:0 16px;border-bottom:1px solid #e5e5e0;background:#fff}.mesh-room-pill{font-size:14px;color:#555550}.mesh-room-pill b{color:#f97316;font-family:ui-monospace,Menlo,monospace}.mesh-status{margin-left:auto;font-size:13px;color:#8a8a82}.mesh-status[data-s=connected]{color:#16a34a}.mesh-viewseg{display:inline-flex;border:1px solid #d5d5d0;border-radius:8px;overflow:hidden}.mesh-viewseg button{padding:5px 10px;background:#fafaf8;border:none;border-right:1px solid #d5d5d0;color:#555550;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit}.mesh-viewseg button:last-child{border-right:none}.mesh-viewseg button:hover{background:#f0f0eb}.mesh-viewseg button[data-active=true]{background:linear-gradient(135deg,#f97316,#fbbf24);color:#fff}.mesh-bar{height:var(--huddle-controlbar-height, 96px);display:flex;align-items:center;padding:0 24px;gap:20px;background:linear-gradient(180deg,#fff0,#ffffffd9 30%,#fff);border-top:1px solid #d5d5d0;font-family:Inter,system-ui,sans-serif}.mesh-bar-left{display:flex;gap:6px}.mesh-bar-center{display:flex;gap:8px;align-items:center;flex:1;justify-content:center}.mesh-bar-right{display:flex;gap:6px;align-items:center}.mesh-tile-avatar{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#2a2a30,#17171b)}.mesh-tile-avatar span{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:22px;font-weight:600;color:#fff;background:linear-gradient(135deg,#f97316,#fbbf24)}.mesh-tile-label{position:absolute;left:8px;bottom:8px;display:flex;align-items:center;gap:6px;background:#0009;color:#fff;font-size:12px;padding:3px 8px;border-radius:6px}.mesh-tile-region{font-size:9px;opacity:.7;background:#fff3;padding:1px 4px;border-radius:3px}.mesh-tile-mute{color:#f87171;flex-shrink:0}.huddle-tile[data-speaking=true]{box-shadow:inset 0 0 0 3px #22c55e,0 0 12px #22c55e66}.huddle-tile[data-dominant=true]{box-shadow:inset 0 0 0 3px #16a34a,0 0 18px #22c55e99}.huddle-tile{transition:box-shadow .12s ease}.huddle-tile[data-screen=true]{background:#0d0d0f;box-shadow:inset 0 0 0 2px #f973168c}.huddle-tile[data-screen=true] .mesh-tile-label{background:#f97316d9}.mesh-dbg-btn{background:none;border:none;cursor:pointer;font-size:16px;padding:0 4px}.mesh-debug{position:fixed;right:12px;top:60px;width:380px;max-height:60vh;z-index:50;background:#0d0d0ff2;border:1px solid #2a2a30;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.mesh-debug-head{padding:8px 10px;font-size:11px;color:#fbbf24;border-bottom:1px solid #2a2a30;font-family:ui-monospace,Menlo,monospace}.mesh-debug pre{margin:0;padding:8px 10px;font-size:10px;line-height:1.4;color:#cfcfd4;overflow:auto;white-space:pre-wrap}.mesh-copy{margin-left:auto;padding:7px 14px;border-radius:999px;border:1px solid #d5d5d0;background:#fafaf8;color:#1a1a18;font-size:13px;font-weight:500;cursor:pointer}.mesh-copy:hover{background:#f5f5f0}.mesh-status,.mesh-topbar .mesh-status{margin-left:4px}.mesh-layout{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row;background:#fafaf8;overflow:hidden}.mesh-shell{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;background:#fafaf8;overflow:hidden}.mesh-chat-rail{flex:0 0 360px;min-width:0;display:flex;flex-direction:column;border-left:1px solid #d5d5d0;background:#fff;overflow:hidden;--huddle-warm-50: #fafaf8;--huddle-warm-100: #f5f5f0;--huddle-warm-200: #d5d5d0;--huddle-chrome-bg: #fff;--huddle-chrome-border: #d5d5d0;--huddle-chrome-fg: #1a1a18;--huddle-chrome-fg-muted: #555550;--huddle-accent: #f97316;--huddle-accent-hover: #ea580c;--huddle-accent-gradient: linear-gradient(135deg, #f97316, #fbbf24)}.mesh-chat-rail .huddle-chat{height:100%}@media (max-width: 640px){.mesh-chat-rail{position:absolute;top:0;right:0;bottom:0;left:0;flex-basis:auto;border-left:none;z-index:40}}.mesh-shell>.mesh-topbar{flex:0 0 auto}.mesh-shell>.mesh-bar{flex:0 0 auto}.mesh-shell>.huddle-stage{flex:1 1 auto;min-height:0;padding:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.mesh-grid{width:100%;height:100%;display:grid;gap:12px}.mesh-grid-cell{min-width:0;min-height:0}.mesh-grid-cell>.huddle-tile{width:100%;height:100%}*,: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 / .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 / .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: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}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}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.absolute{position:absolute}.relative{position:relative}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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)}:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:#fafaf8;color:#1a1a18;-webkit-font-smoothing:antialiased}
