@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,300..700,0..1,-50..200";@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--font-weight-normal: 400;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-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}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor;@supports (color: color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.block{display:block}.contents{display:contents}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-6{gap:calc(var(--spacing) * 6)}.space-y-4{:where(&>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.font-normal{--tw-font-weight: var(--font-weight-normal);font-weight:var(--font-weight-normal)}.shadow{--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-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-all{transition-property:all;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.duration-200{--tw-duration: .2s;transition-duration:.2s}.ease-in-out{--tw-ease: var(--ease-in-out);transition-timing-function:var(--ease-in-out)}}:root{color-scheme:light;--rs-font-sans: "IBM Plex Sans", "Segoe UI", sans-serif;--rs-font-display: "Space Grotesk", "IBM Plex Sans", sans-serif;--rs-ink: #152232;--rs-off-white: #fbfaf7;--rs-cement: #e8e2da;--rs-copper: #c46a3b;--rs-blue: #1f79b8;--rs-warning: #e5a83a;--rs-text: var(--rs-ink);--rs-text-muted: #64707c;--rs-text-soft: #9a9a92;--rs-bg: var(--rs-off-white);--rs-bg-soft: #f5f2ec;--rs-surface: #ffffff;--rs-surface-soft: #fbf7f1;--rs-border: var(--rs-cement);--rs-border-strong: #d8cec3;--rs-accent: var(--rs-copper);--rs-accent-strong: #9f4f2b;--rs-accent-light: #d98456;--rs-accent-soft: rgba(196, 106, 59, .09);--rs-focus: rgba(196, 106, 59, .2);--rs-danger: #d94857;--rs-danger-soft: rgba(217, 72, 87, .1);--rs-success: #1fa66a;--rs-success-soft: rgba(31, 166, 106, .11);--rs-info: var(--rs-blue);--rs-info-soft: rgba(31, 121, 184, .1);--rs-warning-soft: rgba(229, 168, 58, .14);--rs-gradient-brand: var(--rs-accent);--rs-gradient-dark: var(--rs-ink);--rs-gradient-teal: var(--rs-accent);--rs-gradient-hero: var(--rs-bg);--rs-shadow-xs: 0 1px 2px rgba(21, 34, 50, .04);--rs-shadow-sm: 0 8px 18px -16px rgba(21, 34, 50, .22), 0 1px 2px rgba(21, 34, 50, .05);--rs-shadow-md: 0 14px 30px -24px rgba(21, 34, 50, .26), 0 2px 5px rgba(21, 34, 50, .06);--rs-shadow-lg: 0 18px 44px -34px rgba(21, 34, 50, .3), 0 3px 9px rgba(21, 34, 50, .07);--rs-shadow-teal: 0 0 0 3px var(--rs-focus);--rs-shadow: var(--rs-shadow-lg);--rs-shadow-soft: var(--rs-shadow-md);--rs-radius-sm: 2px;--rs-radius-md: 3px;--rs-radius-lg: 4px;--rs-radius-xl: 4px}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #c46a3b3d}50%{box-shadow:0 0 0 6px #c46a3b00}}html{scroll-behavior:smooth;background:var(--rs-bg)}body{margin:0;min-height:100dvh;font-family:var(--rs-font-sans);font-size:15px;line-height:1.5;color:var(--rs-text);background:var(--rs-bg);text-rendering:optimizeLegibility}*{box-sizing:border-box}*::selection{background:#c46a3b29}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:0;box-shadow:0 0 0 3px var(--rs-focus)}.text-gradient-brand{color:var(--rs-accent)}.primary-btn,.secondary-btn,.danger-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.2rem;padding:.36rem .7rem;border:1px solid transparent;border-radius:3px;font-size:.84rem;font-weight:600;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.primary-btn{background:var(--rs-accent);border-color:var(--rs-accent);color:#fffaf4;box-shadow:var(--rs-shadow-xs)}.secondary-btn{border-color:var(--rs-border);background:var(--rs-surface);color:var(--rs-text);box-shadow:var(--rs-shadow-xs)}.danger-btn{border-color:#b423183d;background:var(--rs-danger-soft);color:var(--rs-danger)}.primary-btn:not(:disabled):hover,.secondary-btn:not(:disabled):hover,.danger-btn:not(:disabled):hover{transform:translateY(-1px)}.primary-btn:not(:disabled):hover{background:var(--rs-accent-strong);border-color:var(--rs-accent-strong);box-shadow:var(--rs-shadow-sm)}.secondary-btn:not(:disabled):hover{background:var(--rs-surface);border-color:var(--rs-border-strong);box-shadow:var(--rs-shadow-sm)}.danger-btn:not(:disabled):hover{background:#b423182e}.primary-btn:disabled,.secondary-btn:disabled,.danger-btn:disabled{opacity:.58;cursor:not-allowed;transform:none;box-shadow:none}.icon-font{font-family:Material Symbols Rounded;font-weight:500;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.crud-module{display:grid;gap:1rem}.crud-module .crud-header{min-width:0;padding:.1rem 0 .55rem;display:grid;gap:.45rem;align-items:start}.crud-module .page-heading{display:grid;gap:.3rem}.crud-module .page-kicker{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;color:var(--rs-accent);opacity:.8}.crud-module .crud-header h1{margin:0;font-family:var(--rs-font-display);font-size:clamp(1.45rem,3.3vw,1.85rem);line-height:1.02;letter-spacing:-.03em;color:var(--rs-text)}.crud-module .crud-filters{min-width:0;border:1px solid var(--rs-border);border-radius:var(--rs-radius-md);background:#ffffffdb;padding:.58rem .72rem;display:grid;gap:.5rem}.crud-module .crud-list-panel{min-width:0;border:1px solid var(--rs-border);border-radius:var(--rs-radius-lg);background:#fffffffa;box-shadow:var(--rs-shadow-xs)}.crud-module label{display:grid;gap:.25rem;min-width:0;font-size:.76rem;font-weight:600;color:var(--rs-text-muted)}.crud-module input,.crud-module select,.crud-module textarea{width:100%;min-height:2.2rem;border:1px solid var(--rs-border);border-radius:3px;background:var(--rs-surface);padding:.4rem .62rem;font-size:.85rem;transition:border-color .18s ease,box-shadow .18s ease}.crud-module textarea{min-height:108px;resize:vertical}.crud-module input::placeholder,.crud-module textarea::placeholder{color:var(--rs-text-soft)}.crud-module input:focus,.crud-module select:focus,.crud-module textarea:focus{outline:0;border-color:#c46a3b80;box-shadow:0 0 0 3px var(--rs-focus)}.crud-module .filters-actions,.crud-module .form-actions,.crud-module .row-actions,.crud-module .crud-pagination,.crud-module .relation-actions{display:flex;flex-wrap:wrap;gap:.35rem}.crud-module .icon-only-btn{width:2.15rem;height:2.15rem;padding:0}.crud-module .header-action-btn .icon-font,.crud-module .modal-action-btn .icon-font,.crud-module .icon-only-btn .icon-font,.crud-module .row-icon-btn .icon-font{font-size:.95rem;font-variation-settings:"FILL" 0,"wght" 560,"GRAD" 0,"opsz" 24}.crud-module .header-action-btn{justify-self:start}.crud-module .row-icon-btn{width:1.75rem;height:1.75rem;padding:0;border:1px solid transparent;border-radius:3px;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:var(--rs-text-muted);cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease}.crud-module .row-icon-btn:hover:not(:disabled){background:var(--rs-accent-soft);color:var(--rs-accent-strong);transform:translateY(-1px)}.crud-module .row-icon-btn-danger{color:var(--rs-danger)}.crud-module .row-icon-btn-danger:hover:not(:disabled){background:var(--rs-danger-soft);transform:translateY(-1px)}.crud-module .row-icon-btn:disabled{opacity:.35;cursor:not-allowed}.crud-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.crud-module .feedback{margin:0;border:1px solid var(--rs-border);border-radius:var(--rs-radius-md);background:var(--rs-surface);padding:.54rem .68rem;font-size:.84rem}.crud-module .feedback.error{border-color:#d948573d;color:var(--rs-danger);background:var(--rs-danger-soft)}.crud-module .feedback.success{border-color:#2f8f5b3d;color:var(--rs-success);background:var(--rs-success-soft)}.crud-module .kpi-card{display:grid;gap:.28rem;border:1px solid var(--rs-border);border-radius:var(--rs-radius-md);background:var(--rs-surface);padding:.9rem 1rem;box-shadow:var(--rs-shadow-xs)}.crud-module .kpi-card p,.crud-module .kpi-label,.crud-module .kpi-value{margin:0}.crud-module .kpi-label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rs-text-muted)}.crud-module .kpi-value{font-family:var(--rs-font-display);font-size:clamp(1.7rem,4.2vw,2.25rem);line-height:1;color:var(--rs-text)}.crud-module .kpi-card p{font-size:.8rem;line-height:1.4;color:var(--rs-text-muted)}.crud-module .crud-list-panel{padding:.7rem .78rem .78rem}.crud-module .crud-list-toolbar,.crud-module .modal-header{display:flex;justify-content:space-between;align-items:center;gap:.55rem}.crud-module .crud-list-toolbar{padding-bottom:.65rem;border-bottom:1px solid var(--rs-border)}.crud-module .crud-list-toolbar p,.crud-module .crud-page-size,.crud-module .crud-pagination p,.crud-module .loading,.crud-module .empty,.crud-module .loading-meta,.crud-module .empty-meta{margin:0;color:var(--rs-text-muted)}.crud-module .crud-page-size{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem}.crud-module .crud-page-size select{min-width:72px}.crud-module .loading,.crud-module .empty,.crud-module .loading-meta,.crud-module .empty-meta{margin-top:.85rem}.crud-module .crud-table-wrapper{margin-top:.5rem;border:1px solid var(--rs-border);border-radius:3px;background:var(--rs-surface);overflow-x:auto;box-shadow:var(--rs-shadow-xs)}.crud-module .crud-table{width:100%;border-collapse:separate;border-spacing:0}.crud-module .crud-table th,.crud-module .crud-table td{border-bottom:1px solid var(--rs-border);text-align:left;padding-inline:.68rem;vertical-align:middle}.crud-module .crud-table th{padding-block:.5rem}.crud-module .crud-table td{padding-block:.48rem;line-height:1.2}.crud-module .crud-table tr:last-child td{border-bottom:0}.crud-module .crud-table th{background:var(--rs-surface-soft);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rs-text-soft);border-bottom:1px solid var(--rs-border-strong)}.crud-module .crud-main-row{cursor:pointer;transition:background-color .15s ease}.crud-module .crud-main-row:hover{background:var(--rs-accent-soft)}.crud-module .crud-main-row td:first-child{position:relative;padding-left:1.45rem}.crud-module .crud-main-row td:first-child:before{content:"";position:absolute;left:.56rem;top:50%;width:.42rem;height:.42rem;border-right:1.5px solid var(--rs-text-soft);border-bottom:1.5px solid var(--rs-text-soft);transform:translateY(-64%) rotate(-45deg);transition:transform .2s ease}.crud-module .table-row-selected td:first-child:before{transform:translateY(-40%) rotate(45deg)}.crud-module .cell-strong{font-weight:600}.crud-module .estado-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.16rem .5rem;border-radius:3px;background:var(--rs-accent-soft);color:var(--rs-accent-strong);font-size:.74rem;font-weight:600;border:1px solid rgba(196,106,59,.24)}.crud-module .estado-pill:before{content:"";width:.42rem;height:.42rem;border-radius:999px;background:var(--rs-accent);animation:none}.crud-module .estado-pill-pendiente{border-color:#e5a83a47;background:#e5a83a29;color:#9d690f}.crud-module .estado-pill-planificada{border-color:#1f79b838;background:#1f79b81a;color:#17608e}.crud-module .estado-pill-realizada{border-color:#1fa66a3d;background:#1fa66a1f;color:#137446}.crud-module .estado-pill-anulada{border-color:#d948573d;background:#d948571c;color:#b93443}.crud-module .assign-form{display:grid;gap:.52rem}.crud-module .relations-list,.crud-module .notas-internas-list{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.crud-module .relations-list li,.crud-module .notas-internas-list li{border:1px solid var(--rs-border);border-radius:3px;background:var(--rs-surface-soft);padding:.54rem .62rem}.crud-module .relations-list li,.crud-module .notas-internas-meta,.crud-module .notas-internas-item-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.crud-module .relations-list li{font-size:.76rem}.crud-module .relations-list span,.crud-module .notas-internas-meta span{color:var(--rs-text-muted)}.crud-module .notas-internas-meta{font-size:.72rem}.crud-module .notas-internas-list p{margin:.38rem 0 0;font-size:.8rem;color:var(--rs-text)}.crud-module .notas-internas-item-actions{justify-content:flex-start;margin-top:.5rem}.crud-module .detail-aside-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.86rem .9rem;border-bottom:1px solid var(--rs-border)}.crud-module .detail-aside-header h2{margin:0 0 .32rem;font-family:var(--rs-font-display);font-size:1.05rem}.crud-module .detail-section{display:grid;gap:.62rem;padding:.86rem .9rem;border-bottom:1px solid var(--rs-border)}.crud-module .detail-section:last-child{border-bottom:0}.crud-module .detail-section h3{display:inline-flex;align-items:center;gap:.42rem;margin:0;font-family:var(--rs-font-display);font-size:.84rem;color:var(--rs-text)}.crud-module .detail-section h3 .icon-font{font-size:1rem;color:var(--rs-text-muted)}.crud-module .detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem .72rem;margin:0}.crud-module .detail-list>div{min-width:0}.crud-module .detail-list-wide{grid-column:1/-1}.crud-module .detail-list dt,.crud-module .detail-list dd{margin:0}.crud-module .detail-list dt{margin-bottom:.14rem;font-size:.68rem;font-weight:700;color:var(--rs-text-muted)}.crud-module .detail-list dd{font-size:.78rem;color:var(--rs-text)}.crud-module .table-row-inactive{opacity:.55}.crud-module .table-row-selected{background:var(--rs-accent-soft)}.crud-module .crud-pagination{margin-top:.55rem;justify-content:space-between;align-items:center}.crud-module .modal-overlay{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:1rem;animation:fadeIn .18s ease}.crud-module .modal-backdrop{position:absolute;inset:0;border:0;background:#17212b75;backdrop-filter:blur(2px)}.crud-module .crud-modal-panel{position:relative;z-index:1;width:min(820px,100%);max-height:calc(100dvh - 2rem);overflow:auto;border:1px solid var(--rs-border-strong);border-radius:var(--rs-radius-lg);background:var(--rs-surface);box-shadow:var(--rs-shadow-md);animation:fadeSlideUp .22s ease}.crud-module .form-panel{width:min(880px,100%);padding:.8rem}.crud-module .modal-header{padding:.05rem .05rem .65rem;border-bottom:1px solid var(--rs-border)}.crud-module .modal-header h2{margin:0;font-family:var(--rs-font-display);font-size:.94rem;letter-spacing:-.02em}.crud-module .crud-form{margin-top:.8rem;display:grid;gap:.55rem}.crud-module .form-panel input,.crud-module .form-panel select,.crud-module .form-panel textarea{background:var(--rs-surface-soft)}.crud-module .modal-action-btn{min-height:2.1rem}.crud-module small{color:var(--rs-danger)}.crud-module .checkbox-label{display:flex;align-items:center;gap:.6rem;font-weight:500}.crud-module .checkbox-label input{width:1rem;height:1rem;min-height:auto;accent-color:var(--rs-accent)}@media (min-width: 760px){.crud-module .crud-header{grid-template-columns:minmax(0,1fr) auto}.crud-module .header-action-btn{justify-self:end}}@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-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@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-duration{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@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-space-y-reverse: 0;--tw-font-weight: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--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-duration: initial;--tw-ease: initial}}}
