@import"https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap";@font-face{font-family:SB 어그로;src:url(/fonts/sb-aggro-bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0020-007E,U+AC00-D7A3,U+3131-318E}@font-face{font-family:SB 어그로;src:url(/fonts/sb-aggro-medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap;unicode-range:U+0020-007E,U+AC00-D7A3,U+3131-318E}@font-face{font-family:Space Mono;src:url(/fonts/space-mono.bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{font-family:"Noto Serif KR",serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#fafaf8;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html{margin:0;padding:0;width:100%;overflow-x:hidden;font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;width:100%;min-width:320px;min-height:100vh;overflow-x:hidden;font-family:"Noto Serif KR",serif;background:#0a0a0a;color:#fafaf8}#root{margin:0;padding:0;width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--black: #0a0a0a;--black-light: #141414;--white: #fafaf8;--cream: #f5f3ef;--cream-dark: #e8e4df;--jade: #7ba697;--jade-light: #a8c5bb;--jade-pale: #d4e4dd;--jade-dark: #5a8577;--warm: #c4a882;--warm-light: #e8dcc8;--ink: #2a2a2a;--gray: #888;--line: rgba(255, 255, 255, .12);--line-dark: rgba(0, 0, 0, .08)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;max-width:100vw;overflow-x:hidden}.page{display:none}.page.active{display:block;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,var(--black) 0%,transparent 100%)}.header-logo{font-size:1.25rem;font-weight:400;letter-spacing:.2em;cursor:pointer;transition:color .3s}.header-logo:hover{color:var(--jade)}.header-nav{display:flex;gap:2.5rem}.header-nav a{color:var(--white);text-decoration:none;font-size:.8rem;letter-spacing:.15em;opacity:.7;transition:all .3s;cursor:pointer}.header-nav a:hover,.header-nav a.active{opacity:1;color:var(--jade-light)}.header-right{display:flex;align-items:center;gap:1.5rem}.header-search{width:36px;height:36px;min-width:36px;min-height:36px;padding:0;margin:0;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;box-sizing:border-box}.header-search:hover{border-color:var(--jade);background:#7ba6971a}.header-search svg{width:16px;height:16px;min-width:16px;min-height:16px;stroke:var(--jade);color:var(--jade);display:block}.header-login{padding:.5rem 1.25rem;border:1px solid var(--line);background:transparent;color:var(--white);font-family:inherit;font-size:.75rem;letter-spacing:.15em;cursor:pointer;transition:all .3s}.header-login:hover{border-color:var(--jade);background:var(--jade);color:var(--black)}.header-profile{width:40px;height:40px;border-radius:50%;background:var(--jade-pale);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;color:var(--jade-dark);font-weight:500}.home-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.home-hero-left{display:flex;align-items:center;justify-content:center;padding:4rem;position:relative}.home-hero-left:after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background:var(--line)}.title-vertical{writing-mode:vertical-rl;text-orientation:mixed;display:flex;gap:2.5rem;align-items:flex-start}.title-main{font-size:clamp(2.5rem,8vw,5rem);font-weight:200;letter-spacing:.3em;line-height:1.1;white-space:nowrap}.title-sub{display:flex;flex-direction:column;gap:.75rem;padding-top:1.5rem}.title-accent{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;color:var(--jade);letter-spacing:.4em}.title-en{font-size:.7rem;letter-spacing:.25em;color:var(--gray);text-transform:uppercase}.home-hero-right{display:flex;flex-direction:column;justify-content:space-between;padding:6rem 4rem 4rem}.hero-intro{max-width:420px}.hero-intro h2{font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:300;line-height:1.9;margin-bottom:1.5rem}.hero-intro h2 .accent{color:var(--jade);font-weight:400}.hero-intro p{font-size:.85rem;color:var(--gray);line-height:1.9;margin-bottom:2.5rem}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;color:var(--white);font-size:.8rem;letter-spacing:.15em;padding:.75rem 0;border-bottom:1px solid var(--line);transition:all .4s;cursor:pointer}.hero-cta:hover{border-color:var(--jade);padding-left:.75rem}.hero-cta svg{width:18px;height:18px;stroke:var(--jade);transition:transform .4s}.hero-cta:hover svg{transform:translate(6px)}.hero-video{margin-top:2rem;display:flex;justify-content:flex-start;background:transparent;position:relative}.hero-video video{width:100%;max-width:300px;height:auto;background:transparent!important;background-color:transparent!important;object-fit:contain;mix-blend-mode:screen;-webkit-appearance:none;appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.hero-video video{isolation:isolate}}.hero-footer{display:flex;justify-content:space-between;align-items:flex-end;font-size:.65rem;color:var(--gray)}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem}.scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--jade),transparent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.videos-section{padding:6rem 4rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.section-header-left{display:flex;align-items:center;gap:1.5rem}.section-number{font-size:.65rem;letter-spacing:.25em;color:var(--gray)}.section-title{font-size:1.25rem;font-weight:400;letter-spacing:.15em}.section-title-en{font-size:.65rem;color:var(--black);text-transform:uppercase;margin-left:1rem}.filter-group{display:flex;gap:.5rem}.filter-btn{padding:.5rem 1rem;border:1px solid var(--line);background:transparent;color:var(--white);font-family:inherit;font-size:.7rem;cursor:pointer;transition:all .3s}.filter-btn:hover{border-color:var(--jade);color:var(--jade)}.filter-btn.active{border-color:var(--jade);background:var(--jade);color:var(--black)}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.video-card{cursor:pointer;transition:transform .3s}.video-card:hover{transform:translateY(-4px)}.video-thumbnail{aspect-ratio:16/9;background:var(--ink);margin-bottom:1rem;position:relative;overflow:hidden}.video-thumbnail-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 50%);opacity:0;transition:opacity .3s}.video-card:hover .video-thumbnail-overlay{opacity:1}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s}.video-card:hover .video-play-btn{opacity:1}.video-play-btn svg{width:16px;height:16px;fill:var(--white);margin-left:2px}.video-info{padding:0 .25rem}.video-keyword{font-size:.65rem;letter-spacing:.2em;color:var(--jade);margin-bottom:.5rem;text-transform:uppercase}.video-title{font-size:1rem;font-weight:400;margin-bottom:.75rem;line-height:1.4}.video-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.5rem}.video-tag{padding:.2rem .5rem;background:var(--ink);font-size:.6rem;color:var(--gray)}.video-meta{display:flex;gap:1rem;font-size:.65rem;color:var(--gray)}.footer{padding:3rem 4rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.footer-logo{font-size:1rem;font-weight:300;letter-spacing:.2em}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--gray);text-decoration:none;font-size:.7rem}.footer-links a:hover{color:var(--white)}.footer-copy{font-size:.65rem;color:var(--gray)}@media(max-width:1024px){.home-hero{grid-template-columns:1fr}.home-hero-left:after{display:none}.videos-section{padding:3rem 1.5rem}}.about-page{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center}.about-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--black) 0%,var(--black-light) 50%,var(--black) 100%)}.about-webgl{position:absolute;inset:0;z-index:1;opacity:.3;background:radial-gradient(ellipse at 30% 40%,rgba(123,166,151,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 60%,rgba(196,168,130,.1) 0%,transparent 50%)}.about-container{position:relative;z-index:10;width:100%;max-width:1400px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;align-items:center}.about-video{display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;background:transparent}.about-video:after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background:var(--line)}.about-video video{width:100%;max-width:400px;height:auto;background:transparent!important;background-color:transparent!important;object-fit:contain;mix-blend-mode:screen;-webkit-appearance:none;appearance:none;isolation:isolate}@media screen and (-webkit-min-device-pixel-ratio:0){.about-video video{background-size:transparent;-webkit-background-size:transparent}}.about-content{max-width:600px;text-align:left;padding:2rem}.about-label{font-size:.7rem;letter-spacing:.3em;color:var(--jade);margin-bottom:2rem;text-transform:uppercase}.about-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:200;letter-spacing:.2em;margin-bottom:.5rem}.about-title-en{font-size:.9rem;letter-spacing:.3em;color:var(--gray);margin-bottom:3rem}.about-desc{font-size:1rem;font-weight:300;line-height:2;color:var(--cream);margin-bottom:3rem}.about-features{display:flex;justify-content:flex-start;gap:3rem;margin-bottom:4rem}.about-feature{text-align:center}.about-feature-icon{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.about-feature-icon svg{width:20px;height:20px;stroke:var(--jade)}.about-feature-text{font-size:.75rem;color:var(--gray)}.about-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:1px solid var(--jade);background:transparent;color:var(--white);font-family:inherit;font-size:.8rem;letter-spacing:.15em;cursor:pointer;transition:all .4s}.about-cta:hover{background:var(--jade);color:var(--black)}.about-cta svg{width:16px;height:16px;stroke:currentColor}.about-cta:hover svg{transform:translate(4px)}.search-overlay{position:fixed;inset:0;z-index:2000;pointer-events:none;opacity:0}.search-overlay.open{pointer-events:auto;opacity:1}.search-backdrop{position:absolute;inset:0;background:#0000;transition:background .4s}.search-overlay.open .search-backdrop{background:#000000e6}.search-container{position:absolute;top:1.5rem;right:3rem;width:36px;height:36px;background:var(--cream);border-radius:18px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.search-overlay.open .search-container{top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:900px;height:auto;max-height:80vh;border-radius:4px}.search-content{opacity:0;padding:0;transition:opacity .3s ease .2s;color:var(--black)}.search-overlay.open .search-content{opacity:1;padding:2rem}.search-input-row{display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line-dark);margin-bottom:1.5rem}.search-input-row svg{width:22px;height:22px;stroke:var(--gray)}.search-input{flex:1;border:none;background:transparent;font-family:inherit;font-size:1.25rem;color:var(--black);outline:none}.search-input::placeholder{color:var(--gray)}.search-close{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-close:hover{transform:scale(1.1)}.search-close svg{width:20px;height:20px;stroke:var(--gray)}.search-body{display:grid;grid-template-columns:280px 1fr;gap:2rem;max-height:calc(80vh - 150px);overflow:hidden}.search-left{border-right:1px solid var(--line-dark);padding-right:2rem;overflow-y:auto}.search-section{margin-bottom:2rem}.search-section-title{font-size:.7rem;letter-spacing:.15em;color:var(--gray);margin-bottom:1rem;text-transform:uppercase}.search-keywords,.search-tags{display:flex;flex-wrap:wrap;gap:.5rem}.search-keyword-btn{padding:.5rem .875rem;border:1px solid var(--jade);background:transparent;font-family:inherit;font-size:.7rem;color:var(--jade-dark);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.35rem}.search-keyword-btn:hover{background:var(--jade);color:var(--white)}.search-keyword-btn svg{width:12px;height:12px;stroke:currentColor}.search-tag-btn{padding:.5rem .875rem;border:1px solid var(--warm);background:transparent;font-family:inherit;font-size:.7rem;color:var(--warm);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.35rem}.search-tag-btn:hover{background:var(--warm);color:var(--black)}.search-tag-btn svg{width:12px;height:12px;stroke:currentColor}.search-history-list{display:flex;flex-direction:column;gap:.5rem}.search-history-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.8rem;color:var(--ink);cursor:pointer}.search-history-item:hover{color:var(--jade-dark)}.search-history-delete{width:20px;height:20px;border:none;background:transparent;cursor:pointer;opacity:0}.search-history-item:hover .search-history-delete{opacity:1}.search-history-delete svg{width:14px;height:14px;stroke:var(--gray)}.search-right{overflow-y:auto}.search-videos-title{font-size:.85rem;font-weight:500;margin-bottom:1.25rem;color:var(--black)}.search-videos-grid{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem}.search-video-card{flex:0 0 150px;cursor:pointer}.search-video-thumb{width:150px;height:200px;background:var(--cream-dark);margin-bottom:.75rem}.search-video-card:hover .search-video-thumb{transform:scale(1.02)}.search-video-keyword{font-size:.6rem;color:var(--jade-dark);margin-bottom:.25rem}.search-video-title{font-size:.8rem;color:var(--black);line-height:1.4;margin-bottom:.35rem}.search-video-tags{display:flex;gap:.25rem;flex-wrap:wrap}.search-video-tag{font-size:.55rem;color:var(--gray);background:var(--cream-dark);padding:.15rem .35rem}.search-no-result{text-align:center;padding:3rem;color:var(--gray)}.video-detail-page{padding-top:80px;height:100vh;overflow:hidden}.video-detail-container{display:grid;grid-template-columns:1fr 420px;min-height:calc(100vh - 80px);width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.video-player-area{padding:2rem;display:flex;flex-direction:column;min-width:0;overflow-x:hidden;box-sizing:border-box}.video-player{aspect-ratio:16/9;background:var(--ink);position:relative;margin-bottom:2rem}.video-player-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.video-player-btn{width:80px;height:80px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-player-btn:hover{border-color:var(--jade);background:#7ba69733}.video-player-btn svg{width:28px;height:28px;fill:var(--white);margin-left:4px}.video-detail-info{padding:0 .5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.video-detail-info-left{flex:1;min-width:0}.video-detail-info-right{flex-shrink:0;display:flex;align-items:flex-start}.video-detail-keyword{font-size:.7rem;letter-spacing:.25em;color:var(--jade);margin-bottom:.75rem;text-transform:uppercase}.video-detail-title{font-size:1.75rem;font-weight:400;margin-bottom:1rem;line-height:1.4}.video-detail-meta{display:flex;gap:1.5rem;font-size:.75rem;color:var(--gray);margin-bottom:1.25rem}.video-detail-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.video-detail-tag{padding:.4rem .75rem;border:1px solid var(--line);font-size:.65rem;color:var(--gray);cursor:pointer}.video-detail-tag:hover{border-color:var(--jade);color:var(--jade)}.video-like-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border:1px solid var(--line);background:transparent;color:var(--white);font-family:inherit;font-size:.75rem;cursor:pointer}.video-like-btn:hover{border-color:var(--jade)}.video-like-btn.liked{border-color:var(--jade);background:var(--jade);color:var(--black)}.video-like-btn svg{width:16px;height:16px;stroke:currentColor;fill:none}.video-like-btn.liked svg{fill:currentColor}.comments-area{background:var(--cream);color:var(--black);padding:2rem;display:flex;flex-direction:column;height:calc(100vh - 80px);overflow:hidden;overflow-x:hidden;box-sizing:border-box;width:100%;max-width:100%}.comments-header{padding-bottom:1.25rem;border-bottom:1px solid var(--line-dark);margin-bottom:1.25rem}.comments-title{font-size:1rem;font-weight:400}.comments-title span{color:var(--gray);font-size:.8rem;margin-left:.5rem}.comments-list{flex:1;overflow-y:auto;overflow-x:hidden;width:100%;max-width:100%}.comment-item{padding:1rem 0;border-bottom:1px solid var(--line-dark);width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.comment-main{display:flex;gap:.75rem;width:100%;max-width:100%;box-sizing:border-box}.comment-avatar{width:32px;height:32px;border-radius:50%;background:var(--jade-pale);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--jade-dark);flex-shrink:0}.comment-body{flex:1;min-width:0;overflow-x:hidden}.comment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.comment-author{font-size:.8rem;font-weight:500}.comment-date{font-size:.65rem;color:var(--gray)}.comment-text{font-size:.85rem;line-height:1.7;color:var(--ink);margin-bottom:.75rem}.comment-actions{display:flex;gap:1rem}.comment-action-btn{background:none;border:none;font-family:inherit;font-size:.7rem;color:var(--gray);cursor:pointer;display:flex;align-items:center;gap:.25rem}.comment-action-btn:hover{color:var(--jade-dark)}.comment-action-btn svg{width:14px;height:14px;stroke:currentColor}.comment-replies{margin-top:1rem;padding-left:2.5rem;border-left:2px solid var(--jade-pale);width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.reply-item{padding:.75rem 0;border-bottom:1px solid var(--line-dark);width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.reply-item:last-child{border-bottom:none}.reply-main{display:flex;gap:.6rem;width:100%;max-width:100%;box-sizing:border-box}.reply-avatar{width:26px;height:26px;border-radius:50%;background:var(--warm-light);display:flex;align-items:center;justify-content:center;font-size:.6rem;color:var(--warm);flex-shrink:0}.reply-body{flex:1;min-width:0;overflow-x:hidden}.reply-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.35rem}.reply-author{font-size:.75rem;font-weight:500}.reply-date{font-size:.6rem;color:var(--gray)}.reply-text{font-size:.8rem;line-height:1.6;color:var(--black)}.reply-form{margin-top:.75rem;padding-left:2.5rem;display:none}.reply-form.show{display:block}.reply-input-wrapper{display:flex;gap:.5rem}.reply-input{flex:1;padding:.6rem .75rem;border:1px solid var(--line-dark);background:var(--white);font-family:inherit;font-size:.8rem;outline:none}.reply-input:focus{border-color:var(--jade)}.reply-submit{padding:.6rem 1rem;border:none;background:var(--jade);color:var(--white);font-family:inherit;font-size:.7rem;cursor:pointer}.reply-submit:hover{background:var(--jade-dark)}.comment-input-area{padding-top:1.25rem;border-top:1px solid var(--line-dark);width:100%;max-width:100%;box-sizing:border-box}.comment-input{width:100%;max-width:100%;padding:.875rem;border:1px solid var(--line-dark);background:var(--white);font-family:inherit;font-size:.85rem;resize:none;outline:none;margin-bottom:.75rem;color:var(--black);box-sizing:border-box}.comment-input:focus{border-color:var(--jade)}.comment-submit{padding:.6rem 1.5rem;border:none;background:var(--black);color:var(--white);font-family:inherit;font-size:.75rem;cursor:pointer}.comment-submit:hover{background:var(--jade-dark)}.chat-page{padding-top:80px;height:100vh;display:flex}.chat-sidebar{width:280px;background:var(--black);border-right:1px solid var(--line);display:flex;flex-direction:column;height:calc(100vh - 80px)}.chat-sidebar-header{padding:1.5rem;border-bottom:1px solid var(--line)}.chat-new-btn{width:100%;padding:.75rem 1rem;border:1px solid var(--jade);background:transparent;color:var(--white);font-family:inherit;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.chat-new-btn:hover{background:var(--jade);color:var(--black)}.chat-new-btn svg{width:14px;height:14px;stroke:currentColor}.chat-sidebar-title{font-size:.7rem;letter-spacing:.15em;color:var(--gray);padding:1.5rem 1.5rem 1rem}.chat-session-list{flex:1;overflow-y:auto;padding:0 .75rem}.chat-session-item{padding:1rem;border-radius:4px;cursor:pointer;margin-bottom:.25rem}.chat-session-item:hover{background:var(--ink)}.chat-session-item.active{background:var(--ink);border-left:2px solid var(--jade)}.chat-session-title{font-size:.8rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-session-date{font-size:.65rem;color:var(--gray)}.chat-main{flex:1;display:flex;flex-direction:column;background:var(--cream);height:calc(100vh - 80px)}.chat-messages{flex:1;overflow-y:auto;padding:2rem 4rem}.chat-message{margin-bottom:1.5rem}.chat-message.bot{margin-right:auto;width:100%;max-width:100%}.chat-message.user{margin-left:auto;max-width:70%}.chat-message-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.chat-message-avatar{width:36px;height:36px;border-radius:50%;background:var(--jade-pale);display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--jade-dark);font-weight:500}.chat-message-name{font-size:.8rem;font-weight:500;color:var(--black)}.chat-message-bubble{padding:1.25rem 1.5rem;font-size:.9rem;line-height:1.8;color:var(--black)}.chat-message.bot .chat-message-bubble{background:var(--white);border:1px solid var(--line-dark);border-radius:0 12px 12px}.chat-message.user .chat-message-bubble{background:var(--jade-pale);border-radius:12px 0 12px 12px}.chat-thinking{padding:1rem 1.25rem;background:#7ba6971a;border:1px solid var(--jade-pale);border-radius:8px;margin-bottom:1rem;cursor:pointer}.chat-thinking-header{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--jade-dark)}.chat-thinking-header svg{width:14px;height:14px;stroke:var(--jade);animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-thinking-content{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--jade-pale);font-size:.8rem;color:var(--gray);line-height:1.6;display:none}.chat-thinking.expanded .chat-thinking-content{display:block}.chat-input-area{padding:1.5rem 4rem 2rem;background:var(--cream);border-top:1px solid var(--line-dark)}.chat-input-wrapper{display:flex;align-items:center;gap:.75rem;background:var(--white);border:1px solid var(--line-dark);border-radius:28px;padding:.5rem .5rem .5rem 1.5rem}.chat-input-wrapper:focus-within{border-color:var(--jade)}.chat-input{flex:1;border:none;background:transparent;font-family:inherit;font-size:.9rem;color:var(--black);outline:none}.chat-input::placeholder{color:var(--gray)}.chat-thinking-toggle{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border:1px solid var(--line-dark);border-radius:16px;background:transparent;font-family:inherit;font-size:.7rem;color:var(--gray);cursor:pointer}.chat-thinking-toggle:hover{border-color:var(--jade);color:var(--jade-dark)}.chat-thinking-toggle.active{background:var(--jade-pale);border-color:var(--jade);color:var(--jade-dark)}.chat-thinking-toggle svg{width:14px;height:14px;stroke:currentColor}.chat-send-btn{width:40px;height:40px;border-radius:50%;border:none;background:var(--black);cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-send-btn:hover{background:var(--jade-dark)}.chat-send-btn svg{width:16px;height:16px;stroke:var(--white)}.mypage{padding:100px 4rem 4rem;min-height:100vh;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.mypage-header{margin-bottom:3rem}.mypage-title{font-size:2rem;font-weight:300;letter-spacing:.15em;margin-bottom:.5rem}.mypage-subtitle{font-size:.75rem;color:var(--gray)}.mypage-grid{display:grid;grid-template-columns:300px 1fr;gap:3rem;max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.profile-card{background:var(--ink);padding:2.5rem 2rem;text-align:center;height:fit-content;position:sticky;top:100px}.profile-avatar{width:100px;height:100px;border-radius:50%;background:var(--jade-pale);margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--jade-dark)}.profile-name{font-size:1.25rem;font-weight:400;margin-bottom:.5rem}.profile-email{font-size:.75rem;color:var(--gray);margin-bottom:2rem}.profile-edit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border:1px solid var(--line);background:transparent;color:var(--white);font-family:inherit;font-size:.7rem;cursor:pointer}.profile-edit-btn:hover{border-color:var(--jade);color:var(--jade)}.profile-edit-btn svg{width:12px;height:12px;stroke:currentColor}.mypage-content{display:flex;flex-direction:column;gap:3rem;min-width:0;overflow-x:hidden}.mypage-section{background:var(--ink);padding:2rem;min-width:0;overflow-x:hidden;box-sizing:border-box}.mypage-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.mypage-section-title{font-size:1rem;font-weight:400}.mypage-section-more{font-size:.7rem;color:var(--gray);cursor:pointer}.mypage-section-more:hover{color:var(--jade)}.watch-history-scroll{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:var(--jade-pale) transparent}.watch-history-scroll::-webkit-scrollbar{height:6px}.watch-history-scroll::-webkit-scrollbar-track{background:transparent}.watch-history-scroll::-webkit-scrollbar-thumb{background:var(--jade-pale);border-radius:3px}.watch-history-item{flex:0 0 280px;cursor:pointer;min-width:280px}.watch-history-thumb{width:280px;height:157px;background:var(--black);margin-bottom:.75rem;border-radius:8px;overflow:hidden;background-size:cover;background-position:center}.watch-history-title{font-size:.8rem}.my-comments-list{display:flex;flex-direction:column;gap:1rem}.my-comment-item{padding:1rem;background:var(--black);border-left:2px solid var(--jade)}.my-comment-video{font-size:.7rem;color:var(--jade);margin-bottom:.5rem}.my-comment-text{font-size:.85rem;line-height:1.6;color:var(--white)}.analytics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.analytics-item{text-align:center;padding:1.5rem;background:var(--black)}.analytics-number{font-size:2rem;font-weight:300;color:var(--jade);margin-bottom:.5rem}.analytics-label{font-size:.7rem;color:var(--gray)}@media(max-width:1024px){.home-hero{grid-template-columns:1fr}.home-hero-left:after{display:none}.about-container{grid-template-columns:1fr;gap:2rem;padding:2rem}.about-video:after{display:none}.about-content{text-align:center}.about-features{justify-content:center}.videos-section{padding:3rem 1.5rem}.video-grid{grid-template-columns:repeat(2,1fr)}.search-body{grid-template-columns:1fr}.search-left{border-right:none;border-bottom:1px solid var(--line-dark);padding-right:0;padding-bottom:1.5rem}.video-detail-container{grid-template-columns:1fr}.comments-area{height:auto;min-height:400px}.chat-sidebar{display:none}.mypage-grid{grid-template-columns:1fr}.profile-card{position:static}}@media(max-width:768px){.header{padding:1rem 1.5rem}.header-nav{display:none}.videos-section{padding:3rem 1.5rem}.video-grid{grid-template-columns:1fr}.chat-messages{padding:1.5rem}.chat-input-area{padding:1rem 1.5rem}}@media(max-width:768px){.header{padding:1rem 1.5rem}.header-nav{display:none}.videos-section{padding:3rem 1.5rem}}
