.app{max-width:800px;margin:0 auto;padding:20px}:root{--white: #ffffff;--sky-blue: #f0f9ff;--blue-light: #e0f2fe;--blue-primary: #38bdf8;--blue-deep: #0284c7;--navy: #0c4a6e;--navy-dark: #082f49;--text-dark: #0f172a;--text-muted: #64748b;--glass: rgba(255, 255, 255, .8);--shadow: 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)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f1f5f9;color:var(--text-dark);overflow-x:hidden}.app-container{min-height:100vh;padding-bottom:80px}.main-header{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);color:var(--white);padding:2rem 1.5rem 3rem;border-radius:0 0 2rem 2rem;box-shadow:var(--shadow-lg)}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.logo{font-weight:800;font-size:1.25rem;letter-spacing:-.025em}.update-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:var(--white);padding:.5rem 1rem;border-radius:9999px;display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s}.update-btn:hover{background:#ffffff40}.date-display h2{font-size:1.75rem;margin-bottom:.25rem}.viewing-info{font-size:.875rem;opacity:.8}.current-time{opacity:.8;font-size:1.125rem;font-weight:300}.content{padding:0 1.5rem;margin-top:-1.5rem}.status-dashboard{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.status-card{background:var(--white);padding:1.5rem;border-radius:1.5rem;box-shadow:var(--shadow)}.status-card.current{background:var(--blue-primary);color:var(--white)}.status-card.future{background:var(--navy);color:var(--white)}.status-card h3{font-size:1.5rem;margin:.5rem 0}.status-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.status-mini-card{background:var(--white);padding:1.25rem;border-radius:1.25rem;box-shadow:var(--shadow)}.label{font-size:.75rem;font-weight:700;text-transform:uppercase;opacity:.7;display:block}.status-mini-card p{font-weight:700;margin-top:.25rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.section-header h3{font-size:1.25rem;color:var(--navy)}.date-picker-wrapper{display:flex;align-items:center;gap:.5rem;background:var(--white);padding:.25rem .75rem;border-radius:.5rem;box-shadow:var(--shadow);color:var(--blue-deep)}.date-picker-wrapper input{border:none;font-size:.875rem;font-family:inherit;color:var(--navy);outline:none;cursor:pointer}.timeline{display:flex;flex-direction:column;gap:.75rem}.timeline-item{background:var(--white);padding:1rem;border-radius:1rem;display:flex;align-items:center;gap:1rem;border:1px solid transparent;transition:all .2s;cursor:pointer}.timeline-item.gap{background:transparent;border:1px dashed #cbd5e1;cursor:default;opacity:.7}.gap-icon{color:var(--text-muted);margin-left:auto}.timeline-item.active{border-color:var(--blue-primary);background:var(--blue-light);transform:scale(1.02)}.timeline-item.missing{border:1px dashed var(--blue-primary);background:var(--sky-blue);position:relative;overflow:hidden}.timeline-item.missing:after{content:"신규 업데이트 필요";position:absolute;top:5px;right:35px;font-size:.625rem;font-weight:700;color:var(--blue-deep);background:var(--blue-light);padding:2px 6px;border-radius:4px}.info-icon{color:var(--blue-primary);margin-left:.5rem}.warning-text{color:var(--blue-deep);font-weight:700;background:var(--blue-light);padding:.5rem;border-radius:.5rem;border-left:4px solid var(--blue-primary)}.time-col{display:flex;flex-direction:column;min-width:50px;font-size:.75rem;font-weight:700;color:var(--text-muted)}.time-col .start{color:var(--navy);font-size:.875rem}.content-col{flex:1}.item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.type-tag{font-size:.625rem;padding:.125rem .5rem;border-radius:9999px;text-transform:uppercase;font-weight:800}.type-tag.school{background:#dcfce7;color:#166534}.type-tag.academy{background:#fef9c3;color:#854d0e}.type-tag.shuttle{background:#fee2e2;color:#991b1b}.type-tag.extra{background:#f1f5f9;color:#475569}.type-tag.gap{background:#e2e8f0;color:#64748b}.content-col h4{font-size:1rem}.content-col .desc{font-size:.875rem;color:var(--text-muted)}.chevron{color:var(--text-muted)}.page-content{padding-top:2.5rem}.page-content h3{font-size:1.25rem;color:var(--navy);margin-bottom:1.25rem}.shuttle-card{background:var(--white);border-radius:1.5rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow)}.shuttle-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--navy)}.shuttle-header .icon{color:var(--blue-primary)}.shuttle-body p{margin-bottom:.5rem;font-size:.9375rem}.map-placeholder{margin-top:1rem;background:var(--blue-light);height:200px;border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--blue-deep);border:2px dashed var(--blue-primary);gap:.5rem}.map-coords{font-size:.75rem;opacity:.6}.map-link-btn{background:var(--white);border:1px solid var(--blue-primary);color:var(--blue-deep);padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;display:flex;align-items:center;gap:.25rem;cursor:pointer;margin-top:.5rem}.map-link-btn.primary{background:var(--blue-primary);color:var(--white);font-size:1rem;padding:.75rem 1.25rem;border-radius:1rem;width:100%;justify-content:center}.contact-list{display:flex;flex-direction:column;gap:.75rem}.contact-item{background:var(--white);padding:1.25rem;border-radius:1.25rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow)}.contact-role{font-size:.625rem;font-weight:800;text-transform:uppercase;color:var(--blue-deep);background:var(--blue-light);padding:.125rem .5rem;border-radius:9999px;margin-bottom:.25rem;display:inline-block}.contact-info h4{font-size:1.125rem;margin-bottom:.125rem}.contact-info p{color:var(--text-muted);font-size:.875rem}.call-btn{background:var(--blue-primary);color:var(--white);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s}.call-btn:active{transform:scale(.9)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:flex-end}.modal-content{background:var(--white);width:100%;max-height:90vh;border-radius:2rem 2rem 0 0;padding:2rem 1.5rem 3rem;box-shadow:0 -10px 25px #0000001a;display:flex;flex-direction:column}.scroll-area{overflow-y:auto;flex:1;padding-right:.5rem}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.close-btn{background:var(--blue-light);border:none;color:var(--navy);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal-body h2{font-size:1.75rem;margin-bottom:1.5rem;color:var(--navy)}.detail-row{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);margin-bottom:1rem;font-size:1.125rem}.map-button-area{margin:1.5rem 0}.period-list{margin-top:2rem;background:var(--sky-blue);padding:1.25rem;border-radius:1rem}.period-list h3{font-size:1rem;color:var(--navy);margin-bottom:1rem}.period-item{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;background:var(--white);padding:.75rem;border-radius:.75rem}.p-tag{font-size:.75rem;font-weight:800;background:var(--blue-light);color:var(--blue-deep);padding:.25rem .5rem;border-radius:.5rem;min-width:50px;text-align:center}.p-info{display:flex;flex-direction:column}.p-subject{font-weight:700}.p-room{font-size:.75rem;color:var(--text-muted)}.detail-desc{margin-top:2rem;padding:1.25rem;background:#f8fafc;border-radius:1rem}.detail-desc h3{font-size:1rem;color:var(--navy);margin-bottom:.5rem}.detail-desc p{color:var(--text-dark);line-height:1.6}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:space-around;padding:.75rem 1rem 1.5rem;border-top:1px solid rgba(0,0,0,.05);z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:var(--text-muted);cursor:pointer}.nav-item.active{color:var(--blue-deep)}.nav-item span{font-size:.75rem;font-weight:600}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.update-btn.analyzing{opacity:.7;cursor:not-allowed}.prep-card{background:var(--white);border:1px solid #e2e8f0;border-left:4px solid var(--blue-primary);border-radius:1rem;padding:1rem 1.25rem;box-shadow:0 1px 3px #0000000d;margin-bottom:2rem;position:relative;display:flex;flex-direction:column;gap:.5rem}.prep-header{display:flex;align-items:center;gap:.5rem;color:var(--blue-deep)}.prep-info-icon{display:flex;align-items:center;justify-content:center;color:var(--blue-primary)}.prep-header h3{font-size:.9375rem;font-weight:800;color:var(--blue-deep);letter-spacing:-.01em}.prep-items p{font-size:1.125rem;font-weight:700;color:var(--text-dark);line-height:1.5;padding-left:.25rem}.login-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--navy-dark);z-index:10000;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;color:var(--white)}.login-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:2.5rem;width:100%;max-width:320px;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000004d}.login-card h1{font-size:1.5rem;font-weight:800;margin-bottom:2rem;color:var(--blue-primary)}.login-card input{width:100%;background:#fff3;border:1px solid rgba(255,255,255,.3);padding:1rem;border-radius:1rem;color:var(--white);font-size:1.5rem;text-align:center;margin-bottom:1.5rem;outline:none;letter-spacing:.5rem}.login-card input::placeholder{color:#ffffff80;letter-spacing:normal;font-size:1rem}.login-card button{width:100%;background:var(--blue-primary);color:var(--white);border:none;padding:1rem;border-radius:1rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s}.login-card button:active{transform:scale(.95)}.error-msg{color:#f87171;font-size:.8rem;margin-bottom:1rem}.map-thumbnail{width:100%;aspect-ratio:16 / 9;border-radius:1rem;overflow:hidden;margin-top:.5rem;margin-bottom:.75rem;border:1px solid rgba(0,0,0,.1);box-shadow:var(--shadow);background:#f8fafc}.map-thumbnail img{width:100%;height:100%;object-fit:cover;background:#f1f5f9;transition:transform .3s ease}.map-thumbnail:hover img{transform:scale(1.05)}.map-thumbnail.large{width:100%;max-width:100%;margin:1.5rem 0}.shuttle-body{display:flex;flex-direction:column;gap:1.5rem}.shuttle-location-section{display:flex;flex-direction:column;gap:.5rem}.shuttle-location-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:var(--blue-deep)}.shuttle-location-tag .label-badge{background:var(--blue-primary);color:var(--white);font-size:.625rem;padding:.125rem .5rem;border-radius:.5rem}.shuttle-info-text{font-size:.8125rem;color:var(--text-muted);line-height:1.4}@media (min-width: 768px){.app-container{max-width:480px;margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 50px #0000001a}}
