*{margin:0;padding:0;box-sizing:border-box;word-break:keep-all}body{margin:0;font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}:root{font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,sans-serif;background-color:#f3f5fb;color:#0f172a;--primary: #3b82f6;--primary-dark: #1d4ed8;--surface: #ffffff;--muted: #64748b;--card-border: #e2e8f0;--shadow-soft: 0 18px 35px rgba(15, 23, 42, .06)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f7f8fc,#eef2ff)}.page{display:grid;grid-template-columns:320px 1fr;min-height:100vh}.mobile-menu-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;background:#111b3c;border:none;width:44px;height:44px;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.mobile-menu-toggle:active{transform:scale(.95)}.mobile-menu-toggle span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;transition:opacity .3s ease}.sidebar-overlay.active{display:block;opacity:1}.sidebar{background:#111b3c;color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:0;height:100vh;overflow:hidden}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-shrink:0}.sidebar h1{font-size:1.2rem;margin:0;text-transform:uppercase;letter-spacing:1px;font-weight:600}.sidebar-close{display:none;background:none;border:none;width:32px;height:32px;cursor:pointer;position:relative;padding:0;flex-shrink:0}.sidebar-close span{display:block;position:absolute;top:50%;left:50%;width:20px;height:2px;background:#a5b4fc;border-radius:2px;transition:all .3s ease}.sidebar-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.sidebar-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.sidebar-close:hover span{background:#fff}.sidebar .nav{display:flex;flex-direction:column;gap:.6rem;flex:1;overflow-y:auto;min-height:0}.sidebar .nav a,.sidebar .nav button{background:none;border:none;color:#a5b4fc;text-align:left;padding:.75rem 1rem;font-size:.95rem;cursor:pointer;border-radius:8px;transition:all .2s ease;font-weight:500;text-decoration:none;display:block}.sidebar .nav a:hover,.sidebar .nav button:hover{color:#fff;background:#ffffff1a}.sidebar .nav a.active,.sidebar .nav button.active{color:#fff;background:#6366f133}.sidebar-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.sidebar .profile,.sidebar .support{margin:0}.sidebar .profile p{margin:0;font-size:.9rem;font-weight:500}.sidebar .support small{font-size:.8rem;color:#fff9}.content{padding:2rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.leaderboard-header{margin-top:.5rem}.leaderboard-header h1{margin:0;font-size:2.5rem;font-weight:700;letter-spacing:-.02em}.top-bar{display:flex;justify-content:space-between;align-items:center}.top-bar h2{margin:0;font-size:1.8rem}.top-bar .actions{display:flex;gap:.75rem;align-items:center}.actions button{border-radius:999px;border:none;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;background:var(--surface)}.share-btn{background:var(--surface);font-weight:600}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.hero-card{background:var(--surface);border-radius:20px;padding:1.5rem;border:1px solid var(--card-border)}.hero-card h3{margin:0 0 .75rem;font-size:.95rem;color:var(--muted);letter-spacing:.4px}.hero-card p{margin:0;font-size:2rem;font-weight:600}.section{background:var(--surface);border-radius:24px;padding:1.75rem;border:1px solid var(--card-border)}.section header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section header h4{margin:0;font-size:1.1rem}.toggle-group{display:inline-flex;border-radius:999px;background:#e2e8f0;padding:.25rem}.toggle-group button{border:none;background:transparent;padding:.5rem .9rem;border-radius:999px;font-size:.85rem;cursor:pointer;min-width:90px}.toggle-group button.active{background:#fff;color:var(--primary-dark)}.attendance-chart{display:grid;gap:1rem}.attendance-row{display:grid;grid-template-columns:150px 1fr 90px;align-items:center;gap:20px}.attendance-row div{font-size:.85rem}.attendance-name{position:relative;display:flex;align-items:center;gap:.5rem}.attendance-row.my-row{background:linear-gradient(135deg,#3b82f614,#ec48990d);border-radius:12px;padding:.75rem 1rem;margin:0 -1rem;border:2px solid rgba(59,130,246,.2)}.attendance-name.my-nickname{font-weight:700;color:#1d4ed8}.me-badge{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:6px;box-shadow:0 2px 4px #3b82f64d;letter-spacing:.3px;min-width:24px;text-align:center}.attendance-bar-wrap{height:28px;background:#e5e7eb;border-radius:999px;overflow:hidden}.attendance-bar{height:100%;border-radius:inherit;background:linear-gradient(135deg,#4f46e5,#ec4899)}.podium{display:flex;justify-content:center;align-items:flex-end;gap:1.5rem;padding:1.5rem 0 2rem;margin-bottom:1.5rem;border-bottom:1px solid var(--card-border)}.podium-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.podium-item.podium-first{margin-bottom:.5rem}.podium-avatar-wrap{position:relative}.podium-avatar{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#fff;border:3px solid white;box-shadow:0 4px 12px #0000001a}.podium-avatar-lg{width:80px;height:80px;font-size:1.3rem;border-width:4px}.podium-rank-badge{position:absolute;top:-4px;right:-4px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;border:2px solid white;box-shadow:0 2px 6px #00000026}.podium-name{font-size:.9rem;font-weight:600;color:var(--text);max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.podium-score{font-size:.8rem;color:var(--muted);font-weight:500}.rank-list{display:flex;flex-direction:column;gap:.25rem}.rank-list-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;transition:background .15s}.rank-list-row.my-row{background:linear-gradient(135deg,#3b82f614,#ec48990d);border:2px solid rgba(59,130,246,.2)}.rank-number{font-size:.9rem;font-weight:700;color:var(--muted);min-width:24px;text-align:center}.rank-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;color:#fff;flex-shrink:0}.rank-name{flex:1;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-name.my-nickname{font-weight:700;color:#1d4ed8}.rank-value{font-size:.85rem;font-weight:600;color:var(--muted);white-space:nowrap}.participants-list{display:grid;gap:1rem}.participant{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f0f4f8}.participant:last-child{border-bottom:none}.participant .details{display:flex;align-items:center;gap:.75rem}.participant .avatar{width:38px;height:38px;border-radius:50%;background:#cbd5f5;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff}.participant .info{min-width:210px}.participant-name{position:relative;display:inline-block}.participant-name.my-nickname{padding-left:1.5rem}.participant-name.my-nickname:before{content:"";position:absolute;left:-1.2rem;width:.5rem;height:.5rem;border-right:2px solid #3b82f6;border-top:2px solid #3b82f6;transform:rotate(45deg);top:50%;margin-top:-.25rem}.badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge-pill{padding:.4rem .85rem;border-radius:999px;background:#eef2ff;font-size:.75rem}.badge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.badge-card{border-radius:20px;padding:1rem;border:1px solid var(--card-border);background:#fff}.badge-card span{display:inline-flex;height:40px;border-radius:12px;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:.75rem}.badge-card p{margin:0;font-size:.85rem;color:#475569}@media(max-width:1100px){.page{grid-template-columns:1fr}.mobile-menu-toggle{display:flex;position:fixed;top:1rem;right:1rem;left:auto;z-index:1001;transition:opacity .2s ease,transform .2s ease,pointer-events .2s ease}.sidebar{position:fixed;top:0;left:auto;right:0;width:280px;max-width:85vw;height:100vh;z-index:1000;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar.active{transform:translate(0)}.sidebar-close{display:block}.content{padding:4.5rem 1.5rem 1.5rem}.hero-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.section{padding:1.25rem}}@media(max-width:768px){.content{padding:4.5rem 1rem 1rem}.leaderboard-header h1{font-size:1.5rem}.top-bar{gap:1rem;align-items:flex-start}.top-bar h2{font-size:1.5rem}.hero-grid{grid-template-columns:1fr;gap:.75rem}.hero-card{padding:1.25rem}.section{padding:1.25rem;border-radius:16px}.podium{gap:1rem;padding:1rem 0 1.5rem;margin-bottom:1rem}.podium-avatar{width:52px;height:52px;font-size:.95rem}.podium-avatar-lg{width:68px;height:68px;font-size:1.1rem}.podium-rank-badge{width:20px;height:20px;font-size:.65rem}.podium-name{font-size:.8rem;max-width:72px}.podium-score{font-size:.75rem}.rank-list-row{padding:.6rem .75rem;gap:.6rem}.rank-avatar{width:32px;height:32px;font-size:.7rem}.rank-name{font-size:.85rem}.rank-value{font-size:.8rem}.me-badge{font-size:.65rem;padding:.15rem .4rem;min-width:20px}.attendance-row{grid-template-columns:1fr;gap:.5rem}.attendance-row.my-row{padding:.5rem .75rem;margin:0 -.75rem}.attendance-row>div:first-child{font-weight:600}.attendance-bar-wrap{width:100%;margin:.5rem 0}.attendance-row>div:last-child{text-align:right;font-weight:600;color:var(--primary)}.participants-list .participant{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem 0}.participant .info{min-width:auto;width:100%}.badge-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.badge-card{padding:.875rem}}.my-page{max-width:100%;margin:0}.nickname-form{margin-bottom:2rem;margin-top:30%}.nickname-form-container{max-width:500px;margin:0 auto;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;background:#fff}.nickname-form-container h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.nickname-form-container input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:all .2s ease}.nickname-form-container input:focus{outline:none;border-color:#3b82f6}.nickname-form-container button{transition:all .2s ease}.nickname-form-container button:hover{opacity:.9;transform:translateY(-1px)}.logout-btn{color:#999!important;font-weight:600;transition:all .2s ease}.logout-btn:hover{transform:translateY(-1px)}.user-info-section{display:flex;flex-direction:column;width:90%;max-width:800px;margin:0 auto}.profile-section{padding:2rem 0}.badges-section{margin-bottom:2rem}.badges-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:0 1.5rem}.badge-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.badge-item img{width:4rem;height:4rem;object-fit:contain}.badge-name{font-size:.75rem;color:#667189;text-align:center;font-weight:500}.profile{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 1.5rem}.profile-avatar{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;font-weight:700;flex-shrink:0}.profile-info{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.profile-name{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.edit-btn{padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:8px;font-size:.85rem;color:#667189;cursor:pointer;transition:all .2s ease}.edit-btn:hover{background:#e2e8f0;color:#0f172a}.action-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 1rem;background:transparent;border:none;color:#fff;cursor:pointer;transition:all .2s ease;position:relative}.action-btn:hover{background:#ffffff1a}.action-icon{font-size:1.5rem}.action-text{font-size:.9rem;font-weight:500}.action-divider{width:1px;background:#ffffff4d;margin:.5rem 0}.weekly-summary-section{margin-bottom:2rem;border-radius:.5rem;background:#fff}.weekly-summary-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9}.weekly-summary-header h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.weekly-summary-count{font-size:.9rem;color:#667189}.weekly-summary-list{padding:.5rem 0}.weekly-summary-item{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .2s ease}.weekly-summary-item:last-child{border-bottom:none}.weekly-summary-item:hover{background:#f8fafc}.weekly-summary-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.weekly-summary-meta{display:flex;flex-direction:column;gap:.25rem}.weekly-summary-type{font-size:.85rem;font-weight:600;color:#3b82f6}.weekly-summary-date{font-size:.75rem;color:#667189}.weekly-summary-arrow{display:inline-block;width:.6rem;height:.6rem;border-right:2px solid #667189;border-top:2px solid #667189;transform:rotate(45deg);vertical-align:middle}.weekly-summary-preview{font-size:.9rem;color:#0f172a;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.weekly-summary-detail{margin:.5rem;border-radius:.5rem;overflow:hidden}.weekly-summary-detail-content{padding:1.5rem;font-size:.95rem;line-height:1.8;color:#0f172a;white-space:pre-wrap;word-break:break-word;max-width:800px;background:#fff}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9}.stat-item:last-child{border-bottom:none}.stat-label{font-size:.95rem;color:#667189}.stat-value{display:flex;align-items:center;gap:.25rem;font-size:.95rem;color:#0f172a;font-weight:600}.stat-unit{color:#667189;font-weight:400;margin-left:.25rem}.stat-arrow{color:#cbd5e1;margin-left:.5rem;font-size:.9rem;display:inline-block;width:.5rem;height:.5rem;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg);vertical-align:middle}.info-section{margin-bottom:.5rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem}.info-label,.info-value{font-size:.95rem;color:#667189}.attendance-list-section{margin-bottom:2rem;padding:1.5rem 0;border-radius:.5rem;background:#fff}.attendance-list-section h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;padding-right:1.5rem}.attendance-list-section h4 .attendance-count-header{font-size:.9rem;color:#667189;font-weight:400}.attendance-list-container{padding:0 1.5rem}.attendance-list-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .2s ease}.attendance-list-item:hover{background:#f8fafc}.attendance-list-date{font-size:.95rem;color:#0f172a;font-weight:500}.attendance-list-arrow{display:inline-block;width:.6rem;height:.6rem;border-right:2px solid #667189;border-top:2px solid #667189;transform:rotate(45deg);vertical-align:middle;margin-right:1rem}.attendance-more-btn-container{padding:1rem 1.5rem 0;text-align:center}.attendance-more-btn-page{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:#667189;font-size:.9rem;font-weight:500;font-family:inherit}.attendance-more-btn-page:hover{background:#f1f5f9;border-color:#cbd5e1}.attendance-list-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9}.attendance-count{font-size:.9rem;color:#667189}.attendance-list{max-height:400px;overflow-y:auto}.attendance-list-item{border-bottom:1px solid #f1f5f9}.attendance-list-item:last-child{border-bottom:none}.attendance-item-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;cursor:pointer;transition:background .2s ease}.attendance-item-header:hover{background:#f8fafc}.attendance-date{font-size:.9rem;color:#0f172a;font-weight:500}.attendance-toggle{font-size:.75rem;color:#667189;transition:transform .2s ease}.attendance-conversation{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1rem 1.5rem;max-height:500px;overflow-y:auto}.conversation-loading,.conversation-error,.conversation-empty{text-align:center;padding:2rem;color:#667189;font-size:.9rem}.conversation-error{color:#ef4444}.conversation-content{background:#e5e5e5;padding:.5rem;border-radius:.5rem}.chat-turn{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.chat-message{display:flex;align-items:flex-end;gap:.5rem;max-width:85%}.chat-message-left{align-self:flex-start}.chat-message-right{align-self:flex-end;flex-direction:row-reverse;margin-left:auto}.chat-avatar{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600;font-size:.9rem;color:#fff}.chat-avatar-left{background:#f0f0f0;color:#666}.chat-message-content{display:flex;flex-direction:column;gap:.25rem}.chat-name{font-size:.75rem;color:#666;margin-bottom:.25rem;padding-left:.25rem}.chat-name-right{text-align:right;padding-left:0;padding-right:.25rem}.chat-bubble{padding:.625rem .875rem;border-radius:1.125rem;font-size:.9rem;line-height:1.4;white-space:pre-wrap;word-break:break-word;max-width:100%;position:relative}.chat-bubble-left{background:#fff;color:#0f172a;border-top-left-radius:.25rem}.chat-bubble-right{background:#fee500;color:#0f172a;border-top-right-radius:.25rem}.chat-time{font-size:.7rem;color:#999;padding:0 .25rem;margin-top:.125rem}.chat-message-right .chat-time{text-align:right}.attendance-empty{padding:2rem 1.5rem;text-align:center;color:#667189;font-size:.9rem}.onboarding-info-section{margin-bottom:2rem;border-radius:.5rem;overflow:hidden}.onboarding-header{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9}.onboarding-header h4{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.onboarding-content{padding:.5rem 0;background:#fff;border-radius:.5rem}.onboarding-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.onboarding-grid-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .75rem;border-right:1px solid #f1f5f9;transition:background .2s ease}.onboarding-grid-item:last-child{border-right:none}.onboarding-grid-item .onboarding-icon{margin-bottom:.5rem}.onboarding-grid-item .onboarding-details{width:100%}.onboarding-grid-item .onboarding-label{font-size:.7rem;margin-bottom:.5rem}.onboarding-grid-item .onboarding-value{font-size:.9rem;font-weight:500;word-break:keep-all}.onboarding-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;transition:background .2s ease}.onboarding-item:last-child{border-bottom:none}.onboarding-icon{font-size:1.5rem;flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.onboarding-details{flex:1;min-width:0}.onboarding-label{font-size:.75rem;color:#667189;margin-bottom:.5rem;font-weight:500}.onboarding-value{font-size:.9rem;color:#0f172a;line-height:1.6;word-break:break-word}.onboarding-item-long .onboarding-value{white-space:pre-wrap;padding:.5rem;background:#f3f3f3;border-radius:.375rem;margin-top:.25rem}.onboarding-additional{transition:max-height .3s ease,opacity .3s ease;overflow:hidden}.onboarding-additional.hidden{max-height:0;opacity:0;margin:0;padding:0}.onboarding-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;cursor:pointer;border-top:1px solid #f1f5f9;transition:background .2s ease;color:#667189;font-size:.9rem}.onboarding-toggle:hover{background:#f8fafc}.onboarding-toggle-text{font-weight:500}.onboarding-toggle-arrow{font-size:.75rem;transition:transform .2s ease;display:inline-block;line-height:1}.slide-screen{position:fixed;inset:0;z-index:1000;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.slide-screen.active{transform:translate(0)}.slide-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;position:sticky;top:0;z-index:10;background:#fff}.slide-header h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.slide-back-btn{background:none;border:none;color:#0f172a;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;transition:background .2s ease;position:relative}.slide-back-btn:before{content:"";width:.75rem;height:.75rem;border-left:2px solid #0f172a;border-bottom:2px solid #0f172a;transform:rotate(45deg);transition:all .2s ease}.slide-back-btn:hover{background:#f8fafc}.slide-back-btn:hover:before{border-color:#3b82f6}.slide-content{flex:1;overflow-y:auto;padding:0;width:90%;max-width:800px;margin:0 auto}.attendance-slide-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .2s ease}.attendance-slide-item:hover{background:#f8fafc}.attendance-slide-item:active{background:#f1f5f9}.attendance-slide-date{font-size:.95rem;color:#0f172a;font-weight:500}.attendance-slide-arrow{display:inline-block;width:.6rem;height:.6rem;border-right:2px solid #667189;border-top:2px solid #667189;transform:rotate(45deg);vertical-align:middle}.attendance-more-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;margin:.5rem 1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:#667189;font-size:.9rem;font-weight:500}.attendance-more-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.attendance-more-count{color:#94a3b8;font-size:.85rem}.chat-slide .slide-content{background:#e5e5e5;padding:.5rem;max-width:800px;margin:0 auto}.chat-content{max-width:100%;margin:0 auto;padding-bottom:1rem}.attendance-arrow{cursor:pointer;transition:transform .2s ease;display:inline-block;width:.5rem;height:.5rem;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg);vertical-align:middle}.attendance-arrow:hover{transform:rotate(45deg) translate(2px)}#attendanceStatItem{cursor:pointer}@media(max-width:768px){.profile{padding:0 1rem}.stat-item,.info-item{padding:1rem}.action-btn{padding:1.25rem .75rem}.action-icon{font-size:1.25rem}.action-text{font-size:.85rem}.attendance-list-header{padding:1rem}.attendance-list-item{padding:0}.attendance-item-header,.attendance-conversation{padding:.75rem 1rem}.chat-message{max-width:90%}.chat-avatar{width:2rem;height:2rem;font-size:.75rem}.chat-bubble{font-size:.85rem;padding:.5rem .75rem}.onboarding-header{padding:1rem}.onboarding-item{padding:.75rem 1rem}.onboarding-icon{width:2rem;height:2rem;font-size:1.25rem}.onboarding-label{font-size:.7rem}.onboarding-value{font-size:.85rem}.onboarding-grid{gap:0}.onboarding-grid-item{padding:.75rem 1rem}.onboarding-grid-item:last-child{border-bottom:none}.slide-header,.attendance-slide-item{padding:.75rem 1rem}.weekly-summary-header{padding:1rem}.weekly-summary-item{padding:.75rem 1rem}.weekly-summary-detail-content{padding:1rem;font-size:.9rem}.badges-grid{gap:1rem;padding:0 1rem}.badge-item img{width:3rem;height:3rem}.badge-name{font-size:.7rem}.attendance-more-btn{padding:.875rem 1.25rem;margin:.5rem 1rem;font-size:.85rem}.attendance-list-section{padding:1rem 0}.attendance-list-section h4{margin:0 0 .75rem 1rem;font-size:.95rem}.attendance-list-container{padding:0 1rem}.attendance-list-item{padding:.875rem 0}.attendance-list-date{font-size:.9rem}.attendance-more-btn-page{padding:.625rem 1.25rem;font-size:.85rem}.attendance-more-btn-container{padding:.75rem 1rem 0}}.badges-page{max-width:1200px;margin:0 auto}.badges-page h1{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.page-description{color:#64748b;font-size:.95rem;margin-bottom:2rem}.badge-category{margin-bottom:3rem}.badge-category:last-child{margin-bottom:0}.category-header{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.category-header h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.category-header p{font-size:.9rem;color:#64748b;margin:0}.badge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.badge-card{border-radius:16px;padding:1.25rem;border:1px solid var(--card-border);background:#fff;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center}.badge-card:hover{border-color:#cbd5e1}.badge-image{position:relative;width:120px;height:120px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;overflow:hidden;flex-shrink:0;background:transparent}.badge-image img{width:100%;height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.badge-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff}.badge-card strong{display:block;font-size:.9rem;margin-bottom:.375rem;color:#0f172a;line-height:1.3}.badge-card p{margin:0;font-size:.8rem;color:#64748b;line-height:1.3}.badge-card.locked{opacity:.5;filter:grayscale(100%)}.badge-card.locked span{background:#94a3b8!important}.badge-requirement{display:inline-block;margin-top:.5rem;padding:.25rem .625rem;background:#f1f5f9;border-radius:999px;font-size:.7rem;color:#64748b;font-weight:600;white-space:nowrap}.badge-card>*{z-index:1}.badge-card.earned{position:relative;box-shadow:0 4px 12px #4f46e526}.badge-card.earned:before{content:"";position:absolute;inset:-2px;border-radius:18px;background:linear-gradient(135deg,#4f46e5,#ec4899);z-index:0}.badge-card.earned:after{content:"";position:absolute;inset:0;border-radius:16px;background:#fff;z-index:0}.badge-card.earned .badge-image,.badge-card.earned strong,.badge-card.earned p,.badge-card.earned .badge-requirement{position:relative;z-index:1}.badge-card.earned .badge-requirement{background:#dcfce7;color:#166534}@media(max-width:640px){.badge-requirement{font-size:.65rem;padding:.2rem .5rem}}@media(max-width:1024px){.badge-grid{grid-template-columns:repeat(3,1fr);gap:.875rem}.badge-card{padding:1.125rem}.badge-image{width:100px;height:100px}.badge-placeholder{font-size:2.2rem}.badge-card strong{font-size:.85rem}.badge-card p{font-size:.75rem}}@media(max-width:640px){.badges-page h1{font-size:1.5rem}.page-description{font-size:.85rem;margin-bottom:1.5rem}.badge-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.badge-card{padding:1rem}.badge-image{width:80px;height:80px}.badge-placeholder{font-size:2rem}.badge-card strong{font-size:.8rem;margin-bottom:.25rem}.badge-card p{font-size:.7rem}}.template-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem;position:relative}.document-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.doc-icon{font-size:3.5rem;margin-bottom:1rem}.document-header h1{font-size:2.25rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.doc-subtitle{font-size:1.1rem;color:#64748b;margin:0}.document-content{line-height:1.8}.intro-section{margin-bottom:3rem}.intro-box{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:2rem;color:#fff;text-align:center}.intro-box h2{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.intro-box p{font-size:1rem;margin:.25rem 0;opacity:.95}.templates-section{margin-top:3rem}.section-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.template-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;margin-bottom:2rem;transition:all .2s ease}.template-card:hover{border-color:#cbd5e1}.template-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.75rem 2rem;display:flex;align-items:center;gap:1rem;border-radius:20px 20px 0 0}.sticky-header{position:sticky;top:0;z-index:10;border-radius:20px 20px 0 0}.sticky-header.is-sticky{border-radius:0}.template-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.25rem;font-weight:700;flex-shrink:0}.template-header h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.template-body{padding:2rem}.description-section{margin-bottom:2rem}.description-section h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.description-section p{color:#475569;margin:0;line-height:1.7}.content-section{margin-bottom:2rem}.content-section h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.content-list{list-style:none;padding:0;margin:0}.content-list li{padding:1rem 1.25rem;margin-bottom:.75rem;background:#f8fafc;border-radius:12px;color:#475569;line-height:1.7}.content-list li:last-child{margin-bottom:0}.content-list strong{color:#0f172a;display:inline;margin-bottom:.375rem}.example-section{margin-bottom:2rem}.example-section h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.example-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;padding:1.5rem}.example-box p{margin:.5rem 0;color:#78350f;font-size:.95rem;line-height:1.6}.example-box p:first-child{margin-top:0}.example-box p:last-child{margin-bottom:0}.copy-section h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.copy-instruction{color:#64748b;font-size:.9rem;margin:0 0 1rem}.template-box{background:#f8fafc;border-radius:12px;padding:1.5rem;border:2px dashed #cbd5e1;position:relative}.template-text{font-family:Courier New,monospace;font-size:.9rem;color:#334155;margin:0 0 1rem;white-space:pre-wrap;word-wrap:break-word;line-height:1.8}.copy-button{width:100%;padding:.875rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.copy-button:hover{opacity:.9}.copy-button:active{opacity:.8}.copy-button.copied{background:linear-gradient(135deg,#10b981,#059669)}.floating-toc{background:#fff;border-radius:16px;padding:1.25rem;border:1px solid #e2e8f0;margin-bottom:2rem}@media(min-width:1101px){.floating-toc{position:fixed;right:2rem;top:50%;transform:translateY(-50%);min-width:200px;z-index:100;margin-bottom:0}}.toc-header{font-size:.875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:.5rem}.toc-list li:last-child{margin-bottom:0}.toc-link{display:block;padding:.625rem .875rem;color:#475569;text-decoration:none;font-size:.9rem;border-radius:8px;transition:all .2s ease;position:relative}.toc-link:hover{background:#f8fafc;color:#667eea}.toc-link.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.toc-link.active:before{content:"→";position:absolute;left:-.5rem}@media(max-width:1100px){.floating-toc{max-width:600px;margin-left:auto;margin-right:auto}}@media(max-width:768px){.template-page{padding:1.5rem 1rem}.document-header{margin-bottom:2rem;padding-bottom:1.5rem}.doc-icon{font-size:3rem}.document-header h1{font-size:1.875rem}.doc-subtitle{font-size:1rem}.intro-box{padding:1.5rem}.intro-box h2{font-size:1.25rem}.intro-box p{font-size:.95rem}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.template-header{padding:1.5rem 1.25rem}.template-number{width:40px;height:40px;font-size:1.1rem}.template-header h3{font-size:1.25rem}.template-body{padding:1.5rem 1.25rem}.content-list li{padding:.875rem 1rem}.example-box{padding:1.25rem}}@media(max-width:768px){.floating-toc{min-width:auto;width:100%}.toc-header{text-align:center}.toc-list{display:flex;flex-direction:column;gap:.5rem}.toc-link{text-align:center}}@media(max-width:480px){.template-page{padding:1rem .75rem}.document-header{margin-bottom:1.5rem;padding-bottom:1rem}.doc-icon{font-size:2.5rem}.document-header h1{font-size:1.625rem}.doc-subtitle{font-size:.9rem}.intro-box{padding:1.25rem;border-radius:16px}.intro-box h2{font-size:1.125rem}.intro-box p{font-size:.875rem}.section-title{font-size:1.375rem;margin-bottom:1.25rem}.template-card{border-radius:16px;margin-bottom:1.5rem}.template-header{padding:1.25rem 1rem;flex-direction:column;text-align:center;gap:.75rem}.template-number{width:36px;height:36px;font-size:1rem}.template-header h3{font-size:1.125rem}.template-body{padding:1.25rem 1rem}.description-section h4,.content-section h4,.example-section h4,.copy-section h4{font-size:1rem}.content-list li{padding:.75rem .875rem;font-size:.9rem}.example-box{padding:1rem}.example-box p{font-size:.875rem}.template-box{padding:1.25rem}.template-text{font-size:.85rem}.copy-button{padding:.75rem 1rem;font-size:.875rem}}.landing-page{width:100%;min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center}.landing-header{width:100%;height:70px;padding:0 64px;background:#fff;display:flex;justify-content:flex-start;align-items:center}.landing-header-content{width:100%;max-width:1200px;height:42px;display:flex;align-items:center;gap:20px;margin-left:60px}.landing-logo{font-size:24px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:800;color:#000;line-height:36px}.landing-powered-by{font-size:15px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:700;color:#000;line-height:24px}.landing-hero{width:100%;padding:112px 0;background:#fff;border-top:1px solid #E5E5EA;display:flex;flex-direction:column;align-items:center}.landing-hero-content{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:40px}.landing-hero-inner{width:100%;max-width:768px;display:flex;flex-direction:column;align-items:center;gap:32px}.landing-badge{height:35px;background:#f2f2f7;border-radius:100px;display:flex;justify-content:center;align-items:center;gap:10px;padding:0 20px}.landing-badge-dot{width:13px;height:13px;background:#4406ff;border-radius:50%;flex-shrink:0}.landing-badge-text{font-size:20px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:700;color:#8e8e93;line-height:30px;text-align:center}.landing-hero-title{width:100%;display:flex;flex-direction:column;align-items:center;gap:0;word-break:keep-all}.landing-hero-title h1{font-size:28px;font-family:Roboto,sans-serif;font-weight:700;color:#000;line-height:33.6px;text-align:center;margin:0}.landing-hero-title h2{font-size:26px;font-family:Roboto,sans-serif;font-weight:700;color:#000;line-height:33.6px;text-align:center;margin:0}.landing-hero-subtitle{width:100%;display:flex;flex-direction:column;align-items:center;gap:0}.landing-hero-subtitle p{font-size:18px;font-family:Roboto,sans-serif;font-weight:400;color:#000;line-height:27px;text-align:center;margin:0}.landing-cta-buttons{width:100%;max-width:535.73px}.landing-btn-primary{flex:1;height:70px;background:#4406ff;border-radius:100px;display:flex;justify-content:center;align-items:center;text-decoration:none;cursor:pointer;transition:opacity .2s}.landing-btn-primary:hover{opacity:.9}.landing-btn-primary-text{font-size:20px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:700;color:#fff;line-height:30px}.landing-btn-secondary{height:72px;background:#fff;border:1px solid black;border-radius:100px;display:flex;justify-content:center;align-items:center;text-decoration:none;cursor:pointer;transition:opacity .2s;margin-top:12px}.landing-btn-secondary:hover{opacity:.9}.landing-btn-secondary-text{font-size:20px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:700;color:#000;line-height:30px}.landing-yellow-section{width:100%;padding:112px 0;background:#e2ff70;display:flex;flex-direction:column;align-items:center}.landing-yellow-content{width:100%;max-width:1280px;display:flex;flex-direction:column;gap:20px}.landing-section-title{display:flex;flex-direction:column;gap:10px}.landing-section-label{font-size:16px;font-family:Roboto,sans-serif;font-weight:600;color:#000;line-height:24px}.landing-section-heading{font-size:28px;font-family:Roboto,sans-serif;font-weight:700;color:#000;line-height:33.6px}.landing-chat-bubble{width:100%;max-width:650px;height:70px;padding:0 32px;background:#fff;border-radius:200px;display:flex;align-items:center;gap:10px}.landing-chat-avatar{width:40px;height:40px;flex-shrink:0;border-radius:50%;overflow:hidden}.landing-chat-avatar img{width:100%;height:100%;object-fit:cover}.landing-chat-text{flex:1;font-size:28px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:800;color:#000;line-height:42px}.landing-white-section{width:100%;padding:112px 0;background:#fff;display:flex;flex-direction:column;align-items:center}.landing-white-content{width:100%;max-width:1280px;display:flex;flex-direction:column;gap:80px}.landing-features-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:40px;position:relative}.landing-feature-image{width:100%;max-width:392px;height:810px;border-radius:20px;overflow:hidden;position:relative}.landing-feature-image img{width:100%;height:100%;object-fit:cover}.landing-feature-video{border-radius:20px;top:-38px;position:absolute}.landing-feature-list{width:100%;max-width:600px;display:flex;flex-direction:column;gap:96px}.landing-feature-item{display:flex;gap:40px;align-items:flex-start}.landing-feature-icon{width:50px;height:50px;flex-shrink:0}.landing-feature-icon img{width:100%;height:100%;object-fit:contain}.landing-feature-content{flex:1;display:flex;flex-direction:column;gap:16px}.landing-feature-title{font-size:20px;font-family:Roboto,sans-serif;font-weight:700;color:#000;line-height:28px}.landing-feature-title .highlight{color:#4406ff}.landing-feature-description{font-size:16px;font-family:Roboto,sans-serif;font-weight:400;color:#000;line-height:24px}.landing-cards-section{width:100%;padding:112px 0;background:#e2ff70;display:flex;flex-direction:column;align-items:center}.landing-cards-content{width:100%;max-width:1280px;display:flex;flex-direction:column;gap:80px}.landing-cards-title{width:100%;text-align:center}.landing-cards-title-label{font-size:14px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:500;color:#000;line-height:19.6px;margin-bottom:16px}.landing-cards-title h2{font-size:48px;font-family:Roboto,sans-serif;font-weight:700;line-height:57.6px;margin:0}.landing-cards-title .highlight{color:#4406ff}.landing-cards-grid{display:grid;grid-template-columns:repeat(2,408px);gap:32px;justify-content:center}.landing-card:nth-child(1){grid-column:1 / -1;justify-self:center}.landing-card:nth-child(4){grid-column:1 / -1;justify-self:center}.landing-card{width:408px;height:207px;background:#fff;border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:16px;position:relative}.landing-card-icon{width:90px;height:90px;background:#e2ff70;border-radius:50%;position:absolute;top:20px;right:40px;display:flex;align-items:center;justify-content:center}.landing-card-icon img{width:69.67px;height:69.67px}.landing-card-title{font-size:24px;font-family:Roboto,sans-serif;font-weight:700;color:#000;line-height:33.6px;margin-top:51px}.landing-card-description{font-size:16px;font-family:Roboto,sans-serif;font-weight:400;color:#000;line-height:24px}.landing-benefits-section{width:100%;padding:112px 0;background:#fff;display:flex;flex-direction:column;align-items:center}.landing-benefits-content{width:100%;max-width:1280px;display:flex;flex-direction:column;gap:20px}.landing-benefit-item{width:100%;max-width:800px;height:70px;padding:0 32px;background:#e2ff70;border-radius:200px;display:flex;align-items:center;gap:10px}.landing-benefit-icon{width:40px;height:40px;flex-shrink:0}.landing-benefit-icon img{width:100%}.landing-benefit-text{flex:1;font-size:28px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:800;color:#000;line-height:42px}.landing-cta-section{width:100%;padding:112px 0;background:#000;display:flex;flex-direction:column;align-items:center}.landing-cta-content{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:32px}.landing-cta-title{width:100%;max-width:768px;text-align:center}.landing-cta-title h2{font-size:28px;font-family:Roboto,sans-serif;font-weight:700;color:#fff;line-height:33.6px;margin:0}.landing-footer{width:100%;padding:70px 0;background:#000;display:flex;flex-direction:column;align-items:center}.landing-footer-content{width:100%;max-width:1280px;display:flex;flex-direction:column;gap:60px}.landing-footer-logo{width:120px;height:49px;border-radius:4px;display:flex;align-items:center;justify-content:center}.landing-footer-info{display:flex;flex-direction:column;gap:12px}.landing-footer-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.landing-footer-item{display:flex;align-items:center;gap:8px}.landing-footer-label{font-size:15px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:600;color:#f2f2f7;line-height:22.5px}.landing-footer-value{font-size:15px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:400;color:#c7c7cc;line-height:22.5px}.landing-footer-divider{font-size:16px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:400;color:#f2f2f7;line-height:24px}.landing-footer-links{display:flex;align-items:center;gap:16px}.landing-footer-link{font-size:15px;font-family:Pretendard Variable,Pretendard,sans-serif;font-weight:600;color:#f2f2f7;line-height:22.5px;text-decoration:none}.landing-footer-link:hover{text-decoration:underline}@media(max-width:1536px){.landing-header,.landing-hero,.landing-yellow-section,.landing-white-section,.landing-cards-section,.landing-benefits-section,.landing-cta-section,.landing-footer{max-width:100%;padding-left:24px;padding-right:24px}}@media(max-width:1024px){.landing-features-grid{grid-template-columns:1fr;gap:64px}.landing-feature-image{margin:auto;width:100%;max-width:392px;height:810px}.landing-feature-list{max-width:100%;gap:64px}.landing-card{max-width:100%}.landing-hero-title h1,.landing-hero-title h2,.landing-section-heading,.landing-chat-text,.landing-benefit-text{font-size:24px}.landing-cards-title h2{font-size:36px}.landing-hero-subtitle p{font-size:16px}}@media(max-width:768px){.landing-header{padding:0 20px;height:auto;min-height:60px}.landing-header-content{align-items:flex-start;gap:25px;height:auto}.landing-logo{font-size:20px;line-height:28px}.landing-powered-by{font-size:13px;margin-top:6px}.landing-hero,.landing-yellow-section,.landing-white-section,.landing-cards-section,.landing-benefits-section,.landing-cta-section{padding:48px 20px}.landing-hero-content{gap:32px}.landing-hero-inner{gap:24px}.landing-badge{max-width:100%;height:45px;min-height:35px;padding:8px 16px;flex-wrap:wrap}.landing-badge-text{font-size:14px;line-height:20px}.landing-badge-dot{width:10px;height:10px}.landing-hero-title h1{font-size:22px;line-height:28px}.landing-hero-title h2{font-size:20px;line-height:28px}.landing-hero-subtitle p{font-size:15px;line-height:22px}.landing-cta-buttons{width:100%;max-width:100%}.landing-btn-primary,.landing-btn-secondary{width:100%;max-width:100%;height:56px}.landing-btn-primary-text,.landing-btn-secondary-text{font-size:16px;line-height:24px}.landing-yellow-content,.landing-benefits-content{gap:16px}.landing-section-label{font-size:14px;line-height:20px}.landing-section-heading{font-size:20px;line-height:28px}.landing-chat-bubble{max-width:100%;height:auto;min-height:60px;padding:12px 20px;flex-wrap:wrap}.landing-chat-avatar{width:32px;height:32px}.landing-chat-text{font-size:16px;line-height:24px}.landing-white-content,.landing-features-grid{gap:48px}.landing-feature-image{width:299px;height:647px}.landing-feature-video{width:299px;height:647px;top:-23px;position:absolute}.landing-feature-item{flex-direction:column;gap:16px;align-items:flex-start}.landing-feature-icon{width:40px;height:40px}.landing-feature-title{font-size:18px;line-height:26px}.landing-feature-description{font-size:14px;line-height:20px}.landing-feature-description p{margin:0}.landing-cards-content{gap:48px}.landing-cards-title h2{font-size:24px;line-height:32px}.landing-cards-title-label{font-size:12px;margin-bottom:12px}.landing-cards-grid{grid-template-columns:1fr;gap:48px;justify-content:center}.landing-card{width:100%;max-width:408px}.landing-card:nth-child(1),.landing-card:nth-child(4){grid-column:auto;justify-self:center}.landing-card{max-width:100%;height:auto;min-height:180px;padding:32px 24px}.landing-card-icon{width:70px;height:70px;top:20px;right:24px}.landing-card-icon img{width:50px;height:50px}.landing-card-title{font-size:20px;line-height:28px;margin-top:40px}.landing-card-description{font-size:14px;line-height:20px}.landing-card-description p{margin:4px 0}.landing-benefit-item{max-width:100%;height:auto;min-height:60px;padding:12px 20px;flex-wrap:wrap}.landing-benefit-icon{width:32px;height:32px}.landing-benefit-text{font-size:16px;line-height:24px}.landing-cta-content{gap:24px}.landing-cta-title h2{font-size:20px;line-height:28px}.landing-footer{padding:48px 20px}.landing-footer-content{gap:32px}.landing-footer-logo{width:100px;height:40px}.landing-footer-logo div{font-size:16px!important}.landing-footer-info{gap:16px}.landing-footer-row{flex-direction:column;align-items:flex-start;gap:12px}.landing-footer-item{align-items:flex-start;gap:4px}.landing-footer-divider{display:none}.landing-footer-label,.landing-footer-value{font-size:13px;line-height:20px}.landing-footer-links{flex-direction:column;align-items:flex-start;gap:8px}.landing-footer-link{font-size:13px}}@media(max-width:480px){.landing-header{padding:0 16px;min-height:56px}.landing-hero,.landing-yellow-section,.landing-white-section,.landing-cards-section,.landing-benefits-section,.landing-cta-section{padding:90px 16px}.landing-hero-title h1{font-size:28px}.landing-section-heading{font-size:18px;line-height:24px}.landing-chat-text{font-size:14px;line-height:20px}.landing-cards-title h2{font-size:22px;line-height:28px}.landing-card{padding:24px 20px}.landing-card-title{font-size:18px;line-height:24px}.landing-benefit-text{font-size:14px;line-height:20px}.landing-cta-title h2{font-size:18px;line-height:24px}.landing-btn-primary,.landing-btn-secondary{height:56px}.landing-btn-primary-text,.landing-btn-secondary-text{font-size:15px}}
