.operations-page{display:grid;gap:18px}.operations-hero{display:flex;align-items:center;gap:18px;padding:24px 28px;border-radius:24px;background:linear-gradient(135deg,#0d2b60,#225d98);color:#fff;box-shadow:0 15px 36px rgba(13,43,96,.18)}.operations-hero>span{display:grid;place-items:center;flex:0 0 64px;width:64px;height:64px;border-radius:20px;background:rgba(255,255,255,.13)}.operations-hero>span .icon{width:30px;height:30px}.operations-hero h2{margin:4px 0;font-size:clamp(1.25rem,2.5vw,2rem)}.operations-hero p{margin:0;color:#d8e8fb}.operations-hero.route{background:linear-gradient(135deg,#123d72,#1484b8)}.operations-hero.checklist{background:linear-gradient(135deg,#17467d,#16845b)}.operations-result-panel{overflow:hidden}.operations-result{display:grid;place-items:center;min-height:315px;padding:32px;text-align:center}.operations-result small,.operations-result span{color:var(--muted)}.operations-result strong{margin:8px 0;font-size:clamp(3rem,8vw,6rem);line-height:1;color:var(--primary);letter-spacing:-.05em}.operations-result button{margin-top:22px}.operations-reference-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:9px}.operations-reference-grid article{padding:13px;border:1px solid var(--border);border-radius:14px;background:var(--card)}.operations-reference-grid strong,.operations-reference-grid span{display:block}.operations-reference-grid span{margin-top:4px;color:var(--muted);font-size:.7rem}.operations-empty{display:grid;place-items:center;min-height:360px;padding:40px;text-align:center}.operations-empty>.icon{width:52px;height:52px;color:#2b79ba}.operations-empty h3{margin:12px 0 4px}.operations-empty p{color:var(--muted)}.operations-route-summary{display:grid;gap:18px}.route-distance{padding:20px;border-radius:18px;background:linear-gradient(135deg,#0d2b60,#225d98);color:#fff}.route-distance small,.route-distance span,.route-distance strong{display:block}.route-distance small,.route-distance span{color:#d8e8fb}.route-distance strong{margin:5px 0;font-size:2.3rem}.route-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.route-stats article,.route-clock-grid article{padding:13px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.route-stats small,.route-stats strong,.route-clock-grid span,.route-clock-grid strong,.route-clock-grid small{display:block}.route-stats small,.route-clock-grid span,.route-clock-grid small{color:var(--muted);font-size:.72rem}.route-stats strong{margin-top:4px}.route-clock-grid{display:grid;gap:8px}.route-clock-grid strong{margin:4px 0;font-size:1.05rem}.checklist-board{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.checklist-card{overflow:hidden}.checklist-progress{height:5px;background:var(--surface)}.checklist-progress i{display:block;height:100%;background:linear-gradient(90deg,#2b79ba,#79a92b);transition:.2s}.checklist-items{display:grid;padding:10px 18px}.checklist-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border);cursor:pointer}.checklist-item>input{position:absolute;opacity:0;pointer-events:none}.checklist-item>span{display:grid;place-items:center;width:24px;height:24px;border:2px solid #97a9c2;border-radius:8px;color:transparent}.checklist-item.done>span{border-color:#16845b;background:#16845b;color:#fff}.checklist-item.done>strong{text-decoration:line-through;color:var(--muted)}.checklist-item>span .icon{width:14px}.checklist-item>button{width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.checklist-item>button:hover{background:var(--surface);color:#b42318}.checklist-add-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px 18px}.checklist-note{padding:0 18px 18px}.checklist-note textarea{resize:vertical}.operations-page .info-banner{margin:0}
@media(max-width:1180px){.operations-reference-grid{grid-template-columns:repeat(4,1fr)}.checklist-board{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.operations-hero{align-items:flex-start;padding:19px}.operations-hero>span{flex-basis:48px;width:48px;height:48px;border-radius:15px}.operations-reference-grid{grid-template-columns:repeat(2,1fr)}.checklist-board{grid-template-columns:1fr}.route-stats{grid-template-columns:1fr}.operations-result{min-height:240px}.checklist-add-form{grid-template-columns:1fr}}
