/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:var(--font-sans);--font-serif:var(--font-serif);--font-mono:var(--font-mono);--spacing:.25rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--ease-out:cubic-bezier(0, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1)}}@layer base{body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:var(--type-body);line-height:var(--type-body-line);-webkit-font-smoothing:antialiased;margin:0}h1{font-family:var(--font-serif);font-weight:500}button{font:inherit}button:not(:disabled),[role=button]:not(:disabled){cursor:pointer}}@layer components{.cf-btn,.cf-input,.cf-select,.cf-tab,.cf-list,.cf-row,.cf-row-button,.cf-court-row,.cf-card,.cf-panel,.cf-empty,.cf-modal,.cf-modal-footer,.cf-toolbar-btn,.cf-table,.cf-table__head,.cf-table__row,.cf-table__empty,.cf-savebar,.cf-editorbar,.cf-error-panel,.cf-pill,.cf-iconbtn,.cf-chip,.cf-danger-zone{box-sizing:border-box}.cf-btn{box-sizing:border-box;border-radius:var(--radius-lg);height:36px;font-family:inherit;font-size:var(--type-body);white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;outline:none;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-weight:500;line-height:1;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.cf-btn:focus-visible{border-color:var(--ring);box-shadow:var(--focus-ring)}.cf-btn:active:not(:disabled){transform:translateY(1px)}.cf-btn:disabled{cursor:default;opacity:.5}.cf-btn--primary{background:var(--primary);color:var(--primary-foreground)}.cf-btn--primary:hover:not(:disabled){background:var(--primary-hover)}.cf-btn--outline{border-color:var(--border);background:var(--card);color:var(--foreground)}.cf-btn--outline:hover:not(:disabled){background:var(--muted)}.cf-btn--ghost{color:var(--muted-foreground)}.cf-btn--ghost:hover:not(:disabled){background:var(--muted);color:var(--foreground)}.cf-btn--destructive{border-color:var(--destructive-border);background:var(--destructive-tint);color:var(--destructive)}.cf-btn--destructive:hover:not(:disabled){background:var(--destructive-hover)}.cf-btn--destructive:focus-visible{border-color:var(--destructive);box-shadow:0 0 0 3px var(--destructive-border)}.cf-btn--link{height:auto;color:var(--muted-foreground);padding:2px 0;font-weight:400}.cf-btn--link:hover:not(:disabled){color:var(--foreground)}.cf-btn--link:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm);border-color:#0000}.cf-btn--sm{height:30px;font-size:var(--type-meta);padding:0 10px}.cf-label{color:var(--muted-foreground);font-size:var(--type-caption);line-height:var(--type-caption-line);margin-bottom:5px;font-weight:500;display:block}.cf-hint{color:var(--muted-foreground);font-size:var(--type-caption);line-height:var(--type-caption-line);margin-top:4px}.cf-input,.cf-select{box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);width:100%;height:36px;color:var(--foreground);font-family:inherit;font-size:var(--type-body);outline:none;padding:0 10px;transition:border-color .12s,box-shadow .12s}.cf-input::placeholder{color:var(--muted-foreground)}.cf-input:focus,.cf-select:focus{border-color:var(--ring);box-shadow:var(--focus-ring)}.cf-input:disabled,.cf-select:disabled{background:var(--muted);color:var(--foreground-disabled);cursor:not-allowed}.cf-select{padding-right:6px}.cf-chip{font-size:var(--type-caption);line-height:var(--type-caption-line);font-variant-numeric:tabular-nums;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:4px;padding:1px 8px;font-weight:500;display:inline-flex}.cf-chip--positive{background:var(--primary-tint);color:var(--primary-tint-foreground)}.cf-chip--none{background:var(--muted);color:var(--muted-foreground)}.cf-tab{width:100%;color:var(--muted-foreground);font-family:inherit;font-size:var(--type-body);text-align:left;cursor:pointer;background:0 0;border:0;outline:none;padding:9px 14px;transition:color .12s;display:block}.cf-tab:hover{color:var(--foreground)}.cf-tab:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.cf-tab__label{border-bottom:2px solid #0000;padding-bottom:3px;display:inline-block}.cf-tab[aria-selected=true]{color:var(--foreground);font-weight:500}.cf-tab[aria-selected=true] .cf-tab__label{border-bottom-color:var(--primary)}.cf-list{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--card);margin:0;padding:0;list-style:none;overflow:hidden}.cf-list>li+li{border-top:1px solid var(--border)}.cf-row{align-items:center;gap:12px;width:100%;padding:11px 16px;transition:background-color .12s;display:flex}.cf-row-button{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;outline:none;flex:1;padding:0;display:block}.cf-row:hover{background:var(--muted)}@supports (color:color-mix(in lab,red,red)){.cf-row:hover{background:color-mix(in oklab,var(--muted) 55%,transparent)}}.cf-row:focus-within{background:var(--muted)}@supports (color:color-mix(in lab,red,red)){.cf-row:focus-within{background:color-mix(in oklab,var(--muted) 75%,transparent)}}.cf-card{box-sizing:border-box;border-radius:var(--radius-xl);background:var(--card);box-shadow:0 0 0 1px var(--foreground),var(--shadow-1);padding:12px 14px}@supports (color:color-mix(in lab,red,red)){.cf-card{box-shadow:0 0 0 1px color-mix(in oklab,var(--foreground) 10%,transparent),var(--shadow-1)}}.cf-panel{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--card);overflow:hidden}.cf-empty{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--card);color:var(--muted-foreground);text-align:center;padding:40px 24px}.cf-skeleton{border-radius:var(--radius-md);background:var(--muted);animation:1.6s ease-in-out infinite cf-pulse}.cf-toolbar-btn{box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);min-width:30px;height:30px;color:var(--foreground);font-family:inherit;font-size:var(--type-meta);cursor:pointer;outline:none;justify-content:center;align-items:center;gap:5px;padding:0 8px;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.cf-toolbar-btn:hover:not(:disabled){background:var(--muted)}.cf-toolbar-btn:focus-visible{border-color:var(--ring);box-shadow:var(--focus-ring)}.cf-toolbar-btn:disabled{color:var(--foreground-disabled);cursor:default}.cf-toolbar-btn[data-on]{border-color:var(--primary);background:var(--primary-tint);color:var(--primary-tint-foreground)}.cf-modal-backdrop{z-index:50;background:#0000001a;justify-content:center;align-items:center;animation:.1s ease-out cf-fade-in;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}@supports ((-webkit-backdrop-filter:blur(2px)) or (backdrop-filter:blur(2px))){.cf-modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.cf-modal{border-radius:var(--radius-xl);background:var(--popover);width:min(620px,92vw);max-height:80vh;box-shadow:0 0 0 1px var(--foreground),var(--shadow-3);flex-direction:column;display:flex}@supports (color:color-mix(in lab,red,red)){.cf-modal{box-shadow:0 0 0 1px color-mix(in oklab,var(--foreground) 10%,transparent),var(--shadow-3)}}.cf-modal{animation:.1s ease-out cf-zoom-in;overflow:hidden}.cf-modal--wide{width:min(880px,94vw);max-height:88vh}.cf-modal-footer{border-top:1px solid var(--border);background:var(--muted);align-items:center;gap:10px;padding:12px 16px;display:flex}@supports (color:color-mix(in lab,red,red)){.cf-modal-footer{background:color-mix(in oklab,var(--muted) 50%,transparent)}}.cf-court-row{border:0;border-bottom:1px solid var(--border);background:var(--card);width:100%;color:inherit;font:inherit;font-size:var(--type-meta);text-align:left;cursor:pointer;outline:none;grid-template-columns:1fr auto;gap:12px;padding:9px 16px;transition:background-color .12s;display:grid}.cf-court-row:hover{background:var(--muted)}@supports (color:color-mix(in lab,red,red)){.cf-court-row:hover{background:color-mix(in oklab,var(--muted) 55%,transparent)}}.cf-court-row:focus-visible{background:var(--muted)}@supports (color:color-mix(in lab,red,red)){.cf-court-row:focus-visible{background:color-mix(in oklab,var(--muted) 75%,transparent)}}.cf-court-row:focus-visible{box-shadow:inset var(--focus-ring)}.cf-court-row[data-selected]{background:var(--primary-tint)}.cf-table{border-radius:var(--radius-xl);background:var(--card);box-shadow:0 0 0 1px var(--foreground),var(--shadow-1)}@supports (color:color-mix(in lab,red,red)){.cf-table{box-shadow:0 0 0 1px color-mix(in oklab,var(--foreground) 10%,transparent),var(--shadow-1)}}.cf-table{overflow:hidden}.cf-table__head{border-bottom:1px solid var(--border);background:var(--muted);gap:12px;padding:10px 20px;display:grid}@supports (color:color-mix(in lab,red,red)){.cf-table__head{background:color-mix(in oklab,var(--muted) 30%,transparent)}}.cf-table__head{color:var(--muted-foreground);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;font-size:10.5px;font-weight:500}.cf-table__row{border:0;border-top:1px solid var(--border);width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;outline:none;align-items:center;gap:12px;padding:14px 20px;transition:background-color .15s;display:grid}.cf-table__row:first-of-type,.cf-table__head+.cf-table__row{border-top:0}.cf-table__row:hover{background:var(--muted)}@supports (color:color-mix(in lab,red,red)){.cf-table__row:hover{background:color-mix(in oklab,var(--muted) 40%,transparent)}}.cf-table__row:focus-visible{background:var(--muted)}@supports (color:color-mix(in lab,red,red)){.cf-table__row:focus-visible{background:color-mix(in oklab,var(--muted) 60%,transparent)}}.cf-table__empty{color:var(--muted-foreground);font-size:var(--type-meta);line-height:var(--type-meta-line);text-align:center;padding:56px 24px}.cf-chip--draft{border-color:var(--border);height:20px;color:var(--muted-foreground);font-size:var(--type-caption);background:0 0;padding:0 8px}.cf-chip--count{background:var(--muted);height:18px;color:var(--muted-foreground);font-family:var(--font-mono);font-size:var(--type-caption);padding:0 7px}.cf-pill{box-sizing:border-box;border-radius:var(--radius-lg);height:28px;color:var(--muted-foreground);font-family:inherit;font-size:var(--type-meta);cursor:pointer;background:0 0;border:0;outline:none;align-items:center;padding:0 12px;font-weight:500;transition:background-color .15s,color .15s;display:inline-flex}.cf-pill:hover:not([aria-selected=true]){background:var(--muted);color:var(--foreground)}.cf-pill:focus-visible{box-shadow:var(--focus-ring)}.cf-pill[aria-selected=true]{background:var(--primary);color:var(--primary-foreground)}.cf-savebar{border-top:1px solid var(--border);background:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}@supports (color:color-mix(in lab,red,red)){.cf-savebar{background:color-mix(in oklab,var(--muted) 50%,transparent)}}.cf-error-panel{box-sizing:border-box;border:1px solid var(--destructive-border);border-radius:var(--radius-lg);background:var(--destructive-tint);color:var(--destructive);font-size:var(--type-meta);line-height:var(--type-meta-line);padding:10px 14px}.cf-editorbar{box-sizing:border-box;background:var(--background);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;height:48px;padding:0 20px;display:flex}.cf-iconbtn{box-sizing:border-box;border-radius:var(--radius-lg);width:30px;height:28px;color:var(--foreground);cursor:pointer;background:0 0;border:0;outline:none;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.cf-iconbtn:hover:not(:disabled){background:var(--muted)}.cf-iconbtn:focus-visible{box-shadow:var(--focus-ring)}.cf-iconbtn:disabled{color:var(--foreground-disabled);cursor:default}.cf-iconbtn[aria-pressed=true]{background:var(--muted)}.cf-desk{background:var(--desk);flex:1;min-height:0;position:relative;overflow:auto}.cf-danger-zone{border:1px solid var(--destructive-border);border-radius:var(--radius-xl);background:var(--destructive-tint);margin-top:24px;padding:14px 16px}@supports (color:color-mix(in lab,red,red)){.cf-danger-zone{background:color-mix(in oklab,var(--destructive-tint) 45%,transparent)}}.cf-danger-zone__title{color:var(--destructive);font-size:var(--type-title-section);line-height:var(--type-title-section-line);margin:0 0 2px;font-weight:600}}@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.text-title-page{font-family:var(--font-serif);font-size:var(--type-title-page);line-height:var(--type-title-page-line);letter-spacing:-.01em;font-weight:500}.text-eyebrow{font-family:var(--font-mono);font-size:var(--type-eyebrow);line-height:var(--type-eyebrow-line);letter-spacing:.12em;text-transform:uppercase}.text-figure{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.text-title-section{font-size:var(--type-title-section);line-height:var(--type-title-section-line);font-weight:600}.text-caption{font-size:var(--type-caption);line-height:var(--type-caption-line)}.text-meta{font-size:var(--type-meta);line-height:var(--type-meta-line)}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);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,)}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@keyframes cf-pulse{50%{opacity:.45}}@keyframes cf-fade-in{0%{opacity:0}}@keyframes cf-zoom-in{0%{opacity:0;transform:scale(.97)}}@media(prefers-reduced-motion:reduce){.cf-skeleton,.cf-modal-backdrop,.cf-modal{animation:none}}:root{color-scheme:light;--background:#fbfaf7;--foreground:#31312b;--card:#fff;--card-foreground:#31312b;--popover:#fff;--popover-foreground:#31312b;--muted-foreground:#6f6f67;--muted:#f1f1ef;--foreground-disabled:#6f6f6780;--primary:#297a66;--primary-foreground:#fff;--primary-deep:#2b5046;--primary-hover:#206050;--primary-tint:#e3f2ee;--primary-tint-foreground:#2b5046;--border:#e3e2dd;--input:#e3e2dd;--ring:#297a66;--focus-ring:0 0 0 3px #297a6659;--destructive:#93361f;--destructive-tint:#faeeeb;--destructive-hover:#f7e3de;--destructive-border:#93361f59;--success:#3b9b73;--warning:#b2d742;--font-sans:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-serif:"Source Serif 4", Georgia, "Times New Roman", serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--type-title-page:1.625rem;--type-title-page-line:2.125rem;--type-title-section:.9375rem;--type-title-section-line:1.375rem;--type-body:.875rem;--type-body-line:1.375rem;--type-meta:.8125rem;--type-meta-line:1.25rem;--type-caption:.75rem;--type-caption-line:1.125rem;--type-eyebrow:.6875rem;--type-eyebrow-line:1rem;--topbar-h:56px;--topbar-bg:#fbfaf7e0;--desk:#e8e7e3;--radius:.5rem;--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--shadow-1:0 1px 0 #e2e2df99;--shadow-2:0 1px 2px #31312b0a, 0 8px 24px -12px #31312b14;--shadow-3:0 4px 12px #31312b14, 0 24px 48px -16px #31312b29}.dark{color-scheme:dark;--background:#20201d;--foreground:#f0f0ef;--card:#2b2b26;--card-foreground:#f0f0ef;--popover:#2b2b26;--popover-foreground:#f0f0ef;--muted-foreground:#9e9e94;--muted:#3b3b35;--foreground-disabled:#9e9e9480;--primary:#7ec8b6;--primary-foreground:#1b2d28;--primary-deep:#a9d6ca;--primary-hover:#9bd4c6;--primary-tint:#284840;--primary-tint-foreground:#bddbd4;--border:#46463e;--input:#46463e;--ring:#7ec8b6;--focus-ring:0 0 0 3px #7ec8b659;--topbar-bg:#20201de0;--desk:#181816;--destructive:#eeafa0;--destructive-tint:#462c25;--destructive-hover:#60382e;--destructive-border:#eeafa059;--success:#5cc197;--warning:#bfda6c;--shadow-1:0 1px 0 #10100ecc;--shadow-2:0 1px 2px #0000004d, 0 8px 24px -12px #00000080;--shadow-3:0 4px 12px #0006, 0 24px 48px -16px #0009}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
