:root{--primary-color:#003085;--secondary-color:#ffd500;--text-color:#333;--bg-color:#f7f9fc}body{background-color:var(--bg-color);color:var(--text-color);flex-direction:column;font-family:Inter,Roboto,Arial,sans-serif;margin:0;min-height:100vh;padding:0}body,header{display:flex}header{align-items:center;background-color:var(--primary-color);box-shadow:0 2px 4px rgba(0,0,0,.1);color:#fff;justify-content:space-between;padding:1rem 2rem}.logo-container{color:var(--secondary-color);font-size:1.5rem;font-weight:700}main{box-sizing:border-box;flex:1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}footer{background-color:var(--primary-color);color:#fff;font-size:.9rem;padding:1.5rem 2rem;text-align:center}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-content p{margin:0}.card{background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.05);margin-bottom:2rem;padding:2rem}.card h1,.card h2{color:var(--primary-color);margin-top:0}.btn-primary{background-color:var(--secondary-color);border:none;border-radius:4px;color:var(--primary-color);cursor:pointer;display:inline-block;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s}.btn-primary:hover{background-color:#e6c000}.table-container{overflow-x:auto;width:100%}table{border-collapse:collapse;margin-top:1.5rem;width:100%}td,th{border-bottom:1px solid #e1e4e8;padding:1rem;text-align:left}th{background-color:var(--primary-color);color:#fff}tr:hover{background-color:#f1f3f6}.status-badge{background-color:#e1e4e8;border-radius:20px;color:#333;font-size:.85rem;font-weight:700;padding:.25rem .75rem}.form-container{margin:0 auto;max-width:600px}.hs-form-field{margin-bottom:1.2rem}.hs-form-field label{color:var(--primary-color);display:block;font-weight:600;margin-bottom:.5rem}.hs-input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-family:inherit;padding:.75rem;width:100%}.hs-button{background-color:var(--secondary-color);border:none;border-radius:4px;color:var(--primary-color);cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s;width:100%}.hs-button:hover{background-color:#e6c000}