*{box-sizing:border-box}body{margin:0;background:#f5f7fa;color:#172033;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.owner-header{height:76px;background:#fff;border-bottom:1px solid #e5e9ef;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;z-index:10}.brand{text-decoration:none;color:#082b5c;display:flex;flex-direction:column}.brand strong{font-size:23px;letter-spacing:1px}.brand strong span{color:#f47b20}.brand small{color:#7b8798;margin-top:2px}.back-link{color:#082b5c;text-decoration:none;font-weight:700}.owner-main{width:min(1100px,92%);margin:40px auto 80px}.panel{background:#fff;border:1px solid #e1e6ed;border-radius:22px;padding:28px;box-shadow:0 10px 35px rgba(8,43,92,.06);margin-bottom:24px}.auth-panel{max-width:520px;margin:70px auto}.eyebrow{margin:0 0 7px;color:#f47b20;font-size:11px;font-weight:900;letter-spacing:2.2px}.muted{color:#6d7788}.section-head,.dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.section-head h2,.dashboard-head h1,.auth-panel h1{margin:0;color:#082b5c}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{display:flex;flex-direction:column;gap:7px;color:#082b5c;font-size:13px;font-weight:800}.form-grid .wide{grid-column:1/-1}.form-grid input,.form-grid textarea,.form-grid select{font:inherit;font-weight:500;color:#172033;background:#fff;border:1px solid #dce2e9;border-radius:11px;padding:12px;min-height:47px;outline:none}.form-grid textarea{resize:vertical}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:#f47b20;box-shadow:0 0 0 3px rgba(244,123,32,.12)}.primary,.secondary{min-height:48px;border-radius:11px;padding:0 20px;font-weight:800;font-size:14px;cursor:pointer}.primary{border:0;background:#f47b20;color:#fff}.primary:hover{background:#d96512}.secondary{border:1px solid #d7dee7;background:#fff;color:#082b5c}.hidden{display:none!important}.message{min-height:20px;margin:13px 0 0;color:#b02b2b;font-size:13px;font-weight:700}.notice{padding:12px 14px;border-radius:12px;background:#fff8ed;color:#80500e;margin:0 0 20px;font-size:13px}.status,.hint{padding:7px 11px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.status.pending{background:#fff4df;color:#9a5a00}.hint{background:#eef5ff;color:#24578e}.small{font-weight:500;color:#7b8798;font-size:11px}.check{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:8px!important;font-weight:600!important;color:#536073!important}.check input{min-height:auto;margin-top:3px}.bus-list{display:grid;gap:20px}.bus-card-owner{background:#fff;border:1px solid #e1e6ed;border-radius:20px;padding:22px}.bus-card-top{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.bus-card-top h3{margin:0;color:#082b5c;font-size:20px}.bus-meta{color:#6d7788;font-size:13px;margin:5px 0 0}.media-row{display:flex;gap:9px;overflow:auto;margin:15px 0}.media-row img{width:110px;height:76px;object-fit:cover;border-radius:10px;border:1px solid #e1e6ed}.bus-tools{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:15px}.tool{padding:16px;border-radius:15px;background:#f6f8fb}.tool h4{margin:0 0 12px;color:#082b5c}.seat-buttons{display:grid;grid-template-columns:repeat(8,1fr);gap:7px}.seat-buttons button{min-height:37px;border:1px solid #dce2e9;background:#fff;border-radius:8px;color:#082b5c;font-weight:800;cursor:pointer}.seat-buttons button.selected{background:#082b5c;color:#fff}.seat-buttons button.blocked{background:#dfe4ea;color:#7d8794}.block-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.block-form input,.block-form select{width:100%;min-height:42px;border:1px solid #dce2e9;border-radius:9px;padding:0 9px}.block-form button{min-height:42px}.block-list{margin-top:12px;display:grid;gap:6px}.block-item{display:flex;justify-content:space-between;gap:10px;padding:9px 10px;background:#fff;border:1px solid #e5e9ef;border-radius:9px;font-size:12px}.block-item button{border:0;background:none;color:#b02b2b;font-weight:800;cursor:pointer}.seat-count{display:flex;gap:8px;align-items:center}.seat-count input{width:90px;min-height:42px;border:1px solid #dce2e9;border-radius:9px;padding:0 9px}.seat-count button{min-height:42px}.empty{padding:30px;border:1px dashed #ccd5df;border-radius:16px;background:#fff;text-align:center;color:#6d7788}@media(max-width:760px){.owner-header{padding:0 4%}.owner-main{width:94%;margin-top:20px}.panel{padding:20px}.form-grid,.bus-tools{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.dashboard-head,.section-head{align-items:flex-start;flex-direction:column}.seat-buttons{grid-template-columns:repeat(5,1fr)}.block-form{grid-template-columns:1fr}.back-link{font-size:12px}}