:root{--azul: #1d2758;--azul-profundo: #121a3e;--azul-claro: #304783;--dorado: #d9aa2a;--dorado-claro: #f0cf64;--fondo: #f5f6f8;--borde: #d9dde6;--texto: #1b2235;--peligro: #b3261e;font-family:Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{max-width:100%}body{margin:0;background:var(--fondo);color:var(--texto);max-width:100%}header.app-bar{background:var(--azul-profundo);color:#fff;display:flex;align-items:center;gap:1.2rem;padding:.6rem 1.3rem;border-bottom:4px solid var(--dorado)}.app-brand{display:flex;align-items:center;gap:.75rem;min-width:220px;font-weight:700;letter-spacing:.01em}.app-brand img{display:block;width:150px;max-height:54px;object-fit:contain}header.app-bar nav{display:flex;gap:.35rem;flex:1;flex-wrap:wrap}header.app-bar a{color:#e7ecf8;text-decoration:none;padding:.35rem .6rem;border-radius:6px}header.app-bar a.router-link-active{background:var(--dorado);color:var(--azul-profundo);font-weight:700}header.app-bar .who{font-size:.85rem;opacity:.9}main{width:100%;max-width:1080px;min-width:0;margin:1.5rem auto;padding:0 1rem}.card{background:#fff;border:1px solid var(--borde);border-radius:8px;padding:1.25rem;max-width:100%;overflow-x:auto}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));gap:1rem}.card h3{margin-top:0}.card.disabled{opacity:.55}.badge{display:inline-block;font-size:.72rem;background:#eef1f7;color:var(--azul);padding:.15rem .55rem;border-radius:999px}.dashboard-grid{align-items:stretch}.dashboard-link{display:flex;min-height:100%;color:inherit;text-decoration:none}.dashboard-card{display:flex;flex-direction:column;width:100%;min-height:150px}.dashboard-card p{flex:1;margin-bottom:1rem}.dashboard-card .badge{align-self:flex-start}button,.btn{display:inline-block;background:var(--azul);color:#fff;border:none;border-radius:8px;padding:.6rem 1.1rem;font-size:.95rem;cursor:pointer;text-decoration:none;max-width:100%;overflow-wrap:anywhere}button:disabled{opacity:.6;cursor:default}button.secondary,.btn.secondary{background:#fff;color:var(--azul);border:1px solid var(--borde)}button.secondary:hover,.btn.secondary:hover{border-color:var(--dorado)}button.danger{background:#fff;color:var(--peligro);border:1px solid #e2a8a3}button.danger:hover{background:#fff5f4}input,select,textarea{width:100%;max-width:100%;min-width:0;padding:.6rem .7rem;border:1px solid var(--borde);border-radius:8px;font-size:.95rem}input[type=checkbox],input[type=radio]{width:auto}label{display:block;font-size:.85rem;margin:.7rem 0 .25rem;font-weight:600}.error{color:var(--peligro);font-size:.9rem;margin-top:.6rem}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.55rem .6rem;border-bottom:1px solid var(--borde);font-size:.92rem}th{font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:#5b6b7b}caption{caption-side:top;text-align:left;padding:0 0 .5rem}img,canvas,video{max-width:100%}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--azul-profundo) 0%,var(--azul) 68%,#283b72 100%)}.login-card{width:100%;max-width:400px;margin:1rem}.login-card .brand{text-align:center;margin-bottom:.5rem}.login-card .brand img{width:min(100%,320px);height:auto;margin-bottom:.8rem}.login-card .brand h2{margin:.2rem 0;color:var(--azul)}.login-card .brand p{margin:0;color:#5b6b7b;font-size:.9rem}.toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.toolbar h2{flex:1;margin:0}.muted{color:#5b6b7b;font-size:.88rem}.actions{white-space:nowrap}.actions button,.actions .btn{margin:.12rem}.qr{width:92px;height:92px;border:1px solid var(--borde);border-radius:6px}.form-builder{margin-bottom:1rem}.form-builder h4{margin-bottom:.5rem}.field-row{display:grid;grid-template-columns:.8fr 1.4fr .9fr auto 1.4fr auto;gap:.55rem;align-items:center;margin-bottom:.55rem}.checks{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.checks label,.inline-check{display:flex;gap:.45rem;align-items:center;margin:.4rem 0}.kiosk{max-width:920px;min-height:100vh;margin:0 auto;padding:2rem 1.25rem 3rem}.kiosk-head{padding:.75rem 0 1.25rem}.kiosk-head img{display:block;width:min(100%,520px);height:auto;max-height:170px;object-fit:contain;object-position:left center;margin-bottom:1rem}.kiosk-head h1{margin:0;font-size:2.35rem;line-height:1.05;color:var(--azul)}.kiosk-head.compact img{width:min(100%,360px);max-height:112px;margin-bottom:.65rem}.kiosk-head.compact h1{font-size:2rem}.kiosk-options{display:grid;gap:1rem}.kiosk-option{display:block;background:#fff;color:var(--texto);text-decoration:none;border:2px solid var(--borde);border-radius:8px;padding:1.4rem;min-height:112px}.kiosk-option strong{display:block;font-size:1.35rem;color:var(--azul);margin-bottom:.35rem}.kiosk-option span{color:#425466}.return-option{border-color:var(--dorado);box-shadow:inset 4px 0 0 var(--dorado)}.license-scan{margin:.75rem 0 1rem}.scan-panel{background:#fff;border:1px solid var(--borde);border-radius:8px;padding:1rem}.scan-panel textarea{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;min-height:120px}.camera-frame{position:relative}.camera-reader{width:100%;min-height:260px;overflow:hidden;border:1px solid var(--borde);border-radius:8px;background:#101820}.camera-reader video{width:100%;max-height:360px;object-fit:cover}.license-video{display:block;max-height:420px;object-fit:cover}.license-guide{position:absolute;left:5%;right:5%;top:34%;height:32%;border:3px solid var(--dorado);border-radius:8px;pointer-events:none;box-shadow:0 0 0 999px #1018202e}.scan-mode-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin:.45rem 0 .75rem}.camera-controls{border:1px solid var(--borde);border-radius:8px;padding:.75rem;margin:.75rem 0;background:#f7fafc}.kiosk-form h2{margin:1.4rem 0 .35rem;color:var(--azul)}.notice{background:#fff7e6;border:1px solid var(--dorado-claro);border-radius:8px;padding:.9rem 1rem;line-height:1.45}.offline-banner{background:#e8f4ff;border:1px solid #91c9f7;border-radius:8px;color:var(--azul);padding:.7rem .9rem;font-weight:700}.choice-list{display:grid;gap:.5rem;margin-top:.5rem}.choice-list label{display:flex;align-items:center;gap:.45rem;margin:0;background:#fff;border:1px solid var(--borde);border-radius:8px;padding:.8rem}.signature-pad{display:block;width:100%;height:220px;background:#fff;border:2px solid #78909c;border-radius:8px;touch-action:none;margin:.5rem 0}.submit-big{width:100%;min-height:64px;margin-top:1rem;font-size:1.2rem;font-weight:700}.secondary-big{background:#fff;color:var(--azul);border:1px solid var(--borde)}.success{text-align:center;background:#fff;border:1px solid var(--borde);border-radius:8px;padding:2rem;margin-top:2rem}.success h1{color:var(--azul);margin-top:0}.success-logo{width:min(100%,420px);height:auto;margin-bottom:.8rem}.pass-qr{width:220px;height:220px;border:1px solid var(--borde);border-radius:8px;margin:1rem auto}.token{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere;background:#eef3f7;border-radius:8px;padding:.75rem}.action-panel{margin-top:1rem}.action-panel h2{margin-top:0;color:var(--azul)}.visit-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--borde);padding:.9rem 0}.visit-row:first-of-type{border-top:none}.compact-list .kiosk-option{min-height:auto;padding:1rem}.compact-list .kiosk-option strong{font-size:1.05rem}.split-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);gap:1rem;align-items:start}.click-row{cursor:pointer}.click-row:hover{background:#f7fafc}.click-cell{cursor:pointer}.click-cell:hover{background:#f7fafc}.button-row{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;margin:.75rem 0}.button-row>input,.button-row>select{flex:1 1 220px}.compact-toolbar{margin-bottom:.45rem}.compact-toolbar select,.people-toolbar input{max-width:280px}.event-list{display:grid;gap:1rem}.event-main{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.event-main>div{min-width:0}.event-card h3{overflow-wrap:anywhere}.event-qr{flex:0 0 auto}.automation-step{border-top:1px solid var(--borde);padding-top:.75rem;margin-top:.75rem}.json-box{background:#102033;color:#eaf2f8;border-radius:8px;padding:.9rem;overflow:auto;font-size:.82rem}.run-log{border-top:1px solid var(--borde);padding-top:.8rem;margin-top:.8rem}.event-invite-panel{border-top:1px solid var(--borde);margin-top:1rem;padding-top:1rem}.invite-picker{display:flex;gap:.5rem;flex-wrap:wrap;max-height:180px;overflow:auto;padding:.4rem;border:1px solid var(--borde);border-radius:8px;background:#fbfdff;margin-bottom:.8rem}.automation-builder{margin-bottom:1rem}.builder-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.builder-header h3{margin-bottom:.2rem}.switch-row{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap;margin:0}.trigger-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.75rem}.choice-card{min-height:96px;text-align:left;color:var(--texto);background:#fff;border:1px solid var(--borde);padding:.85rem}.choice-card strong,.choice-card span{display:block}.choice-card strong{color:var(--azul);margin-bottom:.25rem}.choice-card span{color:#5b6b7b;font-size:.84rem}.choice-card.selected{border-color:var(--dorado);box-shadow:inset 0 0 0 2px var(--dorado);background:#f2f8fc}.inline-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,240px));gap:.75rem;margin:.8rem 0}.flow-canvas{display:grid;gap:.9rem}.flow-step{position:relative;border:1px solid var(--borde);border-radius:8px;padding:.9rem;background:#fbfdff}.flow-step:before{content:"";position:absolute;left:24px;top:-.9rem;height:.9rem;border-left:2px solid var(--borde)}.flow-step:first-child:before{display:none}.flow-step-head{display:grid;grid-template-columns:auto minmax(180px,1fr) auto auto auto;gap:.5rem;align-items:center;margin-bottom:.8rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:var(--azul);color:#fff;font-weight:700;font-size:.85rem}.icon-text{padding:.45rem .7rem;font-size:.82rem}.step-config{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.step-config .wide{grid-column:1 / -1}.tool-grid{display:flex;gap:.5rem;flex-wrap:wrap}.tool-chip{display:inline-flex;align-items:center;gap:.4rem;margin:0;padding:.45rem .6rem;border:1px solid var(--borde);border-radius:999px;background:#fff;font-weight:500}.step-palette{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0}.flow-preview{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin:.85rem 0}.preview-pill{display:inline-block;border:1px solid var(--borde);border-radius:999px;padding:.35rem .65rem;background:#f7fafc;color:var(--azul);font-size:.82rem;font-weight:700}.flow-arrow{color:#708090;font-weight:700}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:1rem}.user-form{border-top:1px solid var(--borde);border-bottom:1px solid var(--borde);padding:1rem 0;margin:1rem 0}.user-form h4{margin:0 0 .4rem;color:var(--azul)}.status-tile{border:1px solid var(--borde);border-radius:8px;padding:.85rem;background:#fbfdff}.status-tile span,.status-tile strong{display:block}.status-tile span{color:#5b6b7b;font-size:.78rem;text-transform:uppercase}.status-tile strong{color:var(--azul);font-size:1.35rem;margin-top:.2rem}.metric-button{width:100%;text-align:left;color:var(--texto);cursor:pointer}.metric-button:hover{border-color:var(--dorado);background:#f2f8fc}.dashboard-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(150px,1fr)) auto;gap:.75rem;align-items:end}.report-filters{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.report-table{overflow-x:auto}.card>table,.event-invite-panel>table,.event-card>table,.merge-panel>table{min-width:760px}.report-table table{min-width:980px}.dashboard-check{min-height:40px;align-items:center}.building-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.building-head h3{margin:0}tr.long-visit{background:#fff9ed}tr.very-long-visit{background:#fff4f2}.return-visit-grid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,280px);gap:1rem;align-items:start}.pass-panel{text-align:center;border:1px solid var(--borde);border-radius:8px;padding:1rem;background:#fbfdff}.profile-edit,.merge-panel{border-top:1px solid var(--borde);margin-top:1rem;padding-top:1rem}.merge-panel h4{margin:0 0 .2rem;color:var(--azul)}@media(max-width:760px){header.app-bar{align-items:flex-start;flex-wrap:wrap;gap:.7rem;padding:.75rem}.app-brand{width:100%;min-width:0}.app-brand img{width:min(180px,56vw)}header.app-bar nav{order:3;width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.2rem}header.app-bar nav a{flex:0 0 auto}header.app-bar .who{flex:1 1 160px}header.app-bar>button{flex:0 1 auto}main{margin:1rem auto;padding:0 .75rem}.card{padding:1rem}.toolbar{align-items:stretch;flex-wrap:wrap}.toolbar h2{width:100%;flex-basis:100%}.people-toolbar input{max-width:none}.field-row,.split-layout{grid-template-columns:1fr}.builder-header{flex-direction:column}.flow-step-head{grid-template-columns:auto 1fr}.flow-step-head button{grid-column:span 1}.return-visit-grid,.dashboard-filters{grid-template-columns:1fr}.kiosk-head h1{font-size:2.1rem}.kiosk{padding-top:1rem}.visit-row{align-items:stretch;flex-direction:column}.building-head{align-items:flex-start;flex-direction:column}.actions{white-space:normal}.actions button,.actions .btn{width:100%}.event-main{align-items:flex-start;flex-direction:column}.scan-mode-row,.inline-fields{grid-template-columns:1fr}.status-grid,.role-grid{grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr))}}@media(max-width:520px){main{padding:0 .55rem}.grid,.trigger-grid,.step-config{grid-template-columns:1fr}.toolbar>button,.toolbar>.btn,.toolbar>input,.toolbar>select{width:100%}.button-row>button,.button-row>.btn,.button-row>input,.button-row>select{width:100%;flex-basis:100%}.kiosk{padding:.75rem .55rem 2rem}.kiosk-head img{max-height:130px;object-position:center}.kiosk-head h1{font-size:1.75rem}.kiosk-head.compact h1{font-size:1.55rem}.kiosk-option{padding:1rem}.kiosk-option strong{font-size:1.12rem}.signature-pad{height:180px}.success{padding:1.2rem}.pass-qr{width:min(220px,78vw);height:auto}.flow-step-head{grid-template-columns:1fr}.step-number{width:34px;height:34px}.tool-chip{width:100%;border-radius:8px}.camera-reader{min-height:220px}.report-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media print{header.app-bar,.no-print{display:none!important}body{background:#fff}main{max-width:none;margin:0;padding:0}.card{border:none;padding:0}.report-summary{grid-template-columns:repeat(4,1fr)}.report-table{overflow:visible}.report-table table{min-width:0;font-size:.78rem}th,td{padding:.3rem}}
