.page-header{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.page-header-content{display:flex;min-width:0;flex:1 1 0%;align-items:center}.page-header-content>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.page-header-icon{border-radius:var(--radius);padding:.5rem;background-color:var(--primary)}.page-header-icon svg{height:2rem;width:2rem;color:var(--button-text)!important}.page-header-title{font-size:1.5rem;line-height:2rem;font-weight:600;--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.fab-button{position:relative;display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background-color:var(--primary);color:var(--button-text)}.fab-button,.fab-button:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.fab-button:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);background-color:var(--primary-hover)}.fab-button svg{height:1.5rem;width:1.5rem;color:var(--button-text)!important;fill:var(--button-text)!important}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(156,106,67,.1)}.sidebar-link{display:flex;align-items:center;border-radius:calc(var(--radius) - 2px);padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}.sidebar-link:hover:not(.sidebar-link-active){background-color:rgba(156,106,67,.15);--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.sidebar-link-active{background-color:rgba(156,106,67,.25);font-weight:600;--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}input[type=checkbox]{accent-color:var(--primary)}select{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:50}.modal-overlay.confirm-modal{z-index:60}.modal-container{background-color:white;border-radius:.5rem;width:100%;max-width:28rem;margin:0 1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.modal-header{padding:1rem 1.5rem;border-radius:.5rem .5rem 0 0;background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%)}.modal-header-content{display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:1.125rem;font-weight:600;color:var(--button-text)!important}.modal-close-button{color:var(--button-text);opacity:.8;transition:opacity .2s;padding:.25rem;border-radius:.25rem}.modal-close-button:hover{opacity:1;background-color:rgba(255,255,255,.1)}.modal-body{padding:1.5rem;flex:1;overflow-y:auto}.modal-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background-color:#f9fafb;border-radius:0 0 .5rem .5rem}@keyframes chocolate-melt{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.95);opacity:.8}}@keyframes shimmer{0%,to{opacity:.2}50%{opacity:.5}}.animate-chocolate-melt{animation:chocolate-melt 1.5s ease-in-out infinite}.animate-shimmer{animation:shimmer 2s ease-in-out infinite}