body,html{height:100%;background-color:#7136ae!important;margin:0;padding:0;color:#ede9fe;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body>div{min-height:100vh}.app-container,.container{background-color:#7136ae}.container{max-width:900px;margin:0 auto;padding:2rem;border-radius:16px;box-shadow:0 10px 25px rgba(124,58,237,.4);color:#ede9fe}@media (max-width:600px){.container,body{padding:1rem}.container{border-radius:12px}}h1,h2,h3,h4,h5,h6{color:#c4b5fd;margin-bottom:1rem;font-weight:700}a{color:#a78bfa;text-decoration:none;transition:color .3s ease}a:hover{color:#d8b4fe}button{background-color:#7c3aed;color:white;border:none;padding:.75rem 1.25rem;font-size:1rem;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#6d28d9}input[type=date],input[type=text],textarea{width:100%;padding:.5rem .75rem;border:2px solid #a78bfa;border-radius:8px;background-color:#4c1d95;color:#ede9fe;font-size:1rem;margin-bottom:1rem;transition:border-color .3s ease,background-color .3s ease;-webkit-text-fill-color:#ede9fe;caret-color:#d6bcfa}input[type=date]::-moz-placeholder,input[type=text]::-moz-placeholder,textarea::-moz-placeholder{color:#c4b5fd}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#c4b5fd}input[type=date]:focus,input[type=text]:focus,textarea:focus{outline:none;border-color:#d6bcfa;background-color:#5b21b6}label{display:block;margin-bottom:.4rem;font-weight:600;color:#c4b5fd}.card{background-color:#4c1d95;border:2px solid #a78bfa;border-radius:12px;padding:1rem;color:#ede9fe;box-shadow:0 4px 10px rgba(124,58,237,.3);margin-bottom:1.5rem;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}