@keyframes spin{to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5;color:#212121;background:#f5f5f5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{-webkit-tap-highlight-color:transparent;touch-action:manipulation}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:16px}h1{font-size:32px}h2{font-size:24px}h3{font-size:18px}h4{font-size:16px}a{color:#2196f3;text-decoration:none}a:hover{color:#1976d2}button{min-height:44px;min-width:44px;padding:16px 24px;border-radius:8px;font-size:16px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .15s ease}button:active{transform:scale(.98)}button{border:none;background:#2196f3;color:#fff}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:#f5f5f5;color:#212121}button.accent{background:#ff9800}input,textarea,select{width:100%;min-height:44px;padding:16px;font-size:16px;border:1px solid #E0E0E0;border-radius:8px;outline:none;transition:border-color .15s ease}input:focus,textarea:focus,select:focus{border-color:#2196f3}input::placeholder,textarea::placeholder,select::placeholder{color:#bdbdbd}.card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:16px;margin-bottom:16px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:481px){.container{padding:0 24px}}.page-wrapper{min-height:100vh;padding-bottom:80px}@media(min-width:481px){.page-wrapper{padding-bottom:16px}}.text-center{text-align:center}.text-right{text-align:right}.text-bold{font-weight:700}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.p-sm{padding:8px}.p-md{padding:16px}.p-lg{padding:24px}.loading{display:flex;align-items:center;justify-content:center;min-height:200px}.loading:after{content:"";width:40px;height:40px;border:3px solid rgba(33,150,243,.3);border-top-color:#2196f3;border-radius:50%;animation:spin 1s linear infinite}.error{color:#f44336;padding:16px;background:#f443361a;border-radius:8px;text-align:center}.success{color:#4caf50;padding:16px;background:#4caf501a;border-radius:8px;text-align:center}@media(max-width:480px){.hide-mobile{display:none!important}}@media(min-width:481px){.show-mobile{display:none!important}}
