*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}:root{--primary-red: #E40000;--primary-red-hover: #C00000;--qantas-red: #E0002A;--qantas-red-dark: #B80022;--qantas-red-light: #FF1744;--accent-blue: #E3F2FD;--accent-green: #E8F5E9;--white: #FFFFFF;--text-dark: #1A1A1A;--text-gray: #666666;--border-gray: #E0E0E0;--background-gray: #F5F5F5;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--disabled-bg: #9CA3AF;--success: #10B981;--warning: #F59E0B;--error: #EF4444;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius: 8px;--radius-lg: 12px;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 24px;--text-2xl: 32px;--text-3xl: 48px}*{margin:0;padding:0;box-sizing:border-box}*:focus-visible{outline:2px solid var(--primary-red);outline-offset:2px}*:focus:not(:focus-visible){outline:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--gray-50);color:var(--text-dark);font-size:var(--text-base);line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,var(--primary-red) 0%,var(--primary-red-hover) 100%);color:var(--white);padding:3rem 1.5rem;text-align:center}.header-content{max-width:800px;margin:0 auto}.logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.logo-icon{font-size:2.5rem}.logo h1{font-size:2rem;font-weight:700;letter-spacing:-.025em}.subheading{font-size:1.25rem;font-weight:600;opacity:.95;margin-bottom:.5rem;letter-spacing:.025em}.tagline{font-size:1.1rem;opacity:.9;margin-bottom:1rem}.main{flex:1;max-width:800px;margin:0 auto;padding:2.5rem 1.5rem;width:100%}.flight-search{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);margin-bottom:2rem}.search-input-group{display:flex;gap:1rem;margin-bottom:.75rem}.input-wrapper{flex:1;display:flex;align-items:center;background:var(--gray-100);border:2px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.input-wrapper:focus-within{border-color:var(--qantas-red)}.input-prefix{padding:.75rem .5rem .75rem 1rem;font-weight:600;color:var(--gray-500);background:var(--gray-100)}.flight-input{flex:1;padding:.75rem 1rem .75rem .25rem;font-size:1.1rem;border:none;background:var(--gray-100);color:var(--gray-800);outline:none}.flight-input::placeholder{color:var(--gray-400)}.search-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:var(--white);background:var(--qantas-red);border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.search-button:hover:not(:disabled){background:var(--qantas-red-dark)}.search-button:active:not(:disabled){transform:scale(.98)}.search-button:disabled{background:var(--disabled-bg);opacity:.5;cursor:not-allowed}.loading-spinner{display:inline-flex;align-items:center;gap:.5rem}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .8s linear infinite}.loading-text{display:inline-block}.loading-dots:after{content:"";animation:dots 1.5s steps(4,end) infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.input-hint{font-size:.875rem;color:var(--gray-500);text-align:center}.recent-flights{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.recent-flights h4{font-size:.875rem;font-weight:500;color:var(--gray-500);margin-bottom:.75rem}.recent-chips{display:flex;flex-wrap:wrap;gap:.5rem}.recent-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:20px;cursor:pointer;transition:all .2s;font-size:.875rem}.recent-chip:hover{background:var(--gray-200);border-color:var(--gray-300)}.chip-flight{font-weight:600;color:var(--qantas-red)}.chip-route{color:var(--gray-600)}.validation-error{padding:.75rem 1rem;background:#fef2f2;border:1px solid #FECACA;border-radius:var(--radius);color:var(--error);font-size:var(--text-sm);margin-bottom:1rem}.error-message{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fef2f2;border:1px solid #FECACA;border-radius:var(--radius);color:var(--error);margin-top:1rem}.error-message .error-icon{flex-shrink:0}.error-message .error-content{flex:1}.error-message .error-title{font-weight:600;margin-bottom:.25rem}.error-message .error-hint{font-size:var(--text-sm);color:var(--gray-600)}.results-section{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.back-button{display:inline-flex;align-items:center;padding:.5rem 1rem;margin-bottom:1rem;font-size:.875rem;color:var(--gray-600);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;transition:all .2s}.back-button:hover{background:var(--gray-50);border-color:var(--gray-300)}.flight-details{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);margin-bottom:1.5rem}.flight-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.flight-number-large{font-size:3rem;font-weight:700;letter-spacing:-.05em;margin-bottom:.5rem}.airline-code{color:var(--qantas-red)}.flight-num{color:var(--gray-800)}.flight-route{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.25rem;color:var(--gray-600)}.airport{font-weight:600;color:var(--gray-700)}.route-arrow{opacity:.7}.flight-info-grid{display:grid;gap:1rem}.info-card{padding:1rem;background:var(--gray-50);border-radius:var(--radius)}.info-label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);margin-bottom:.25rem}.info-value{font-size:1rem;font-weight:500;color:var(--gray-800)}.reminder-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #F59E0B}.reminder-card .info-value.upcoming{color:#b45309;font-weight:600}.reminder-card .info-value.past{color:var(--error)}.timezone-note{font-size:.75rem;color:var(--gray-500);margin-top:.5rem}.warning-banner{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fef3c7;border:1px solid #F59E0B;border-radius:var(--radius);margin-top:1rem}.warning-icon{font-size:1.5rem;flex-shrink:0}.warning-banner strong{color:#b45309}.warning-banner p{font-size:.875rem;color:var(--gray-600);margin-top:.25rem}.seat-tips{margin-top:1.5rem;padding:1rem;background:#ecfdf5;border:1px solid #A7F3D0;border-radius:var(--radius)}.seat-tips h4{font-size:.875rem;font-weight:600;color:#065f46;margin-bottom:.75rem}.seat-tips ul{list-style:none;padding:0}.seat-tips li{font-size:.875rem;color:#047857;padding:.25rem 0 .25rem 1.25rem;position:relative}.seat-tips li:before{content:"•";position:absolute;left:0;color:#10b981}.mock-notice{margin-top:1rem;padding:.75rem;background:var(--gray-100);border-radius:var(--radius);font-size:.875rem;color:var(--gray-600);text-align:center}.mock-notice span:first-child{background:var(--gray-200);padding:.25rem .5rem;border-radius:4px;font-weight:500;margin-right:.5rem}.countdown{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md);margin-bottom:1.5rem;text-align:center}.countdown.past{background:#fee2e2;border:2px solid var(--error)}.countdown-label{font-size:1rem;font-weight:500;color:var(--gray-600);margin-bottom:.75rem}.countdown-timer{display:flex;align-items:center;justify-content:center;gap:.5rem}.countdown-unit{display:flex;flex-direction:column;align-items:center;min-width:60px}.countdown-value{font-size:2.5rem;font-weight:700;color:var(--qantas-red);line-height:1;font-variant-numeric:tabular-nums}.countdown-unit-label{font-size:.75rem;text-transform:uppercase;color:var(--gray-500);margin-top:.25rem}.countdown-separator{font-size:2rem;font-weight:700;color:var(--gray-300);margin-bottom:1rem}.countdown-message{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:var(--error)}.calendar-buttons{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);margin-bottom:1.5rem}.calendar-buttons h3{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:.5rem}.calendar-hint{font-size:.875rem;color:var(--gray-500);text-align:center;margin-bottom:1.5rem}.button-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.calendar-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);text-decoration:none;color:var(--gray-700);font-weight:500;transition:all .2s;cursor:pointer}.calendar-btn:hover{border-color:var(--gray-300);background:var(--gray-50);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-icon{flex-shrink:0;width:24px;height:24px}.btn-icon svg{width:100%;height:100%}.btn-text{font-weight:500}.success-modal{text-align:center;padding:1rem 0}.success-checkmark{margin-bottom:1rem}.success-checkmark svg{animation:checkmark-pop .4s ease-out}@keyframes checkmark-pop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;animation:stroke .6s ease-out forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s ease-out .4s forwards}@keyframes stroke{to{stroke-dashoffset:0}}.success-title{font-size:var(--text-xl);font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.success-summary{font-size:var(--text-base);color:var(--gray-600);margin-bottom:1.5rem}.success-details{text-align:left;background:var(--accent-green);padding:1rem 1.25rem;border-radius:var(--radius);margin-bottom:1.5rem}.success-details h4{font-size:var(--text-sm);font-weight:600;color:#065f46;margin-bottom:.75rem}.success-details ul{list-style:none;padding:0;margin:0}.success-details li{font-size:var(--text-sm);color:#047857;padding:.25rem 0 .25rem 1.25rem;position:relative}.success-details li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.success-dismiss{padding:.75rem 1.5rem;font-size:var(--text-sm);font-weight:500;color:var(--gray-600);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;transition:all .2s}.success-dismiss:hover{background:var(--gray-200);border-color:var(--gray-300)}.preview-toggle{display:block;width:100%;padding:.75rem;font-size:.875rem;color:var(--gray-600);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;transition:all .2s}.preview-toggle:hover{background:var(--gray-200)}.event-preview{margin-top:1rem;padding:1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius)}.event-preview h4{font-size:.875rem;font-weight:600;margin-bottom:1rem}.preview-content{font-size:.875rem}.preview-field{margin-bottom:.75rem}.preview-field.description{margin-bottom:0}.preview-label{font-weight:500;color:var(--gray-500);display:block;margin-bottom:.25rem}.preview-value{color:var(--gray-700)}pre.preview-value{white-space:pre-wrap;font-family:inherit;font-size:.8rem;background:var(--white);padding:.75rem;border-radius:var(--radius);border:1px solid var(--gray-200);max-height:200px;overflow-y:auto}.backup-reminder-option{margin-top:1rem}.backup-hint{font-size:.875rem;color:var(--gray-600);text-align:center}.divider{display:flex;align-items:center;margin:1.5rem 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--gray-200)}.divider span{padding:0 1rem;font-size:.875rem;color:var(--gray-400);text-transform:uppercase}.email-reminder{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md)}.email-reminder h3{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:.5rem}.email-hint{font-size:.875rem;color:var(--gray-500);text-align:center;margin-bottom:1.5rem}.email-input-group{display:flex;gap:.75rem;margin-bottom:1rem}.email-input{flex:1;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--gray-200);border-radius:var(--radius);transition:border-color .2s}.email-input:focus{outline:none;border-color:var(--qantas-red)}.email-button{padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:var(--white);background:var(--gray-700);border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s;white-space:nowrap}.email-button:hover:not(:disabled){background:var(--gray-800)}.email-button:disabled{opacity:.6;cursor:not-allowed}.email-error{padding:.75rem;background:#fee2e2;border-radius:var(--radius);color:var(--error);font-size:.875rem;margin-bottom:1rem}.email-success{display:flex;gap:1rem;padding:1rem;background:#ecfdf5;border:1px solid #A7F3D0;border-radius:var(--radius)}.success-icon{font-size:1.5rem;flex-shrink:0}.email-success strong{color:#065f46}.email-success p{font-size:.875rem;color:var(--gray-600);margin-top:.5rem}.email-success ul{font-size:.875rem;color:var(--gray-600);margin:.5rem 0;padding-left:1.25rem}.email-success a{color:#047857}.email-preview{margin-top:1rem}.email-preview .preview-label{font-size:.75rem;color:var(--gray-500);margin-bottom:.5rem}.email-mock{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden}.email-mock-header{padding:.75rem;background:var(--gray-100);border-bottom:1px solid var(--gray-200);font-size:.875rem}.email-mock-body{padding:1rem;font-size:.875rem}.email-mock-body p{margin-bottom:.5rem}.email-mock-body a{color:var(--qantas-red)}.api-settings{position:relative}.settings-toggle{padding:.5rem 1rem;font-size:.875rem;color:#ffffffe6;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;cursor:pointer;transition:all .2s}.settings-toggle:hover{background:#fff3}.settings-panel{position:absolute;top:100%;right:0;margin-top:.5rem;padding:1rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);min-width:300px;z-index:100;text-align:left}.settings-panel h4{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.settings-description{font-size:.875rem;color:var(--gray-600);margin-bottom:1rem}.settings-description a{color:var(--qantas-red)}.api-input-group{display:flex;gap:.5rem}.api-input{flex:1;padding:.5rem .75rem;font-size:.875rem;border:1px solid var(--gray-300);border-radius:var(--radius)}.save-btn{padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--white);background:var(--qantas-red);border:none;border-radius:var(--radius);cursor:pointer}.clear-btn{padding:.5rem .75rem;font-size:.875rem;color:var(--gray-600);background:var(--gray-100);border:1px solid var(--gray-300);border-radius:var(--radius);cursor:pointer}.demo-mode-notice{margin-top:.75rem;padding:.5rem;background:var(--gray-100);border-radius:var(--radius);font-size:.75rem;color:var(--gray-600);display:flex;align-items:center;gap:.5rem}.info-section{animation:fadeIn .3s ease;margin-top:2rem}.info-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.info-feature{background:var(--white);border-radius:var(--radius);padding:1.5rem;text-align:center;box-shadow:var(--shadow)}.feature-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.info-feature h3{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.info-feature p{font-size:.875rem;color:var(--gray-600)}.visitor-count{text-align:center;color:var(--gray-600);font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.visitor-count .count-number{color:var(--qantas-red);font-weight:600}.key-facts{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);margin-bottom:1.5rem}.key-facts h2{font-size:1.25rem;font-weight:700;color:var(--gray-800);text-align:center;margin-bottom:1.5rem}.facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.fact-card{background:var(--gray-50);border-radius:var(--radius);padding:1.25rem;text-align:center;border:1px solid var(--gray-200);transition:transform .2s,box-shadow .2s}.fact-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.fact-icon{font-size:2rem;display:block;margin-bottom:.75rem}.fact-card p{font-size:.9rem;color:var(--gray-700);line-height:1.5;margin:0}.fact-card strong{color:var(--gray-900)}@media(max-width:768px){.facts-grid{grid-template-columns:repeat(2,1fr)}.key-facts{padding:1.5rem}}@media(max-width:480px){.facts-grid{grid-template-columns:1fr}.key-facts{padding:1.25rem}}.how-it-works{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);margin-bottom:2rem}.how-it-works h2{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:1.5rem;color:var(--gray-800)}.how-it-works ol{list-style:none;counter-reset:steps}.how-it-works li{counter-increment:steps;display:flex;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.how-it-works li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.how-it-works li:before{content:counter(steps);display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--qantas-red);color:var(--white);font-weight:600;border-radius:50%;flex-shrink:0;margin-right:1rem}.how-it-works .step-content{display:flex;flex-direction:column;flex:1}.how-it-works .step-content strong{color:var(--gray-800);margin-bottom:.25rem}.how-it-works .step-content span{font-size:.875rem;color:var(--gray-600);line-height:1.4}.tip-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:var(--radius-lg);padding:1.5rem;border:2px solid #F59E0B}.tip-box h3{font-size:1rem;font-weight:600;color:#b45309;margin-bottom:.75rem}.tip-box ul{list-style:none}.tip-box li{font-size:.875rem;color:#92400e;padding:.375rem 0 .375rem 1.25rem;position:relative}.tip-box li:before{content:"•";position:absolute;left:0;color:#f59e0b}.footer{padding:2.5rem 1.5rem;background:var(--gray-800);color:var(--gray-400);text-align:center}.footer-main{font-size:var(--text-base);max-width:600px;margin:0 auto 1rem;line-height:1.6}.footer-credit{font-size:var(--text-sm);color:var(--gray-500)}.footer-credit a{color:var(--gray-300);text-decoration:none;transition:color .2s}.footer-credit a:hover{color:var(--white);text-decoration:underline}.footer-updated{font-size:var(--text-sm);color:var(--gray-500);margin-top:.75rem}@media(max-width:768px){.header{padding:2rem 1rem}.logo h1{font-size:1.5rem}.tagline{font-size:var(--text-sm)}.main{padding:1.5rem 1rem}.search-input-group{flex-direction:column}.search-button{width:100%;min-height:48px}.button-grid{grid-template-columns:1fr}.calendar-btn{justify-content:flex-start;min-height:48px;padding:.875rem 1rem}.info-card-grid{grid-template-columns:1fr}.countdown-value{font-size:1.75rem}.countdown-unit{min-width:45px}.countdown-separator{font-size:1.5rem}.flight-number-large{font-size:2.25rem}.settings-panel{right:-1rem;left:-1rem;min-width:auto}.mode-btn,.submit-button,.back-button,.preview-toggle{min-height:48px}.recent-chip{min-height:44px;padding:.625rem 1rem}}@media(max-width:480px){.main{padding:1rem .75rem}.flight-search,.flight-details,.countdown,.calendar-buttons,.how-it-works,.entry-card{padding:1.25rem}.recent-chips{flex-direction:column}.recent-chip{width:100%;justify-content:space-between}}@media(hover:none)and (pointer:coarse){.search-button:active:not(:disabled),.submit-button:active:not(:disabled),.calendar-btn:active,.mode-btn:active,.back-button:active,.preview-toggle:active,.recent-chip:active{transform:scale(.98);transition:transform .1s ease}}.mode-toggle{display:flex;gap:0;margin-bottom:1.5rem;background:transparent;border-bottom:1px solid var(--border-gray)}.mode-btn{flex:1;padding:.875rem 1rem;font-size:var(--text-base);font-weight:500;color:var(--gray-600);background:var(--background-gray);border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease;position:relative}.mode-btn:first-child{border-radius:var(--radius) 0 0 0}.mode-btn:last-child{border-radius:0 var(--radius) 0 0}.mode-btn:hover:not(.active){color:var(--gray-800);background:var(--gray-200)}.mode-btn:focus-visible{outline:2px solid var(--primary-red);outline-offset:-2px}.mode-btn.active{color:var(--white);background:var(--primary-red);border-bottom-color:var(--primary-red-hover);box-shadow:var(--shadow-sm)}.entry-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md)}@media(min-width:769px){.entry-card{padding:2rem}}.entry-card h2{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:.5rem;color:var(--gray-800)}.entry-hint{font-size:.875rem;color:var(--gray-500);text-align:center;margin-bottom:1.5rem}.manual-entry form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem}.form-row.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.form-group input{padding:.75rem 1rem;font-size:1rem;border:2px solid var(--gray-200);border-radius:var(--radius);transition:border-color .2s}.form-group input:focus{outline:none;border-color:var(--qantas-red)}.input-with-prefix{display:flex;align-items:center;background:var(--gray-100);border:2px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.input-with-prefix:focus-within{border-color:var(--qantas-red)}.input-with-prefix .prefix{padding:.75rem .5rem .75rem 1rem;font-weight:600;color:var(--gray-500);background:var(--gray-100)}.input-with-prefix input{flex:1;padding:.75rem 1rem .75rem .25rem;font-size:1rem;border:none;background:var(--gray-100);outline:none}.submit-button{margin-top:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:var(--white);background:var(--qantas-red);border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .1s}.submit-button:hover:not(:disabled){background:var(--qantas-red-dark)}.submit-button:active:not(:disabled){transform:scale(.98)}.submit-button:disabled{background:var(--disabled-bg);opacity:.5;cursor:not-allowed}.form-hint{font-size:.75rem;color:var(--gray-500);text-align:center;margin-top:.5rem}.search-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.field-group{display:flex;flex-direction:column;gap:.5rem}.field-group label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.date-input{padding:.75rem 1rem;font-size:1rem;border:2px solid var(--gray-200);border-radius:var(--radius);transition:border-color .2s;background:var(--gray-100)}.date-input:focus{outline:none;border-color:var(--qantas-red)}.search-button.full-width{width:100%;margin-top:.5rem}.credentials-form{display:flex;flex-direction:column;gap:.75rem}.credentials-form .form-field{display:flex;flex-direction:column;gap:.25rem}.credentials-form .form-field label{font-size:.75rem;font-weight:500;color:var(--gray-600)}.credentials-form .api-input{width:100%}.api-note{margin-top:.75rem;padding:.5rem;background:#fef3c7;border-radius:var(--radius);font-size:.75rem;color:#92400e}@media(max-width:768px){.form-row.two-col,.search-fields{grid-template-columns:1fr}.mode-btn{padding:.625rem .75rem;font-size:.85rem}}@media(max-width:480px){.entry-card{padding:1.25rem}}.seo-content{margin-top:2rem;animation:fadeIn .3s ease}.seo-section{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);margin-bottom:1.5rem}.seo-section h2{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem;line-height:1.3}.seo-section h3{font-size:1.1rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.seo-section p{font-size:1rem;line-height:1.7;color:var(--gray-700);margin-bottom:1rem}.seo-section p:last-child{margin-bottom:0}.seo-list{list-style:none;padding:0;margin:1rem 0}.seo-list li{position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:1rem;line-height:1.6;color:var(--gray-700)}.seo-list li:before{content:"";position:absolute;left:0;top:.9rem;width:8px;height:8px;background:var(--qantas-red);border-radius:50%}.seo-list li strong{color:var(--gray-800)}.seo-numbered-list{padding-left:1.5rem;margin:1rem 0}.seo-numbered-list li{padding:.375rem 0;font-size:1rem;line-height:1.6;color:var(--gray-700)}.seo-numbered-list li::marker{color:var(--qantas-red);font-weight:600}.pro-tip{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #F59E0B;padding:1rem 1.25rem;border-radius:0 var(--radius) var(--radius) 0;margin-top:1rem}.pro-tip strong{color:#b45309}.seo-faq .faq-item{padding:1.25rem 0;border-bottom:1px solid var(--gray-200)}.seo-faq .faq-item:first-of-type{padding-top:0}.seo-faq .faq-item:last-of-type{border-bottom:none;padding-bottom:0}.seo-faq .faq-item h3{color:var(--qantas-red)}.seo-faq .faq-item p{margin-bottom:0}.seo-cta{background:linear-gradient(135deg,var(--primary-red) 0%,var(--primary-red-hover) 100%);text-align:center}.seo-cta h2{color:var(--white)}.seo-cta p{color:#fffffff2;font-size:1.1rem}@media(max-width:768px){.seo-section{padding:1.5rem}.seo-section h2{font-size:1.25rem}}@media(max-width:480px){.seo-section{padding:1.25rem}}
