@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap";.navbar{display:flex;justify-content:center;background-color:#fff;border-bottom:1px solid #EAF3F1;position:sticky;top:0;z-index:100;padding:0 2rem}.navbar .navbar-inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:.75rem 0}.navbar .logo a{display:flex;align-items:center;text-decoration:none}.navbar .logo a .logo-image{height:32px;width:auto;transition:opacity .2s ease}.navbar .logo a .logo-image:hover{opacity:.8}.navbar .menu{display:flex;gap:.5rem}.navbar .menu .menu-item{position:relative}.navbar .menu .menu-item .menu-link{background:none;border:none;font-size:.95rem;font-weight:500;color:#384344;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.navbar .menu .menu-item .menu-link:hover{color:#fee665;background-color:#f5f9f8}.navbar .menu .menu-item .dropdown{position:relative}.navbar .menu .menu-item .dropdown .dropdown-button{background:none;border:none;font-size:.95rem;font-weight:500;color:#384344;cursor:pointer;padding:.5rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.navbar .menu .menu-item .dropdown .dropdown-button .arrow{font-size:.6rem;transition:transform .2s ease}.navbar .menu .menu-item .dropdown .dropdown-button:hover{color:#fee665;background-color:#f5f9f8}.navbar .menu .menu-item .dropdown .dropdown-content{position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);background-color:#fff;min-width:140px;box-shadow:0 10px 15px -3px #0000001a;border-radius:12px;border:1px solid #EAF3F1;z-index:1000;overflow:hidden;animation:fadeIn .15s ease}.navbar .menu .menu-item .dropdown .dropdown-content.language-dropdown{min-width:160px}.navbar .menu .menu-item .dropdown .dropdown-content .dropdown-item{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;text-align:center;background:none;border:none;font-size:.9rem;color:#384344;cursor:pointer;transition:all .2s ease}.navbar .menu .menu-item .dropdown .dropdown-content .dropdown-item:hover{background-color:#f5f9f8;color:#fee665}.navbar .menu .menu-item .dropdown .dropdown-content .dropdown-item.active{background-color:#fee6651a;color:#fee665;font-weight:600}.navbar .menu .menu-item .dropdown .dropdown-content .dropdown-item .lang-flag,.navbar .menu .menu-item .dropdown .lang-flag{font-size:1rem}.navbar .menu .menu-item .dropdown .lang-name{font-size:.9rem}.navbar .auth-buttons{display:flex;align-items:center;gap:.75rem}.navbar .auth-buttons .dropdown{position:relative}.navbar .auth-buttons .dropdown .dropdown-button{background:none;border:none;font-size:.95rem;font-weight:500;color:#384344;cursor:pointer;padding:.5rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.navbar .auth-buttons .dropdown .dropdown-button .arrow{font-size:.6rem;transition:transform .2s ease}.navbar .auth-buttons .dropdown .dropdown-button:hover{color:#a14f10;background-color:#f5f9f8}.navbar .auth-buttons .dropdown .dropdown-button .lang-flag{font-size:1rem}.navbar .auth-buttons .dropdown .dropdown-button .lang-name{font-size:.9rem}.navbar .auth-buttons .dropdown .dropdown-content{position:absolute;top:calc(100% + 4px);right:0;background-color:#fff;min-width:140px;box-shadow:0 10px 15px -3px #0000001a;border-radius:12px;border:1px solid #EAF3F1;z-index:1000;overflow:hidden;animation:fadeInRight .15s ease}.navbar .auth-buttons .dropdown .dropdown-content.language-dropdown{min-width:160px}.navbar .auth-buttons .dropdown .dropdown-content .dropdown-item{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;text-align:center;background:none;border:none;font-size:.9rem;color:#384344;cursor:pointer;transition:all .2s ease}.navbar .auth-buttons .dropdown .dropdown-content .dropdown-item:hover{background-color:#f5f9f8;color:#a14f10}.navbar .auth-buttons .dropdown .dropdown-content .dropdown-item.active{background-color:#fee66533;color:#a14f10;font-weight:600}.navbar .auth-buttons .dropdown .dropdown-content .dropdown-item .lang-flag{font-size:1rem}.navbar .auth-buttons .login-button{background:linear-gradient(135deg,#fee665,#fdd835);color:#a14f10;border:none;padding:.5rem 1.25rem;border-radius:32px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.navbar .auth-buttons .login-button:hover{background:linear-gradient(135deg,#fdd835,#e5cf5a);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.navbar .auth-buttons .logout-button{background:none;border:1px solid #9CABAB;color:#384344;padding:.5rem 1.25rem;border-radius:32px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.navbar .auth-buttons .logout-button:hover{border-color:#fee665;color:#fee665;background-color:#fee6650d}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hamburger-button{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;gap:5px;z-index:1001}.hamburger-button .hamburger-line{width:24px;height:2px;background-color:#384344;border-radius:2px;transition:all .3s ease}.hamburger-button.open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-button.open .hamburger-line:nth-child(2){opacity:0}.hamburger-button.open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{position:fixed;top:57px;right:-100%;width:80%;max-width:320px;height:calc(100vh - 57px);background-color:#fff;box-shadow:-4px 0 20px #0000001a;z-index:999;transition:right .3s ease;display:flex;flex-direction:column;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu .mobile-nav{display:flex;flex-direction:column;padding:1rem 0;border-bottom:1px solid #EAF3F1}.mobile-menu .mobile-nav .mobile-menu-item{display:block;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#384344;text-align:left;background:none;border:none;cursor:pointer;transition:all .2s ease}.mobile-menu .mobile-nav .mobile-menu-item:hover,.mobile-menu .mobile-nav .mobile-menu-item:active{background-color:#f5f9f8;color:#a14f10}.mobile-menu .mobile-auth{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-menu .mobile-auth .mobile-language .mobile-language-label{display:block;font-size:.85rem;font-weight:600;color:#4e6364;margin-bottom:.75rem}.mobile-menu .mobile-auth .mobile-language .mobile-language-options{display:flex;flex-wrap:wrap;gap:.5rem}.mobile-menu .mobile-auth .mobile-language .mobile-language-options .mobile-lang-button{padding:.5rem 1rem;font-size:.85rem;font-weight:500;color:#384344;background-color:#f5f9f8;border:1px solid #EAF3F1;border-radius:8px;cursor:pointer;transition:all .2s ease}.mobile-menu .mobile-auth .mobile-language .mobile-language-options .mobile-lang-button:hover{border-color:#fee665;background-color:#fee6651a}.mobile-menu .mobile-auth .mobile-language .mobile-language-options .mobile-lang-button.active{background-color:#fee665;border-color:#fee665;color:#a14f10;font-weight:600}.mobile-menu .mobile-auth .mobile-cta-button{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#a14f10;background:linear-gradient(135deg,#fee665,#fdd835);border:none;border-radius:32px;cursor:pointer;transition:all .2s ease}.mobile-menu .mobile-auth .mobile-cta-button:hover,.mobile-menu .mobile-auth .mobile-cta-button:active{background:linear-gradient(135deg,#fdd835,#e5cf5a)}.mobile-overlay{display:none;position:fixed;top:57px;left:0;right:0;bottom:0;background-color:#00000080;z-index:998}@media(max-width:768px){.navbar{padding:0 1rem}.navbar .navbar-inner{padding:.5rem 0}.navbar .logo .logo-image{height:28px}.navbar .desktop-menu,.navbar .desktop-auth{display:none}.navbar .hamburger-button{display:flex}.mobile-overlay{display:block}}@media(min-width:769px)and (max-width:1024px){.navbar{padding:0 1.5rem}.navbar .menu{gap:.25rem}.navbar .menu .menu-item .menu-link{padding:.5rem .75rem;font-size:.9rem}.navbar .auth-buttons{gap:.5rem}.navbar .auth-buttons .login-button{padding:.5rem 1rem;font-size:.9rem}}.site-footer{background:#232a2b;color:#cdd7d4;padding:4rem 2rem 2rem}@media(max-width:768px){.site-footer{padding:3rem 1rem 1.5rem}}.site-footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid #2D3637}@media(max-width:1024px){.site-footer .footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.site-footer .footer-content{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}}.site-footer .footer-section h4{color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.25rem}.site-footer .footer-section ul{list-style:none;padding:0;margin:0}.site-footer .footer-section ul li{margin-bottom:.75rem}.site-footer .footer-section ul li a,.site-footer .footer-section ul li span{color:#9cabab;font-size:.9rem;text-decoration:none;transition:color .2s ease}.site-footer .footer-section ul li a:hover,.site-footer .footer-section ul li span:hover{color:#fee665}.site-footer .company-info .footer-logo{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.site-footer .company-info .company-desc{font-size:.9rem;line-height:1.6;color:#9cabab}.site-footer .legal .legal-info p{font-size:.85rem;color:#9cabab;margin-bottom:.5rem;line-height:1.5}.site-footer .legal .legal-info p span{color:#cdd7d4}.site-footer .footer-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto;padding-top:1.5rem}@media(max-width:768px){.site-footer .footer-bottom{padding-top:1rem}}.site-footer .footer-bottom .footer-legal-links{display:flex;align-items:center;gap:1rem}@media(max-width:480px){.site-footer .footer-bottom .footer-legal-links{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}}.site-footer .footer-bottom .footer-legal-links a{color:#9cabab;font-size:.85rem;text-decoration:none;transition:color .2s ease}@media(max-width:768px){.site-footer .footer-bottom .footer-legal-links a{font-size:.8rem}}.site-footer .footer-bottom .footer-legal-links a:hover{color:#fee665}.site-footer .footer-bottom .footer-legal-links .legal-divider{width:1px;height:10px;background-color:#fee665;flex-shrink:0}@media(max-width:480px){.site-footer .footer-bottom .footer-legal-links .legal-divider{display:none}}.site-footer .footer-bottom p{font-size:.85rem;color:#4e6364}@media(max-width:768px){.site-footer .footer-bottom p{font-size:.75rem;text-align:center}}.login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-modal{background:#fff;border-radius:20px;width:90%;max-width:420px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:modalFadeIn .3s ease-out}.login-modal .close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#9cabab;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.login-modal .close-button:hover{color:#2f3e3f;background:#f5f9f8}.login-modal .login-content{text-align:center}.login-modal .login-content .login-header{margin-bottom:2rem}.login-modal .login-content .login-header h2{font-size:1.75rem;font-weight:700;color:#2f3e3f;margin-bottom:.5rem}.login-modal .login-content .login-header .login-description{color:#4e6364;font-size:.95rem;line-height:1.5}.login-modal .login-content .login-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.login-modal .login-content .login-buttons .login-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.login-modal .login-content .login-buttons .login-button svg{flex-shrink:0}.login-modal .login-content .login-buttons .login-button .naver-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.login-modal .login-content .login-buttons .login-button:disabled{opacity:.6;cursor:not-allowed}.login-modal .login-content .login-buttons .login-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.login-modal .login-content .login-buttons .login-button:not(:disabled):active{transform:translateY(0)}.login-modal .login-content .login-buttons .login-button.kakao{background-color:#fee500;color:#191919}.login-modal .login-content .login-buttons .login-button.kakao:hover{background-color:#fdd800}.login-modal .login-content .login-buttons .login-button.naver{background-color:#03c75a;color:#fff}.login-modal .login-content .login-buttons .login-button.naver:hover{background-color:#02b351}.login-modal .login-content .login-buttons .login-button.google{background-color:#fff;color:#2f3e3f;border:1.5px solid #CDD7D4}.login-modal .login-content .login-buttons .login-button.google:hover{background-color:#f5f9f8;border-color:#cdd7d4}.login-modal .login-content .terms-notice{font-size:.8rem;color:#9cabab;line-height:1.6;margin-bottom:1.5rem;padding:0 1rem}.login-modal .login-content .login-footer{padding-top:1rem;border-top:1px solid #EAF3F1}.login-modal .login-content .login-footer .text-button{background:none;border:none;color:#a14f10;font-size:.9rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.login-modal .login-content .login-footer .text-button:hover{background:#fef9e7}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.join-popup{max-width:450px;position:relative}.join-popup .close-button{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9cabab;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.join-popup .close-button:hover{color:#2f3e3f;background:#f5f9f8}.join-popup h2{text-align:center;margin-bottom:.5rem;color:#2f3e3f;font-weight:700;font-size:1.5rem}.join-popup .subtitle{text-align:center;color:#4e6364;margin-bottom:2rem;font-size:.95rem}.join-popup form{display:flex;flex-direction:column;gap:1.25rem}.join-popup form .input-group{display:flex;flex-direction:column;gap:.5rem}.join-popup form .input-group label{font-size:.875rem;color:#384344;font-weight:500}.join-popup form .input-group input{padding:.875rem 1rem;border:1px solid #CDD7D4;border-radius:8px;font-size:1rem;transition:all .2s ease}.join-popup form .input-group input:focus{outline:none;border-color:#fee665;box-shadow:0 0 0 3px #fee6651a}.join-popup form .input-group input::placeholder{color:#9cabab}.join-popup form .submit-button{margin-top:.5rem;padding:.875rem;background:linear-gradient(135deg,#fee665,#fdd835);color:#a14f10;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.join-popup form .submit-button:hover{background:linear-gradient(135deg,#fdd835,#e5cf5a);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.join-popup form .submit-button:active{transform:translateY(0)}.check-email-popup{max-width:400px;text-align:center}.check-email-popup h2{margin-bottom:1.5rem;color:#333}.check-email-popup .message{color:#666;line-height:1.6;margin-bottom:2rem}.check-email-popup .confirm-button{padding:.75rem 2rem;background-color:#f60;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.check-email-popup .confirm-button:hover{background-color:#ff8533}.phone-reservation-popup{max-width:480px;width:90%;position:relative;background:#fff;border-radius:16px;padding:32px;box-shadow:0 20px 60px #00000026}.phone-reservation-popup .close-button{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#8d6e63;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.phone-reservation-popup .close-button:hover{background:#fff8e1;color:#5d4037}.phone-reservation-popup .popup-header{text-align:center;margin-bottom:24px}.phone-reservation-popup .popup-header .header-icon{width:64px;height:64px;background:linear-gradient(135deg,#fee665,#fdd835);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.phone-reservation-popup .popup-header .header-icon svg{stroke:#5d4037}.phone-reservation-popup .popup-header h2{font-size:1.5rem;font-weight:700;color:#5d4037;margin-bottom:8px}.phone-reservation-popup .popup-header .subtitle{font-size:.9rem;color:#8d6e63}.phone-reservation-popup .step-indicator{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:28px}.phone-reservation-popup .step-indicator .step{display:flex;align-items:center;gap:8px}.phone-reservation-popup .step-indicator .step .step-number{width:28px;height:28px;border-radius:50%;background:#e0e0e0;color:#9e9e9e;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;transition:all .3s ease}.phone-reservation-popup .step-indicator .step .step-label{font-size:.85rem;color:#9e9e9e;font-weight:500;transition:all .3s ease}@media(max-width:480px){.phone-reservation-popup .step-indicator .step .step-label{display:none}}.phone-reservation-popup .step-indicator .step.active .step-number{background:linear-gradient(135deg,#fee665,#fdd835);color:#5d4037}.phone-reservation-popup .step-indicator .step.active .step-label{color:#5d4037}.phone-reservation-popup .step-indicator .step.completed .step-number{background:#a5d6a7;color:#2e7d32}.phone-reservation-popup .step-indicator .step.completed .step-label{color:#2e7d32}.phone-reservation-popup .step-indicator .step-line{width:40px;height:2px;background:#e0e0e0}@media(max-width:480px){.phone-reservation-popup .step-indicator .step-line{width:24px}}.phone-reservation-popup .datetime-step .date-picker{margin-bottom:20px}.phone-reservation-popup .datetime-step .date-picker label{display:block;margin-bottom:8px;font-weight:600;color:#5d4037;font-size:.9rem}.phone-reservation-popup .datetime-step .date-picker input{width:100%;padding:12px 16px;border:2px solid #E0E0E0;border-radius:10px;font-size:1rem;color:#5d4037;transition:all .2s ease}.phone-reservation-popup .datetime-step .date-picker input:focus{outline:none;border-color:#fdd835;box-shadow:0 0 0 3px #fdd83533}.phone-reservation-popup .datetime-step .time-picker{margin-bottom:24px}.phone-reservation-popup .datetime-step .time-picker label{display:block;margin-bottom:4px;font-weight:600;color:#5d4037;font-size:.9rem}.phone-reservation-popup .datetime-step .time-picker .time-notice{font-size:.8rem;color:#8d6e63;margin-bottom:12px}.phone-reservation-popup .datetime-step .time-picker .time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}@media(max-width:480px){.phone-reservation-popup .datetime-step .time-picker .time-grid{grid-template-columns:repeat(3,1fr)}}.phone-reservation-popup .datetime-step .time-picker .time-grid .time-button{padding:12px 8px;border:2px solid #E0E0E0;border-radius:10px;background-color:#fff;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;color:#5d4037}.phone-reservation-popup .datetime-step .time-picker .time-grid .time-button:hover{border-color:#fdd835;background:#fff8e1}.phone-reservation-popup .datetime-step .time-picker .time-grid .time-button.selected{background:linear-gradient(135deg,#fee665,#fdd835);color:#5d4037;border-color:#fdd835;font-weight:600}.phone-reservation-popup .datetime-step .next-button{width:100%;padding:14px;background:linear-gradient(135deg,#fee665,#fdd835);color:#5d4037;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.phone-reservation-popup .datetime-step .next-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #fdd83566}.phone-reservation-popup .datetime-step .next-button:disabled{background:#e0e0e0;color:#9e9e9e;cursor:not-allowed}.phone-reservation-popup .info-step .selected-datetime{background:linear-gradient(135deg,#fff8e1,#fff9e6);padding:12px 16px;border-radius:10px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;border:1px solid #FDD835}.phone-reservation-popup .info-step .selected-datetime .datetime-label{font-size:.85rem;color:#8d6e63;font-weight:500}.phone-reservation-popup .info-step .selected-datetime .datetime-value{font-size:.95rem;color:#5d4037;font-weight:600}.phone-reservation-popup .info-step .input-group{margin-bottom:16px}.phone-reservation-popup .info-step .input-group label{display:block;margin-bottom:6px;font-weight:600;color:#5d4037;font-size:.9rem}.phone-reservation-popup .info-step .input-group label .required{color:#e57373;margin-left:4px}.phone-reservation-popup .info-step .input-group input{width:100%;padding:12px 16px;border:2px solid #E0E0E0;border-radius:10px;font-size:1rem;color:#5d4037;transition:all .2s ease}.phone-reservation-popup .info-step .input-group input::placeholder{color:#bdbdbd}.phone-reservation-popup .info-step .input-group input:focus{outline:none;border-color:#fdd835;box-shadow:0 0 0 3px #fdd83533}.phone-reservation-popup .info-step .button-group{display:flex;gap:12px;margin-top:24px}.phone-reservation-popup .info-step .button-group .back-button{flex:1;padding:14px;background-color:#fff;color:#5d4037;border:2px solid #E0E0E0;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.phone-reservation-popup .info-step .button-group .back-button:hover{border-color:#8d6e63;background:#efebe9}.phone-reservation-popup .info-step .button-group .submit-button{flex:2;padding:14px;background:linear-gradient(135deg,#fee665,#fdd835);color:#5d4037;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.phone-reservation-popup .info-step .button-group .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #fdd83566}.phone-reservation-popup .info-step .button-group .submit-button:disabled{background:#e0e0e0;color:#9e9e9e;cursor:not-allowed;transform:none;box-shadow:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}@media(max-width:768px){.layout{overflow-x:hidden}.main-content{padding-top:0}}.hero-animation{position:relative;width:100%;height:400px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.hero-animation{height:280px;transform:scale(.7)}}@media(max-width:480px){.hero-animation{height:220px;transform:scale(.55)}}.central-display{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center}.central-display .display-frame{width:280px;height:180px;background:linear-gradient(145deg,#2a2a3e,#1a1a2e);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0006,0 0 40px #fdd83533,inset 0 1px #ffffff1a;border:2px solid rgba(253,216,53,.3)}.central-display .display-frame .display-header{display:flex;align-items:center;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#fdd835,#ffb300)}.central-display .display-frame .display-header .header-dots{display:flex;gap:4px}.central-display .display-frame .display-header .header-dots .dot{width:8px;height:8px;border-radius:50%;background:#fffc}.central-display .display-frame .display-header .header-title{font-size:12px;font-weight:700;color:#5d4037;flex:1;text-align:center;margin-right:24px}.central-display .display-frame .display-content{position:relative;width:100%;height:calc(100% - 32px);background:linear-gradient(180deg,#fffde7,#fff8e1);padding:12px}.central-display .display-stand{width:60px;height:40px;background:linear-gradient(180deg,#3a3a4e,#2a2a3e);clip-path:polygon(20% 0%,80% 0%,100% 100%,0% 100%);box-shadow:0 4px 12px #0000004d}.sticker-card{position:absolute;width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;border:2px solid #FFEE58}.sticker-card .card-emoji{font-size:18px}.sticker-card.card-1{top:20%;left:15%}.sticker-card.card-2{top:35%;right:20%}.sticker-card.card-3{bottom:25%;left:25%}.sticker-card.card-4{bottom:20%;right:15%}.phone{position:absolute;transform:translate(-50%,-50%);z-index:5}.phone .phone-screen{width:50px;height:90px;background:linear-gradient(145deg,#2a2a3e,#1a1a2e);border-radius:10px;padding:4px;box-shadow:0 8px 24px #0000004d;border:1px solid rgba(253,216,53,.4)}.phone .phone-screen .phone-notch{width:20px;height:4px;background:#000;border-radius:2px;margin:2px auto 4px}.phone .phone-screen .phone-content{width:100%;height:calc(100% - 10px);background:linear-gradient(180deg,#fffde7,#fff8e1);border-radius:6px;display:flex;align-items:center;justify-content:center}.typing-indicator{display:flex;gap:3px;padding:6px 10px;background:#fdd8354d;border-radius:10px}.typing-indicator span{width:5px;height:5px;background:#f9a825;border-radius:50%;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.flying-message{position:absolute;top:50%;left:50%;z-index:15;pointer-events:none}.flying-message .message-emoji{display:block;font-size:24px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.connection-lines{position:absolute;top:0;left:50%;transform:translate(-50%);width:500px;height:400px;pointer-events:none;z-index:1}@media(max-width:768px){.connection-lines{width:400px;height:320px}}.home-page .section-header{text-align:center;margin-bottom:3rem}.home-page .section-header h2{font-size:2.5rem;font-weight:700;color:#2f3e3f;margin-bottom:.75rem;letter-spacing:-.02em}@media(max-width:1024px){.home-page .section-header h2{font-size:2.25rem}}@media(max-width:768px){.home-page .section-header h2{font-size:1.75rem}}@media(max-width:480px){.home-page .section-header h2{font-size:1.5rem}}.home-page .section-header p{font-size:1.1rem;color:#4e6364}@media(max-width:1024px){.home-page .section-header p{font-size:1rem}}@media(max-width:768px){.home-page .section-header p{font-size:.95rem}}@media(max-width:1024px){.home-page .section-header{margin-bottom:2.5rem}}@media(max-width:768px){.home-page .section-header{margin-bottom:2rem}}.home-page .hero-section{display:flex;justify-content:center;padding:5rem 2rem;background:linear-gradient(135deg,#fffef5,#fff 40%,#fee66514);min-height:85vh;position:relative;overflow:hidden}.home-page .hero-section:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse at center,rgba(254,230,101,.15) 0%,transparent 70%);pointer-events:none}.home-page .hero-section .hero-inner{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-width:1200px;width:100%}@media(max-width:1024px){.home-page .hero-section .hero-inner{flex-direction:column;text-align:center}}@media(max-width:1024px){.home-page .hero-section{padding:3rem 2rem;min-height:auto}}@media(max-width:768px){.home-page .hero-section{padding:2rem 1rem}}@media(max-width:480px){.home-page .hero-section{padding:1.5rem 1rem}}.home-page .hero-section .hero-content{flex:1;max-width:550px;position:relative;z-index:1}.home-page .hero-section .hero-content .hero-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#fee6654d,#fdd8354d);color:#a14f10;padding:.5rem 1rem;border-radius:32px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(254,230,101,.3)}.home-page .hero-section .hero-content h1{font-size:3.5rem;font-weight:800;color:#2f3e3f;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.03em}@media(max-width:1024px){.home-page .hero-section .hero-content h1{font-size:2.75rem}}@media(max-width:768px){.home-page .hero-section .hero-content h1{font-size:2.25rem;margin-bottom:1rem}}@media(max-width:480px){.home-page .hero-section .hero-content h1{font-size:1.875rem}}.home-page .hero-section .hero-content h1 .highlight{background:linear-gradient(135deg,#a14f10,#a14f10);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.home-page .hero-section .hero-content .hero-description{font-size:1.25rem;color:#4e6364;line-height:1.7;margin-bottom:2rem}@media(max-width:1024px){.home-page .hero-section .hero-content .hero-description{font-size:1.15rem}}@media(max-width:768px){.home-page .hero-section .hero-content .hero-description{font-size:1.1rem}}.home-page .hero-section .hero-content .hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}@media(max-width:768px){.home-page .hero-section .hero-content .hero-buttons{flex-direction:column;align-items:center}}.home-page .hero-section .hero-content .hero-stats{display:flex;gap:3rem;padding-top:2rem;border-top:1px solid rgba(205,215,212,.5)}@media(max-width:768px){.home-page .hero-section .hero-content .hero-stats{justify-content:center;gap:1.5rem;padding-top:1.5rem}}@media(max-width:480px){.home-page .hero-section .hero-content .hero-stats{gap:1rem}}.home-page .hero-section .hero-content .hero-stats .stat-item{display:flex;flex-direction:column}.home-page .hero-section .hero-content .hero-stats .stat-item .stat-number{font-size:2rem;font-weight:700;color:#a14f10;letter-spacing:-.02em}@media(max-width:768px){.home-page .hero-section .hero-content .hero-stats .stat-item .stat-number{font-size:1.5rem}}@media(max-width:480px){.home-page .hero-section .hero-content .hero-stats .stat-item .stat-number{font-size:1.25rem}}.home-page .hero-section .hero-content .hero-stats .stat-item .stat-label{font-size:.875rem;color:#9cabab;margin-top:.25rem}@media(max-width:768px){.home-page .hero-section .hero-content .hero-stats .stat-item .stat-label{font-size:.75rem}}.home-page .hero-section .hero-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.home-page .hero-section .hero-visual .hero-image{max-width:100%;height:auto;max-height:500px;border-radius:24px;filter:drop-shadow(0 25px 50px rgba(0,0,0,.1))}.home-page .cta-button{padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.home-page .cta-button.primary{background:linear-gradient(135deg,#fee665,#fdd835);color:#a14f10;border:none;box-shadow:0 4px 14px #fee66566}.home-page .cta-button.primary:hover{background:linear-gradient(135deg,#fdd835,#e5cf5a);transform:translateY(-2px);box-shadow:0 6px 20px #fee66566}.home-page .cta-button.secondary{background:#fff;color:#2f3e3f;border:1px solid #CDD7D4;box-shadow:0 1px 2px #0000000d}.home-page .cta-button.secondary:hover{background:#f5f9f8;border-color:#9cabab;transform:translateY(-2px)}.home-page .cta-button.outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.home-page .cta-button.outline:hover{background:#fff;color:#a14f10;border-color:#fff}.home-page .how-it-works-section{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#f5f9f8)}@media(max-width:1024px){.home-page .how-it-works-section{padding:5rem 1.5rem}}@media(max-width:768px){.home-page .how-it-works-section{padding:4rem 1rem}}.home-page .how-it-works-section .steps-container{display:flex;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto;position:relative}@media(max-width:1024px){.home-page .how-it-works-section .steps-container{gap:1.5rem}}@media(max-width:768px){.home-page .how-it-works-section .steps-container{flex-direction:column;align-items:center;gap:1rem}}.home-page .how-it-works-section .steps-container .step-item{flex:1;text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;position:relative;max-width:280px}@media(max-width:1024px){.home-page .how-it-works-section .steps-container .step-item{padding:1.75rem;max-width:240px}}@media(max-width:768px){.home-page .how-it-works-section .steps-container .step-item{padding:1.5rem;max-width:100%;width:100%}}.home-page .how-it-works-section .steps-container .step-item .step-number{width:48px;height:48px;background:linear-gradient(135deg,#fee665,#fdd835);color:#a14f10;font-size:1.25rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}@media(max-width:1024px){.home-page .how-it-works-section .steps-container .step-item .step-number{width:44px;height:44px;font-size:1.15rem;margin-bottom:1.25rem}}@media(max-width:768px){.home-page .how-it-works-section .steps-container .step-item .step-number{width:40px;height:40px;font-size:1rem;margin-bottom:1rem}}.home-page .how-it-works-section .steps-container .step-item h3{font-size:1.25rem;font-weight:600;color:#2f3e3f;margin-bottom:.75rem}@media(max-width:1024px){.home-page .how-it-works-section .steps-container .step-item h3{font-size:1.15rem}}@media(max-width:768px){.home-page .how-it-works-section .steps-container .step-item h3{font-size:1.1rem}}.home-page .how-it-works-section .steps-container .step-item p{font-size:.95rem;color:#4e6364;line-height:1.6}@media(max-width:1024px){.home-page .how-it-works-section .steps-container .step-item p{font-size:.9rem}}@media(max-width:768px){.home-page .how-it-works-section .steps-container .step-item p{font-size:.875rem}}.home-page .how-it-works-section .steps-container .step-item .step-connector{display:none}@media(min-width:769px){.home-page .how-it-works-section .steps-container .step-item .step-connector{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:-1rem;transform:translate(50%,-50%);color:#a14f10;font-size:1.5rem;font-weight:300;z-index:10}}.home-page .use-cases-section{padding:6rem 2rem;background:#fff}@media(max-width:1024px){.home-page .use-cases-section{padding:5rem 1.5rem}}@media(max-width:768px){.home-page .use-cases-section{padding:4rem 1rem}}.home-page .use-cases-section .use-cases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}@media(max-width:1024px){.home-page .use-cases-section .use-cases-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:500px){.home-page .use-cases-section .use-cases-grid{grid-template-columns:1fr}}.home-page .use-cases-section .use-cases-grid .use-case-card{background:#fff;border-radius:16px;text-align:center;transition:all .2s ease;border:1px solid #EAF3F1;overflow:hidden}.home-page .use-cases-section .use-cases-grid .use-case-card:hover{transform:translateY(-8px);box-shadow:0 10px 15px -3px #0000001a;border-color:#fee6654d}.home-page .use-cases-section .use-cases-grid .use-case-card:hover .use-case-image img{transform:scale(1.05)}.home-page .use-cases-section .use-cases-grid .use-case-card .use-case-image{width:100%;height:160px;overflow:hidden}.home-page .use-cases-section .use-cases-grid .use-case-card .use-case-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.home-page .use-cases-section .use-cases-grid .use-case-card .use-case-content{padding:1.5rem}.home-page .use-cases-section .use-cases-grid .use-case-card .use-case-content h3{font-size:1.1rem;font-weight:600;color:#2f3e3f;margin-bottom:.5rem}.home-page .use-cases-section .use-cases-grid .use-case-card .use-case-content p{font-size:.875rem;color:#9cabab;line-height:1.5}.home-page .use-cases-section .section-cta{text-align:center;margin-top:3rem}.home-page .features-section{padding:6rem 2rem;background:#f5f9f8}@media(max-width:1024px){.home-page .features-section{padding:5rem 1.5rem}}@media(max-width:768px){.home-page .features-section{padding:4rem 1rem}}.home-page .features-section .features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:1024px){.home-page .features-section .features-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem}}@media(max-width:768px){.home-page .features-section .features-grid{display:flex;flex-direction:column;gap:1rem}}.home-page .features-section .features-grid .feature-card{grid-column:span 2;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;border:1px solid transparent;text-align:center}.home-page .features-section .features-grid .feature-card:nth-child(4),.home-page .features-section .features-grid .feature-card:nth-child(5){grid-column:span 3}@media(max-width:768px){.home-page .features-section .features-grid .feature-card{padding:1.5rem}}.home-page .features-section .features-grid .feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a;border-color:#fee6654d}.home-page .features-section .features-grid .feature-card .feature-icon{width:64px;height:64px;margin:0 auto 1.5rem}.home-page .features-section .features-grid .feature-card h3{font-size:1.25rem;font-weight:600;color:#2f3e3f;margin-bottom:.75rem;word-break:keep-all}.home-page .features-section .features-grid .feature-card p{color:#4e6364;line-height:1.6;font-size:.95rem;word-break:keep-all}.home-page .trust-section{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#fee6650d)}@media(max-width:1024px){.home-page .trust-section{padding:5rem 1.5rem}}@media(max-width:768px){.home-page .trust-section{padding:4rem 1rem}}.home-page .trust-section .trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}@media(max-width:600px){.home-page .trust-section .trust-grid{grid-template-columns:1fr}}.home-page .trust-section .trust-grid .trust-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;border:1px solid transparent;transition:all .2s ease}.home-page .trust-section .trust-grid .trust-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a;border-color:#fee6654d}.home-page .trust-section .trust-grid .trust-card .trust-card-icon{font-size:3rem;margin-bottom:1rem}.home-page .trust-section .trust-grid .trust-card h4{font-size:1.1rem;font-weight:600;color:#2f3e3f;margin-bottom:.5rem}.home-page .trust-section .trust-grid .trust-card p{font-size:.9rem;color:#4e6364;line-height:1.5}.home-page .testimonials-section{padding:6rem 2rem;background:#f5f9f8}@media(max-width:1024px){.home-page .testimonials-section{padding:5rem 1.5rem}}@media(max-width:768px){.home-page .testimonials-section{padding:4rem 1rem}}.home-page .testimonials-section .testimonial-slider{max-width:700px;margin:0 auto}@media(max-width:1024px){.home-page .testimonials-section .testimonial-slider{max-width:600px}}.home-page .testimonials-section .testimonial-slider .testimonial-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 15px -3px #0000001a;text-align:center;position:relative}@media(max-width:1024px){.home-page .testimonials-section .testimonial-slider .testimonial-card{padding:2.5rem;border-radius:20px}}@media(max-width:768px){.home-page .testimonials-section .testimonial-slider .testimonial-card{padding:2rem 1.5rem;border-radius:16px}}.home-page .testimonials-section .testimonial-slider .testimonial-card .quote-icon{font-size:4rem;color:#a14f10;opacity:.3;line-height:1;font-family:Georgia,serif;position:absolute;top:1.5rem;left:2rem}@media(max-width:1024px){.home-page .testimonials-section .testimonial-slider .testimonial-card .quote-icon{font-size:3rem}}@media(max-width:768px){.home-page .testimonials-section .testimonial-slider .testimonial-card .quote-icon{font-size:2.5rem;top:1rem;left:1rem}}.home-page .testimonials-section .testimonial-slider .testimonial-card .testimonial-quote{font-size:1.25rem;color:#2f3e3f;line-height:1.8;margin-bottom:2rem;font-style:italic}@media(max-width:1024px){.home-page .testimonials-section .testimonial-slider .testimonial-card .testimonial-quote{font-size:1.15rem}}@media(max-width:768px){.home-page .testimonials-section .testimonial-slider .testimonial-card .testimonial-quote{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}}.home-page .testimonials-section .testimonial-slider .testimonial-card .testimonial-author{display:flex;align-items:center;justify-content:center}.home-page .testimonials-section .testimonial-slider .testimonial-card .testimonial-author .author-info{text-align:center}.home-page .testimonials-section .testimonial-slider .testimonial-card .testimonial-author .author-info .author-name{display:block;font-weight:600;color:#2f3e3f;margin-bottom:.25rem}.home-page .testimonials-section .testimonial-slider .testimonial-card .testimonial-author .author-info .author-role{display:block;font-size:.875rem;color:#9cabab;margin-bottom:.25rem}.home-page .testimonials-section .testimonial-slider .testimonial-card .testimonial-author .author-info .author-date{display:block;font-size:.8rem;color:#9cabab;opacity:.7}.home-page .testimonials-section .testimonial-slider .testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.home-page .testimonials-section .testimonial-slider .testimonial-dots .dot{width:10px;height:10px;border-radius:50%;background:#cdd7d4;border:none;cursor:pointer;transition:all .2s ease}.home-page .testimonials-section .testimonial-slider .testimonial-dots .dot.active{background:#fee665;width:24px;border-radius:5px}.home-page .testimonials-section .testimonial-slider .testimonial-dots .dot:hover:not(.active){background:#9cabab}.home-page .cta-banner-section{padding:5rem 2rem;background:#fff}@media(max-width:1024px){.home-page .cta-banner-section{padding:4rem 1.5rem}}@media(max-width:768px){.home-page .cta-banner-section{padding:3rem 1rem}}.home-page .cta-banner-section .cta-banner{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#fee665,#fdd835,#e5cf5a);padding:4rem;border-radius:32px;text-align:center;color:#a14f10;position:relative;overflow:hidden}@media(max-width:1024px){.home-page .cta-banner-section .cta-banner{padding:3rem 2rem;border-radius:24px}}@media(max-width:768px){.home-page .cta-banner-section .cta-banner{padding:2.5rem 1.5rem;border-radius:20px}}.home-page .cta-banner-section .cta-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.home-page .cta-banner-section .cta-banner h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}@media(max-width:1024px){.home-page .cta-banner-section .cta-banner h2{font-size:2.25rem}}@media(max-width:768px){.home-page .cta-banner-section .cta-banner h2{font-size:2rem}}.home-page .cta-banner-section .cta-banner p{font-size:1.1rem;opacity:.9;margin-bottom:2rem;position:relative}@media(max-width:1024px){.home-page .cta-banner-section .cta-banner p{font-size:1rem}}.home-page .cta-banner-section .cta-banner .cta-buttons{display:flex;justify-content:center;gap:1rem;position:relative}@media(max-width:500px){.home-page .cta-banner-section .cta-banner .cta-buttons{flex-direction:column;align-items:center}}.home-page .cta-banner-section .cta-banner .cta-buttons .cta-button.primary{background:#fff;color:#a14f10;box-shadow:0 4px 14px #00000026}.home-page .cta-banner-section .cta-banner .cta-buttons .cta-button.primary:hover{background:#f5f9f8;box-shadow:0 6px 20px #0003}.home-page .cta-banner-section .cta-banner .cta-buttons .cta-button.secondary{background:transparent;color:#a14f10;border:2px solid rgba(161,79,16,.5);box-shadow:none}.home-page .cta-banner-section .cta-banner .cta-buttons .cta-button.secondary:hover{background:#ffffff26;border-color:#a14f10}.home-page .qna-section{padding:6rem 2rem;background:#f5f9f8}@media(max-width:1024px){.home-page .qna-section{padding:5rem 1.5rem}}@media(max-width:768px){.home-page .qna-section{padding:4rem 1rem}}.home-page .qna-section .qna-list{max-width:800px;margin:0 auto}@media(max-width:1024px){.home-page .qna-section .qna-list{max-width:700px}}.home-page .qna-section .qna-list .qna-item{margin-bottom:.75rem}.home-page .qna-section .qna-list .qna-item .qna-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#fff;border:1px solid #EAF3F1;border-radius:12px;cursor:pointer;font-size:1rem;text-align:left;transition:all .2s ease}@media(max-width:1024px){.home-page .qna-section .qna-list .qna-item .qna-question{padding:1.15rem 1.25rem}}@media(max-width:768px){.home-page .qna-section .qna-list .qna-item .qna-question{padding:1rem;font-size:.9rem}}.home-page .qna-section .qna-list .qna-item .qna-question:hover{border-color:#9cabab;box-shadow:0 1px 2px #0000000d}.home-page .qna-section .qna-list .qna-item .qna-question.active{border-color:#fdd835;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 2px #0000000d}.home-page .qna-section .qna-list .qna-item .qna-question .question-content{display:flex;align-items:center;gap:1rem}.home-page .qna-section .qna-list .qna-item .qna-question .question-content .category-badge{background:linear-gradient(135deg,#fee6654d,#fdd8354d);color:#a14f10;padding:.25rem .75rem;border-radius:32px;font-size:.75rem;font-weight:600;white-space:nowrap}.home-page .qna-section .qna-list .qna-item .qna-question .question-content .question-text{font-weight:500;color:#2f3e3f}.home-page .qna-section .qna-list .qna-item .qna-question .arrow{font-size:1.5rem;color:#9cabab;font-weight:300;transition:transform .2s ease}.home-page .qna-section .qna-list .qna-item .qna-answer{padding:1.5rem;background:#fff;border:1px solid #FDD835;border-top:none;border-radius:0 0 12px 12px}.home-page .qna-section .qna-list .qna-item .qna-answer p{color:#4e6364;line-height:1.7;font-size:.95rem}.home-page .qna-section .qna-more{text-align:center;margin-top:2rem}.home-page .qna-section .qna-more .more-button{background:transparent;border:2px solid #CDD7D4;color:#384344;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.home-page .qna-section .qna-more .more-button:hover{border-color:#fdd835;color:#a14f10;background:#fee6651a}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.demo-desktop{width:100%;height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,#fffde7,#fff8e1);border-radius:0 0 8px 8px;overflow:hidden}.desktop-header{background:linear-gradient(135deg,#fdd835,#f9a825);padding:16px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a}.desktop-header .header-left{display:flex;align-items:center;gap:12px}.desktop-header .logo-icon{width:36px;height:36px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.desktop-header .header-content .wall-title{margin:0 0 2px;font-size:18px;font-weight:700;color:#5d4037}.desktop-header .header-content .wall-description{margin:0;font-size:12px;color:#8d6e63}.desktop-header .participant-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff9;border-radius:20px}.desktop-header .participant-badge .badge-icon{font-size:14px}.desktop-header .participant-badge .badge-count{font-size:13px;font-weight:600;color:#5d4037}.desktop-content{flex:1;position:relative;background:radial-gradient(circle at 20% 30%,rgba(253,216,53,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,193,7,.1) 0%,transparent 50%)}.sticker-card{position:absolute;transform:translate(-50%,-50%);cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.sticker-card:hover{transform:translate(-50%,-50%) scale(1.15);z-index:10}.sticker-card.selected .sticker-img{box-shadow:0 0 0 4px #fdd835,0 8px 24px #fdd83580}.sticker-card .sticker-img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #00000026;transition:box-shadow .2s}.sticker-card .floating-reaction{position:absolute;top:-24px;left:50%;transform:translate(-50%);font-size:28px;animation:floatUp .7s ease-out forwards;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes floatUp{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-40px) scale(1.4)}}@keyframes stickerPop{0%{transform:translate(-50%,-50%) scale(0) rotate(0);opacity:0}50%{transform:translate(-50%,-50%) scale(1.3) rotate(180deg)}to{transform:translate(-50%,-50%) scale(1) rotate(360deg);opacity:1}}.sticker-card.animate-insert{animation:stickerPop .6s cubic-bezier(.34,1.56,.64,1) forwards;z-index:20}.empty-state{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#8d6e63}.empty-state .empty-icon{font-size:48px;margin-bottom:12px;opacity:.7}.empty-state p{margin:0;font-size:14px;padding:12px 20px;background:#ffffffb3;border-radius:20px;box-shadow:0 2px 8px #0000000d}.card-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#5d403799;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.card-modal{background-color:#fff;border-radius:8px;width:300px;max-width:85%;overflow:hidden;position:relative;animation:modalPop .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;isolation:isolate}.card-modal .close-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:#00000014;border-radius:50%;cursor:pointer;color:#999;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.card-modal .close-btn:hover{background:#00000026;color:#666}@keyframes modalPop{0%{opacity:0;transform:scale(.85) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #eee;background-color:#fff}.modal-header .modal-sticker{width:36px;height:36px;border-radius:50%;object-fit:cover;background-color:#f5f5f5;border:2px solid #FFEE58}.modal-header .modal-nickname{font-size:14px;font-weight:600;color:#333}.modal-content{flex:1;padding:16px;min-height:60px;overflow-y:auto;background-color:#fff;box-sizing:content-box}.modal-content p{margin:0;font-size:14px;line-height:1.6;color:#333;word-break:break-word;width:100%}.modal-reactions{display:flex;width:100%;border-top:1px solid #eee;background-color:#fff}.modal-reactions .reaction-item{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:10px 4px;transition:all .2s;cursor:default;position:relative}.modal-reactions .reaction-item.highlight{background:#fff4e6;animation:reactionPulse .3s ease}.modal-reactions .reaction-item.highlight .emoji{transform:scale(1.1)}.modal-reactions .reaction-item.highlight .label{color:#e67700}.modal-reactions .reaction-item.highlight .count{color:#e67700;font-weight:700}.modal-reactions .reaction-item .emoji{font-size:14px;transition:transform .2s ease}.modal-reactions .reaction-item .label{font-size:11px;color:#666;font-weight:500}.modal-reactions .reaction-item .count{font-size:12px;font-weight:700;color:#333;min-width:14px;text-align:center}.modal-reactions .reaction-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:20px;width:1px;background:#e0e0e0}.demo-mobile{width:100%;height:100%;display:flex;flex-direction:column;background:#f5f5f5;overflow:hidden}.mobile-nav{background:linear-gradient(135deg,#fdd835,#f9a825);padding:14px 16px;text-align:center;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.mobile-nav .nav-title{font-size:15px;font-weight:600;color:#5d4037}.mobile-content{flex:1;display:flex;flex-direction:column;padding:16px;gap:16px;overflow-y:auto}.card-preview{width:100%;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden;flex-shrink:0}.card-preview .card-header{padding:10px 12px;display:flex;align-items:center;border-bottom:1px solid #eee}.card-preview .card-header .user-info{display:flex;align-items:center;gap:10px}.card-preview .card-header .sticker-icon{width:36px;height:36px;border-radius:50%;object-fit:cover;background-color:#f5f5f5;border:2px solid #FFEE58}.card-preview .card-header .user-name{font-weight:600;font-size:14px;color:#333}.card-preview .card-body{padding:16px 12px;min-height:60px}.card-preview .card-body .content-text{margin:0;font-size:14px;line-height:1.6;color:#333;word-break:break-word}.card-preview .card-footer{border-top:1px solid #eee}.card-preview .reaction-buttons{display:flex;width:100%}.card-preview .reaction-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:10px 4px;border:none;background:transparent;cursor:pointer;transition:all .2s ease}.card-preview .reaction-btn:hover{background:#0000000d}.card-preview .reaction-btn.selected{background:#fff4e6;animation:reactionPulse .3s ease}.card-preview .reaction-btn.selected .reaction-emoji{transform:scale(1.1)}.card-preview .reaction-btn.selected .reaction-label,.card-preview .reaction-btn.selected .reaction-count{color:#e67700;font-weight:600}.card-preview .reaction-btn .reaction-emoji{font-size:16px;transition:transform .2s ease}.card-preview .reaction-btn .reaction-label{font-size:11px;font-weight:500;color:#555}.card-preview .reaction-btn .reaction-count{font-size:12px;font-weight:700;color:#333}.card-preview .reaction-divider{width:1px;height:24px;background:#e0e0e0;align-self:center}@keyframes reactionPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.empty-card{display:flex;justify-content:center;align-items:center;width:100%;min-height:100px;background-color:#fff;border:2px dashed #ccc;border-radius:12px;flex-shrink:0}.empty-card .empty-text{font-size:13px;color:#999;text-align:center}.my-stickers-section{flex:1;min-height:0;display:flex;flex-direction:column}.my-stickers-section .section-title{font-size:14px;font-weight:600;margin:0 0 12px;color:#333}.my-stickers-section .sticker-container{background:linear-gradient(180deg,#fee665,#ffd665);border:none;border-radius:24px;padding:12px 20px;text-align:center;box-shadow:0 1px 2px #37414b40;transition:all .2s ease;position:relative;overflow:hidden}.my-stickers-section .sticker-container.top-button{margin-bottom:12px}.my-stickers-section .sticker-container:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 4s infinite}@keyframes shimmer{0%{left:-100%}50%,to{left:150%}}.my-stickers-section .sticker-container:hover{background:linear-gradient(180deg,#ffd665,#ffc94d);transform:translateY(-2px);box-shadow:0 4px 12px #37414b4d}.my-stickers-section .sticker-container .add-sticker-btn{width:100%;background-color:transparent;color:#5d4037;font-size:14px;font-weight:600;padding:6px 12px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:1}.my-stickers-section .my-stickers-list{display:flex;flex-direction:column;gap:8px;width:100%;overflow-y:auto;flex:1}.my-stickers-section .empty-stickers-msg{text-align:center;color:#999;font-size:13px;padding:24px 12px;background:#fff;border-radius:12px;margin:0}.my-card-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000d}.my-card-item .card-sticker{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #FFEE58}.my-card-item .card-info{flex:1;min-width:0}.my-card-item .card-info .card-nickname{font-size:12px;font-weight:600;color:#5d4037;display:block;margin-bottom:2px}.my-card-item .card-info .card-content{margin:0;font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-card-item .card-stats{display:flex;gap:6px;font-size:10px;color:#8d6e63;flex-shrink:0}.add-form{background:#fff;border-radius:16px;padding:14px;margin-bottom:12px;box-shadow:0 4px 16px #00000014;border:1px solid rgba(253,216,53,.3)}.add-form form{display:flex;flex-direction:column;gap:12px}.add-form .sticker-select .sticker-label{display:block;font-size:12px;font-weight:600;color:#333;margin-bottom:8px}.add-form .sticker-select .sticker-options{display:flex;gap:10px;justify-content:center}.add-form .sticker-select .sticker-option{width:56px;height:56px;padding:0;border:3px solid #eee;border-radius:50%;background:#fff;cursor:pointer;transition:all .2s;overflow:hidden}.add-form .sticker-select .sticker-option:hover{border-color:#ffee58;transform:scale(1.05)}.add-form .sticker-select .sticker-option.selected{border-color:#fdd835;box-shadow:0 0 0 3px #fdd8354d;transform:scale(1.1)}.add-form .sticker-select .sticker-option img{width:100%;height:100%;object-fit:cover;border-radius:50%}.add-form .form-textarea{padding:10px 12px;border:2px solid #eee;border-radius:10px;font-size:13px;resize:none;transition:border-color .2s}.add-form .form-textarea:focus{outline:none;border-color:#fdd835}.add-form .form-actions{display:flex;gap:8px}.add-form .form-actions .btn-cancel{flex:1;padding:10px;background:#f5f5f5;border:none;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;color:#666}.add-form .form-actions .btn-cancel:hover{background:#eee}.add-form .form-actions .btn-submit{flex:1;padding:10px;background:linear-gradient(135deg,#fdd835,#f9a825);color:#5d4037;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer}.add-form .form-actions .btn-submit:disabled{opacity:.5;cursor:not-allowed}.add-form .form-actions .btn-submit:not(:disabled):hover{box-shadow:0 4px 12px #fdd83566}.preview-section{padding:40px 40px 80px;min-height:calc(100vh - 100px)}@media(max-width:1024px){.preview-section{padding:30px 24px 60px}}@media(max-width:768px){.preview-section{padding:20px 16px 60px;min-height:auto}}.demo-title-wrapper{max-width:600px;margin:0 auto 50px;text-align:center;background:linear-gradient(135deg,#fee665,#fdd835);border-radius:20px;padding:28px 32px;box-shadow:0 8px 32px #fdd8354d;border:2px solid rgba(255,255,255,.5)}@media(max-width:1024px){.demo-title-wrapper{margin:0 auto 40px;padding:24px 28px}}@media(max-width:768px){.demo-title-wrapper{margin:0 auto 30px;padding:20px;border-radius:16px}}.demo-title-wrapper .demo-title{font-size:clamp(20px,3vw,24px);font-weight:800;color:#5d4037;margin:0 0 8px}@media(max-width:1024px){.demo-title-wrapper .demo-title{font-size:22px}}@media(max-width:768px){.demo-title-wrapper .demo-title{font-size:18px}}.demo-title-wrapper .demo-subtitle{font-size:14px;color:#795548;margin:0;font-weight:500}@media(max-width:768px){.demo-title-wrapper .demo-subtitle{font-size:13px}}.live-tag{display:inline-flex;align-items:center;padding:4px 10px;background:#4caf50;color:#fff;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.5px}.live-tag:before{content:"";width:6px;height:6px;background:#fff;border-radius:50%;margin-right:5px;animation:blink 1.5s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.preview-container{width:100%;max-width:1800px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:50px;align-items:start}@media(max-width:1400px){.preview-container{max-width:100%;gap:40px}}@media(max-width:1200px){.preview-container{grid-template-columns:1fr;gap:50px}}@media(max-width:1024px){.preview-container{gap:40px}}.device-preview .device-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:0 4px}.device-preview .device-header .device-label{font-size:14px;font-weight:600;color:#384344;background:#ffffff0d;padding:6px 16px;border-radius:20px}.device-preview .device-header .live-tag-inline{display:inline-flex;align-items:center;padding:3px 8px;background:#4caf50;color:#fff;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.5px}.device-preview .device-header .live-tag-inline:before{content:"";width:5px;height:5px;background:#fff;border-radius:50%;margin-right:4px;animation:blink 1.5s infinite}.device-preview .device-header .device-url{font-size:11px;color:#9cabab;font-family:monospace}.pc-preview .pc-frame{background:#1a1a2e;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.pc-preview .pc-frame .browser-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#252540}.pc-preview .pc-frame .browser-bar .browser-dots{display:flex;gap:6px}.pc-preview .pc-frame .browser-bar .browser-dots .dot{width:10px;height:10px;border-radius:50%}.pc-preview .pc-frame .browser-bar .browser-dots .dot.red{background:#ff5f57}.pc-preview .pc-frame .browser-bar .browser-dots .dot.yellow{background:#ffbd2e}.pc-preview .pc-frame .browser-bar .browser-dots .dot.green{background:#28c840}.pc-preview .pc-frame .browser-bar .browser-url{flex:1;text-align:center;font-size:12px;color:#ffffff80;background:#0003;padding:6px 16px;border-radius:6px;font-family:monospace}.pc-preview .pc-frame .demo-content-wrapper{width:100%;height:620px;background:#0d0d1a}@media(max-width:1200px){.mobile-preview{display:flex;flex-direction:column;align-items:center}}.mobile-preview .mobile-frame{width:380px;margin:0 auto;background:#1a1a2e;border-radius:44px;padding:16px;box-shadow:0 20px 60px #0000004d;position:relative}@media(max-width:480px){.mobile-preview .mobile-frame{width:100%;max-width:340px;border-radius:36px;padding:12px}}.mobile-preview .mobile-frame:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:42px;border:2px solid rgba(255,255,255,.1);pointer-events:none}.mobile-preview .mobile-frame .phone-notch{width:130px;height:30px;background:#1a1a2e;border-radius:0 0 20px 20px;margin:0 auto;position:relative;z-index:10}.mobile-preview .mobile-frame .phone-notch:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:90px;height:22px;background:#000;border-radius:14px}.mobile-preview .mobile-frame .demo-content-wrapper.mobile{width:100%;height:620px;background:#f5f5f5;border-radius:28px;overflow:hidden;margin-top:-16px}.mobile-preview .mobile-frame .phone-home-indicator{width:130px;height:5px;background:#ffffff4d;border-radius:3px;margin:14px auto 4px}.start-cta{text-align:center;margin-top:48px}@media(max-width:1024px){.start-cta{margin-top:40px}}@media(max-width:768px){.start-cta{margin-top:32px}}.start-cta .start-button{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;background:linear-gradient(135deg,#fee665,#fdd835);color:#5d4037;font-size:18px;font-weight:700;border-radius:50px;text-decoration:none;box-shadow:0 8px 24px #fdd83566;transition:all .3s ease}@media(max-width:1024px){.start-cta .start-button{padding:14px 36px;font-size:17px}}@media(max-width:768px){.start-cta .start-button{padding:12px 32px;font-size:16px}}.start-cta .start-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #fdd83580;background:linear-gradient(135deg,#fdd835,#fbc02d)}.service-page{background-color:#fff;color:#384344;overflow-x:hidden;min-height:100vh}.service-page .mobile-warning-banner{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;background:linear-gradient(135deg,#fff8e1,#fff3cd);border-bottom:1px solid #FFE082;position:relative;z-index:1}.service-page .mobile-warning-banner .warning-icon{font-size:1.25rem}.service-page .mobile-warning-banner .warning-text{font-size:.95rem;font-weight:500;color:#5d4e37;text-align:center;line-height:1.4}.service-page .mobile-warning-banner .close-btn{position:absolute;right:16px;background:none;border:none;font-size:1.5rem;color:#8d6e63;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s}.service-page .mobile-warning-banner .close-btn:hover{color:#5d4e37}.service-hero{padding:80px 20px 40px;text-align:center;background:linear-gradient(180deg,rgba(254,230,101,.05) 0%,transparent 100%)}.service-hero .container{max-width:800px;margin:0 auto}.service-hero .hero-title{font-size:clamp(28px,5vw,42px);font-weight:800;line-height:1.3;margin-bottom:16px;color:#fdd835}.service-hero .hero-subtitle{font-size:clamp(14px,2vw,18px);color:#9cabab;line-height:1.6}.plans-page .plans-header{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f5f9f8,#fff,#fee6651a)}@media(max-width:1024px){.plans-page .plans-header{padding:3.5rem 1.5rem}}@media(max-width:768px){.plans-page .plans-header{padding:3rem 1rem}}.plans-page .plans-header h1{font-size:2.5rem;font-weight:700;color:#2f3e3f;margin-bottom:1rem}@media(max-width:1024px){.plans-page .plans-header h1{font-size:2.25rem}}@media(max-width:768px){.plans-page .plans-header h1{font-size:1.75rem}}.plans-page .plans-header p{font-size:1.25rem;color:#4e6364}@media(max-width:1024px){.plans-page .plans-header p{font-size:1.15rem}}@media(max-width:768px){.plans-page .plans-header p{font-size:1rem}}.plans-page .plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:4rem 2rem;max-width:1400px;margin:0 auto}@media(max-width:1200px){.plans-page .plans-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.plans-page .plans-grid{padding:3rem 1.5rem;gap:1.25rem}}@media(max-width:768px){.plans-page .plans-grid{grid-template-columns:1fr;padding:2rem 1rem}}.plans-page .plans-grid .plan-card{position:relative;background-color:#fff;border:1px solid #EAF3F1;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease;display:flex;flex-direction:column}.plans-page .plans-grid .plan-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.plans-page .plans-grid .plan-card.recommended{border-color:#fee665;border-width:2px;transform:scale(1.02);z-index:1}.plans-page .plans-grid .plan-card.recommended:hover{transform:scale(1.02) translateY(-2px)}.plans-page .plans-grid .plan-card.recommended .recommended-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#fee665,#fdd835);color:#a14f10;padding:.25rem 1rem;border-radius:32px;font-size:.85rem;font-weight:600;white-space:nowrap}.plans-page .plans-grid .plan-card h2{font-size:1.35rem;font-weight:600;color:#2f3e3f;margin-bottom:1rem;margin-top:.5rem}.plans-page .plans-grid .plan-card .price{margin-bottom:.5rem}.plans-page .plans-grid .plan-card .price .amount{font-size:1.75rem;font-weight:700;color:#a14f10}.plans-page .plans-grid .plan-card .price .period{font-size:.9rem;color:#9cabab}.plans-page .plans-grid .plan-card .description{color:#4e6364;margin-bottom:1.5rem;font-size:.875rem;min-height:40px}.plans-page .plans-grid .plan-card .features{text-align:left;margin-bottom:1.5rem;flex:1;border-top:1px solid #EAF3F1;padding-top:1rem}.plans-page .plans-grid .plan-card .features .feature-row{padding:.5rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;border-bottom:1px solid #F5F9F8}.plans-page .plans-grid .plan-card .features .feature-row:last-child{border-bottom:none}.plans-page .plans-grid .plan-card .features .feature-row .feature-name{color:#384344;flex:1}.plans-page .plans-grid .plan-card .features .feature-row .value{font-weight:600;color:#2f3e3f;text-align:right}.plans-page .plans-grid .plan-card .features .feature-row .icon{width:20px;text-align:center;font-size:1rem;font-weight:600}.plans-page .plans-grid .plan-card .features .feature-row .icon.included{color:#4caf50}.plans-page .plans-grid .plan-card .features .feature-row .icon.excluded{color:#cdd7d4}.plans-page .plans-grid .plan-card .features .feature-row.boolean .feature-name{flex:1}.plans-page .plans-grid .plan-card .plan-note{margin-top:auto;padding:1rem;background:linear-gradient(135deg,#fee66514,#fee66508);border-radius:8px;border:1px solid rgba(254,230,101,.15)}.plans-page .plans-grid .plan-card .plan-note p{font-size:.85rem;color:#4e6364;line-height:1.5;margin:0}.plans-page .plans-grid .plan-card .plan-note .contact-link{display:inline-block;margin-top:.75rem;background:none;border:none;color:#a14f10;font-size:.9rem;font-weight:600;cursor:pointer;padding:0;transition:all .2s ease}.plans-page .plans-grid .plan-card .plan-note .contact-link:hover{color:#a14f10;text-decoration:underline}.plans-page .plans-cta{padding:4rem 2rem;background:linear-gradient(135deg,#fee665,#fdd835,#e5cf5a)}@media(max-width:768px){.plans-page .plans-cta{padding:3rem 1rem}}.plans-page .plans-cta .cta-content{max-width:700px;margin:0 auto;text-align:center}.plans-page .plans-cta .cta-content h2{font-size:2rem;font-weight:700;color:#a14f10;margin-bottom:.75rem}@media(max-width:768px){.plans-page .plans-cta .cta-content h2{font-size:1.5rem}}.plans-page .plans-cta .cta-content p{font-size:1.1rem;color:#a14f10;opacity:.9;margin-bottom:2rem}@media(max-width:768px){.plans-page .plans-cta .cta-content p{font-size:1rem}}.plans-page .plans-cta .cta-content .cta-buttons{display:flex;justify-content:center;gap:1rem}@media(max-width:500px){.plans-page .plans-cta .cta-content .cta-buttons{flex-direction:column;align-items:center}}.plans-page .plans-cta .cta-content .cta-buttons .cta-button{padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.plans-page .plans-cta .cta-content .cta-buttons .cta-button.primary{background:#fff;color:#a14f10;border:none;box-shadow:0 4px 14px #00000026}.plans-page .plans-cta .cta-content .cta-buttons .cta-button.primary:hover{background:#f5f9f8;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.plans-page .plans-cta .cta-content .cta-buttons .cta-button.secondary{background:transparent;color:#a14f10;border:2px solid rgba(161,79,16,.5)}.plans-page .plans-cta .cta-content .cta-buttons .cta-button.secondary:hover{background:#ffffff26;border-color:#a14f10}.qna-page .qna-header{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f5f9f8,#fff,#fee6651a)}@media(max-width:1024px){.qna-page .qna-header{padding:3.5rem 1.5rem}}@media(max-width:768px){.qna-page .qna-header{padding:3rem 1rem}}.qna-page .qna-header h1{font-size:2.5rem;font-weight:700;color:#2f3e3f;margin-bottom:1rem}@media(max-width:1024px){.qna-page .qna-header h1{font-size:2.25rem}}@media(max-width:768px){.qna-page .qna-header h1{font-size:1.75rem}}.qna-page .qna-header p{font-size:1.25rem;color:#4e6364}@media(max-width:1024px){.qna-page .qna-header p{font-size:1.15rem}}@media(max-width:768px){.qna-page .qna-header p{font-size:1rem}}.qna-page .faq-section{max-width:800px;margin:0 auto;padding:3rem 2rem}@media(max-width:1024px){.qna-page .faq-section{max-width:700px;padding:2.5rem 1.5rem}}@media(max-width:768px){.qna-page .faq-section{padding:2rem 1rem}}.qna-page .faq-section h2{font-size:1.75rem;font-weight:700;color:#2f3e3f;margin-bottom:2rem;text-align:center}@media(max-width:1024px){.qna-page .faq-section h2{font-size:1.6rem}}@media(max-width:768px){.qna-page .faq-section h2{font-size:1.5rem;margin-bottom:1.5rem}}.qna-page .faq-section .faq-list{display:flex;flex-direction:column;gap:1rem}.qna-page .faq-section .faq-item{border:1px solid #CDD7D4;border-radius:12px;overflow:hidden;transition:all .2s ease}.qna-page .faq-section .faq-item:hover{border-color:#fee665}.qna-page .faq-section .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#fff;border:none;cursor:pointer;transition:all .2s ease;text-align:left}.qna-page .faq-section .faq-question:hover{background:#f5f9f8}.qna-page .faq-section .faq-question.active{background:#fef9e7;border-bottom:1px solid #CDD7D4}.qna-page .faq-section .faq-question .question-content{display:flex;align-items:center;gap:.75rem;flex:1}.qna-page .faq-section .faq-question .question-text{font-size:1rem;font-weight:500;color:#2f3e3f}.qna-page .faq-section .faq-question .arrow{font-size:1.25rem;color:#a14f10;font-weight:600}.qna-page .faq-section .faq-answer{padding:1.25rem 1.5rem;background:#f5f9f8}.qna-page .faq-section .faq-answer p{font-size:.95rem;color:#4e6364;line-height:1.7}.qna-page .contact-section{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;max-width:1100px;margin:0 auto;padding:4rem 2rem;background:linear-gradient(180deg,#fff,#f5f9f8)}@media(max-width:1024px){.qna-page .contact-section{max-width:900px;gap:2.5rem;padding:3.5rem 1.5rem}}@media(max-width:900px){.qna-page .contact-section{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.qna-page .contact-section{padding:3rem 1rem}}.qna-page .contact-section .contact-info h2{font-size:1.75rem;font-weight:700;color:#2f3e3f;margin-bottom:.5rem}@media(max-width:1024px){.qna-page .contact-section .contact-info h2{font-size:1.6rem}}.qna-page .contact-section .contact-info .contact-subtitle{font-size:.95rem;color:#4e6364;margin-bottom:2rem}@media(max-width:1024px){.qna-page .contact-section .contact-info .contact-subtitle{margin-bottom:1.75rem}}.qna-page .contact-section .contact-info .info-cards{display:flex;flex-direction:column;gap:1rem}.qna-page .contact-section .contact-info .info-card{padding:1.25rem;background:#fff;border-radius:12px;border:1px solid #EAF3F1;transition:all .2s ease}.qna-page .contact-section .contact-info .info-card:hover{border-color:#fee665;box-shadow:0 1px 2px #0000000d}.qna-page .contact-section .contact-info .info-card .info-content .info-label{display:block;font-size:.8rem;font-weight:600;color:#9cabab;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.qna-page .contact-section .contact-info .info-card .info-content .info-value{font-size:1rem;font-weight:500;color:#2f3e3f}.qna-page .contact-section .contact-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #EAF3F1}@media(max-width:1024px){.qna-page .contact-section .contact-form{padding:2rem}}.qna-page .contact-section .contact-form h2{font-size:1.5rem;font-weight:700;color:#2f3e3f;margin-bottom:.5rem}@media(max-width:1024px){.qna-page .contact-section .contact-form h2{font-size:1.4rem}}.qna-page .contact-section .contact-form .form-subtitle{font-size:.9rem;color:#4e6364;margin-bottom:2rem}@media(max-width:1024px){.qna-page .contact-section .contact-form .form-subtitle{margin-bottom:1.75rem}}.qna-page .contact-section .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.qna-page .contact-section .contact-form .form-row{grid-template-columns:1fr}}.qna-page .contact-section .contact-form .input-group{margin-bottom:1.25rem}.qna-page .contact-section .contact-form .input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2f3e3f;font-size:.875rem}.qna-page .contact-section .contact-form .input-group input,.qna-page .contact-section .contact-form .input-group textarea{width:100%;padding:.875rem 1rem;border:1.5px solid #CDD7D4;border-radius:10px;font-size:.95rem;transition:all .2s ease;background:#fff}.qna-page .contact-section .contact-form .input-group input:focus,.qna-page .contact-section .contact-form .input-group textarea:focus{outline:none;border-color:#fee665;box-shadow:0 0 0 4px #fee66526}.qna-page .contact-section .contact-form .input-group input::placeholder,.qna-page .contact-section .contact-form .input-group textarea::placeholder{color:#9cabab}.qna-page .contact-section .contact-form .input-group textarea{resize:vertical;min-height:140px}.qna-page .contact-section .contact-form .submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,#fee665,#fdd835);color:#a14f10;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.qna-page .contact-section .contact-form .submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #fee66566}.qna-page .contact-section .contact-form .submit-button:active{transform:translateY(0)}.qna-page .contact-section .contact-form .submit-button .btn-icon{font-size:1.1rem}.id-find .description{color:#666;margin-bottom:1.5rem;line-height:1.5}.id-find .input-group{margin-bottom:1.5rem}.id-find .input-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.id-find .input-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.id-find .input-group input:focus{outline:none;border-color:#f60}.id-find .find-button{width:100%;padding:.75rem;background-color:#f60;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.id-find .find-button:hover:not(:disabled){background-color:#ff8533}.id-find .find-button:disabled{background-color:#ccc;cursor:not-allowed}.id-find-result{text-align:center}.id-find-result h3{color:#333;margin-bottom:1rem}.id-find-result .found-email{font-size:1.25rem;color:#f60;font-weight:600;margin-bottom:2rem;padding:1rem;background-color:#fff5f0;border-radius:4px}.id-find-result .login-button{width:100%;padding:.75rem;background-color:#f60;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.id-find-result .login-button:hover{background-color:#ff8533}.pw-find .description{color:#666;margin-bottom:1.5rem;line-height:1.5}.pw-find .input-group{margin-bottom:1.5rem}.pw-find .input-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.pw-find .input-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.pw-find .input-group input:focus{outline:none;border-color:#f60}.pw-find .send-button{width:100%;padding:.75rem;background-color:#f60;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.pw-find .send-button:hover:not(:disabled){background-color:#ff8533}.pw-find .send-button:disabled{background-color:#ccc;cursor:not-allowed}.pw-find-result{text-align:center}.pw-find-result h3{color:#333;margin-bottom:1rem}.pw-find-result p{color:#666;line-height:1.6;margin-bottom:2rem}.pw-find-result p strong{color:#f60}.pw-find-result .back-button{width:100%;padding:.75rem;background-color:#fff;color:#333;border:1px solid #ddd;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.pw-find-result .back-button:hover{background-color:#f0f0f0}.find-id-pw-page{min-height:calc(100vh - 80px);display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#f5f5f5}.find-id-pw-page .find-container{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%;max-width:450px}.find-id-pw-page .find-container h1{text-align:center;font-size:1.75rem;color:#333;margin-bottom:2rem}.find-id-pw-page .find-container .tab-buttons{display:flex;border-bottom:2px solid #e0e0e0;margin-bottom:2rem}.find-id-pw-page .find-container .tab-buttons .tab-button{flex:1;padding:1rem;background:none;border:none;font-size:1rem;color:#666;cursor:pointer;position:relative;transition:color .3s ease}.find-id-pw-page .find-container .tab-buttons .tab-button:hover{color:#f60}.find-id-pw-page .find-container .tab-buttons .tab-button.active{color:#f60;font-weight:600}.find-id-pw-page .find-container .tab-buttons .tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#f60}.terms-page{min-height:calc(100vh - 80px)}.terms-page .terms-header{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f5f9f8,#fff,#fee6651a)}.terms-page .terms-header h1{font-size:2.5rem;font-weight:700;color:#2f3e3f;margin-bottom:1rem}.terms-page .terms-header p{font-size:1.25rem;color:#4e6364}.terms-page .terms-content{max-width:900px;margin:0 auto;padding:2rem}.terms-page .terms-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#f5f9f8;padding:.5rem;border-radius:12px;flex-wrap:wrap}@media(max-width:600px){.terms-page .terms-tabs{flex-direction:column}}.terms-page .terms-tabs .tab-button{flex:1;min-width:120px;padding:1rem 1.5rem;background:transparent;border:none;border-radius:10px;font-size:.95rem;font-weight:600;color:#4e6364;cursor:pointer;transition:all .2s ease}.terms-page .terms-tabs .tab-button:hover{color:#2f3e3f;background:#ffffff80}.terms-page .terms-tabs .tab-button.active{background:#fff;color:#2f3e3f;box-shadow:0 1px 2px #0000000d}.terms-page .terms-body{background:#fff;border-radius:12px;border:1px solid #CDD7D4;min-height:400px}.terms-page .terms-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#4e6364}.terms-page .terms-loading .spinner{width:40px;height:40px;border:3px solid #CDD7D4;border-top-color:#fee665;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.terms-page .terms-loading p{font-size:.95rem}.terms-page .terms-article{padding:2.5rem}.terms-page .terms-article h2{font-size:1.75rem;font-weight:700;color:#2f3e3f;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #FEE665}.terms-page .terms-article .terms-version,.terms-page .terms-article .terms-date{font-size:.85rem;color:#9cabab;margin-bottom:.5rem}.terms-page .terms-article .terms-date{margin-bottom:2rem}.terms-page .terms-article .terms-text{font-size:.95rem;line-height:1.8;color:#2f3e3f}.terms-page .terms-article .terms-text h1,.terms-page .terms-article .terms-text h2,.terms-page .terms-article .terms-text h3,.terms-page .terms-article .terms-text h4,.terms-page .terms-article .terms-text h5,.terms-page .terms-article .terms-text h6{margin-top:2rem;margin-bottom:1rem;color:#2f3e3f;font-weight:600}.terms-page .terms-article .terms-text h3{font-size:1.25rem}.terms-page .terms-article .terms-text h4{font-size:1.1rem}.terms-page .terms-article .terms-text p{margin-bottom:1rem}.terms-page .terms-article .terms-text ul,.terms-page .terms-article .terms-text ol{margin:1rem 0;padding-left:1.5rem}.terms-page .terms-article .terms-text ul li,.terms-page .terms-article .terms-text ol li{margin-bottom:.5rem}.terms-page .terms-article .terms-text table{width:100%;border-collapse:collapse;margin:1.5rem 0}.terms-page .terms-article .terms-text table th,.terms-page .terms-article .terms-text table td{padding:.75rem 1rem;border:1px solid #CDD7D4;text-align:left}.terms-page .terms-article .terms-text table th{background:#f5f9f8;font-weight:600}.terms-page .terms-article .terms-text table tr:hover{background:#fee6650d}.terms-page .terms-article .terms-text a{color:#fee665;text-decoration:underline}.terms-page .terms-article .terms-text a:hover{color:#fdd835}.terms-page .terms-article .terms-text blockquote{margin:1.5rem 0;padding:1rem 1.5rem;background:#f5f9f8;border-left:4px solid #FEE665;border-radius:0 8px 8px 0}.terms-page .terms-article .terms-text blockquote p{margin:0;color:#4e6364}.terms-page .terms-article .terms-text strong{font-weight:600;color:#2f3e3f}.terms-page .terms-article .terms-text code{background:#f5f9f8;padding:.2rem .4rem;border-radius:4px;font-size:.9em}.terms-page .terms-article .terms-text hr{border:none;border-top:1px solid #CDD7D4;margin:2rem 0}.terms-page .terms-empty{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.terms-page .terms-empty p{font-size:1rem;color:#9cabab}.account-delete-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);padding:40px 20px}.account-delete-page .container{max-width:600px;margin:0 auto}.account-delete-page .header{text-align:center;margin-bottom:40px}.account-delete-page .header .app-icon{width:100px;height:100px;margin:0 auto 20px}.account-delete-page .header .app-icon img{width:100%;height:100%;object-fit:contain}.account-delete-page .header h1{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.account-delete-page .header .app-name{font-size:16px;color:#666;margin:0}.account-delete-page .info-card{background:#fff;border-radius:16px;padding:20px 24px;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}.account-delete-page .info-card .info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.account-delete-page .info-card .info-row:not(:last-child){border-bottom:1px solid #f0f0f0}.account-delete-page .info-card .info-row .label{font-size:14px;color:#888}.account-delete-page .info-card .info-row .value{font-size:14px;font-weight:600;color:#333}.account-delete-page .section{background:#fff;border-radius:16px;padding:24px;margin-bottom:16px;box-shadow:0 2px 12px #0000000f}.account-delete-page .section h2{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 20px}.account-delete-page .steps-list{list-style:none;padding:0;margin:0}.account-delete-page .steps-list li{display:flex;align-items:center;gap:16px;padding:12px 0}.account-delete-page .steps-list li:not(:last-child){border-bottom:1px solid #f5f5f5}.account-delete-page .steps-list li .step-number{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.account-delete-page .steps-list li .step-text{font-size:15px;color:#333}.account-delete-page .data-list{list-style:none;padding:0;margin:0}.account-delete-page .data-list li{display:flex;align-items:center;gap:12px;padding:10px 0}.account-delete-page .data-list li .icon{font-size:18px}.account-delete-page .data-list li span:last-child{font-size:15px;color:#333}.account-delete-page .delete-list li .icon{opacity:.7}.account-delete-page .notice-box{display:flex;align-items:flex-start;gap:12px;background:#fff8e1;border-radius:12px;padding:16px;border-left:4px solid #FFB300}.account-delete-page .notice-box .icon{font-size:20px;flex-shrink:0}.account-delete-page .notice-box p{font-size:14px;color:#5d4037;margin:0;line-height:1.6}.account-delete-page .contact-section .contact-box{display:flex;align-items:center;gap:12px;background:#e3f2fd;border-radius:12px;padding:16px}.account-delete-page .contact-section .contact-box .icon{font-size:20px}.account-delete-page .contact-section .contact-box a{font-size:15px;color:#1565c0;text-decoration:none;font-weight:500}.account-delete-page .contact-section .contact-box a:hover{text-decoration:underline}@media(max-width:480px){.account-delete-page{padding:24px 16px}.account-delete-page .header{margin-bottom:32px}.account-delete-page .header .app-icon{width:80px;height:80px}.account-delete-page .header h1{font-size:24px}.account-delete-page .section{padding:20px}}.content-view{padding:32px}.app-title-text{font-size:24px;font-weight:700;color:#2f3e3f;margin-bottom:16px}.divider{height:3px;background-color:#fee665;margin-bottom:24px;width:60px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:500px;width:90%}.btn-primary{background-color:#fee665;color:#a14f10;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px #fee66566}.btn-primary:hover{background-color:#fdd835;transform:translateY(-2px);box-shadow:0 4px 8px #fee66566}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:transparent;color:#384344;border:1px solid #CDD7D4;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s ease}.btn-secondary:hover{background-color:#f5f9f8;border-color:#9cabab;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-accent{background:linear-gradient(135deg,#fee665,#fdd835);color:#a14f10;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease}.btn-accent:hover{background:linear-gradient(135deg,#fdd835,#e5cf5a);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.btn-accent:active{transform:translateY(0)}.input-field{width:100%;padding:.75rem 1rem;border:1px solid #CDD7D4;border-radius:8px;font-size:1rem;margin-bottom:1rem;transition:all .2s ease}.input-field:focus{outline:none;border-color:#fdd835;box-shadow:0 0 0 3px #fee66566}.input-field::placeholder{color:#9cabab}.card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;transition:all .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-column{display:flex;flex-direction:column}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.text-primary{color:#fee665}.text-accent{color:#4f46e5}.text-muted{color:#9cabab}.text-light{color:#4e6364}.text-dark{color:#2f3e3f}.bg-primary{background-color:#fff}.bg-secondary{background-color:#f5f9f8}.bg-accent{background-color:#4f46e5}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;width:100%;height:100%}body{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f4f4}#root{width:100%;height:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none}ul,li{list-style:none}
