body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-image: url('/img/aeroecho.png'); background-size: cover; background-position: center; background-repeat: no-repeat; opacity: 0.1; }
body { position: relative; font-family: sans-serif, Arial; width: 100%; max-width: 1000px;  min-height: 100vh; line-height: 1.6; margin: 40px auto; padding: 0 20px; color: #333; box-sizing: border-box; }
h1 { margin: 0px; padding-top: 3px; padding-bottom: 1px; }
h2 { font-size: 1.2rem; margin-top: 20px; color: #555; }
h3 { font-size: 0.8rem; margin-top: 15px; color: #777; }
p { margin: 0px; }
a { color: #4682B4; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #87CEEB; text-decoration: underline; }
a:active { color: #FF7F50; }
hr { border: none; height: 1px; background: linear-gradient(to right, transparent, #cccccc, transparent); margin: 1.5rem 0; }
table { width: 100%; border-collapse: collapse; text-align: left; table-layout: fixed; }
tbody tr:hover { background-color: #161b22; }
tbody tr:nth-child(even) { background-color: rgba(255, 255, 255, 0.02); }
th, td { padding: 15px 10px; border-bottom: 1px solid #21262d; word-wrap: break-word; vertical-align: middle; }
th { color: #8b949e; font-weight: 600; text-transform: uppercase; font-size: 0.85rem; }
th:nth-child(1), td:nth-child(1) { width: 15%; }
th:nth-child(2), td:nth-child(2) { width: 17%; }
th:nth-child(3), td:nth-child(3) { width: 14%; }
th:nth-child(4), td:nth-child(4) { width: 14%; }
th:nth-child(5), td:nth-child(5) { width: 11%; }
th:nth-child(6), td:nth-child(6) { width: 11%; }
th:nth-child(7), td:nth-child(7) { width: 18%; }
.legal-notice { font-style: italic; margin-top: 30px; font-size: 0.9rem; color: #666; }
.notice { font-style: italic; margin-top: 0px; font-size: 0.9rem; color: #666; }
.logbook { background-color: #0d1117; color: #c9d1d9; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; border-radius: 8px; padding: 20px; width: 100%; box-sizing: border-box;  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }
.lb-header { border-bottom: 2px solid #30363d; padding-bottom: 15px; margin-bottom: 20px; }
.lb-header h2 { margin: 0; color: #ffffff; font-size: 1.5rem; }
.tbl-container { overflow-x: visible; width: 100%; }
.status { padding: 5px 8px; border-radius: 4px; font-size: 0.8rem; font-weight: 500; display: block; text-align: center; width: 100%; box-sizing: border-box; }
.status.landed { background-color: rgba(46, 160, 67, 0.15); color: #56d364; }
.status.scheduled { background-color: rgba(210, 153, 34, 0.15); color: #e3b341; }
.status.requested { background-color: rgba(210, 210, 210, 0.15); color: #CACACA; }
.cookie-banner-overlay { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.4); display: flex; justify-content: center; align-items: flex-end; z-index: 99999; padding: 20px; box-sizing: border-box; }
.cookie-banner-box { background: #ffffff; color: #333333; padding: 25px; border-radius: 8px; max-width: 600px; width: 100%; box-shadow: 0 4px 20px rgba(0,0,0,0.15); font-family: sans-serif; }
.cookie-banner-box h2 { margin-top: 0; font-size: 1.25rem; }
.cookie-banner-box p { font-size: 0.9rem; line-height: 1.4; }
.cookie-options { margin: 20px 0; display: flex; flex-direction: column; gap: 10px; }
.cookie-option-label { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; cursor: pointer; }
.cookie-option-label.readonly { cursor: not-allowed; opacity: 0.7; }
.cookie-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.cookie-btn { flex: 1; min-width: 140px; padding: 12px 20px; border: none; border-radius: 4px; font-weight: bold; cursor: pointer; font-size: 0.9rem; transition: background 0.2s; }
.btn-primary { background: #2b2b2b; color: #ffffff; }
.btn-primary:hover { background: #111111; }
.btn-secondary { background: #e0e0e0; color: #333333; }
.btn-secondary:hover { background: #cccccc; }
@media (max-width: 768px) {
body { margin: 10px auto; padding: 0 6px; }
small { font-size: 0.6rem; }
.logbook { padding: 12px 6px; } 
th, td { padding: 8px 3px; font-size: 0.68rem; } 
.status { padding: 4px 2px; font-size: 0.6rem; }
}


