*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:scroll}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;overflow-x:hidden;background-color:#fff;min-height:100vh}#root{min-height:100vh;width:100%}html::-webkit-scrollbar{width:14px}html::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0d9488,#0f766e);border-radius:10px;border:3px solid #f1f5f9}html::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#14b8a6,#0d9488);border:2px solid #f1f5f9}html::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#0f766e,#115e59)}body::-webkit-scrollbar{width:14px}body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0d9488,#0f766e);border-radius:10px;border:3px solid #f1f5f9}body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#14b8a6,#0d9488);border:2px solid #f1f5f9}body::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#0f766e,#115e59)}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0d9488,#0f766e);border-radius:10px;border:2px solid #f1f5f9}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#14b8a6,#0d9488)}*::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#0f766e,#115e59)}html,body,*{scrollbar-width:thin;scrollbar-color:#0d9488 #f1f5f9}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.fade-in{animation:fadeIn .6s ease-out}.slide-in-right{animation:slideInRight .6s ease-out}.slide-in-left{animation:slideInLeft .6s ease-out}.scale-in{animation:scaleIn .5s ease-out}*:focus{outline:none}*:focus-visible{outline:2px solid #0d9488;outline-offset:2px;border-radius:4px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #0d9488;outline-offset:2px}::selection{background-color:#99f6e4;color:#115e59}::-moz-selection{background-color:#99f6e4;color:#115e59}a,button,input,select,textarea{transition:all .3s ease}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}a{text-decoration:none;color:inherit}a:hover{opacity:.8}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}input:focus,select:focus,textarea:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}@media print{body{background:#fff}nav,footer,button{display:none}*{color:#000!important;background:#fff!important}}@media(max-width:768px){html{font-size:14px}}@media(max-width:480px){html{font-size:13px}}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.spinner{width:40px;height:40px;border:4px solid #f1f5f9;border-top-color:#0d9488;border-radius:50%;animation:spin 1s linear infinite}.app-container{min-height:100vh;width:100%;overflow-x:hidden}.error-message{padding:1rem;background-color:#fef2f2;color:#dc2626;border-radius:.5rem;border:1px solid #fecaca;margin:1rem 0}.success-message{padding:1rem;background-color:#dcfce7;color:#166534;border-radius:.5rem;border:1px solid #bbf7d0;margin:1rem 0}.card-hover{transition:transform .3s ease,box-shadow .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.btn-hover{position:relative;overflow:hidden;transition:all .3s ease}.btn-hover:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #0003}.btn-hover:active{transform:translateY(0)}img{max-width:100%;height:auto;display:block}button{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.page-transition{animation:fadeIn .4s ease-in-out}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.backdrop-blur{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pt-4{padding-top:2rem}.pb-1{padding-bottom:.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:1.5rem}.pb-4{padding-bottom:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}.hidden-mobile{display:none}@media(min-width:768px){.hidden-mobile{display:block}.hidden-desktop{display:none}}
