.login-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{background:radial-gradient(circle at top right,#fdecc8 0,#fff 60%);border-radius:28px;padding:32px 32px 28px;max-width:440px;width:100%;box-shadow:0 20px 40px #00000014,0 0 0 1px #012c180a}.login-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.login-logo-img{width:52px;height:52px;object-fit:contain;display:block}.login-logo-text{display:flex;flex-direction:column;line-height:1}.login-logo-title{font-family:Bebas Neue,system-ui,sans-serif;letter-spacing:.18em;font-size:20px}.login-logo-subtitle{font-size:11px;color:#3b4a3b}.login-heading{margin:8px 0 4px;font-size:32px}.login-banner{margin-bottom:12px;padding:10px 14px;border-radius:12px;font-size:13px}.login-banner code{background:#00000014;padding:2px 6px;border-radius:4px}.login-banner-error{background:#ffe6e9;color:#7a1020}.login-banner-warn{background:#fff7e6;color:#6b4a00}.login-subheading{margin:0 0 20px;font-size:14px;color:#475347}.login-form{display:flex;flex-direction:column;gap:12px}.login-label{display:flex;flex-direction:column;gap:4px;font-size:13px}.login-input{border-radius:999px;border:1px solid #dde3d9;padding:9px 14px;font-size:14px;outline:none;transition:border .12s ease,box-shadow .12s ease,background .12s ease;background:#ffffffe6}.login-input:focus{border-color:#ffaa1c;box-shadow:0 0 0 1px #ffaa1c33;background:#fff}.login-error{background:#ffe6e9;color:#7a1020;border-radius:999px;padding:8px 12px;font-size:12px}.login-button{margin-top:4px;border-radius:999px;border:none;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#ffaa1c,#ffbf4d);color:#012c18;box-shadow:0 8px 16px #ffaa1c59;transition:transform 80ms ease,box-shadow 80ms ease,opacity 80ms ease}.login-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #ffaa1c6b}.login-button:active{transform:translateY(0);box-shadow:0 4px 10px #ffaa1c59}.login-button:disabled{opacity:.7;cursor:default}.login-hint{margin-top:4px;font-size:11px;color:#687468}.login-hint code{background:#012c180a;padding:1px 6px;border-radius:999px}@media (max-width: 520px){.login-card{padding:24px 18px 20px;border-radius:20px}}.dash-root{display:flex;flex-direction:column;gap:20px}.dash-header{display:flex;justify-content:space-between;align-items:flex-end}.dash-title{font-size:32px;margin:0 0 4px}.dash-subtitle{margin:0;font-size:14px;color:#475347}.dash-loading{padding:32px 0;font-size:14px;color:#475347}.dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.dash-card{background:#fff;border-radius:18px;padding:16px 16px 14px;box-shadow:0 10px 25px #0000000a,0 0 0 1px #012c180a}.dash-card-link{display:block;text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .15s ease}.dash-card-link:hover{box-shadow:0 14px 32px #0000000f,0 0 0 1px #012c1814;transform:translateY(-1px)}.dash-card-header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}.dash-tour-name{font-weight:600;font-size:15px}.dash-status{border-radius:999px;padding:4px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.dash-status-open{background:#e5f6ed;color:#014923}.dash-status-on_request{background:#fff7e6;color:#8a5a00}.dash-status-closed{background:#f1f1f1;color:#555}.dash-status-completed{background:#e0f5f2;color:#0c6d5d}.dash-status-cancelled{background:#ffe6ea;color:#8a1024}.dash-dates{font-size:13px;color:#687468;margin-bottom:10px}.dash-occupancy-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:6px}.dash-occupancy-pill{border-radius:999px;padding:2px 10px;font-size:11px}.dash-occupancy-low{background:#e5f6ed;color:#014923}.dash-occupancy-medium{background:#fff7e6;color:#8a5a00}.dash-occupancy-high{background:#ffe6d2;color:#7d2300}.dash-progress{position:relative;width:100%;height:6px;border-radius:999px;background:#f0f3ef;overflow:hidden}.dash-progress-bar{position:absolute;top:0;left:0;bottom:0;border-radius:999px}.dash-progress-low{background:linear-gradient(90deg,#8fd3a0,#1b998b)}.dash-progress-medium{background:linear-gradient(90deg,#ffcf70,#ffaa1c)}.dash-progress-high{background:linear-gradient(90deg,#ff7b5c,#d7263d)}.dash-empty{padding:24px;font-size:14px;color:#475347;border-radius:16px;background:#fdecc873;border:1px dashed rgba(1,44,24,.2)}@media (max-width: 600px){.dash-root{gap:14px}.dash-title{font-size:26px}.dash-grid{grid-template-columns:1fr;gap:12px}.dash-card{padding:12px;border-radius:14px}.dash-tour-name{font-size:14px}.dash-dates,.dash-occupancy-row{font-size:12px}}.book-root{display:flex;flex-direction:column;gap:12px}.book-title{margin:0;font-size:26px}.book-subtitle{margin:0 0 8px;font-size:13px;color:#475347}.book-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 18px #00000008,0 0 0 1px #012c180a}.book-table-wrap{width:100%;overflow-x:auto}.book-cards{display:none}.book-table th,.book-table td{padding:8px 10px;border-bottom:1px solid #f0f3ef}.book-table th{text-align:left;font-weight:600;background:#f8faf7}.book-table tbody tr:last-child td{border-bottom:none}.book-empty{margin-top:8px;font-size:13px;color:#687468}@media (max-width: 680px){.book-title{font-size:24px}.book-table{min-width:640px;font-size:12px}.book-table th,.book-table td{padding:8px}}@media (max-width: 600px){.book-table-wrap{display:none}.book-cards{display:grid;grid-template-columns:1fr;gap:10px}.book-card{background:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 8px 18px #00000008,0 0 0 1px #012c180a}.book-card-headline{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;gap:10px}.book-card-id{font-weight:700;color:#1d2d24}.book-card-seats{border-radius:999px;background:#f8faf7;padding:2px 8px;font-size:12px;color:#5d685d;white-space:nowrap}.book-card-client{font-weight:600;margin-bottom:0}.book-card-tour{font-size:13px;margin-bottom:2px}.book-card-dates{font-size:12px;color:#687468}}.dep-root{display:flex;flex-direction:column;gap:14px}.dep-title{margin:0;font-size:44px;line-height:1;color:#0f281f}.dep-subtitle{margin:0;color:#4f5753}.dep-loading,.dep-empty{padding:18px;border-radius:12px;background:#fff}.dep-error{padding:10px 12px;border-radius:10px;background:#f8dfe2;color:#7c2b34;font-size:14px}.dep-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:14px;background:#fff}.dep-table-wrap{width:100%;overflow-x:auto}.dep-cards{display:none}.dep-table th,.dep-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #eef0eb}.dep-table th{color:#4f5753;font-size:13px;font-weight:600}.dep-select{border:1px solid #d7ddd4;border-radius:8px;padding:6px 8px;background:#fff;color:#1a2b23}@media (max-width: 760px){.dep-title{font-size:32px}.dep-table{min-width:640px}.dep-table th,.dep-table td{padding:10px}}@media (max-width: 600px){.dep-table-wrap{display:none}.dep-cards{display:grid;grid-template-columns:1fr;gap:10px}.dep-card{background:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 8px 18px #00000008,0 0 0 1px #012c180a;display:flex;flex-direction:column;gap:8px}.dep-card-tour{font-weight:700;color:#1d2d24}.dep-card-dates{font-size:12px;color:#687468}.dep-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}.dep-card-seats{font-size:13px;color:#2d3d34}.dep-select{font-size:12px;padding:5px 7px}}.dep-detail-root{max-width:720px}.dep-detail-back{display:inline-block;margin-bottom:16px;color:#024328;text-decoration:none;font-size:14px}.dep-detail-back:hover{text-decoration:underline}.dep-detail-header{margin-bottom:28px}.dep-detail-title{margin:0 0 8px;font-size:28px;color:#0f281f}.dep-detail-dates{margin:0 0 4px;color:#4f5753}.dep-detail-occupancy{margin:0;color:#4f5753;font-size:14px}.dep-detail-participants h2{margin:0 0 12px;font-size:18px;color:#0f281f}.dep-detail-empty{color:#4f5753;margin:0}.dep-detail-content{display:grid;gap:12px}.dep-detail-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.dep-detail-table-wrap{width:100%;overflow-x:auto}.dep-detail-cards{display:none}.dep-detail-card{background:#fff;border:1px solid #e7ece6;border-radius:12px;padding:12px}.dep-detail-card-headline{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px}.dep-detail-card-name{font-weight:600;color:#0f281f}.dep-detail-card-seats{border-radius:999px;background:#f4f8f3;color:#2a5c43;font-size:12px;padding:4px 8px}.dep-detail-card-id,.dep-detail-card-status{font-size:13px;color:#4f5753}.dep-detail-table th,.dep-detail-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #eef0eb}.dep-detail-table th{color:#4f5753;font-size:13px;font-weight:600}.dep-detail-id{font-family:ui-monospace,monospace;font-size:13px}.dep-detail-loading,.dep-detail-error{padding:24px;color:#4f5753}.dep-detail-error{color:#7c2b34}@media (max-width: 760px){.dep-detail-title{font-size:24px}.dep-detail-table-wrap{display:none}.dep-detail-cards{display:grid;gap:10px}}.layout-root{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.layout-sidebar{background:linear-gradient(180deg,#012c18,#024328 60%,#012c18);color:#fdecc8;padding:24px 20px;display:flex;flex-direction:column;gap:32px}.layout-logo{display:flex;align-items:center;gap:12px}.layout-logo-img{width:48px;height:48px;object-fit:contain;display:block}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-title{font-family:Bebas Neue,system-ui,sans-serif;letter-spacing:.16em;font-size:18px}.logo-subtitle{font-size:11px;opacity:.8}.layout-nav{display:flex;flex-direction:column;gap:8px}.logout-button{margin-top:auto;padding:10px 12px;border-radius:999px;border:1px solid rgba(253,236,200,.4);background:transparent;color:#fdecc8;cursor:pointer;font-size:14px}.logout-button:hover{background:#fdecc824}.nav-link{padding:10px 12px;border-radius:999px;font-size:14px;color:#fdecc8;opacity:.85;transition:background .12s ease,opacity .12s ease,transform 80ms ease}.nav-link:hover{background:#fdecc824;opacity:1}.nav-link.active{background:#fdecc8;color:#012c18;opacity:1}.layout-main{padding:24px 32px}.layout-main-inner{max-width:1120px;margin:0 auto}@media (max-width: 900px){.layout-root{grid-template-columns:1fr}.layout-sidebar{flex-direction:row;align-items:flex-start;gap:16px;padding:14px 12px;overflow-x:auto}.layout-nav{flex-direction:row;gap:4px;flex-wrap:nowrap;min-width:max-content}.layout-main{padding:16px}.logout-button{margin-top:0;white-space:nowrap}}@media (max-width: 640px){.layout-sidebar{flex-direction:column;gap:10px}.layout-logo{width:100%}.layout-logo-img{width:40px;height:40px}.logo-title{font-size:16px}.layout-nav{width:100%;overflow-x:auto;padding-bottom:2px}.logout-button{width:100%;margin-top:4px}.nav-link{white-space:nowrap;font-size:13px;padding:8px 10px}}:root{--color-primary-dark: #012c18;--color-accent: #ffaa1c;--color-accent-soft: #fdecc8;--color-bg: #f9f5ef;--color-surface: #ffffff;--color-text-primary: #102218;--color-text-secondary: #475347;--color-border-subtle: #dde3d9;--color-danger: #d7263d;--color-success: #1b998b}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Open Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text-primary);background:radial-gradient(circle at top left,#fdecc8 0,#f9f5ef,#fff)}#root{min-height:100vh}h1,h2,h3,h4,h5,h6,.heading-display{font-family:Bebas Neue,system-ui,sans-serif;letter-spacing:.05em}button{font-family:inherit}a{color:inherit;text-decoration:none}
