@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&family=Oswald:wght@300;400;500;600;700&display=swap");:root{color-scheme:dark}*{box-sizing:border-box}html{background-image:url(/bg.jpg);background-color:#0a0a0a;background-size:cover;background-position:center 20%;background-attachment:fixed;background-repeat:no-repeat}body{margin:0;font-family:DM Sans,Inter,sans-serif;color:#fff;min-height:100vh;background:rgba(10,4,4,.45)}h1,h2,h3,h4,h5{font-family:Oswald,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{max-width:1200px;margin:0 auto;padding:5.5rem 1.5rem 2rem}.container-form{max-width:780px;margin:0 auto;padding:0 1.5rem 4rem}.card{background:rgba(8,3,3,.82);border:1px solid hsla(0,0%,100%,.14);border-radius:14px;padding:2rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.card-inner{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:1.25rem 1.5rem}.btn-red{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#e23030;color:#fff;font-family:DM Sans,sans-serif;font-weight:700;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;border-radius:25px;padding:.75rem 2rem;border:none;cursor:pointer;transition:background-color .2s,box-shadow .2s,transform .1s;white-space:nowrap}.btn-red:hover{background-color:#f03434;box-shadow:0 0 28px rgba(226,48,48,.5)}.btn-red:active{transform:scale(.97)}.btn-red:disabled{opacity:.5;cursor:not-allowed}.btn-red-lg{width:100%;padding:1rem 2.5rem;font-size:.8rem;letter-spacing:.22em;border-radius:25px}.btn-ghost{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:hsla(0,0%,100%,.6);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.15);border-radius:25px;padding:.65rem 1.4rem;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.btn-ghost:hover{border-color:rgba(226,48,48,.5);color:#e23030;background:rgba(226,48,48,.06)}.form-input{width:100%;padding:15px 18px;border-radius:10px;background:hsla(0,0%,100%,.1);border:1.5px solid hsla(0,0%,100%,.3);color:#fff;font-size:1.05rem;transition:border-color .2s,box-shadow .2s,background .2s;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.form-input:focus{border-color:#e23030;background:hsla(0,0%,100%,.15);box-shadow:0 0 0 4px rgba(226,48,48,.2)}.form-input::-moz-placeholder{color:hsla(0,0%,100%,.45)}.form-input::placeholder{color:hsla(0,0%,100%,.45)}.form-input option{background:#180404;color:#fff;font-size:1rem}.form-input::-webkit-calendar-picker-indicator{filter:invert(1) opacity(.7);cursor:pointer}.form-section{padding-top:1.75rem}.form-section+.form-section{border-top:1px solid hsla(0,0%,100%,.1);margin-top:.25rem}.form-section-title{font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#c5a55a;margin-bottom:1.25rem}.custom-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:26px;height:26px;min-width:26px;border:2px solid hsla(0,0%,100%,.35);border-radius:5px;background:hsla(0,0%,100%,.04);cursor:pointer;position:relative;transition:border-color .2s,background .2s}.custom-checkbox:checked{background:#e23030;border-color:#e23030}.custom-checkbox:checked:after{content:"";position:absolute;left:5px;top:1px;width:6px;height:11px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.custom-checkbox:focus{outline:none;box-shadow:0 0 0 3px rgba(226,48,48,.18)}.checkbox-label{display:flex;align-items:center;gap:.8rem;cursor:pointer;font-size:1rem;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.6rem .75rem;border-radius:8px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);transition:background .15s}.checkbox-label:hover{background:hsla(0,0%,100%,.08)}.badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.badge-nueva{background:rgba(226,48,48,.18);color:#ff7070;border:1px solid rgba(226,48,48,.35)}.badge-en_revision{background:rgba(230,168,0,.18);color:#ffd76e;border:1px solid rgba(230,168,0,.35)}.badge-presupuesto_enviado{background:rgba(255,217,102,.14);color:#ffd966;border:1px solid rgba(255,217,102,.35)}.badge-aceptado{background:rgba(124,203,93,.18);color:#7ccb5d;border:1px solid rgba(124,203,93,.35)}.badge-rechazado{background:hsla(0,0%,47%,.18);color:#999;border:1px solid hsla(0,0%,47%,.25)}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table thead tr{border-bottom:1px solid hsla(0,0%,100%,.08)}.admin-table th{padding:.75rem 1rem;text-align:left;font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.35)}.admin-table td{padding:.9rem 1rem;color:hsla(0,0%,100%,.82);border-bottom:1px solid hsla(0,0%,100%,.04);vertical-align:middle}.admin-table tbody tr{transition:background .12s}.admin-table tbody tr:hover{background:hsla(0,0%,100%,.03)}.admin-table tbody tr:last-child td{border-bottom:none}.page-title{font-family:Oswald,sans-serif;font-size:1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#e23030;line-height:1}.page-subtitle{font-size:.82rem;color:hsla(0,0%,100%,.38);margin-top:.4rem;letter-spacing:.03em}.detail-row{display:flex;flex-direction:column;gap:.12rem;padding:.45rem 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.32)}.detail-value{font-size:.875rem;color:hsla(0,0%,100%,.88)}.budget-row{display:flex;justify-content:space-between;align-items:center;padding:.45rem 0;border-bottom:1px solid hsla(0,0%,100%,.04);font-size:.85rem;color:hsla(0,0%,100%,.65)}.budget-row.total,.budget-row:last-child{border-bottom:none}.budget-row.total{color:#fff;font-weight:700;font-size:1rem;border-top:1px solid hsla(0,0%,100%,.12);margin-top:.25rem;padding-top:.75rem}.budget-amount{font-family:Oswald,sans-serif;font-size:.95rem;color:#c5a55a;letter-spacing:.03em}.budget-row.total .budget-amount{color:#e23030;font-size:1.2rem}