@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1c1c1e;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}input:focus{border-color:#4a90e2;outline:none}button:hover{opacity:.9}button:active{transform:scale(.98)}:root{--primary: #4A90A4;--primary-light: #E8F4F8;--primary-dark: #3A7A8E;--primary-gradient: linear-gradient(135deg, #4A90A4 0%, #3A7A8E 100%);--accent-green: #27AE60;--accent-orange: #E67E22;--accent-purple: #9B59B6;--text-primary: #1a1a1a;--text-secondary: #555555;--text-muted: #888888;--bg-white: #ffffff;--bg-light: #f8f9fa;--bg-dark: #1a1a1a;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 8px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .12);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.landing-container{min-height:100vh;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;overflow-x:hidden}.text-primary{color:var(--primary)}.animate-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animate-in{opacity:1}.fade-up{transform:translateY(40px)}.fade-up.animate-in{transform:translateY(0)}.fade-left{transform:translate(60px)}.fade-left.animate-in{transform:translate(0)}.fade-right{transform:translate(-60px)}.fade-right.animate-in{transform:translate(0)}.scale-up{transform:scale(.9)}.scale-up.animate-in{transform:scale(1)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.landing-header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.header-content{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:26px;font-weight:700;color:var(--primary);letter-spacing:-.5px}.nav-links{display:flex;gap:32px}.nav-link{font-size:15px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--primary)}.admin-button{padding:10px 20px;background-color:transparent;border:1.5px solid var(--primary);border-radius:var(--radius-sm);color:var(--primary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.admin-button:hover{background-color:var(--primary);color:#fff}.hero{padding:140px 24px 100px;background:linear-gradient(180deg,var(--primary-light) 0%,var(--bg-white) 100%)}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text{max-width:540px}.hero-badge{display:inline-block;padding:10px 20px;background-color:#4a90a41a;color:var(--primary);font-size:16px;font-weight:600;border-radius:24px;margin-bottom:28px}.hero-title{font-size:56px;font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:28px;letter-spacing:-2px}.hero-subtitle{font-size:22px;line-height:1.7;color:var(--text-secondary);margin-bottom:44px}.app-buttons{display:flex;gap:12px;flex-wrap:wrap}.store-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background-color:var(--text-primary);color:#fff;border-radius:var(--radius-md);text-decoration:none;font-size:15px;font-weight:600;transition:all .2s ease}.store-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.store-button-secondary{background-color:var(--primary)}.store-button-light{background-color:#fff;color:var(--text-primary);border:1.5px solid #ddd}.store-icon{width:20px;height:20px}.hero-visual{display:flex;justify-content:center}.phone-mockup{width:280px;height:560px;background:linear-gradient(145deg,#2d2d2d 0%,#1a1a1a 100%);border-radius:40px;padding:12px;box-shadow:var(--shadow-lg),0 0 0 1px #ffffff1a inset}.phone-screen{width:100%;height:100%;background-color:#f5f5f5;border-radius:32px;overflow:hidden;padding:20px 16px}.app-header-mock{text-align:center;padding:16px 0 24px;font-size:18px;font-weight:700;color:var(--primary)}.notification-card{display:flex;align-items:center;gap:12px;background:white;padding:16px;border-radius:16px;margin-bottom:12px;box-shadow:0 2px 8px #0000000a}.notif-icon{width:44px;height:44px;border-radius:12px;flex-shrink:0}.notif-icon.arrive{background:linear-gradient(135deg,#4CAF50 0%,#2E7D32 100%)}.notif-icon.leave{background:linear-gradient(135deg,#FF9800 0%,#F57C00 100%)}.notif-icon.album{background:linear-gradient(135deg,#9B59B6 0%,#8E44AD 100%)}.notif-content{flex:1;min-width:0}.notif-title{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.notif-subtitle{font-size:12px;color:var(--text-muted)}.stats{padding:60px 24px;background:var(--bg-white);border-top:1px solid #eee;border-bottom:1px solid #eee}.stats-inner{max-width:800px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:60px}.stat-item{text-align:center}.stat-number{font-size:44px;font-weight:700;color:var(--primary);margin-bottom:10px}.stat-label{font-size:17px;color:var(--text-secondary)}.stat-divider{width:1px;height:50px;background-color:#ddd}.section-inner{max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-badge{display:inline-block;padding:8px 18px;background-color:var(--primary-light);color:var(--primary);font-size:15px;font-weight:600;border-radius:20px;margin-bottom:20px}.section-title{font-size:44px;font-weight:700;color:var(--text-primary);letter-spacing:-1px;margin-bottom:16px}.section-desc{font-size:20px;color:var(--text-secondary);line-height:1.6}.features{padding:100px 24px;background-color:var(--bg-white)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feature-card{position:relative;padding:36px 32px;background-color:var(--bg-light);border-radius:var(--radius-lg);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);background-color:var(--bg-white)}.feature-card-highlight{background:linear-gradient(135deg,#f0e6f6 0%,#e8f4f8 100%);border:2px solid var(--accent-purple)}.feature-card-highlight:hover{background:linear-gradient(135deg,#f0e6f6 0%,#e8f4f8 100%)}.feature-new-badge{position:absolute;top:16px;right:16px;padding:4px 10px;background-color:var(--accent-purple);color:#fff;font-size:11px;font-weight:700;border-radius:12px}.feature-icon-wrapper{width:56px;height:56px;margin-bottom:24px;background:var(--primary-gradient);border-radius:16px;display:flex;align-items:center;justify-content:center}.feature-icon{width:28px;height:28px;color:#fff}.feature-title{font-size:24px;font-weight:600;margin-bottom:14px;color:var(--text-primary)}.feature-desc{font-size:17px;line-height:1.7;color:var(--text-secondary)}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.two-column.reverse{direction:rtl}.two-column.reverse>*{direction:ltr}.column-content{max-width:480px}.column-content .section-badge{margin-bottom:20px}.column-content .section-title{text-align:left;margin-bottom:36px;font-size:38px}.feature-list{list-style:none;padding:0;margin:0}.feature-list-item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #eee}.feature-list-item:last-child{border-bottom:none}.feature-list-icon{width:24px;height:24px;border-radius:50%;flex-shrink:0;margin-top:2px}.feature-list-icon.check{background-color:var(--accent-green);position:relative}.feature-list-icon.check:after{content:"";position:absolute;top:6px;left:8px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.feature-list-text{flex:1}.feature-list-text strong{display:block;font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:6px}.feature-list-text span{font-size:16px;color:var(--text-secondary);line-height:1.5}.for-parents{padding:100px 24px;background-color:var(--bg-light)}.feature-phone-mockup{width:260px;margin:0 auto;background:linear-gradient(145deg,#2d2d2d 0%,#1a1a1a 100%);border-radius:36px;padding:10px;box-shadow:var(--shadow-lg)}.feature-phone-screen{background-color:#f5f5f5;border-radius:28px;padding:16px 12px;min-height:400px}.album-preview{background:white;border-radius:16px;padding:14px;margin-bottom:12px;box-shadow:0 2px 8px #0000000a}.album-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.album-preview-title{font-size:14px;font-weight:600;color:var(--text-primary)}.album-preview-badge{padding:3px 8px;border-radius:10px;font-size:10px;font-weight:600}.album-preview-badge.public{background-color:#27ae601a;color:var(--accent-green)}.album-preview-badge.private{background-color:#e67e221a;color:var(--accent-orange)}.album-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:10px}.album-preview-item{aspect-ratio:1;background:linear-gradient(135deg,#ddd 0%,#ccc 100%);border-radius:8px}.album-preview-item.video{background:linear-gradient(135deg,#666 0%,#444 100%);display:flex;align-items:center;justify-content:center}.album-preview-item.video svg{width:16px;height:16px}.album-preview-info{font-size:11px;color:var(--text-muted)}.for-academies{padding:100px 24px;background-color:var(--bg-white)}.admin-preview-card{width:300px;margin:0 auto;background:white;border-radius:24px;padding:24px;box-shadow:var(--shadow-lg);border:1px solid #eee}.admin-preview-header{font-size:18px;font-weight:700;color:var(--primary);text-align:center;margin-bottom:24px}.admin-preview-input{margin-bottom:24px}.admin-preview-label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:12px;text-align:center}.admin-preview-digits{display:flex;justify-content:center;gap:8px}.admin-preview-digits span{width:48px;height:56px;background-color:var(--bg-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:var(--text-primary)}.admin-preview-result{background-color:var(--bg-light);border-radius:16px;padding:16px}.admin-preview-student{display:flex;align-items:center;gap:12px;margin-bottom:16px}.student-avatar{width:44px;height:44px;background:var(--primary-gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600}.student-info{flex:1}.student-name{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:2px}.student-class{font-size:12px;color:var(--text-muted)}.admin-preview-button{width:100%;padding:14px;background:var(--accent-green);color:#fff;border-radius:12px;text-align:center;font-size:15px;font-weight:600}.how-it-works{padding:100px 24px;background-color:var(--bg-light)}.steps-container{max-width:1100px;margin:0 auto}.steps-row{display:flex;justify-content:center;align-items:stretch;gap:0}.step-card{flex:1 1 220px;max-width:260px;text-align:center;padding:32px 20px;background:white;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin:0 8px}.step-number{width:64px;height:64px;margin:0 auto 24px;background:var(--primary-gradient);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700}.step-title{font-size:22px;font-weight:600;margin-bottom:16px;color:var(--text-primary)}.step-desc{font-size:15px;line-height:1.7;color:var(--text-secondary)}.step-arrow{font-size:28px;color:var(--primary);display:flex;align-items:center;padding:0 4px;opacity:.6}.trust{padding:80px 24px;background:var(--primary-gradient)}.trust-content{max-width:900px;margin:0 auto}.trust-title{font-size:34px;font-weight:700;color:#fff;text-align:center;margin-bottom:52px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.trust-item{display:flex;align-items:flex-start;gap:16px;color:#fff}.trust-icon{width:32px;height:32px;flex-shrink:0;opacity:.9}.trust-item-title{font-size:19px;font-weight:600;margin-bottom:8px}.trust-item-desc{font-size:16px;opacity:.85;line-height:1.6}.faq{padding:100px 24px;background-color:var(--bg-white)}.faq-list{max-width:700px;margin:0 auto}.faq-item{padding:28px 0;border-bottom:1px solid #eee}.faq-item:last-child{border-bottom:none}.faq-question{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:14px}.faq-answer{font-size:17px;line-height:1.7;color:var(--text-secondary)}.cta{padding:100px 24px;background:linear-gradient(180deg,var(--bg-light) 0%,var(--primary-light) 100%)}.cta-content{max-width:600px;margin:0 auto;text-align:center}.cta-content .app-buttons{justify-content:center}.cta-title{font-size:40px;font-weight:700;color:var(--text-primary);margin-bottom:20px;letter-spacing:-.5px}.cta-desc{font-size:20px;color:var(--text-secondary);margin-bottom:40px;line-height:1.6}.landing-footer{padding:60px 24px 40px;background-color:var(--bg-dark);color:#fff}.footer-inner{max-width:1100px;margin:0 auto}.footer-main{display:flex;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{font-size:20px;font-weight:700;color:var(--primary);margin-bottom:8px}.footer-tagline{font-size:14px;color:#888}.footer-links{display:flex;gap:80px}.footer-link-group{display:flex;flex-direction:column;gap:12px}.footer-link-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.footer-link{font-size:14px;color:#888;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--primary)}.footer-bottom{padding-top:24px;text-align:center}.business-info{margin-bottom:16px;font-size:12px;color:#888;line-height:1.8}.business-info p{margin:0}.copyright{font-size:13px;color:#666}@media (max-width: 1024px){.hero-inner{grid-template-columns:1fr;gap:60px;text-align:center}.hero-text{max-width:100%}.hero-title{font-size:48px}.hero-subtitle{font-size:20px}.section-title{font-size:38px}.section-desc{font-size:18px}.app-buttons{justify-content:center}.feature-grid{gap:20px}.feature-title{font-size:22px}.two-column{grid-template-columns:1fr;gap:60px}.two-column.reverse{direction:ltr}.column-content{max-width:100%;text-align:center}.column-content .section-title{text-align:center;font-size:34px}.feature-list-item{justify-content:center;text-align:left}.trust-grid{grid-template-columns:1fr;gap:24px}.trust-title{font-size:30px}.footer-main{flex-direction:column;gap:40px}.footer-links{gap:48px}.steps-row{flex-wrap:wrap;gap:20px;justify-content:center}.step-arrow{display:none}.step-card{flex:0 1 calc(50% - 20px);max-width:280px;margin:0}.cta-title{font-size:34px}.cta-desc{font-size:18px}.fade-up{transform:translateY(30px)}.fade-left,.fade-right{transform:translate(0);transform:translateY(30px)}}@media (max-width: 768px){.nav-links{display:none}.header-content{padding:14px 20px}.logo{font-size:22px}.admin-button{padding:10px 18px;font-size:14px}.hero{padding:110px 20px 70px}.hero-badge{font-size:14px;padding:8px 16px}.hero-title{font-size:38px;letter-spacing:-1px}.hero-subtitle{font-size:18px;margin-bottom:36px}.app-buttons{flex-direction:column;align-items:center}.store-button{width:100%;max-width:280px;padding:16px 28px;font-size:16px}.phone-mockup{width:260px;height:520px;border-radius:36px}.phone-screen{border-radius:28px;padding:18px 14px}.stats{padding:50px 20px}.stats-inner{flex-direction:column;gap:28px}.stat-divider{width:60px;height:1px}.stat-number{font-size:38px}.stat-label{font-size:15px}.features,.for-parents,.for-academies,.how-it-works,.faq,.cta{padding:70px 20px}.section-badge{font-size:14px}.section-title{font-size:32px}.section-desc{font-size:17px}.section-header{margin-bottom:44px}.feature-grid{grid-template-columns:1fr;gap:18px}.feature-card{padding:30px 26px}.feature-title{font-size:20px}.feature-desc{font-size:16px}.column-content .section-title{font-size:30px}.feature-list-text strong{font-size:17px}.feature-list-text span{font-size:15px}.step-card{flex:0 1 calc(50% - 12px);max-width:none;padding:24px 16px}.step-number{width:56px;height:56px;font-size:22px;margin-bottom:20px}.step-title{font-size:18px;margin-bottom:12px}.step-desc{font-size:14px}.trust{padding:70px 20px}.trust-title{font-size:28px;margin-bottom:40px}.trust-item{flex-direction:column;text-align:center;align-items:center}.trust-item-title{font-size:18px}.trust-item-desc{font-size:15px}.faq-question{font-size:18px}.faq-answer{font-size:16px}.cta-title{font-size:30px}.cta-desc{font-size:17px}.landing-footer{padding:48px 20px 32px}.footer-links{flex-direction:column;gap:32px}.admin-preview-card{width:100%;max-width:320px}.fade-up,.fade-left,.fade-right{transform:translateY(25px)}}@media (max-width: 480px){.hero-title{font-size:32px;letter-spacing:-.5px}.hero-subtitle{font-size:16px}.hero-badge{font-size:13px;padding:7px 14px}.phone-mockup{width:240px;height:480px}.notification-card{padding:14px}.notif-icon{width:40px;height:40px}.notif-title{font-size:14px}.notif-subtitle{font-size:12px}.section-title{font-size:28px}.section-desc{font-size:16px}.feature-title{font-size:19px}.feature-desc{font-size:15px}.feature-phone-mockup{width:240px}.album-preview-grid{grid-template-columns:repeat(3,1fr)}.admin-preview-digits span{width:44px;height:52px;font-size:22px}.faq-question{font-size:17px}.faq-answer{font-size:15px}.cta-title{font-size:26px}.cta-desc{font-size:16px}.store-button{padding:14px 24px;font-size:15px}.step-card{flex:0 1 100%;padding:28px 20px}.fade-up,.fade-left,.fade-right{transform:translateY(20px)}}@media (prefers-reduced-motion: reduce){.animate-on-scroll{opacity:1;transform:none;transition:none}.animate-on-scroll.animate-in{transform:none}html{scroll-behavior:auto}}.terms-page{min-height:100vh;background-color:#f8f9fa;-webkit-text-size-adjust:100%;text-size-adjust:100%}.terms-container{max-width:800px;margin:0 auto;padding:0 20px;box-sizing:border-box;overflow-x:hidden}.terms-header{padding:40px 0 30px;border-bottom:1px solid #e9ecef;margin-bottom:40px}.terms-logo{display:inline-block;font-size:24px;font-weight:700;color:#4a90e2;text-decoration:none;margin-bottom:20px}.terms-logo:hover{color:#3a7bc8}.terms-header h1{font-size:32px;font-weight:700;color:#1a1a1a;margin:0;word-break:keep-all}.terms-content{padding-bottom:60px}.terms-section{margin-bottom:40px}.terms-section h2{font-size:20px;font-weight:600;color:#333;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #4A90E2;word-break:keep-all}.terms-section p{font-size:15px;line-height:1.8;color:#555;margin-bottom:12px;word-break:keep-all;overflow-wrap:break-word}.terms-section ol{padding-left:20px;margin:0}.terms-section ol>li{font-size:15px;line-height:1.8;color:#555;margin-bottom:12px;word-break:keep-all;overflow-wrap:break-word}.terms-section ul{padding-left:20px;margin-top:8px}.terms-section ul>li{font-size:14px;line-height:1.7;color:#666;margin-bottom:6px;list-style-type:disc;word-break:keep-all;overflow-wrap:break-word}.privacy-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}.privacy-table th,.privacy-table td{border:1px solid #ddd;padding:12px;text-align:left}.privacy-table th{background-color:#f8f9fa;font-weight:600;color:#333}.privacy-table td{color:#555}.contact-box{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:16px 0}.contact-box p{margin:6px 0;font-size:14px;color:#555}.contact-box p strong{color:#333}.terms-footer-info{background-color:#f1f3f5;padding:20px;border-radius:8px;text-align:center}.terms-footer-info p{margin:4px 0;color:#666;word-break:keep-all}.terms-page-footer{padding:40px 0;border-top:1px solid #e9ecef;text-align:center}.terms-page-footer .copyright{font-size:13px;color:#666}@media (max-width: 768px){.terms-container{padding:0 16px}.terms-header{padding:30px 0 20px;margin-bottom:30px}.terms-header h1{font-size:26px}.terms-section h2{font-size:18px}.terms-section p,.terms-section ol>li{font-size:14px}.terms-section ul>li{font-size:13px}}@media (max-width: 480px){.privacy-table{font-size:12px}.privacy-table th,.privacy-table td{padding:8px}.contact-box{padding:16px}.contact-box p{font-size:13px}.terms-container{padding:0 12px}.terms-header{padding:20px 0 16px;margin-bottom:24px}.terms-logo{font-size:20px;margin-bottom:12px}.terms-header h1{font-size:22px;line-height:1.3}.terms-content{padding-bottom:40px}.terms-section{margin-bottom:28px}.terms-section h2{font-size:16px;margin-bottom:12px;padding-bottom:8px}.terms-section p,.terms-section ol>li{font-size:13px;line-height:1.7;margin-bottom:10px}.terms-section ol,.terms-section ul{padding-left:16px}.terms-section ul>li{font-size:12px;line-height:1.6;margin-bottom:4px}.terms-footer-info{padding:16px}.terms-footer-info p{font-size:13px}.terms-page-footer{padding:24px 0}.footer-info p{font-size:11px;line-height:1.5}.terms-page-footer .copyright{font-size:11px}}.guide-page{min-height:100vh;background-color:#f8f9fa;-webkit-text-size-adjust:100%;text-size-adjust:100%}.guide-container{max-width:900px;margin:0 auto;padding:0 20px;box-sizing:border-box;overflow-x:hidden}.guide-header{padding:40px 0 30px;border-bottom:1px solid #e9ecef;margin-bottom:30px;text-align:center}.guide-logo{display:inline-block;font-size:24px;font-weight:700;color:#4a90e2;text-decoration:none;margin-bottom:20px}.guide-logo:hover{color:#3a7bc8}.guide-header h1{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 12px;word-break:keep-all}.guide-subtitle{font-size:16px;color:#666;margin:0}.guide-nav{background:#fff;border-radius:12px;padding:24px;margin-bottom:40px;box-shadow:0 2px 8px #0000000f}.guide-nav h3{font-size:16px;font-weight:600;color:#333;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #4A90E2}.guide-nav ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.guide-nav li{margin:0}.guide-nav a{display:block;padding:12px 16px;background:#f8f9fa;border-radius:8px;color:#333;text-decoration:none;font-size:14px;transition:all .2s ease}.guide-nav a:hover{background:#4A90E2;color:#fff}.guide-content{padding-bottom:60px}.guide-section{background:#fff;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.guide-section h2{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 24px;padding-bottom:12px;border-bottom:3px solid #4A90E2;word-break:keep-all}.guide-intro{background:linear-gradient(135deg,#E8F4FD 0%,#F0F7FF 100%);border-radius:12px;padding:20px 24px;margin-bottom:28px;border-left:4px solid #4A90E2}.guide-intro p{font-size:15px;color:#333;margin:0 0 12px;line-height:1.6}.guide-intro ul{margin:0;padding-left:20px}.guide-intro li{font-size:14px;color:#555;line-height:1.8;margin-bottom:6px}.guide-intro li:last-child{margin-bottom:0}.guide-intro strong{color:#4a90e2}.guide-step{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.guide-step:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.guide-step h3{font-size:17px;font-weight:600;color:#333;margin:0 0 16px}.guide-step p{font-size:15px;line-height:1.8;color:#555;margin-bottom:12px;word-break:keep-all}.guide-step ol{padding-left:24px;margin:0}.guide-step ol>li{font-size:15px;line-height:1.8;color:#555;margin-bottom:10px;word-break:keep-all}.guide-step ul{padding-left:20px;margin-top:8px;margin-bottom:0}.guide-step ul>li{font-size:14px;line-height:1.7;color:#666;margin-bottom:6px;list-style-type:disc;word-break:keep-all}.guide-step strong{color:#4a90e2;font-weight:600}.guide-step a{color:#4a90e2;text-decoration:none}.guide-step a:hover{text-decoration:underline}.guide-note{display:flex;align-items:flex-start;gap:12px;background:#E8F4FD;border-radius:8px;padding:16px;margin-top:16px}.guide-note.success{background:#E8F8ED}.guide-note.warning{background:#FFF8E6}.note-icon{font-size:20px;flex-shrink:0}.guide-note p{margin:0;font-size:14px;color:#333;line-height:1.6}.status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.status-badge.arrived{background:#E8F8ED;color:#27ae60}.status-badge.left{background:#E8F4FD;color:#4a90e2}.status-badge.absent{background:#FFF0F0;color:#e74c3c}.guide-tip{background:#f8f9fa;border-radius:12px;padding:24px;margin-bottom:20px}.guide-tip:last-child{margin-bottom:0}.guide-tip h3{font-size:17px;font-weight:600;color:#333;margin:0 0 16px}.guide-tip ul{margin:0;padding-left:20px}.guide-tip li{font-size:14px;line-height:1.8;color:#555;margin-bottom:8px}.guide-tip li:last-child{margin-bottom:0}.guide-tip a{color:#4a90e2;text-decoration:none}.guide-tip a:hover{text-decoration:underline}.guide-page-footer{padding:40px 0;border-top:1px solid #e9ecef;text-align:center}.footer-links{margin-bottom:20px}.footer-links a{color:#4a90e2;text-decoration:none;font-size:14px;font-weight:500}.footer-links a:hover{text-decoration:underline}.footer-links .divider{color:#ddd;margin:0 16px}.footer-info{margin-bottom:16px}.footer-info p{font-size:13px;color:#888;margin:4px 0;line-height:1.6;word-break:keep-all}.guide-page-footer .copyright{font-size:13px;color:#666}@media (max-width: 768px){.guide-container{padding:0 16px}.guide-header{padding:30px 0 20px;margin-bottom:24px}.guide-header h1{font-size:26px}.guide-subtitle{font-size:14px}.guide-nav{padding:20px;margin-bottom:24px}.guide-nav ul{grid-template-columns:1fr}.guide-section{padding:24px}.guide-section h2{font-size:20px}.guide-step h3{font-size:16px}.guide-step p,.guide-step ol>li{font-size:14px}.guide-step ul>li{font-size:13px}}@media (max-width: 480px){.guide-container{padding:0 12px}.guide-header{padding:20px 0 16px;margin-bottom:20px}.guide-logo{font-size:20px;margin-bottom:12px}.guide-header h1{font-size:22px;line-height:1.3}.guide-subtitle{font-size:13px}.guide-nav{padding:16px;margin-bottom:20px}.guide-nav h3{font-size:14px;margin-bottom:12px;padding-bottom:10px}.guide-nav a{padding:10px 14px;font-size:13px}.guide-content{padding-bottom:40px}.guide-section{padding:20px;margin-bottom:16px}.guide-section h2{font-size:18px;margin-bottom:20px;padding-bottom:10px}.guide-step{margin-bottom:24px;padding-bottom:20px}.guide-step h3{font-size:15px;margin-bottom:12px}.guide-step p,.guide-step ol>li{font-size:13px;line-height:1.7;margin-bottom:8px}.guide-step ol{padding-left:18px}.guide-step ul{padding-left:16px}.guide-step ul>li{font-size:12px;line-height:1.6;margin-bottom:4px}.guide-note{padding:14px;gap:10px}.note-icon{font-size:18px}.guide-note p{font-size:13px}.guide-tip{padding:18px}.guide-tip h3{font-size:15px;margin-bottom:12px}.guide-tip li{font-size:13px;margin-bottom:6px}.guide-page-footer{padding:24px 0}.footer-links{margin-bottom:16px}.footer-links a{font-size:13px}.footer-links .divider{margin:0 12px}.footer-info p{font-size:11px;line-height:1.5}.guide-page-footer .copyright{font-size:11px}}
