@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--accent: #0f7a88;--accent-2: #192f2dad;--danger: #d9534f;--success: #5cb85c;--warning: #f0ad4e;--info: #5bc0de;--text: #2c3e50;--muted: #6c757d;--bg: #f8f9fa;--panel: #ffffff;--border: #dee2e6}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}body{margin:0;font-size:14px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.d-flex{display:flex}.d-block{display:block}.d-none{display:none}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.w-full{width:100%}.h-full{height:100%}.m-0{margin:0}.p-0{padding:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}@media (max-width: 480px){.d-mobile-none{display:none!important}.d-mobile-block{display:block!important}.d-mobile-flex{display:flex!important}.text-mobile-center{text-align:center!important}.text-mobile-left{text-align:left!important}.w-mobile-full{width:100%!important}.p-mobile-1{padding:.25rem!important}.p-mobile-2{padding:.5rem!important}.p-mobile-3{padding:.75rem!important}.m-mobile-1{margin:.25rem!important}.m-mobile-2{margin:.5rem!important}.m-mobile-3{margin:.75rem!important}}@media (min-width: 481px) and (max-width: 768px){.d-tablet-none{display:none!important}.d-tablet-block{display:block!important}.d-tablet-flex{display:flex!important}}@media (min-width: 769px){.d-desktop-none{display:none!important}.d-desktop-block{display:block!important}.d-desktop-flex{display:flex!important}}@media (max-width: 768px){body{font-size:13px}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}h4{font-size:1rem}h5{font-size:.9rem}h6{font-size:.8rem}}@media (max-width: 480px){body{font-size:12px}h1{font-size:1.25rem}h2{font-size:1.1rem}h3{font-size:1rem}h4{font-size:.9rem}h5{font-size:.8rem}h6{font-size:.75rem}}@media (max-width: 768px){.p-mobile-0{padding:0!important}.p-mobile-1{padding:.25rem!important}.p-mobile-2{padding:.5rem!important}.p-mobile-3{padding:.75rem!important}.p-mobile-4{padding:1rem!important}.m-mobile-0{margin:0!important}.m-mobile-1{margin:.25rem!important}.m-mobile-2{margin:.5rem!important}.m-mobile-3{margin:.75rem!important}.m-mobile-4{margin:1rem!important}}.responsive-grid{display:grid;gap:1rem}@media (max-width: 768px){.responsive-grid{grid-template-columns:1fr;gap:.5rem}}@media (min-width: 769px) and (max-width: 1024px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){.responsive-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){button,.btn,input[type=button],input[type=submit]{min-height:44px;min-width:44px}input,textarea,select{font-size:16px}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.container{padding:0 .5rem}}@media (max-width: 768px){.flex-mobile-column{flex-direction:column!important}}@media (max-width: 768px){.flex-mobile-wrap{flex-wrap:wrap!important}}@media (max-width: 768px){.text-mobile-small{font-size:.8rem!important}}@media (max-width: 768px){.text-mobile-center{text-align:center!important}}
