body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.login-page{align-items:center;animation:gradientShift 20s ease infinite;background:linear-gradient(135deg,#1e3c72,#2a5298 50%,#3a7bd5);background-size:200% 200%;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.login-page:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='.5' fill='%23fff' opacity='.05'/%3E%3Ccircle cx='75' cy='75' r='.5' fill='%23fff' opacity='.05'/%3E%3Ccircle cx='50' cy='10' r='.3' fill='%23fff' opacity='.05'/%3E%3Ccircle cx='10' cy='60' r='.3' fill='%23fff' opacity='.05'/%3E%3Ccircle cx='90' cy='40' r='.3' fill='%23fff' opacity='.05'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.floating-shapes,.login-page:before{pointer-events:none}.shape{animation:float 8s ease-in-out infinite;background:#ffffff14}.shape:first-child{height:60px;left:8%;top:15%;width:60px}.shape:nth-child(2){animation-delay:3s;height:80px;right:8%;top:70%;width:80px}.shape:nth-child(3){animation-delay:6s;bottom:15%;height:40px;left:15%;width:40px}.language-selector{display:flex;gap:8px;position:absolute;right:20px;top:20px;z-index:10}.lang-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:20px;box-shadow:0 2px 10px #0000001a;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:8px 14px;text-decoration:none;transition:all .3s ease}.lang-btn:hover{background:#fff3;box-shadow:0 4px 15px #00000026;transform:translateY(-2px)}.lang-btn.active{background:#ffffff40;border-color:#ffffff4d;box-shadow:0 4px 15px #0003}.login-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffeb;border:1px solid #ffffff40;border-radius:24px;box-shadow:0 20px 40px #0000001f;max-width:420px;padding:50px 40px;position:relative;text-align:center;width:100%;z-index:5}.login-container:before{background:linear-gradient(135deg,#1e3c72,#2a5298,#3a7bd5);border-radius:24px;bottom:-1px;content:"";left:-1px;opacity:.2;position:absolute;right:-1px;top:-1px;z-index:-1}.logo{background:linear-gradient(135deg,#1e3c72,#2a5298);-webkit-background-clip:text;background-clip:text;font-size:42px;letter-spacing:-1px;margin-bottom:10px}.logo,.logo span{-webkit-text-fill-color:#0000}.logo span{background:linear-gradient(135deg,#2a5298,#3a7bd5);-webkit-background-clip:text;background-clip:text}.tagline{color:#555;font-size:16px;font-weight:400;line-height:1.4;margin-bottom:35px}.login-form{margin-bottom:30px}.input-group{margin-bottom:18px;position:relative}.input-group input{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:2px solid #0000000f;border-radius:12px;font-size:16px;padding:16px 20px;transition:all .3s ease;width:100%}.input-group input:focus{background:#fff;border-color:#2a5298;box-shadow:0 0 0 4px #2a52981a;outline:none;transform:translateY(-1px)}.btn-login{background:linear-gradient(135deg,#1e3c72,#2a5298);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:8px;overflow:hidden;padding:16px;position:relative;transition:all .3s ease;width:100%}.btn-login:disabled{cursor:not-allowed;opacity:.7}.btn-login:before{background:linear-gradient(90deg,#0000,#ffffff26,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-login:hover:not(:disabled):before{left:100%}.btn-login:hover:not(:disabled){box-shadow:0 8px 25px #1e3c724d;transform:translateY(-2px)}.divider{color:#888;font-size:13px;font-weight:500;margin:25px 0;position:relative;text-align:center}.divider:before{background:linear-gradient(90deg,#0000,#e0e0e0,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider span{background:#ffffffeb;padding:0 16px;position:relative}.social-login{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.btn-social{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:2px solid #0000000f;border-radius:12px;color:#333;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:12px;justify-content:center;overflow:hidden;padding:14px 20px;position:relative;text-decoration:none;transition:all .3s ease}.btn-social:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-social:hover:before{left:100%}.btn-social:hover{background:#fff;border-color:#2a5298;box-shadow:0 6px 20px #00000014;transform:translateY(-1px)}.btn-google{background:#4285f4;color:#fff}.btn-google:hover{border-color:#4285f4;box-shadow:0 6px 20px #4285f426}.btn-kakao{background:#fee500;color:#000}.btn-kakao:hover{border-color:#fee500;box-shadow:0 6px 20px #fee50026}.btn-line{background:#00b900;color:#fff}.btn-line:hover{border-color:#00b900;box-shadow:0 6px 20px #00b90026}.footer-links{align-items:center;color:#555;display:flex;font-size:14px;gap:8px;justify-content:center;line-height:1.5}.link-btn{background:none;border:none;color:#2a5298;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease}.link-btn:hover{color:#1e3c72;text-decoration:none}.separator{color:#888}.error-message{background:#ff6b6b14;border:1px solid #ff6b6b33;border-radius:10px;color:#d32f2f}.error-message,.success-message{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:13px;font-weight:500;padding:14px 18px}.success-message{background:#4caf5014;border:1px solid #4caf5033;border-radius:10px;color:#2e7d32;margin-bottom:20px}@media (max-width:480px){.login-container{border-radius:20px;margin:15px;padding:35px 25px}.language-selector{gap:6px;right:15px;top:15px}.lang-btn{font-size:11px;padding:6px 12px}.logo{font-size:36px}.tagline{font-size:15px;margin-bottom:30px}.input-group input{font-size:16px;padding:14px 18px}.btn-login{font-size:16px;padding:14px}.btn-social{font-size:14px;padding:12px 18px}.divider{margin:20px 0}.social-login{gap:10px;margin-bottom:20px}}.calendar-container{background:#fff;border-radius:0;box-shadow:none;flex-direction:column;height:calc(100vh - 118px);isolation:isolate;max-height:calc(100vh - 118px);min-height:calc(100vh - 118px);overflow:hidden;position:relative;touch-action:pan-y}.calendar-container,.calendar-header-single{box-sizing:border-box;contain:layout style paint;display:flex}.calendar-header-single{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;flex-shrink:0;gap:.75rem;height:40px;justify-content:space-between;max-height:40px;min-height:40px;padding:.5rem 1rem}.header-nav{gap:.5rem}.header-controls,.header-nav{align-items:center;display:flex;flex:1 1}.header-controls{gap:.75rem;justify-content:flex-end}.nav-btn{align-items:center;background:#3b82f6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;height:24px;justify-content:center;transition:all .2s ease;width:24px}.nav-btn:hover{background:#1e40af;transform:scale(1.05)}.month-year{color:#1f2937;font-size:1rem;font-weight:600;margin:0;min-width:100px;text-align:center}.today-btn{background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:.25rem .5rem;transition:all .2s ease}.today-btn:hover{background:#1e40af}.view-mode-selector-compact{display:flex;gap:.25rem}.view-mode-btn-compact{background:none;border:1px solid #d1d5db;border-radius:4px;color:#6b7280;cursor:pointer;font-size:.7rem;font-weight:500;padding:.25rem .5rem;transition:all .2s ease}.view-mode-btn-compact:hover{background:#f3f4f6;border-color:#9ca3af}.view-mode-btn-compact.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.floating-upload-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10b981e6;border:none;border-radius:50%;bottom:100px;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:56px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:56px;z-index:1000}.floating-upload-btn:hover{background:#10b981;box-shadow:0 6px 16px #0003;transform:scale(1.1)}.floating-upload-btn:active{transform:scale(.95)}.calendar-grid-large.swiping,.day-view.swiping,.week-view.swiping{transition:transform .3s ease-out}.calendar-grid-large.slide-left,.day-view.slide-left,.week-view.slide-left{animation:slideOutLeft .3s ease-out;transform:translateX(-100%)}.calendar-grid-large.slide-right,.day-view.slide-right,.week-view.slide-right{animation:slideOutRight .3s ease-out;transform:translateX(100%)}@keyframes slideOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.popup-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.popup-content{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:80vh;max-width:90vw;overflow:hidden}.popup-content.schedule-form{max-width:500px;width:90vw}.popup-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.popup-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.popup-close{background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .2s ease}.popup-close:hover{background:#f3f4f6;color:#374151}.popup-body{max-height:60vh;overflow-y:auto;padding:1.5rem}.popup-schedules{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.popup-schedule-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .2s ease}.popup-schedule-item:hover{background:#f3f4f6;border-color:#3b82f6;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.popup-no-schedules{color:#6b7280;padding:2rem;text-align:center}.popup-no-schedules p{font-size:1rem;margin:0}.add-schedule-btn-popup{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease;width:100%}.add-schedule-btn-popup:hover{background:#1e40af}.schedule-form-content{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1 1}.form-group label{color:#374151;font-size:.875rem;font-weight:500}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn-cancel,.btn-save{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover{background:#e5e7eb}.btn-save{background:#3b82f6;color:#fff}.btn-save:hover{background:#1e40af}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.calendar-grid-large{display:flex;flex:1 1;flex-direction:column;height:calc(100vh - 158px);max-height:calc(100vh - 158px);min-height:calc(100vh - 158px);overflow:hidden;padding:0;touch-action:pan-y}.calendar-grid-large,.weekdays-large{box-sizing:border-box;contain:layout style paint}.weekdays-large{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:table;flex-shrink:0;height:28px;max-height:28px;min-height:28px;table-layout:fixed;width:100%}.weekday-large{box-sizing:border-box;color:#6b7280;display:table-cell;font-size:.7rem;font-weight:600;padding:.25rem .125rem;text-align:center;vertical-align:middle}.days-grid-large{border-collapse:collapse;box-sizing:border-box;contain:layout style paint;display:table;flex:1 1;height:calc(100vh - 186px);max-height:calc(100vh - 186px);min-height:calc(100vh - 186px);overflow:hidden;table-layout:fixed;width:100%}.week-row{display:table-row;min-height:calc(16.66667vh - 31px)}.day-cell-large,.week-row{box-sizing:border-box;height:calc(16.66667vh - 31px);max-height:calc(16.66667vh - 31px)}.day-cell-large{background:#fff;border:1px solid #f3f4f6;contain:layout style paint;cursor:pointer;display:table-cell;min-height:60px;overflow:hidden;padding:.25rem;position:relative;touch-action:manipulation;transition:all .2s ease;vertical-align:top}.day-cell-large:hover{background:#f9fafb;border:2px solid #3b82f6}.day-cell-large.today{background:#eff6ff;border:2px solid #3b82f6}.day-cell-large.selected{background:#dbeafe;border:2px solid #1e40af}.day-cell-large.other-month{background:#fafafa;color:#d1d5db}.day-header-large{align-items:center;display:flex;flex-shrink:0;height:8px;justify-content:space-between;margin-bottom:.25rem;min-height:12px}.day-number-large{color:#1f2937;font-size:.75rem;font-weight:600;line-height:1}.more-indicator{background:#f3f4f6;border-radius:4px;color:#6b7280;font-size:.4rem;font-weight:500;line-height:1;padding:.125rem .25rem}.schedule-bars-large{display:flex;flex:1 1;flex-direction:column;gap:.125rem;min-height:0;overflow:hidden;padding:.125rem 0}.schedule-bar-large{align-items:center;border-radius:2px;cursor:pointer;display:flex;height:.25rem;margin-bottom:.125rem;min-height:4px;overflow:hidden;padding:0 .125rem;touch-action:manipulation;transition:all .2s ease}.schedule-bar-large:hover{box-shadow:0 2px 4px #00000026;transform:translateY(-1px)}.schedule-text-large{color:#fff;font-size:.35rem;font-weight:500;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.calendar-grid{padding:0}.weekdays{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(7,1fr);margin-bottom:0}.weekday{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.875rem;font-weight:600;padding:.75rem .25rem;text-align:center}.days-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(7,1fr)}.day-cell{align-items:center;aspect-ratio:1;background:#fff;border:1px solid #f3f4f6;border-radius:0;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:60px;padding:.25rem;position:relative;transition:all .2s ease}.day-cell:hover{background:#f3f4f6;border-color:#3b82f6}.day-cell.today{background:#3b82f6;color:#fff;font-weight:600}.day-cell.selected{background:#1e40af;border-color:#1e40af;color:#fff;font-weight:600}.day-cell.other-month{background:#fafafa;color:#d1d5db}.day-number{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.schedule-indicator{bottom:.25rem;display:flex;justify-content:center;position:absolute}.schedule-dot{background:#3b82f6;border-radius:50%;height:4px;width:4px}.day-cell.selected .schedule-dot,.day-cell.today .schedule-dot{background:#fff}.week-view{padding:0;touch-action:pan-y}.week-days{gap:0}.week-day,.week-days{display:flex;flex-direction:column}.week-day{background:#fff;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease}.week-day:hover{background:#f9fafb}.week-day.today{background:#eff6ff;border-left:3px solid #3b82f6}.week-day.selected{background:#dbeafe;border-left:3px solid #1e40af}.week-day-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.75rem 1rem}.week-day-name{color:#374151;font-size:.875rem;font-weight:600}.week-day-number{color:#1f2937;font-size:1rem;font-weight:600}.week-day.today .week-day-header{background:#eff6ff}.week-day.selected .week-day-header{background:#dbeafe}.week-day-schedules{display:flex;flex-direction:column;gap:.25rem;min-height:60px;padding:.5rem 1rem}.week-schedule-item{align-items:center;background:#f3f4f6;border-radius:4px;cursor:pointer;display:flex;font-size:.75rem;justify-content:space-between;padding:.25rem .5rem;transition:all .2s ease}.week-schedule-item:hover{background:#e5e7eb}.schedule-time{color:#6b7280;font-weight:500}.schedule-flight{color:#1f2937;font-weight:600}.more-schedules{color:#6b7280;font-size:.7rem;font-weight:500;padding:.25rem;text-align:center}.day-view{padding:1rem;touch-action:pan-y}.day-schedules{display:flex;flex-direction:column;gap:.75rem}.day-schedule-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .2s ease}.day-schedule-item:hover{background:#f9fafb;border-color:#3b82f6;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.schedule-time{align-items:center;display:flex;flex-direction:column;min-width:60px}.arrival-time,.departure-time{color:#374151;font-size:.875rem}.departure-time{color:#dc2626}.arrival-time{color:#059669}.schedule-info{flex:1 1}.flight-number{margin-bottom:.25rem}.route{color:#6b7280;font-size:.875rem}.schedule-status{align-items:center;display:flex}.no-schedules-day{color:#6b7280;padding:2rem;text-align:center}.no-schedules-day p{font-size:.875rem;margin:0}.selected-date-info{background:#f8fafc;border-top:1px solid #e5e7eb;padding:1rem}.selected-date{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.date-schedules{display:flex;flex-direction:column;gap:.75rem}.schedule-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:1rem;transition:all .2s ease}.schedule-item:hover{background:#f9fafb;border-color:#3b82f6;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.schedule-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.flight-number{color:#1f2937;font-size:1rem;font-weight:600}.status-badge{border-radius:12px;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:uppercase}.status-badge.scheduled{background:#dbeafe;color:#1e40af}.status-badge.delayed{background:#fef3c7;color:#d97706}.status-badge.cancelled{background:#fee2e2;color:#dc2626}.status-badge.completed{background:#d1fae5;color:#059669}.schedule-route{align-items:center;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;margin-bottom:.5rem}.arrival,.departure{color:#374151;font-weight:500}.arrow,.schedule-times{color:#6b7280;font-size:.75rem}.schedule-times{display:flex;justify-content:space-between}.arrival-time,.departure-time{font-weight:500}.no-schedules{color:#6b7280;padding:2rem 1rem;text-align:center}.no-schedules p{font-size:.875rem;margin:0 0 1rem}.add-schedule-btn-small{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.add-schedule-btn-small:hover{background:#1e40af}@media (max-width:768px){.calendar-container{box-sizing:border-box;height:calc(100vh - 114px);max-height:calc(100vh - 114px);min-height:calc(100vh - 114px)}.calendar-header-single{box-sizing:border-box;height:40px;max-height:40px;min-height:40px;padding:.5rem 1rem}.header-controls,.header-nav{flex:none;width:auto}.header-nav{justify-content:flex-start}.header-controls{justify-content:flex-end}.month-year{font-size:.9rem;min-width:90px}.view-mode-selector-compact{justify-content:flex-end}.view-mode-btn-compact{font-size:.65rem;padding:.25rem .5rem}.calendar-grid-large{box-sizing:border-box;height:calc(100vh - 154px);max-height:calc(100vh - 154px);min-height:calc(100vh - 154px);overflow:hidden}.weekdays-large{box-sizing:border-box;height:28px;max-height:28px;min-height:28px}.weekday-large{box-sizing:border-box;font-size:.65rem;padding:.25rem .125rem}.days-grid-large{box-sizing:border-box;height:calc(100vh - 182px);max-height:calc(100vh - 182px);min-height:calc(100vh - 182px);overflow:hidden}.week-row{min-height:calc(16.66667vh - 30.33333px)}.day-cell-large,.week-row{box-sizing:border-box;height:calc(16.66667vh - 30.33333px);max-height:calc(16.66667vh - 30.33333px)}.day-cell-large{min-height:50px;padding:.25rem}.day-cell-large.today,.day-cell-large:hover{border:2px solid #3b82f6}.day-cell-large.selected{border:2px solid #1e40af}.day-number-large{font-size:.7rem}.schedule-bar-large{height:.2rem;min-height:3px}.schedule-text-large{font-size:.3rem}.floating-upload-btn{bottom:80px;font-size:1.25rem;height:50px;right:15px;width:50px}.popup-content{margin:1rem;max-width:calc(100vw - 2rem)}.popup-body,.popup-header{padding:1rem}.form-row{flex-direction:column;gap:.5rem}.weekday{font-size:.75rem;padding:.5rem .125rem}.day-cell{min-height:50px;padding:.125rem}.day-number{font-size:.75rem}.schedule-dot{height:3px;width:3px}.week-day-header{padding:.5rem .75rem}.week-day-name{font-size:.8rem}.week-day-number{font-size:.875rem}.week-day-schedules{min-height:50px;padding:.375rem .75rem}.week-schedule-item{font-size:.7rem;padding:.125rem .375rem}.day-schedule-item,.day-view{padding:.75rem}.schedule-time{min-width:50px}.arrival-time,.departure-time,.route{font-size:.8rem}.schedule-item,.selected-date-info{padding:.75rem}.schedule-header{margin-bottom:.25rem}.flight-number{font-size:.875rem}.status-badge{font-size:.65rem;padding:.125rem .375rem}.schedule-route{font-size:.75rem;margin-bottom:.25rem}.schedule-times{font-size:.7rem}}@media (max-width:480px){.calendar-container{box-sizing:border-box;height:calc(100vh - 105px);max-height:calc(100vh - 105px);min-height:calc(100vh - 105px);padding:0}.calendar-header-single{box-sizing:border-box;height:36px;max-height:36px;min-height:36px;padding:.5rem .75rem}.nav-btn{font-size:.7rem;height:20px;width:20px}.month-year{font-size:.8rem;min-width:80px}.today-btn{font-size:.65rem;padding:.25rem .5rem}.view-mode-btn-compact{font-size:.6rem;padding:.25rem .5rem}.calendar-grid-large{box-sizing:border-box;height:calc(100vh - 141px);max-height:calc(100vh - 141px);min-height:calc(100vh - 141px);overflow:hidden}.weekdays-large{box-sizing:border-box;height:24px;max-height:24px;min-height:24px}.weekday-large{box-sizing:border-box;font-size:.6rem;padding:.25rem .125rem}.days-grid-large{box-sizing:border-box;height:calc(100vh - 165px);max-height:calc(100vh - 165px);min-height:calc(100vh - 165px);overflow:hidden}.week-row{min-height:calc(16.66667vh - 27.5px)}.day-cell-large,.week-row{box-sizing:border-box;height:calc(16.66667vh - 27.5px);max-height:calc(16.66667vh - 27.5px)}.day-cell-large{min-height:45px;padding:.25rem}.day-cell-large.today,.day-cell-large:hover{border:2px solid #3b82f6}.day-cell-large.selected{border:2px solid #1e40af}.day-number-large{font-size:.65rem}.schedule-bar-large{height:.15rem;min-height:2px}.schedule-text-large{font-size:.25rem}.floating-upload-btn{bottom:70px;font-size:1.125rem;height:45px;right:10px;width:45px}.popup-content{margin:.5rem;max-width:calc(100vw - 1rem)}.popup-body,.popup-header{padding:.75rem}.popup-title{font-size:1.125rem}.weekday{font-size:.7rem;padding:.25rem .125rem}.day-cell{min-height:45px;padding:.125rem}.day-number{font-size:.7rem}.schedule-dot{height:2px;width:2px}.week-day-header{padding:.375rem .5rem}.week-day-name{font-size:.75rem}.week-day-number{font-size:.8rem}.week-day-schedules{min-height:40px;padding:.25rem .5rem}.week-schedule-item{font-size:.65rem;padding:.125rem .25rem}.day-schedule-item,.day-view{padding:.5rem}.schedule-time{min-width:45px}.arrival-time,.departure-time,.route{font-size:.75rem}.schedule-item,.selected-date-info{padding:.5rem}.schedule-header{margin-bottom:.25rem}.flight-number{font-size:.8rem}.status-badge{font-size:.6rem;padding:.125rem .25rem}.schedule-route{font-size:.7rem;margin-bottom:.25rem}.schedule-times{font-size:.65rem}}.dashboard{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh;padding-bottom:0;position:relative}.dashboard-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;display:flex;height:48px;padding:.75rem 1rem;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.header-content,.logo-section{align-items:center;display:flex}.logo-section{justify-content:flex-start}.logo{color:#3b82f6;font-size:1.5rem;line-height:1;margin:0}.logo span{color:#1e40af}.user-section{gap:1rem;justify-content:flex-end}.user-info,.user-section{align-items:center;display:flex}.user-info{gap:.5rem}.username{color:#1f2937;font-size:.875rem;font-weight:600;line-height:1}.points{background:#f3f4f6;border-radius:12px;color:#6b7280;padding:.25rem .5rem}.logout-btn-header,.points{font-size:.75rem;font-weight:500;line-height:1}.logout-btn-header{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.375rem .75rem;transition:all .2s ease}.logout-btn-header:hover{background:#dc2626}.dashboard-main{flex:1 1;margin:0;max-width:100%;overflow:hidden;padding:0;width:100%}.dashboard-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:0;box-shadow:none;height:100%;overflow:hidden;padding:0}.community-tab,.friends-tab,.profile-tab,.temp-tab{animation:fadeIn .3s ease-in-out;height:100%;overflow-x:hidden;overflow-y:auto}.calendar-tab{animation:fadeIn .3s ease-in-out;height:auto;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.error-message{background:#fee2e2;border-left:4px solid #dc2626;color:#dc2626;margin:1rem;padding:1rem}.dashboard-loading{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -2px 10px #0000001a;height:70px;justify-content:space-around;left:0;padding:.75rem 0;position:fixed;right:0;z-index:1000}.mobile-nav,.nav-tab{align-items:center;display:flex}.nav-tab{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;flex-direction:column;justify-content:center;min-height:50px;min-width:50px;padding:.5rem;touch-action:manipulation;transition:all .2s ease}.nav-tab:hover{transform:translateY(-1px)}.nav-tab.active,.nav-tab:hover{background:#3b82f61a;color:#3b82f6}.nav-icon{font-size:1.5rem;line-height:1;margin-bottom:.25rem}.friends-tab h2{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.friends-tab p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.friends-list{display:flex;flex-direction:column;gap:1rem}.friend-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .2s ease}.friend-item:hover{background:#f9fafb;border-color:#3b82f6;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.friend-avatar{align-items:center;background:#f3f4f6;border-radius:50%;color:#6b7280;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.friend-info h3{color:#1f2937;font-size:1rem;margin:0 0 .25rem}.friend-info p{color:#6b7280;font-size:.875rem;margin:0}.community-tab h2{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.community-tab p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.community-posts{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.post-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s ease}.post-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.post-author{color:#1f2937;font-size:.875rem;font-weight:600}.post-time{color:#6b7280;font-size:.75rem}.post-content{color:#374151;line-height:1.5}.create-post-btn{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease;width:100%}.create-post-btn:hover{background:#1e40af}.temp-tab{padding:2rem;text-align:center}.temp-tab h2{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.temp-tab p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.coming-soon{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:1rem}.coming-soon span{font-size:3rem}.coming-soon p{font-size:1.125rem;font-weight:500;margin:0}.profile-tab h2{color:#1f2937;font-size:1.5rem;margin-bottom:1.5rem}.profile-info{background:#fff;border:1px solid #e5e7eb;border-radius:8px;gap:1.5rem;margin-bottom:2rem;padding:1.5rem}.profile-avatar,.profile-info{align-items:center;display:flex}.profile-avatar{background:#f3f4f6;border-radius:50%;color:#6b7280;flex-shrink:0;font-size:2rem;height:80px;justify-content:center;width:80px}.profile-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-details h3{color:#1f2937;font-size:1.25rem;margin:0 0 .5rem}.profile-details p{color:#6b7280;font-size:.875rem;margin:0 0 .25rem}.profile-actions{display:flex;gap:1rem}.edit-profile-btn,.logout-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.edit-profile-btn{background:#3b82f6;color:#fff}.edit-profile-btn:hover{background:#1e40af}.logout-btn{background:#ef4444;color:#fff}.logout-btn:hover{background:#dc2626}@media (max-width:768px){.dashboard{padding-bottom:0}.dashboard-header{height:44px;padding:.5rem 1rem}.header-content{gap:.5rem}.logo{font-size:1.25rem}.user-section{gap:.75rem}.user-info{gap:.375rem}.username{font-size:.8rem}.logout-btn-header,.points{font-size:.7rem;padding:.25rem .5rem}.dashboard-main{margin:0;max-width:100%;overflow:hidden;padding:0;width:100%}.dashboard-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:0;box-shadow:none;height:100%;overflow:hidden;padding:0}.nav-icon{font-size:1.25rem}.profile-info{padding:1rem}.profile-avatar{height:80px;width:80px}.profile-details h3{font-size:1.25rem}}@media (max-width:480px){.dashboard{padding-bottom:0}.dashboard-header{height:40px;padding:.5rem .75rem}.logo{font-size:1.125rem}.username{font-size:.75rem}.logout-btn-header,.points{font-size:.65rem;padding:.25rem .5rem}.mobile-nav{height:65px;padding:.5rem 0}.nav-tab{min-height:45px;min-width:45px;padding:.375rem}.nav-icon{font-size:1.125rem;margin-bottom:.125rem}}.profile-setup-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.floating-shapes{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.shape{animation:float 6s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.shape:first-child{animation-delay:0s;height:80px;left:10%;top:20%;width:80px}.shape:nth-child(2){animation-delay:2s;height:120px;right:10%;top:60%;width:120px}.shape:nth-child(3){animation-delay:4s;bottom:20%;height:60px;left:20%;width:60px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.profile-setup-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:500px;padding:40px;position:relative;width:100%;z-index:2}.logo{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.logo span{color:#667eea}.title{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:10px}.subtitle,.title{text-align:center}.subtitle{color:#666;font-size:1rem;margin-bottom:30px}.profile-form{gap:20px}.input-group,.profile-form{display:flex;flex-direction:column}.input-group{gap:8px}.input-group label{color:#333;font-size:.9rem;font-weight:500}.input-group input,.input-group select{background:#fff;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;padding:15px;transition:all .3s ease}.input-group input:focus,.input-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.input-group input::placeholder{color:#999}.image-upload-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.image-upload-group label{color:#333;font-size:.9rem;font-weight:500}.image-upload-container{align-items:center;display:flex;flex-direction:column;gap:15px}.image-preview{align-items:center;background:#f8f9fa;border:3px solid #e1e5e9;border-radius:50%;display:flex;height:120px;justify-content:center;overflow:hidden;transition:all .3s ease;width:120px}.image-preview:hover{border-color:#667eea}.image-preview img{height:100%;object-fit:cover;width:100%}.upload-placeholder{align-items:center;color:#666;display:flex;flex-direction:column;font-size:.8rem;justify-content:center;padding:10px;text-align:center}.upload-icon{font-size:2rem;margin-bottom:5px}.file-input{display:none}.upload-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 20px;text-align:center;transition:all .3s ease}.upload-btn:hover{box-shadow:0 5px 15px #667eea4d;transform:translateY(-2px)}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:15px;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 10px 20px #667eea4d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:20px;padding:12px;text-align:center}@media (max-width:768px){.profile-setup-page{padding:10px}.profile-setup-container{padding:30px 20px}.logo{font-size:2rem}.title{font-size:1.5rem}.input-group input,.input-group select{padding:12px}}.airline-search-container{position:relative;width:100%}.airline-input-container{align-items:center;display:flex;position:relative}.airline-input-container input{flex:1 1}.airline-input-container input.selected{background-color:#f8f9fa;color:#495057;cursor:not-allowed}.clear-selection-btn{align-items:center;background:none;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;padding:4px;position:absolute;right:10px;transition:all .2s ease;width:24px}.clear-selection-btn:hover{background-color:#e9ecef;color:#495057}.airline-dropdown{background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 20px #0000001a;left:0;margin-top:2px;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.airline-option{align-items:center;border-bottom:1px solid #f5f5f5;cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:background-color .2s ease}.airline-option:last-child{border-bottom:none}.airline-option:hover{background-color:#f8f9fa}.airline-code{background:#667eea;border-radius:4px;color:#fff;font-size:12px;font-weight:600;margin-right:12px;min-width:40px;padding:4px 8px;text-align:center}.airline-logo{align-items:center;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.airline-logo-image{background:#fff;object-fit:contain;padding:2px}.airline-logo-image,.airline-logo-text{border-radius:6px;height:100%;width:100%}.airline-logo-text{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;font-size:12px;font-weight:700;justify-content:center;text-transform:uppercase}.airline-logo-text.fallback-hidden{display:none}.airline-name{color:#333;flex:1 1;font-size:14px}@media (max-width:768px){.airline-dropdown{max-height:150px}.airline-option{gap:8px;padding:10px 12px}.airline-logo{height:25px;width:25px}.airline-logo-image{padding:1px}.airline-logo-text{font-size:10px}.airline-name{font-size:13px}.clear-selection-btn{font-size:14px;height:20px;width:20px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;color:#fff;padding:20px}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.513801cd.css.map*/