:root{--goals-bg:#1b1a19;--goals-fg:#d0d0d0;--goals-card:#242322;--goals-card-hover:#313131;--goals-border:#313131;--goals-muted:#696969;--goals-accent:#ad7140}.goals-bg{background-color:var(--goals-bg)}.goals-card-bg{background-color:var(--goals-card)}.goals-card-hover-bg{background-color:var(--goals-card-hover)}.goals-accent-bg{background-color:var(--goals-accent)}.goals-accent-bg-20{background-color:rgba(173,113,64,.2)}.bg-black-50{background-color:rgba(0,0,0,.5)}.bg-red-500{background-color:#ef4444}.bg-red-500-10{background-color:rgba(239,68,68,.1)}.bg-red-500-20{background-color:rgba(239,68,68,.2)}.goals-fg{color:var(--goals-fg)}.text-accent{color:var(--goals-accent)}.text-red-400{color:#f87171}.text-red-500{color:#ef4444}.text-green-500{color:#22c55e}.text-blue-500{color:#3b82f6}.text-purple-500{color:#8b5cf6}.text-yellow-500{color:#f59e0b}.goals-border{border-color:var(--goals-border)!important}.border-accent{border-color:var(--goals-accent)!important}.text-xs{font-size:.75rem;line-height:1rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.fw-medium{font-weight:500}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.min-vh-100{min-height:100vh}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.z-50{z-index:50}.w-3{width:.75rem}.h-3{height:.75rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.h-1{height:.25rem}.h-2{height:.5rem}.h-48{height:12rem}.h-64{height:16rem}.h-fit{height:-moz-fit-content;height:fit-content}.min-w-48{min-width:12rem}.max-w-md{max-width:28rem}.max-w-32{max-width:8rem}.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.3),0 4px 6px -4px rgba(0,0,0,.2)}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.col-span-2{grid-column:span 2/span 2}@media (min-width:992px){.grid-lg-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.p-6{padding:1.5rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.mb-6{margin-bottom:1.5rem!important}.cursor-pointer{cursor:pointer}.transition-all{transition:all .15s ease-in-out}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.hover-border-muted:hover{border-color:var(--goals-muted)!important}.hover-bg-card-hover:hover{background-color:var(--goals-card-hover)}.hover-bg-accent-90:hover{background-color:rgba(173,113,64,.9)}.hover-bg-red-600:hover{background-color:#dc2626}.hover-goals-fg:hover{color:var(--goals-fg)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.rotate-180{transform:rotate(180deg)}