:root{--bg:#fff;--ink:#14140f;--yellow:#ffc800;--yellow-deep:#e0ac00;--blue:#2f80ed;--success:#27ae60;--danger:#eb5757;--muted:#3d3d35;--line:#14140f;--card:#fbfaf5;--surface:#e8edf0}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,.brand{letter-spacing:-.02em;font-family:Archivo Black,Manrope,sans-serif}button{cursor:pointer;font-family:inherit}.btn{border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);background:var(--yellow);color:var(--ink);border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-weight:800;transition:transform 50ms;display:inline-flex}.btn:active{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}.btn-dark{background:var(--ink);color:#fff}.btn-outline{background:#fff}.hazard-stripe{background:repeating-linear-gradient(45deg, var(--ink) 0 10px, var(--yellow) 10px 20px);border-radius:3px;height:6px}.brand-header{color:var(--ink);align-items:center;gap:8px;padding:12px 16px;text-decoration:none;display:inline-flex}.brand-header-word{letter-spacing:-.02em;font-family:Archivo Black,Manrope,sans-serif;font-size:17px}.login-wrap{background:var(--card);justify-content:center;align-items:center;min-height:calc(100vh - 52px);padding:24px;display:flex}.login-card{border:2px solid var(--ink);width:100%;max-width:380px;box-shadow:6px 6px 0 var(--ink);background:#fff;border-radius:14px;flex-direction:column;padding:28px;display:flex}.login-logo{width:48px;height:48px;margin-bottom:8px}.login-card h1{margin:0 0 4px;font-size:24px}.login-sub{color:var(--muted);margin:0 0 20px;font-size:14px}.login-card label{margin-bottom:4px;font-size:13px;font-weight:700}.login-card input{border:2px solid var(--ink);border-radius:8px;margin-bottom:14px;padding:10px 12px;font-family:inherit;font-size:15px}.login-remember{cursor:pointer;align-items:center;gap:8px;margin-bottom:14px;font-size:13px;font-weight:600;display:flex}.login-remember input{width:auto;margin:0}.login-error{color:var(--danger);margin:-6px 0 12px;font-size:13px}.login-notice{color:var(--success);margin:-6px 0 12px;font-size:13px}.login-card button[type=submit]{border:2px solid var(--ink);background:var(--yellow);box-shadow:4px 4px 0 var(--ink);border-radius:10px;margin-top:4px;padding:12px;font-weight:800}.login-card button[type=submit]:active{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}.login-card button[type=submit]:disabled{opacity:.6}.login-link{color:var(--blue);background:0 0;border:none;margin-top:12px;padding:0;font-size:13px;text-decoration:underline}.cal{border:2px solid var(--ink);background:var(--card);border-radius:12px;margin-bottom:12px;padding:12px}.cal-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.cal-header button{border:2px solid var(--ink);background:#fff;border-radius:6px;width:30px;height:30px;font-size:16px;font-weight:800}.cal-title{text-transform:capitalize;font-weight:800}.cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.cal-weekdays{margin-bottom:4px}.cal-weekday{text-align:center;color:var(--muted);font-size:12px;font-weight:700}.cal-cell{aspect-ratio:1;color:var(--ink);background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:13px;display:flex}.cal-cell:hover{background:#0000000d}.cal-cell-empty{pointer-events:none}.cal-cell-today{color:var(--blue);font-weight:800}.cal-cell-selected{background:var(--yellow);font-weight:800}.cal-day-pro{background:var(--ink);border:2px solid var(--yellow);width:22px;height:22px;color:var(--yellow);border-radius:5px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.cal-day-pro-selected{border-color:var(--blue)}.cal-dots{gap:3px;margin-top:1px;display:flex}.cal-dot{border-radius:4px;width:8px;height:8px}.editor-backdrop{z-index:100;background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=640px){.editor-backdrop{align-items:center}}.editor-card{border:2px solid var(--ink);background:#fff;border-bottom:none;border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-width:480px;max-height:90vh;display:flex;overflow:hidden}@media (width>=640px){.editor-card{border-bottom:2px solid var(--ink);border-radius:16px}}.editor-header{justify-content:space-between;align-items:center;padding:16px;display:flex}.editor-header h2{margin:0;font-size:18px}.editor-close{background:0 0;border:none;font-size:18px}.editor-body{flex:1;padding:0 16px;overflow-y:auto}.editor-body label{margin:12px 0 4px;font-size:13px;font-weight:700;display:block}.editor-body label.small{margin-bottom:2px;font-size:12px}.editor-body label.row-between{justify-content:space-between;align-items:center;display:flex}.editor-body input[type=text],.editor-body input:not([type]),.editor-body textarea{border:2px solid var(--ink);border-radius:8px;width:100%;padding:8px 10px;font-family:inherit;font-size:14px}.editor-body textarea{resize:vertical}.date-stepper{align-items:center;gap:10px;display:flex}.date-stepper button{border:2px solid var(--ink);background:#fff;border-radius:6px;width:28px;height:28px}.date-stepper span{flex:1;font-weight:700}.today-btn{width:auto!important;padding:4px 10px!important;font-size:12px!important}.time-row{gap:10px;display:flex}.time-row>div{flex:1}.conflict-banner{border:1px solid var(--danger);color:var(--danger);background:#fff3cd;border-radius:8px;margin-top:10px;padding:8px 10px;font-size:12px}.pill-row{flex-wrap:wrap;gap:8px;display:flex}.cat-pill{background:#fff;border:2px solid;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:700;display:flex}.cat-pill-active{color:#fff}.cat-dot{border-radius:4px;width:8px;height:8px}.checklist-row{align-items:center;gap:8px;padding:4px 0;display:flex}.checklist-row span{flex:1;font-size:14px}.checklist-row span.checked{color:var(--muted);text-decoration:line-through}.checklist-remove{color:var(--muted);background:0 0;border:none}.checklist-add-row{gap:8px;margin-top:4px;display:flex}.checklist-add-row input{flex:1}.checklist-add-row button{border:2px solid var(--ink);background:#fff;border-radius:8px;width:34px;font-weight:800}.photo-row{flex-wrap:wrap;gap:8px;display:flex}.photo-thumb-wrap{width:64px;height:64px;position:relative}.photo-thumb{object-fit:cover;border:2px solid var(--ink);border-radius:8px;width:64px;height:64px}.photo-remove{border:2px solid var(--ink);background:#fff;border-radius:10px;width:20px;height:20px;font-size:10px;line-height:1;position:absolute;top:-6px;right:-6px}.photo-add-btn{border:2px dashed var(--ink);width:64px;height:64px;color:var(--muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:24px;display:flex}.editor-footer{border-top:2px solid var(--ink);gap:10px;padding:14px 16px;display:flex}.editor-delete{color:var(--danger);border-color:var(--danger);box-shadow:none}.editor-footer .btn:not(.editor-delete){flex:1}.ledger-page{max-width:720px;margin:0 auto;padding:20px 16px 60px}.ledger-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.ledger-tab{border:2px solid var(--ink);color:var(--ink);background:#fff;border-radius:14px;padding:8px 14px;font-size:13px;font-weight:700}.ledger-tab-active{background:var(--blue);border-color:var(--blue);color:#fff}.ledger-empty{color:var(--muted);text-align:center;margin-top:24px}.ledger-list{flex-direction:column;gap:10px;display:flex}.ledger-card{border:2px solid var(--ink);background:var(--card);border-radius:12px;padding:14px}.ledger-card-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.ledger-detalle{flex:1;font-size:14.5px;font-weight:800}.ledger-precio{white-space:nowrap;font-size:15px;font-weight:900}.ledger-card-meta{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.ledger-date{color:var(--muted);font-size:12px}.ledger-outcome{color:var(--success);font-size:12px;font-weight:700}.ledger-outcome-canceled{color:var(--danger)}.agenda-page{max-width:640px;margin:0 auto;padding:20px 16px 100px}.agenda-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.agenda-header h1{margin:0;font-size:26px}.agenda-sub{color:var(--muted);margin:2px 0 0;font-size:14px}.agenda-header-actions{align-items:center;gap:8px;display:flex}.logout-btn{box-shadow:none;padding:6px 12px;font-size:12px}.agenda-loading{text-align:center;color:var(--muted);padding:40px 0}.filter-badge{text-align:center;background:var(--yellow);border:2px solid var(--ink);border-radius:8px;width:100%;margin-bottom:12px;padding:8px;font-size:13px;font-weight:700;display:block}.agenda-list{flex-direction:column;gap:12px;display:flex}.agenda-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:10px;padding:24px 0;display:flex}.job-card,.custom-card{border:2px solid var(--ink);background:#fff;border-radius:12px;padding:14px}.custom-card{cursor:pointer;border-left-width:5px}.note-card{border:1.5px dashed var(--ink);cursor:pointer;background:#fff8e1;border-radius:12px;align-items:flex-start;gap:8px;padding:12px 14px;display:flex}.note-card-icon{font-size:15px;line-height:1.4}.note-card-text{white-space:pre-wrap;flex:1;margin:0;font-size:14.5px;line-height:1.4}.job-card-header,.custom-card-header{align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.job-emoji{font-size:22px}.job-card-title-wrap{flex:1;min-width:0}.job-card-title{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:800;overflow:hidden}.job-card-type{color:var(--muted);margin-top:2px;font-size:12px}.badge{color:#fff;white-space:nowrap;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700}.badge-success{background:var(--success)}.badge-danger{background:var(--danger)}.job-card-body{flex-direction:column;gap:4px;display:flex}.job-info-row{justify-content:space-between;font-size:13px;display:flex}.job-info-row span:first-child{color:var(--muted)}.job-price{font-weight:800}.custom-notes{color:var(--muted);margin:4px 0;font-size:13px}.checklist-wrap{flex-direction:column;gap:4px;margin-top:8px;display:flex}.checklist-progress{color:var(--muted);font-size:11px;font-weight:700}.checklist-quick-row{align-items:center;gap:6px;font-size:13px;display:flex}.checklist-quick-row span.checked{color:var(--muted);text-decoration:line-through}.card-photo-row{gap:6px;margin-top:8px;display:flex;overflow-x:auto}.card-photo-thumb{object-fit:cover;border-radius:8px;flex-shrink:0;width:56px;height:56px}.fab{border:2px solid var(--ink);background:var(--yellow);width:56px;height:56px;box-shadow:4px 4px 0 var(--ink);border-radius:28px;font-size:28px;font-weight:800;line-height:1;position:fixed;bottom:24px;right:24px}.fab:active{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}
