html,body{-webkit-text-size-adjust:100%;width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100%}@supports (height:100dvh){body{min-height:100dvh}}*,:before,:after{box-sizing:border-box}@media (width>=768px){body.modal-open{overflow:hidden}html{scroll-behavior:smooth}:focus{outline-offset:2px;outline:2px solid #007bff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}}.web-hover-lift{transition:transform .2s,box-shadow .2s}.web-hover-lift:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.web-button{cursor:pointer;transition:all .2s}.web-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.web-button:active{transform:translateY(0)}.web-input{transition:border-color .2s,box-shadow .2s}.web-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.web-card{cursor:default;transition:all .3s}.web-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.web-nav-item{cursor:pointer;transition:all .2s}.web-nav-item:hover{background-color:#007bff1a;transform:translate(4px)}.web-loading{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite web-spin;display:inline-block}@keyframes web-spin{to{transform:rotate(360deg)}}.web-modal{-webkit-backdrop-filter:blur(5px)}.web-modal-content{animation:.3s ease-out web-slide-up}@keyframes web-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.web-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}@media (width>=1200px){.web-container{max-width:1200px;margin:0 auto}}@media (width>=768px) and (width<=1199px){.web-container{max-width:900px;margin:0 auto}}.web-focus-visible,.web-keyboard-nav:focus{outline-offset:2px;outline:2px solid #007bff}.web-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media print{.web-no-print{display:none!important}.web-print-break{page-break-before:always}}@media (prefers-color-scheme:dark){.web-auto-dark{color:#fff;background-color:#121212}.web-auto-dark .web-card{background-color:#1e1e1e;border:1px solid #333}}@media (prefers-contrast:high){.web-high-contrast{border-width:2px;border-color:#000}.web-high-contrast .web-button{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.web-reduced-motion{transition:none!important;animation:none!important;transform:none!important}}