:root{--primary: #13407A;--primary-dark: #0C2A52;--accent: #F5B301;--success: #1B8A5A;--success-dark: #0F5C3C;--warning: #B25E02;--danger: #B3261E;--danger-dark: #7C1913;--surface: #F6F7FB;--outline: #D5D9E3;--text: #121826;--text-muted: #5A6376;--radius: 12px;--shadow: 0 1px 2px rgba(18, 24, 38, .06)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--surface);-webkit-text-size-adjust:100%}h1,h2,h3{margin:0 0 8px;line-height:1.25}h1{font-size:22px;font-weight:700}h2{font-size:18px;font-weight:700}h3{font-size:16px;font-weight:600}p{margin:0 0 12px}a{color:var(--primary)}.app-bar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:11px;padding:10px 16px;background:#ffffffeb;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--outline);box-shadow:0 1px 3px #1218260d}.app-bar .brand{font-weight:700;font-size:16px;letter-spacing:-.2px;line-height:1.15}.app-bar .brand small{display:block;font-size:10px;font-weight:600;letter-spacing:.6px;color:var(--text-muted)}.app-bar .spacer{flex:1}.user-chip{display:flex;align-items:center;gap:9px;min-width:0}.avatar{width:36px;height:36px;flex:none;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:grid;place-items:center;font-size:13px;font-weight:700;letter-spacing:.3px}.user-meta{min-width:0;line-height:1.3}.user-meta .nm{font-size:13px;font-weight:600;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-meta .rl{font-size:10px;font-weight:700;letter-spacing:.5px;color:var(--text-muted);text-transform:uppercase}.icon-btn{width:40px;height:40px;min-height:40px;flex:none;padding:0;display:grid;place-items:center;font-size:15px;background:var(--surface);color:var(--text);border:1px solid var(--outline);border-radius:12px}@media (max-width: 430px){.user-meta{display:none}}.page{max-width:720px;margin:0 auto;padding:16px 16px 96px}.page.wide{max-width:1200px}.card{background:#fff;border:1px solid var(--outline);border-radius:16px;padding:16px;box-shadow:var(--shadow);margin-bottom:16px}.row{display:flex;gap:12px;align-items:center}.col{display:flex;flex-direction:column;gap:12px}.grow{flex:1}.muted{color:var(--text-muted);font-size:13px}.center{text-align:center}.field{margin-bottom:18px}.field>label{display:block;font-weight:600;font-size:15px;margin-bottom:6px}.field .hint{font-size:13px;color:var(--text-muted);margin-top:6px}.field .error{font-size:13px;color:var(--danger);margin-top:6px}.req{color:var(--danger)}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],input[type=date],select,textarea{width:100%;padding:14px;font:inherit;color:inherit;background:#fff;border:1px solid var(--outline);border-radius:var(--radius)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #13407a1f}textarea{min-height:84px;resize:vertical}button{font:inherit;font-weight:600;min-height:48px;padding:12px 20px;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;background:var(--primary);color:#fff}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:#fff;color:var(--text);border-color:var(--outline)}button.danger{background:var(--danger)}button.success{background:var(--success)}button.link{background:none;color:var(--primary);border:0;min-height:0;padding:4px 0}button.block{width:100%}.checkline{display:flex;gap:12px;align-items:flex-start;padding:6px 0}.checkline input[type=checkbox]{width:22px;height:22px;margin-top:2px;flex:none}.checkline label{font-size:15px}.banner{display:flex;gap:10px;padding:12px;border-radius:var(--radius);border:1px solid;font-size:14px;margin-bottom:14px}.banner strong{display:block}.banner.info{background:#eef2f9;border-color:#c3d0e6}.banner.warn{background:#fdf3e6;border-color:#f0cfa0}.banner.danger{background:#fdecea;border-color:#f2b8b3}.banner.success{background:#e9f6ef;border-color:#b3ddc7}.chip{display:inline-block;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.chip.ok{background:#e9f6ef;color:var(--success)}.chip.warn{background:#fdf3e6;color:var(--warning)}.chip.danger{background:#fdecea;color:var(--danger)}.chip.neutral{background:#eef0f5;color:var(--text-muted)}.stepper{display:flex;gap:6px;margin-bottom:8px}.stepper span{flex:1;height:6px;border-radius:3px;background:var(--outline)}.stepper span.done{background:var(--primary)}.actions{position:fixed;left:0;right:0;bottom:0;display:flex;gap:12px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--outline)}.actions .grow{flex:2}.photo-box{width:104px;height:128px;flex:none;border:1px solid var(--outline);border-radius:var(--radius);background:var(--surface);display:grid;place-items:center;overflow:hidden}.photo-box img{width:100%;height:100%;object-fit:cover}.photo-box.error{border-color:var(--danger);border-width:2px}.sign-pad{width:100%;height:190px;background:#fff;border:1px solid var(--outline);border-radius:var(--radius);touch-action:none}.sign-pad.error{border-color:var(--danger);border-width:2px}.rules-box{height:320px;overflow-y:auto;padding:14px;background:var(--surface);border:1px solid var(--outline);border-radius:var(--radius);font-size:14px}.rules-box h2{font-size:15px;margin-top:16px}.rules-box ul{padding-left:20px}.bus-card{border-radius:20px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));padding:16px 12px 12px;color:#fff}.bus-card.frame-green{background:linear-gradient(135deg,var(--success),var(--success-dark))}.bus-card.frame-red{background:linear-gradient(135deg,var(--danger),var(--danger-dark))}.bus-card .head{display:flex;align-items:center;gap:10px;padding:0 6px 12px}.bus-card .head img{filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}.bus-card .org{font-size:13px;font-weight:700;letter-spacing:.6px}.bus-card .kind{font-size:11px;font-weight:600;letter-spacing:1.1px;color:var(--accent)}.bus-card .body{background:#fff;color:var(--text);border-radius:14px;padding:16px}.bus-card .watermark{width:150px;height:auto;margin-left:auto;align-self:center;opacity:.35;filter:grayscale(1);pointer-events:none}.bus-card .foot{font-size:9.5px;color:#ffffffb3;padding:12px 6px 0}.bus-card .name{font-size:17px;font-weight:800;line-height:1.2}.bus-card .photo{width:84px;height:104px;flex:none;border:1px solid var(--outline);border-radius:10px;overflow:hidden;background:var(--surface)}.bus-card .photo img{width:100%;height:100%;object-fit:cover}.bus-card .qr{padding:8px;background:#fff;border:1px solid var(--outline);border-radius:10px}.bus-card .qr img{display:block;width:108px;height:108px}.micro{font-size:9px;letter-spacing:.9px;font-weight:700;color:var(--text-muted)}.micro+div{font-size:13.5px;font-weight:600}table{width:100%;border-collapse:collapse;font-size:14px}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--outline)}th{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}tbody tr:hover{background:var(--surface)}.table-wrap{overflow-x:auto}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(152px,1fr));gap:12px;margin-bottom:16px}.stat{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--outline);border-radius:16px;padding:12px 14px;box-shadow:var(--shadow)}.stat .badge{width:38px;height:38px;flex:none;border-radius:12px;display:grid;place-items:center;font-size:16px;background:var(--surface)}.stat.warn .badge{background:#fdf3e6}.stat.ok .badge{background:#e9f6ef}.stat.danger .badge{background:#fdecea}.stat.info .badge{background:#eef2f9}.stat .n{font-size:22px;font-weight:800;line-height:1.05}.stat .k{font-size:11.5px;color:var(--text-muted);margin-top:2px}.admin-hero{position:relative;overflow:hidden;border-radius:22px;padding:20px 22px;margin-bottom:16px;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 65%);color:#fff;box-shadow:0 10px 26px #0c2a5233}.admin-hero .hero-bus{position:absolute;right:-52px;top:-8px;width:150px;opacity:.1;filter:grayscale(1) brightness(2.4);pointer-events:none}.admin-hero h1{font-size:22px;font-weight:800;margin:0}.admin-hero .sub{font-size:12.5px;color:#ffffffc7;margin-top:4px}.admin-hero-top{position:relative;z-index:1;display:flex;align-items:flex-start;gap:12px}@media (max-width: 560px){.admin-hero-top{flex-direction:column}.admin-hero-top button{align-self:stretch}}.dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:16px}.dash-card{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid var(--outline);border-radius:16px;padding:14px;box-shadow:var(--shadow)}.dash-card-head{display:flex;align-items:center;gap:10px}.dash-card-head .ico{width:34px;height:34px;flex:none;border-radius:10px;background:var(--surface);display:grid;place-items:center;font-size:16px}.dash-card-title{font-weight:700;font-size:14px}.dash-card-body{flex:1}.trip-timeline{list-style:none;margin:0;padding:0;display:grid;gap:12px;max-height:220px;overflow-y:auto}.trip-timeline li{display:flex;gap:10px;font-size:13px;line-height:1.4}.trip-timeline .dot{width:8px;height:8px;margin-top:5px;flex:none;border-radius:50%;background:var(--primary)}.seg{display:flex;flex-wrap:wrap;gap:4px;padding:4px;background:#fff;border:1px solid var(--outline);border-radius:14px;margin-bottom:12px}.seg button{min-height:38px;padding:8px 14px;font-size:13.5px;font-weight:600;background:transparent;color:var(--text-muted);border:0;border-radius:10px}.seg button.on{background:var(--primary);color:#fff}.panel-summary{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;list-style:none}.panel-summary::-webkit-details-marker{display:none}.panel-summary .ico{width:32px;height:32px;flex:none;border-radius:10px;background:var(--surface);display:grid;place-items:center;font-size:15px}.panel-summary .grow{min-width:0}.panel-summary .sub{font-size:12px;font-weight:400;color:var(--text-muted)}.crew-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;padding:10px 12px;margin-bottom:12px;background:var(--surface);border:1px solid var(--outline);border-radius:14px}.crew-item{display:flex;gap:9px;align-items:center;min-width:0}.crew-item .ico{font-size:16px;flex:none}.crew-item .k{display:block;font-size:10.5px;font-weight:700;letter-spacing:.5px;color:var(--text-muted);text-transform:uppercase}.crew-item .v{display:block;font-size:13.5px;font-weight:600}.crew-item .v em{font-weight:400;font-style:normal;font-size:12.5px}.sched-table .t{width:104px}@media (max-width: 480px){.sched-table th,.sched-table td{padding:8px 6px}.sched-table th{font-size:9.5px;letter-spacing:.2px}.sched-table td{font-size:12.5px}.sched-table .t{width:76px}}.bus-list{display:grid;gap:8px;margin-bottom:12px}.bus-item{padding:10px 12px;background:var(--surface);border:1px solid var(--outline);border-radius:14px}.bus-head{display:flex;align-items:center;gap:8px;font-size:14.5px}.bus-head .ico{font-size:16px}.bus-crew{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:6px 12px;margin-top:8px;padding-left:24px}.bus-crew .k{display:block;font-size:10.5px;font-weight:700;letter-spacing:.5px;color:var(--text-muted);text-transform:uppercase}.bus-crew .v{display:block;font-size:13.5px;font-weight:600}.bus-crew .v em{font-weight:400;font-style:normal;font-size:12.5px}.bus-editor{padding:14px;margin-bottom:14px;border:1px solid var(--outline);border-radius:16px}.tps-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px}.tps-opt{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--surface);border:1px solid var(--outline);border-radius:12px;font-size:13px}.tps-opt.on{background:#eef2f9;border-color:#c3d0e6}.tps-check{display:flex;align-items:center;gap:8px;flex:1;min-width:0;cursor:pointer}.tps-check input{width:20px;height:20px;flex:none}.tps-times{display:flex;gap:6px;flex:none}.tps-times input{width:92px;padding:6px 8px;font-size:12.5px}@media (max-width: 480px){.tps-opt{flex-direction:column;align-items:stretch}.tps-times input{flex:1;width:auto}}.fleet{margin-bottom:12px}.fleet-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) 44px;gap:10px;align-items:end;padding:10px;margin-bottom:8px;background:var(--surface);border:1px solid var(--outline);border-radius:14px}.fleet-row label{display:block}.fleet-row .lbl{display:block;font-size:11.5px;font-weight:600;color:var(--text-muted);margin-bottom:4px}.fleet-del{min-height:44px;padding:0;color:var(--danger)}@media (max-width: 560px){.fleet-row{grid-template-columns:1fr}.fleet-del{min-height:40px}}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#12182673;z-index:30;display:flex;justify-content:flex-end}.drawer{width:min(760px,100%);height:100%;overflow-y:auto;background:var(--surface);padding:16px}.load-bar{height:8px;border-radius:4px;background:var(--outline);overflow:hidden}.load-bar>span{display:block;height:100%;background:var(--success)}.load-bar>span.warn{background:var(--warning)}.load-bar>span.danger{background:var(--danger)}.hero{position:relative;overflow:hidden;border-radius:24px;padding:22px 20px 20px;margin-bottom:16px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 72%);color:#fff;box-shadow:0 10px 26px #0c2a5233}.hero .hero-bus{position:absolute;right:-28px;top:4px;width:165px;opacity:.13;filter:grayscale(1) brightness(2.4);pointer-events:none}.hero-greet{font-size:12.5px;font-weight:600;letter-spacing:.4px;color:var(--accent)}.hero-name{font-size:24px;font-weight:800;line-height:1.15;margin-top:2px}.hero-sub{font-size:13px;color:#ffffffc7;margin-top:6px;max-width:24ch}.hero-stats{position:relative;z-index:1;display:flex;gap:8px;margin-top:18px}.hero-stat{flex:1;padding:10px 12px;border-radius:14px;background:#ffffff2e;border:1px solid rgba(255,255,255,.24)}.hero-stat .n{font-size:21px;font-weight:800;line-height:1}.hero-stat .k{font-size:11px;color:#ffffffd1;margin-top:4px}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}@media (min-width: 560px){.quick-grid{grid-template-columns:repeat(4,1fr)}}.quick-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:86px;padding:12px 6px;font:inherit;color:var(--text);text-align:center;background:#fff;border:1px solid var(--outline);border-radius:18px;box-shadow:var(--shadow)}.quick-tile .ico{position:relative;font-size:21px;line-height:1}.tile-badge{position:absolute;top:-6px;right:-14px;min-width:18px;height:18px;padding:0 5px;background:var(--danger);color:#fff;border-radius:999px;font-size:11px;font-weight:700;line-height:18px;text-align:center}.quick-tile .lbl{font-size:12px;font-weight:600;line-height:1.25}.section-title{font-size:12px;font-weight:700;letter-spacing:.7px;color:var(--text-muted);margin:0 0 10px 2px}.kid-card{border-radius:20px}.kid-head{display:flex;gap:14px;align-items:flex-start}.kid-photo{width:66px;height:80px;flex:none;border-radius:14px;overflow:hidden;background:var(--surface);border:1px solid var(--outline);display:grid;place-items:center}.kid-photo img{width:100%;height:100%;object-fit:cover}.kid-name{font-size:16px;font-weight:700;line-height:1.25}.kid-facts{margin-top:12px;padding:10px 12px;background:var(--surface);border-radius:14px;border:1px solid var(--outline)}.kid-fact{display:flex;gap:9px;align-items:baseline;font-size:13.5px;padding:3px 0}.kid-fact .ico{width:17px;flex:none;text-align:center;opacity:.75}.kid-fact .val{font-weight:600}@media (max-width: 380px){.hero-stat .k{font-size:10px}.quick-tile .lbl{font-size:11px}}@media (min-width: 560px){.hero-sub{max-width:42ch}}@media print{.app-bar,.actions,button{display:none!important}body{background:#fff}}.run-stop{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:8px;background:var(--surface);border:1px solid var(--outline);border-radius:12px}.run-stop button{min-height:40px;padding:8px 14px}.chat-box{max-height:60vh;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.bubble-row{display:flex}.bubble-row.parent{justify-content:flex-end}.bubble{max-width:84%;padding:9px 12px;border-radius:14px;font-size:14.5px;line-height:1.45}.bubble.parent{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.bubble.staff{background:var(--surface);border:1px solid var(--outline);border-bottom-left-radius:4px}.bubble .who{font-size:10.5px;font-weight:700;letter-spacing:.3px;color:var(--text-muted);margin-bottom:3px}.bubble .when{font-size:10.5px;margin-top:4px;opacity:.7}.bubble.parent .when{color:#ffffffd9}.bubble.staff .when{color:var(--text-muted)}.chat-compose{display:flex;gap:8px;align-items:flex-end}.chat-compose textarea{min-height:52px}.chat-compose button{flex:none}.thread-row{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:10px 12px;margin-bottom:8px;background:#fff;color:var(--text);border:1px solid var(--outline);border-radius:12px;font:inherit;min-height:0}.thread-row.on{border-color:var(--primary);background:#eef2f9}.thread-row .preview{font-size:12.5px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.chat-admin{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width: 900px){.chat-admin{grid-template-columns:300px 1fr;align-items:start}.thread-list{max-height:60vh;overflow-y:auto}}.thread-row .grow{display:flex;flex-direction:column;gap:2px}.thread-open{border:1px solid var(--outline);border-radius:14px;padding:12px}
