@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&family=Noto+Serif+KR:wght@400;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=SUIT:wght@400;500;600;700&display=swap";:root{font-family:IBM Plex Sans KR,Noto Sans KR,sans-serif;line-height:1.5;font-weight:500;color:#1c201b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--page-bg, #ffffff);color:var(--ink-strong, #1c201b);transition:background-color .18s ease,color .18s ease}button,a,input,textarea,select{font:inherit}#root{min-height:100vh}:root{--page-bg: #fbf9f4;--surface: rgba(251, 249, 244, .82);--surface-strong: #ffffff;--surface-container-low: #f5f3ee;--surface-container-lowest: #ffffff;--panel-surface: #f5f3ee;--panel-surface-strong: #ffffff;--glass-surface: rgba(251, 249, 244, .9);--hero-brand-gradient: linear-gradient(135deg, var(--primary) 0%, var(--primary-container) 100%);--hero-card-shadow: 0 18px 40px rgba(181, 35, 48, .14);--line: rgba(27, 28, 25, .08);--line-strong: rgba(27, 28, 25, .2);--ink-strong: #1b1c19;--ink: #2a2c2f;--ink-soft: #8a8d91;--accent: #1b1c19;--accent-soft: rgba(27, 28, 25, .03);--primary: #b52330;--primary-container: #ff5a5f;--secondary: #00629f;--secondary-container: #4eabfd;--tertiary: #006c4c;--shadow: 0 12px 40px rgba(27, 28, 25, .06);color-scheme:light}:root[data-theme=dark]{--page-bg: #101114;--surface: rgba(18, 20, 24, .82);--surface-strong: #17191d;--surface-container-low: #16181c;--surface-container-lowest: #1e2126;--panel-surface: #171a1f;--panel-surface-strong: #20242a;--glass-surface: rgba(17, 19, 23, .9);--hero-brand-gradient: linear-gradient(135deg, #5f1d2d 0%, #34141d 58%, #171a20 100%);--hero-card-shadow: 0 20px 44px rgba(0, 0, 0, .34);--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .16);--ink-strong: #f5f4ef;--ink: #e5e2db;--ink-soft: #a7a39b;--accent: #f5f4ef;--accent-soft: rgba(255, 255, 255, .06);--shadow: 0 18px 40px rgba(0, 0, 0, .38);color-scheme:dark}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.events-page{width:min(1080px,calc(100vw - 32px));margin:0 auto;padding:28px 0 118px;color:var(--ink);position:relative}.events-layout{display:grid;gap:18px;align-items:start}.events-main{display:grid;gap:16px;min-width:0}.events-main--info{gap:18px}.events-main--info .events-hero,.events-main--info .error-panel,.events-main--info .loading-panel,.events-main--info .empty-state,.events-main--info .event-list-section,.events-main--info .events-view-tabs{display:none}.events-sidebar{position:fixed;inset:0;z-index:60;width:100%;pointer-events:none;min-width:0}.events-sidebar__panel{position:absolute;top:12px;bottom:12px;left:12px;z-index:1;width:min(312px,calc(100vw - 24px));height:calc(100vh - 24px);max-height:none;overflow-y:auto;overflow-x:hidden;display:grid;align-content:start;grid-auto-rows:min-content;gap:12px;padding:16px 12px 18px;border-right:1px solid rgba(28,30,34,.08);background:#fffffffe;box-shadow:22px 0 52px #1c1e221a;transform:translate(-104%);transition:transform .22s ease}.events-sidebar__auth{display:grid;gap:8px;padding:2px 0 8px;border-bottom:1px solid rgba(28,30,34,.08)}.events-sidebar__auth-actions{display:grid;gap:8px}.events-sidebar__policy-links{display:flex;flex-wrap:wrap;gap:6px 8px}.events-sidebar__policy-link{border:0;background:transparent;padding:0;color:var(--ink-soft);font-family:SUIT,sans-serif;font-size:.7rem;line-height:1.4;text-decoration:underline;text-underline-offset:3px;cursor:pointer;white-space:nowrap;text-align:left}.events-sidebar__policy-link:hover,.events-sidebar__policy-link:focus-visible{color:var(--ink-strong);outline:none}.events-sidebar__auth-button,.events-sidebar__auth-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:36px;padding:0 12px;border:1px solid var(--line);background:#fffffff2;color:var(--ink-strong);font-family:SUIT,sans-serif;font-size:.76rem;text-decoration:none;white-space:nowrap}.events-sidebar__auth-button{position:relative;justify-content:flex-start;min-height:52px;padding:0 14px 0 54px;border-color:#9f22221a;background:radial-gradient(circle at left 18px center,rgba(159,34,34,.14) 0 14px,transparent 15px),linear-gradient(135deg,#fffaf8fa,#f8f0eafa);color:#6e2e23;font-weight:600;box-shadow:0 10px 24px #9f222214}.events-sidebar__auth-button:before{content:"G";position:absolute;left:14px;top:50%;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#9f2222;color:#fff8f5;font-family:"Noto Serif KR",serif;font-size:.88rem;font-weight:700;transform:translateY(-50%)}.events-sidebar__auth-button:hover,.events-sidebar__auth-button:focus-visible{border-color:#9f22222e;background:radial-gradient(circle at left 18px center,rgba(159,34,34,.18) 0 14px,transparent 15px),linear-gradient(135deg,#fffbf9,#f6ebe3);outline:none}.events-sidebar__auth-chip{position:relative;justify-content:flex-start;min-height:56px;padding:10px 14px 10px 54px;border-color:#9f22221a;background:radial-gradient(circle at left 18px center,rgba(159,34,34,.14) 0 14px,transparent 15px),linear-gradient(135deg,#fffaf8fa,#f8f0eafa);color:#6e2e23;box-shadow:0 10px 24px #9f222214}.events-sidebar__auth-chip:before{content:"G";position:absolute;left:14px;top:50%;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#9f2222;color:#fff8f5;font-family:"Noto Serif KR",serif;font-size:.88rem;font-weight:700;transform:translateY(-50%)}.events-sidebar__auth-logout{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid var(--line);background:#fffffff2;color:var(--ink-soft);font-family:SUIT,sans-serif;font-size:.74rem;cursor:pointer}.events-sidebar__auth-logout:hover,.events-sidebar__auth-logout:focus-visible{border-color:#1c1e222e;color:var(--ink-strong);outline:none}.events-sidebar__auth-name{font-size:.72rem;color:#8a4b3c}.events-sidebar__auth-skeleton{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid rgba(28,30,34,.08);background:#ffffffb3;color:var(--ink-soft);font-family:SUIT,sans-serif;font-size:.74rem}.events-sidebar--open{pointer-events:auto}.events-sidebar--open .events-sidebar__panel{transform:translate(0)}.events-sidebar__stats{display:grid;gap:2px;margin-top:0}.events-sidebar__stats article{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:50px;padding:6px 0;border-top:1px solid rgba(28,30,34,.08)}.events-sidebar__stats article:last-child{border-bottom:1px solid rgba(28,30,34,.08)}.events-sidebar__stats span{margin:0;font-family:SUIT,sans-serif;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);white-space:nowrap;line-height:1.15}.events-sidebar__stats strong{font-family:"Noto Serif KR",serif;font-size:.92rem;font-weight:600;line-height:1;color:var(--ink-strong);white-space:nowrap}.events-sidebar__info-nav{display:grid;gap:8px;padding-top:2px}.events-sidebar__info-nav-label,.events-sidebar__section-label{margin:0;font-family:SUIT,sans-serif;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}.events-sidebar__info-nav-links,.events-sidebar__info-links{display:grid;gap:6px}.events-sidebar__info-link{display:flex;align-items:center;justify-content:space-between;min-height:34px;padding:0 10px;border:1px solid rgba(28,30,34,.08);background:#ffffffeb;color:var(--ink);font-family:SUIT,sans-serif;font-size:.72rem;text-align:left;cursor:pointer}.events-sidebar__info-link:hover,.events-sidebar__info-link:focus-visible{border-color:#1c1e222e;background:#f8f7f3f5;outline:none}.events-sidebar__info-link--active{border-color:#8f443129;background:linear-gradient(180deg,#faf6f0fa,#f4ebe2fa);color:#8f4431}.events-hero{padding:4px 0 2px}.events-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px}.events-topbar__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0;flex-wrap:wrap}.events-auth{display:inline-flex;align-items:center;gap:8px;min-width:0}.events-auth__status{font-family:SUIT,sans-serif;font-size:.72rem;letter-spacing:.04em;color:var(--ink-soft);white-space:nowrap}.events-auth__button,.events-auth__badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border:1px solid var(--line);background:#ffffffeb;color:var(--ink-strong);font-family:SUIT,sans-serif;font-size:.76rem;text-decoration:none;white-space:nowrap}.events-auth__button:hover,.events-auth__button:focus-visible{border-color:#1c1e222e;background:#f9f8f4;outline:none}.events-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid rgba(28,30,34,.08);background:#ffffffd6}.events-notice p,.events-notice button{margin:0;font-family:SUIT,sans-serif;font-size:.78rem}.events-notice p{color:var(--ink)}.events-notice button{border:0;background:transparent;color:var(--ink-soft);cursor:pointer;padding:0}.events-notice button:hover,.events-notice button:focus-visible{color:var(--ink-strong);outline:none}.events-view-tabs{display:flex;flex-wrap:wrap;gap:8px;padding-top:0}.events-view-tabs--bottom{position:fixed;left:50%;bottom:max(14px,env(safe-area-inset-bottom));z-index:35;width:min(560px,calc(100vw - 24px));margin-top:0;padding:8px;border:1px solid rgba(28,30,34,.1);border-radius:26px;background:#fffffff0;box-shadow:0 16px 34px #1c1e221f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translate(-50%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.events-ad-slot{position:relative;overflow:hidden;border:1px solid rgba(28,30,34,.08);background:linear-gradient(135deg,#ffffffd1,#faf9f5f5),#ffffffeb}.events-ad-slot:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);opacity:.6}.events-ad-slot__inner{position:relative;z-index:1;display:grid;gap:3px}.events-ad-slot__ins{width:100%;min-height:52px}.events-ad-slot--sidebar .events-ad-slot__ins{min-height:72px}.events-ad-slot--placeholder .events-ad-slot__inner{grid-template-columns:unset}.events-ad-slot__eyebrow{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:18px;padding:0 7px;border:1px solid rgba(28,30,34,.1);border-radius:999px;background:#ffffffc2;color:var(--ink-soft);font-family:SUIT,sans-serif;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase}.events-ad-slot__title,.events-ad-slot__caption{margin:0}.events-ad-slot__title{font-family:"Noto Serif KR",serif;font-size:.92rem;color:var(--ink-strong);letter-spacing:-.02em}.events-ad-slot__caption{font-family:SUIT,sans-serif;font-size:.72rem;color:var(--ink-soft);letter-spacing:.04em}.events-ad-slot--hero{min-height:68px;margin-top:12px;padding:14px 16px}.events-ad-slot--hero .events-ad-slot__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:10px 14px}.events-ad-slot--hero .events-ad-slot__title{font-size:.88rem}.events-ad-slot--hero .events-ad-slot__caption{justify-self:end;text-align:right}.events-ad-slot--sidebar{min-height:84px;margin-top:4px;padding:14px 12px}.events-view-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 10px;border:0;border-radius:18px;background:transparent;color:var(--ink-soft);font-family:SUIT,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:-.01em;cursor:pointer}.events-view-tab strong{font-family:"Noto Serif KR",serif;font-size:.82rem;font-weight:600;color:inherit}.events-view-tab:hover,.events-view-tab:focus-visible{background:#1c1e220d;color:var(--ink-strong);outline:none}.events-view-tab--active{background:linear-gradient(180deg,#faf6f0,#f2e7da);color:#8f4431;box-shadow:inset 0 0 0 1px #8f44311f}.events-sidebar-open,.tag-panel__trigger{flex:0 0 auto;border:1px solid var(--line);background:#ffffffe6;width:42px;height:42px;padding:0;color:var(--ink);font-family:SUIT,sans-serif;cursor:pointer}.events-sidebar-open{display:inline-grid;place-items:center;font-size:1.25rem;line-height:1}.events-sidebar__backdrop{position:absolute;inset:0;z-index:0;display:block;border:0;background:#181a1c29;opacity:0;transition:opacity .22s ease}.events-sidebar--open .events-sidebar__backdrop{opacity:1}.events-page:before{content:"";position:fixed;inset:0;z-index:-1;background:linear-gradient(180deg,#ffffffd1,#fff3 18%,#fff0 32%),linear-gradient(180deg,#fcfbf8 0%,var(--page-bg) 100%)}.hero,.tag-panel,.error-panel,.loading-panel,.empty-state{border:1px solid var(--line);background:var(--surface);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero{padding:8px 0 4px;display:grid;gap:12px;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero__top{display:flex;justify-content:flex-start;align-items:start;gap:12px}.hero h1,.tag-panel h2,.event-list-section h2,.error-panel h2,.empty-state h2,.event-modal__header h2{margin:0;font-family:"Noto Serif KR",serif;color:var(--ink-strong);letter-spacing:-.03em}.hero h1{font-size:clamp(2.1rem,5vw,3.9rem);line-height:1.02;max-width:11ch}.hero__description,.status-bar p,.error-panel p,.empty-state p,.tag-panel__summary,.event-list-section__header p,.event-card__prize,.event-modal__description,.event-modal__links a,.event-card__footer strong,.event-card__cta,.tag-chip,.tag-panel__clear,.event-modal__close{margin:0;font-family:SUIT,sans-serif}.hero__description{max-width:56ch;color:var(--ink-soft);line-height:1.8}.hero__stats{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start}.hero__stats article{padding:10px 12px 9px;border:1px solid rgba(28,30,34,.08);background:#ffffffc7;display:flex;align-items:baseline;justify-content:space-between;gap:10px}.hero__stats span{margin:0;font-family:"Noto Serif KR",serif;font-size:1rem;font-weight:600;line-height:1;letter-spacing:-.02em;text-transform:none;color:var(--ink-strong)}.eyebrow,.event-card__meta,.event-card__footer-label,.event-card__label,.event-modal__label{margin:0;font-family:SUIT,sans-serif;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.hero__stats strong{font-family:"Noto Serif KR",serif;font-size:1rem;font-weight:600;line-height:1;color:var(--accent);white-space:nowrap}.error-panel,.loading-panel,.empty-state{padding:22px}.event-list-section h2,.error-panel h2,.empty-state h2{font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.12}.tag-panel__clear,.event-modal__close{border:0;background:transparent;color:var(--ink-soft);padding:0;cursor:pointer}.tag-panel__trigger{position:relative;display:inline-grid;place-items:center;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.tag-panel__trigger:hover,.tag-panel__trigger:focus-visible{border-color:#1c1e222e;background:#f9f8f4;color:var(--ink-strong);outline:none}.tag-panel__icon{width:17px;height:17px}.tag-panel__count{position:absolute;top:-5px;right:-5px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--ink-strong);color:#fff;font-family:SUIT,sans-serif;font-size:.64rem;line-height:1}.events-toolbar{display:grid;grid-template-columns:1fr;align-items:center;gap:0;margin-top:0;padding:0 0 4px}.events-toolbar__line{height:1px;background:#1c1e221f}.tag-modal{position:fixed;inset:0;z-index:45;display:grid;place-items:start center;padding:48px 16px 16px}.tag-modal__backdrop{position:absolute;inset:0;border:0;background:#181a1c24;-webkit-backdrop-filter:none;backdrop-filter:none}.tag-modal__panel{position:relative;z-index:1;width:min(700px,100%);padding:18px;border:1px solid var(--line);background:#fffffffe;box-shadow:0 24px 64px #1c1e220a;display:grid;gap:14px}.tag-modal__header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:10px;padding-right:40px}.tag-modal__clear{position:absolute;top:0;right:0;display:inline-grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid rgba(28,30,34,.08);border-radius:999px;background:#f8f7f3f5;color:var(--ink-soft);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease,opacity .15s ease}.tag-modal__clear svg{width:15px;height:15px}.tag-modal__clear:hover,.tag-modal__clear:focus-visible{border-color:#1c1e2224;background:#f4f2ed;color:var(--ink-strong);outline:none}.tag-modal__clear:disabled{opacity:.42;cursor:default}.tag-modal__close{border:1px solid var(--line);background:#fff;padding:7px 14px;font-family:SUIT,sans-serif;color:var(--ink);cursor:pointer;font-size:.76rem;width:calc(100% - 24px);max-width:100%;text-align:center}.tag-modal__groups{display:grid;gap:14px}.tag-modal__footer{display:flex;justify-content:center;padding-top:2px}.tag-modal__group{display:grid;gap:7px}.tag-modal__group-label{margin:0;font-family:"Noto Serif KR",serif;font-size:.74rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-strong)}.tag-chip-grid{display:flex;flex-wrap:wrap;gap:6px}.tag-chip{padding:6px 10px;border:1px solid var(--line);background:transparent;color:var(--ink);border-radius:0;cursor:pointer;font-size:.74rem;line-height:1.2;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.tag-chip:hover,.tag-chip:focus-visible{border-color:#1c1e222e;background:#f8f7f3f2;outline:none}.tag-chip--selected{background:#f0eeea;color:var(--ink-strong);border-color:#1c1e222e}.tag-chip--unavailable{border-color:#1c1e220d;background:#ffffff80;color:var(--ink-soft);cursor:pointer;opacity:.72}.event-list{display:grid;gap:0;grid-template-columns:1fr}.event-card{min-width:0;position:relative}.event-card--with-participation .event-card__frame{padding-right:84px}.event-card__frame{width:100%;min-height:74px;padding:6px 0;display:grid;gap:0;border:0;border-bottom:1px solid rgba(28,30,34,.1);background:transparent;text-align:left;cursor:pointer;transition:background-color .16s ease,color .16s ease}.event-card__frame:hover,.event-card__frame:focus-visible{background:#ffffffb8;outline:none}.event-card__meta{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;font-size:.66rem;margin-bottom:3px}.event-card__meta-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.event-card__meta-right{position:absolute;top:4px;bottom:0;right:8px;display:block;width:52px;min-width:52px;z-index:1}.event-card__period{display:block;padding-top:4px;padding-right:2px;font-family:SUIT,sans-serif;font-size:.68rem;letter-spacing:.06em;color:var(--ink-soft);white-space:nowrap;text-align:right}.event-card__platform-label{display:inline-flex;align-items:center;min-height:1.2rem;padding:0 8px;border:1px solid rgba(28,30,34,.16);border-radius:999px;background:var(--page-bg);color:var(--ink-strong);line-height:1.15;white-space:nowrap}.event-card__platform-label.event-card--instagram{border-color:#ff69b4}.event-card__platform-label.event-card--youtube{border-color:#cd1039}.event-card__platform-label.event-card--naverblog{border-color:#80e12a}.event-card__platform-label.event-card--x{border-color:#000}.event-card__platform-label.event-card--homepage{border-color:#0078ff}.event-card__difficulty{display:inline-flex;align-items:center;gap:2px;min-height:1.2rem;padding:0 1px}.event-card__prize-tags{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px}.event-card__difficulty-cell{width:6px;height:10px;border-radius:2px;background:#1c1e221f}.event-card__difficulty--easy .event-card__difficulty-cell:nth-child(1){background:#1fa24a}.event-card__difficulty--medium .event-card__difficulty-cell:nth-child(1),.event-card__difficulty--medium .event-card__difficulty-cell:nth-child(2){background:#f2c94c}.event-card__difficulty--hard .event-card__difficulty-cell:nth-child(1),.event-card__difficulty--hard .event-card__difficulty-cell:nth-child(2),.event-card__difficulty--hard .event-card__difficulty-cell:nth-child(3){background:#d92d20}.event-card__body{display:grid;gap:3px}.event-card__host{margin:0;font-family:"Noto Serif KR",serif;font-size:clamp(.98rem,1.45vw,1rem);font-weight:600;line-height:1.16;letter-spacing:-.03em;color:var(--ink-strong)}.event-card__title{margin:0;font-family:SUIT,sans-serif;font-size:.82rem;line-height:1.3;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-card__tags{display:flex;flex-wrap:wrap;gap:1px 5px;margin-top:3px}.event-card__tag{position:relative;display:inline-flex;align-items:center;min-height:1.05rem;padding:0 7px 0 12px;border:1px solid rgba(28,30,34,.07);border-radius:999px;background:#ffffffb8;color:var(--ink);font-family:SUIT,sans-serif;font-size:.69rem;line-height:1.15;letter-spacing:-.01em;opacity:.86}.event-card__tag--prize{opacity:1}.event-card__tag:before{content:"";position:absolute;left:5px;top:50%;width:3px;height:3px;border-radius:999px;background:#17181973;transform:translateY(-50%)}.event-card__participation{position:absolute;top:50%;right:0;transform:translateY(-50%);display:inline-grid;place-items:center;width:40px;height:40px;color:var(--ink-soft);cursor:pointer}.event-card__participation-input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.event-card__participation-star{display:inline-grid;place-items:center;width:28px;height:28px;color:#1c1e2242;transition:transform .15s ease,color .15s ease,filter .15s ease}.event-card__participation-star svg{width:100%;height:100%}.event-card__participation-input:checked+.event-card__participation-star{color:#f2c94c;filter:drop-shadow(0 1px 2px rgba(242,201,76,.22))}.event-card__participation-input:focus-visible+.event-card__participation-star{outline:2px solid rgba(242,201,76,.28);outline-offset:3px;border-radius:999px}.event-list-section{padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.event-list-section__header{padding-bottom:2px}.error-panel,.loading-panel,.empty-state{display:grid;gap:10px}.events-empty-state__action{justify-self:start}.loading-panel__pulse{height:68px;background:linear-gradient(90deg,#1f5a750a,#1f5a751a,#1f5a750a);background-size:200% 100%;animation:pulse-wave 1.4s linear infinite}.info-page{width:100%;display:grid}.info-page__shell{display:grid;gap:18px;padding:24px;border:1px solid var(--line);background:linear-gradient(180deg,#fffffffa,#fcfaf5fa),var(--surface);box-shadow:var(--shadow)}.info-page__hero{display:grid;gap:12px;padding-bottom:18px;border-bottom:1px solid rgba(28,30,34,.08)}.info-page__hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.info-page__hero h2{margin:0;font-family:"Noto Serif KR",serif;font-size:clamp(1.34rem,2.7vw,1.96rem);line-height:1.12;letter-spacing:-.03em;color:var(--ink-strong)}.info-page__subtitle{margin:0;font-family:SUIT,sans-serif;font-size:.76rem;line-height:1.7;color:var(--ink-soft)}.info-page__intro{margin:0;max-width:68ch;font-family:SUIT,sans-serif;font-size:.84rem;line-height:1.8;color:var(--ink)}.info-page__back-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid rgba(28,30,34,.1);background:#ffffffe6;color:var(--ink);font-family:SUIT,sans-serif;font-size:.74rem;cursor:pointer}.info-page__back-button:hover,.info-page__back-button:focus-visible{border-color:#1c1e222e;background:#f9f8f4;outline:none}.info-page__quick-link{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border:1px solid rgba(28,30,34,.08);background:#ffffffd6;color:var(--ink);font-family:SUIT,sans-serif;font-size:.68rem;cursor:pointer}.info-page__quick-link--active{border-color:#8f443133;background:linear-gradient(180deg,#8f443114,#8f44310a);color:#8f4431}.info-page__quick-link--privacy{min-width:96px}.info-page__sections{display:grid;gap:12px}.info-page__section{display:grid;gap:10px;padding:16px;border:1px solid rgba(28,30,34,.08);background:#ffffffb8}.info-page__section-title{margin:0;font-family:"Noto Serif KR",serif;font-size:.88rem;line-height:1.3;color:var(--ink-strong)}.info-page__section-body{display:grid;gap:10px}.info-page__section-body p,.info-page__section-body li{margin:0;font-family:SUIT,sans-serif;font-size:.76rem;line-height:1.65;color:var(--ink)}.info-page__section-body ul{margin:0;padding-left:18px;display:grid;gap:6px}.info-page__contact-mailto{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:38px;padding:0 14px;border:1px solid rgba(28,30,34,.12);border-radius:12px;background:#fffffff5;color:var(--ink-strong);font-family:SUIT,sans-serif;font-size:.78rem;font-weight:600;text-decoration:none;box-shadow:0 10px 22px #1c1e220a}.info-page__contact-mailto:hover,.info-page__contact-mailto:focus-visible{border-color:#1c1e2233;background:#fff;outline:none}.info-page__footer{padding-top:14px;border-top:1px solid rgba(28,30,34,.08);color:var(--ink-soft);font-family:SUIT,sans-serif;font-size:.7rem;line-height:1.6}.info-page__footer-links{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:10px}.info-page__footer-link{color:var(--ink-soft);font-family:SUIT,sans-serif;font-size:.72rem;text-decoration:underline;text-underline-offset:3px}.info-page__footer-link:hover,.info-page__footer-link:focus-visible{color:var(--ink-strong);outline:none}.event-modal{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:24px}.event-modal__backdrop{position:absolute;inset:0;border:0;background:#181a1c29;-webkit-backdrop-filter:none;backdrop-filter:none}.event-modal__panel{position:relative;z-index:1;width:min(860px,100%);max-height:min(88vh,920px);overflow:auto;padding:34px 34px 28px;border:1px solid rgba(28,30,34,.08);background:#fcfbf7fe;box-shadow:0 26px 72px #1c1e220b}.event-modal__header{position:relative;display:grid;gap:18px;padding-bottom:18px;border-bottom:1px solid rgba(28,30,34,.09)}.event-modal__header>div{display:grid;gap:14px;padding-right:min(236px,42vw)}.event-modal__header h2{font-family:"Noto Serif KR",serif;font-size:clamp(1.125rem,2.1vw,1.485rem);font-weight:700;line-height:1.28;letter-spacing:-.02em;word-break:keep-all;overflow-wrap:normal;text-wrap:balance}.event-modal__close{position:absolute;top:0;right:0}.event-modal__header-actions{position:absolute;top:0;right:0;display:grid;grid-template-columns:repeat(2,minmax(0,auto));gap:8px;justify-content:end}.event-modal__content{margin-top:22px;display:grid;gap:22px}.event-modal__section{display:grid;gap:10px;padding-top:18px;border-top:1px solid rgba(28,30,34,.08)}.event-modal__description{color:var(--ink);font-size:.833rem;line-height:1.9;white-space:pre-wrap}.event-modal__description--lead{max-width:60ch}.event-modal__ai{overflow:hidden}.event-modal__ai-panel{max-height:0;opacity:0;transform:translateY(-8px);transition:max-height .22s ease,opacity .18s ease,transform .22s ease}.event-modal__ai--open .event-modal__ai-panel{max-height:980px;opacity:1;transform:translateY(0)}.event-modal__ai-panel{display:grid;gap:14px}.event-modal__ai-composer,.event-modal__ai-results{display:grid;gap:10px}.event-modal__ai-composer{padding:14px 14px 12px;border:1px solid rgba(143,68,49,.14);background:linear-gradient(180deg,#faf6f0f5,#f7f1eaf5)}.event-modal__ai-composer-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.event-modal__ai-hint,.event-modal__ai-label,.event-modal__ai-note,.event-modal__ai-empty{margin:0;font-family:SUIT,sans-serif}.event-modal__ai-hint{font-size:.72rem;color:#8f4431;letter-spacing:-.01em}.event-modal__ai-label{font-size:.76rem;color:var(--ink-strong)}.event-modal__ai-textarea{width:100%;min-height:64px;padding:12px 13px;border:1px solid rgba(28,30,34,.1);background:#ffffffe6;color:var(--ink-strong);font-family:SUIT,sans-serif;font-size:.84rem;line-height:1.65;resize:vertical;box-sizing:border-box}.event-modal__ai-textarea::placeholder{color:#2a2c2f7a;font-size:.67rem}.event-modal__ai-textarea:focus-visible{outline:none;border-color:#8f443147;box-shadow:0 0 0 3px #8f443114}.event-modal__ai-note,.event-modal__ai-empty{font-size:.74rem;line-height:1.6;color:var(--ink-soft)}.event-modal__ai-generate-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.event-modal__ai-composer-actions,.event-modal__ai-results-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.event-modal__ai-generate{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border:1px solid rgba(143,68,49,.18);background:linear-gradient(180deg,#8f443114,#8f44310a);color:#8f4431;font-family:SUIT,sans-serif;font-size:.78rem;font-weight:600;cursor:pointer}.event-modal__ai-generate:hover,.event-modal__ai-generate:focus-visible{border-color:#8f44313d;background:linear-gradient(180deg,#8f44311c,#8f44310f);outline:none}.event-modal__ai-generate:disabled{opacity:.72;cursor:progress}.event-modal__ai-login-link{color:#8f4431;font-family:SUIT,sans-serif;font-size:.74rem;line-height:1.4;text-decoration:none}.event-modal__ai-login-link:hover,.event-modal__ai-login-link:focus-visible{text-decoration:underline;outline:none}.event-modal__ai-spinner{display:inline-grid;place-items:center;width:15px;height:15px;flex:0 0 auto;animation:spin .8s linear infinite}.event-modal__ai-spinner svg{width:100%;height:100%}.event-modal__ai-count{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 7px;border:1px solid rgba(28,30,34,.09);border-radius:999px;background:#ffffffdb;color:var(--ink-soft);font-family:SUIT,sans-serif;font-size:.68rem;line-height:1;white-space:nowrap}.event-modal__ai-results{padding:14px 14px 12px;border:1px solid rgba(28,30,34,.08);background:#ffffffa8}.event-modal__ai-results--saved{background:#ffffff85}.event-modal__ai-loading{display:flex;align-items:center;gap:12px;padding:10px 0 4px}.event-modal__ai-loading-title{margin:0;font-family:SUIT,sans-serif;font-size:.83rem;font-weight:600;color:var(--ink-strong)}.event-modal__ai-loading-note{margin:2px 0 0;font-family:SUIT,sans-serif;font-size:.73rem;line-height:1.5;color:var(--ink-soft)}.event-modal__ai-prompt{display:grid;gap:8px;margin-top:12px;padding:14px 14px 12px;border:1px solid rgba(28,30,34,.09);background:linear-gradient(180deg,#ffffffdb,#f7f4ece0)}.event-modal__ai-prompt-header{display:grid;gap:4px}.event-modal__ai-prompt-label{margin:0;font-family:SUIT,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-strong)}.event-modal__ai-prompt-hint{margin:0;font-family:SUIT,sans-serif;font-size:.76rem;line-height:1.5;color:var(--ink-soft)}.event-modal__ai-prompt-input{width:100%;min-height:76px;padding:10px 12px;border:1px solid rgba(28,30,34,.12);background:#fffffff5;color:var(--ink-strong);font-family:SUIT,sans-serif;font-size:.82rem;line-height:1.55;resize:vertical;outline:none;box-sizing:border-box}.event-modal__ai-prompt-input::placeholder{color:#7a7e83d1}.event-modal__ai-prompt-input:focus-visible{border-color:#1c1e223d;box-shadow:0 0 0 3px #1c1e220f}.event-modal__ai-drafts{display:grid;gap:10px;padding-top:6px}.event-modal__ai-draft{display:grid;gap:10px;padding:14px 14px 12px;border:1px solid rgba(28,30,34,.08);background:#ffffff94}.event-modal__ai-draft-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.event-modal__ai-draft-actions{display:flex;justify-content:flex-end}.event-modal__ai-copy{display:inline-grid;place-items:center;width:24px;height:24px;padding:0;border:0;background:transparent;color:#171819b8;cursor:pointer}.event-modal__ai-copy svg{width:16px;height:16px}.event-modal__ai-copy:hover,.event-modal__ai-copy:focus-visible{color:var(--ink-strong);outline:none}.event-modal__meta-list{margin:0;padding:0;display:grid;gap:0}.event-modal__meta-row{display:grid;grid-template-columns:140px minmax(0,1fr);gap:18px;padding:8px 0;border-bottom:1px solid rgba(28,30,34,.07)}.event-modal__meta-row dt,.event-modal__meta-row dd{margin:0}.event-modal__meta-row dd{font-family:SUIT,sans-serif;color:var(--ink-strong);font-size:.92rem;line-height:1.8;white-space:pre-wrap}.event-modal__tags{display:flex;flex-wrap:wrap;gap:10px 14px}.event-modal__tag{padding:0;border-radius:0;background:transparent;color:var(--ink);font-family:SUIT,sans-serif;font-size:.88rem;line-height:1.6}.event-modal__tag--muted{color:var(--ink-soft)}.event-modal__action-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:4px;width:100%}.event-modal__action-link--ai,.event-modal__action-link--close{grid-column:1 / -1}.event-modal__action-link{width:100%;min-height:48px;padding:11px 14px;border:1px solid rgba(28,30,34,.12);border-radius:18px;background:#fffffffa;color:var(--ink-strong);text-decoration:none;font-family:SUIT,sans-serif;font-size:.86rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;box-shadow:0 12px 24px #1c1e220d;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.event-modal__action-link:hover,.event-modal__action-link:focus-visible{border-color:#1c1e2233;background:#fff;box-shadow:0 14px 28px #1c1e2214;outline:none;transform:translateY(-1px)}.event-modal__action-link--ai{border-color:#8f44313d;background:linear-gradient(180deg,#8f44311a,#8f44310a);color:#8f4431}.event-modal__action-link--ai:hover,.event-modal__action-link--ai:focus-visible{border-color:#8f443157;background:linear-gradient(180deg,#8f443124,#8f443112)}.event-modal__action-link--disabled{color:var(--ink-soft);background:#ffffffb3;border-color:#1c1e220f;cursor:not-allowed;box-shadow:none}.event-modal__action-link--close{max-width:none}.event-modal__links{margin-top:18px;display:grid;gap:8px;padding-top:18px;border-top:1px solid rgba(0,0,0,.08)}.event-modal__links a,.event-modal__links span{color:var(--ink);text-decoration:none;font-family:SUIT,sans-serif;font-size:.88rem;line-height:1.7}.event-modal__close--button{padding:10px 16px;border:1px solid rgba(28,30,34,.12);border-radius:999px;background:#fffffffa;color:var(--ink);min-width:108px;box-shadow:0 12px 24px #1c1e220d;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.event-modal__close--button:hover,.event-modal__close--button:focus-visible{border-color:#1c1e2233;background:#fff;box-shadow:0 14px 28px #1c1e2214;outline:none;transform:translateY(-1px)}.event-modal__header-actions{display:none}.event-modal__links a:hover,.event-modal__links a:focus-visible{text-decoration:underline;outline:none}@keyframes pulse-wave{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:820px){.events-page{width:min(100vw - 20px,100%);padding:12px 0 108px}.events-layout{grid-template-columns:1fr;gap:0}.events-mobile-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:4px;padding:0 2px}.events-mobile-toolbar__label{min-width:0}.sidebar-toggle{position:relative;z-index:1;width:44px;height:44px;border:1px solid rgba(28,30,34,.12);background:#fffffffa;display:inline-grid;place-items:center;gap:4px;padding:10px;flex:0 0 auto}.sidebar-toggle span{display:block;width:100%;height:1px;background:var(--ink-strong)}.events-sidebar{position:fixed;inset:0;z-index:60;width:100%;pointer-events:none}.events-sidebar--open{pointer-events:auto}.events-sidebar__panel{position:absolute;top:12px;bottom:12px;left:12px;z-index:1;width:min(308px,calc(100vw - 26px));height:calc(100vh - 24px);max-height:none;overflow-y:auto;overflow-x:hidden;align-content:start;grid-auto-rows:min-content;padding:16px 12px 18px;border-right:1px solid rgba(28,30,34,.08);background:#fffffffe;box-shadow:22px 0 52px #1c1e221a;transform:translate(-104%);transition:transform .22s ease}.events-sidebar--open .events-sidebar__panel{transform:translate(0)}.events-sidebar__backdrop{position:absolute;inset:0;display:block;border:0;background:#181a1c29;opacity:0;transition:opacity .22s ease}.events-sidebar--open .events-sidebar__backdrop{opacity:1}.hero{padding:10px 0 4px}.hero__top,.event-list-section__header{flex-direction:column;align-items:start}.events-view-tabs--bottom{width:calc(100vw - 16px);bottom:max(8px,env(safe-area-inset-bottom));padding:7px;border-radius:22px}.events-view-tab{min-height:44px;font-size:.74rem}.tag-modal__header{padding-right:40px}.events-topbar{align-items:flex-start}.events-topbar__actions{justify-content:flex-start}.events-ad-slot--hero .events-ad-slot__inner{grid-template-columns:1fr;justify-items:start;gap:6px}.events-ad-slot--hero .events-ad-slot__caption{justify-self:start;text-align:left}.events-notice{align-items:flex-start}.info-page__shell{padding:18px 16px 14px}.info-page__hero-top{flex-direction:column;align-items:flex-start}.info-page__quick-links{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.info-page__quick-link{width:100%;min-height:28px;padding:0 6px;font-size:.6rem;letter-spacing:-.01em}.info-page__quick-link--privacy{grid-column:span 2}.event-list{grid-template-columns:1fr}.event-card--with-participation .event-card__frame{padding-right:72px}.event-card__meta{gap:8px}.event-card__meta-right{top:5px;right:10px;width:56px;min-width:56px}.event-card__period{padding-top:5px;padding-right:2px;font-size:.64rem}.event-card__participation{width:36px;height:36px}.event-card__participation-star{width:26px;height:26px}.hero__stats{grid-template-columns:1fr}.tag-modal{padding:12px}.tag-modal__panel{padding:16px}.events-toolbar{grid-template-columns:1fr auto;gap:10px}.event-modal{padding:12px}.event-modal__panel{padding:20px}.event-modal__header>div{padding-right:0}.event-modal__close{position:static}.event-modal__header-actions{position:static;grid-template-columns:1fr;justify-content:stretch}.event-modal__header{gap:12px}.event-modal__ai-composer-header{align-items:flex-start;flex-direction:column}.event-modal__meta-row{grid-template-columns:1fr;gap:4px}.info-page__shell{padding:18px}.info-page__hero-top{flex-direction:column}.info-page__quick-links{gap:6px}.info-page__quick-link{min-height:28px;padding:0 6px;font-size:.6rem}.info-page__section{padding:14px}}.app-shell{position:relative;min-height:100vh;color:var(--ink-strong);overflow-x:hidden}.app-shell__frame{width:min(1180px,calc(100vw - 30px));margin:0 auto;padding:18px 0 136px;box-sizing:border-box}.app-shell__topbar{position:sticky;top:12px;z-index:25;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:18px;padding:12px 14px;border:1px solid rgba(28,30,34,.08);background:#ffffffdb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 14px 34px #1c1e220a}.app-shell__menu-button,.app-shell__auth-button,.app-shell__auth-link,.app-shell__menu-link,.app-shell__bottom-link,.home-hero__cta,.home-section__link,.home-card,.home-banner,.home-quick,.explore-featured__card,.explore-featured__link,.explore-page__collapse,.detail-footer__link,.dashboard-page__login{transition:transform .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease}.app-shell__menu-button{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(28,30,34,.1);background:#ffffffeb;color:var(--ink-strong);cursor:pointer}.app-shell__menu-button svg,.app-shell__bottom-link svg{width:20px;height:20px}.app-shell__brand{display:inline-flex;align-items:center;gap:0px;min-width:0;color:inherit;text-decoration:none}.app-shell__brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(180deg,#8f4431,#5a6f1f);color:#fffaf3;font-family:"Noto Serif KR",serif;font-weight:700}.app-shell__brand-text{font-family:"Noto Serif KR",serif;font-size:.828rem;font-weight:700;letter-spacing:-.02em}.app-shell__topbar-meta{display:inline-flex;align-items:center;gap:10px;font-family:SUIT,sans-serif;color:var(--ink-soft)}.app-shell__topbar-icon,.app-shell__topbar-avatar{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid rgba(28,30,34,.1);border-radius:999px;background:#fffffff0;color:var(--ink-strong);text-decoration:none}.app-shell__topbar-icon{cursor:pointer}.app-shell__topbar-icon svg,.app-shell__topbar-avatar svg{width:18px;height:18px}.app-shell__topbar-avatar{overflow:hidden}.app-shell__topbar-avatar img{display:block;width:100%;height:100%;object-fit:cover}.app-shell__topbar-avatar{padding:0;cursor:pointer}.app-shell__content{display:grid;gap:18px}.app-shell__bottom-nav{position:fixed;left:50%;bottom:max(14px,env(safe-area-inset-bottom));z-index:35;width:min(560px,calc(100vw - 24px));transform:translate(-50%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:8px;border:1px solid rgba(28,30,34,.08);border-radius:24px;background:#ffffffeb;box-shadow:0 18px 40px #1c1e221f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-shell__bottom-link{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:54px;border-radius:18px;color:var(--ink-soft);text-decoration:none;font-family:SUIT,sans-serif;font-size:.72rem;font-weight:600}.app-shell__bottom-link--active{background:linear-gradient(180deg,#8f44311f,#8f44310a);color:#8f4431}.app-shell__glyph{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:.82rem}.app-shell__menu-panel{position:absolute;top:12px;bottom:12px;left:12px;z-index:1;width:min(330px,calc(100vw - 24px));overflow:auto;display:grid;gap:16px;padding:18px;border:1px solid rgba(28,30,34,.08);background:#fffffffa;box-shadow:22px 0 52px #1c1e221a;transform:translate(-104%);transition:transform .22s ease}.app-shell__backdrop{position:absolute;inset:0;border:0;background:#181a1c29;opacity:0;transition:opacity .22s ease}.app-shell__profile{display:grid;gap:12px;padding-bottom:14px;border-bottom:1px solid rgba(28,30,34,.08)}.app-shell__profile-copy h2,.home-hero h1,.home-section h2,.explore-page h1,.detail-page h1,.dashboard-page h1{margin:0;font-family:"Noto Serif KR",serif;letter-spacing:-.03em;line-height:1.08}.app-shell__profile-copy h2{font-size:1.15rem}.app-shell__profile-copy p,.home-hero__description,.home-activity__locked,.home-card__copy p,.home-banner__copy p,.explore-page p,.dashboard-page p,.detail-page p,.detail-card__copy,.detail-ai__message{margin:0;font-family:SUIT,sans-serif;line-height:1.7;color:var(--ink)}.app-shell__profile-copy p{color:var(--ink-soft);font-size:.8rem}.app-shell__auth-button,.app-shell__auth-link,.app-shell__menu-link,.explore-page__collapse,.home-hero__cta,.home-section__link,.explore-featured__link,.detail-footer__link,.detail-page__back-link,.dashboard-page__login{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid rgba(28,30,34,.08);background:#fffffff0;color:var(--ink-strong);text-decoration:none;font-family:SUIT,sans-serif;font-size:.78rem;font-weight:600}.app-shell__auth-link{border-color:#8f443129;background:linear-gradient(180deg,#8f443114,#8f44310a);color:#8f4431}.app-shell__menu-sections{display:grid;gap:14px}.app-shell__eyebrow,.app-shell__section-label,.home-section__eyebrow,.explore-page__eyebrow,.dashboard-page__eyebrow,.detail-page__eyebrow{margin:0;font-family:SUIT,sans-serif;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}.app-shell__menu-links{display:grid;gap:8px}.app-shell__menu-link{justify-content:space-between}.home-page,.explore-page,.dashboard-page,.detail-page{display:grid;gap:22px}.home-hero,.explore-featured,.home-section,.dashboard-hero,.dashboard-activity,.dashboard-tabs,.detail-hero,.detail-grid,.detail-ai{border:1px solid rgba(28,30,34,.08);background:#ffffffe6;box-shadow:0 14px 34px #1c1e220a}.home-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr);gap:18px;padding:18px}.home-hero--brand{position:relative;grid-template-columns:1fr;min-height:310px;overflow:hidden;border-radius:34px;background:linear-gradient(180deg,#ca4154eb,#c43a4de0)}.home-hero__copy{display:grid;gap:14px;align-content:start}.home-hero__copy--brand{position:relative;z-index:1;min-height:274px;align-content:space-between}.home-hero__badge{width:fit-content;padding:0 10px;min-height:28px;display:inline-flex;align-items:center;border:1px solid rgba(143,68,49,.16);border-radius:999px;background:#8f44310f;color:#8f4431;font-family:SUIT,sans-serif;font-size:.68rem;letter-spacing:.16em}.home-hero--brand .home-hero__badge{border-color:#ffffff2e;background:#ffffff24;color:#fff8f0eb}.home-hero h1{font-size:clamp(2.4rem,6vw,4.8rem);max-width:12ch}.home-hero--brand h1{color:#fff9f3;font-size:clamp(2.3rem,7vw,4rem);line-height:.96;max-width:8ch}.home-hero h1 span{display:block}.home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.home-hero__cta{border-color:#8f44312e;background:linear-gradient(180deg,#8f44311f,#8f44310d);color:#8f4431}.home-hero__cta--light{width:min(100%,280px);border-color:#ffffff38;background:#fff8f0f5;color:#bb3147}.home-hero__stats{display:inline-flex;flex-wrap:wrap;gap:10px;font-family:SUIT,sans-serif;font-size:.74rem;color:var(--ink-soft)}.home-hero__stats strong{margin-left:5px;color:var(--ink-strong)}.home-hero__visual img,.home-card img,.home-banner img,.explore-featured__card img,.detail-hero__media img{display:block;width:100%;height:100%;object-fit:cover}.detail-hero__placeholder{display:grid;place-items:center;min-height:260px;border:1px dashed rgba(28,30,34,.14);background:#ffffffb8;color:var(--ink-soft);font-family:SUIT,sans-serif;font-size:.8rem}.home-hero__visual{min-height:300px;overflow:hidden;border:1px solid rgba(28,30,34,.08);border-radius:28px;background:linear-gradient(180deg,#8f443114,#1f4d5a14)}.home-hero__visual--bg{position:absolute;inset:0;min-height:0;border:0;border-radius:0;background:none;opacity:.35}.home-hero__visual--bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 22%,rgba(255,244,232,.22),transparent 24%),linear-gradient(180deg,#9a1b351a,#9a1b3538)}.home-hero__visual--bg img{opacity:.7}.home-section{padding:18px;display:grid;gap:16px}.home-section__header,.explore-featured__header,.dashboard-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.home-section__header h2,.explore-featured__header h2,.dashboard-section__header h2{font-size:clamp(1.35rem,2.8vw,2rem)}.home-card-grid,.home-quick-grid,.explore-featured__grid,.detail-grid,.dashboard-hero__stats{display:grid;gap:12px}.home-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-card,.explore-featured__card{overflow:hidden;color:inherit;text-decoration:none;border:1px solid rgba(28,30,34,.08);background:#ffffffe6}.home-card img,.explore-featured__card img{aspect-ratio:16 / 10}.home-card__copy,.explore-featured__card div{display:grid;gap:6px;padding:14px}.home-card__handle,.home-card__meta,.explore-featured__card span{font-family:SUIT,sans-serif;font-size:.68rem;color:var(--ink-soft)}.home-card h3,.explore-featured__card strong,.home-banner__copy h3{margin:0;font-family:"Noto Serif KR",serif;font-size:1rem;line-height:1.25}.home-activity{padding:18px;display:grid;gap:14px}.home-section--split{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.home-activity__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-activity__grid div,.dashboard-hero__stats div{padding:14px;border:1px solid rgba(28,30,34,.08);background:#ffffffdb}.home-activity__grid strong,.dashboard-hero__stats strong{display:block;font-family:"Noto Serif KR",serif;font-size:1.6rem}.home-activity__grid span,.dashboard-hero__stats span{font-family:SUIT,sans-serif;font-size:.72rem;color:var(--ink-soft)}.home-banner{position:relative;overflow:hidden;min-height:100%;color:inherit;text-decoration:none}.home-banner img{width:100%;height:100%;min-height:100%}.home-banner__copy{position:absolute;inset:auto 16px 16px;display:grid;gap:6px;padding:14px;background:#ffffffd6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-quick-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.home-quick{display:flex;gap:12px;align-items:center;min-height:76px;text-decoration:none;color:inherit;padding:14px}.home-quick__icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:14px;background:#8f443114;color:#8f4431;font-family:"Noto Serif KR",serif}.home-quick__copy{display:grid;gap:3px;min-width:0}.home-quick__copy strong{font-family:SUIT,sans-serif;font-size:.8rem}.home-quick__copy span{font-family:SUIT,sans-serif;font-size:.68rem;color:var(--ink-soft)}.home-quick-grid--compact{gap:10px}.home-quick--stacked{flex-direction:column;justify-content:center;gap:8px;min-height:86px;text-align:center}.explore-page__hero{display:grid;gap:16px;padding:18px;border:1px solid rgba(28,30,34,.08);background:#ffffffe6}.explore-page__hero h1{font-size:clamp(2rem,5vw,3.6rem);max-width:13ch}.explore-page__controls{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.explore-page__collapse{cursor:pointer}.explore-featured{padding:18px;display:grid;gap:14px}.explore-featured__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.explore-featured__card{display:grid}.explore-featured__card img{aspect-ratio:4 / 3}.explore-featured__card p,.explore-featured__card span{font-family:SUIT,sans-serif;font-size:.72rem;color:var(--ink-soft)}.event-card--with-participation .event-card__frame{padding-right:0}.event-card__frame{display:grid;gap:10px}.event-card__meta{align-items:center}.event-card__meta-left{flex:1}.event-card__deadline{font-family:SUIT,sans-serif;font-size:.72rem;letter-spacing:.08em;color:#8f4431;white-space:nowrap}.event-card__display-tags{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px}.event-card__tag--new{border-color:#8f443129;color:#8f4431}.event-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 0 12px}.event-card__action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:1px solid rgba(28,30,34,.08);background:#ffffffe0;color:var(--ink-strong);font-family:SUIT,sans-serif;font-size:.76rem;cursor:pointer}.event-card__action--saved{border-color:#8f443124;background:#8f44310f;color:#8f4431}.event-card__action--participating{border-color:#1f4d5a24;background:#1f4d5a0f;color:#1f4d5a}.detail-page{padding:0}.detail-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px;padding:18px}.detail-hero__copy{display:grid;gap:14px}.detail-hero__title-row{display:flex;justify-content:space-between;gap:14px;align-items:baseline}.detail-hero__title-row h1{font-size:clamp(2rem,5vw,3.6rem);max-width:12ch}.detail-hero__title-row span{font-family:SUIT,sans-serif;color:#8f4431;letter-spacing:.08em;white-space:nowrap}.detail-hero__chips{display:flex;flex-wrap:wrap;gap:8px}.detail-hero__chips span{min-height:28px;padding:0 10px;display:inline-flex;align-items:center;border:1px solid rgba(28,30,34,.08);border-radius:999px;background:#ffffffdb;font-family:SUIT,sans-serif;font-size:.7rem}.detail-hero__actions{display:flex;flex-wrap:wrap;gap:10px}.detail-hero__actions a,.detail-hero__actions button{min-height:42px;padding:0 14px;border:1px solid rgba(28,30,34,.08);background:#fffffff0;color:var(--ink-strong);font-family:SUIT,sans-serif;font-size:.78rem;font-weight:600;cursor:pointer}.detail-hero__media{overflow:hidden;display:grid;gap:10px}.detail-hero__media img{min-height:260px;border:1px solid rgba(28,30,34,.08)}.detail-hero__media div{display:flex;justify-content:space-between;gap:10px;font-family:SUIT,sans-serif;font-size:.74rem;color:var(--ink-soft)}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px}.detail-card{display:grid;gap:10px;padding:16px;border:1px solid rgba(28,30,34,.08);background:#ffffffdb}.detail-card dl{display:grid;gap:10px}.detail-card dl div{display:grid;gap:4px}.detail-card dt{font-family:SUIT,sans-serif;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.detail-card dd{margin:0;font-family:SUIT,sans-serif;color:var(--ink-strong)}.detail-ai{padding:18px;display:grid;gap:14px}.detail-ai__toggle{width:fit-content;padding:0;border:0;background:transparent;color:#8f4431;font-family:SUIT,sans-serif;font-size:.8rem;cursor:pointer}.detail-ai__panel{display:grid;gap:14px}.detail-ai__composer,.detail-ai__results{display:grid;gap:10px;padding:16px;border:1px solid rgba(28,30,34,.08);background:#ffffffdb}.detail-ai__label{margin:0;font-family:SUIT,sans-serif;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}.detail-ai__composer textarea{width:100%;min-height:88px;padding:12px;border:1px solid rgba(28,30,34,.1);background:#fffffff2;font-family:SUIT,sans-serif;resize:vertical}.detail-ai__actions{display:flex;flex-wrap:wrap;gap:10px}.detail-ai__actions button,.detail-ai__actions a{min-height:38px;padding:0 12px;border:1px solid rgba(28,30,34,.08);background:#fffffff0;color:var(--ink-strong);font-family:SUIT,sans-serif;font-size:.76rem;text-decoration:none}.detail-ai__card{display:grid;gap:8px;padding:12px;border:1px solid rgba(28,30,34,.08);background:#ffffffc7}.detail-ai__card span{font-family:SUIT,sans-serif;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.detail-footer{display:flex;justify-content:flex-start}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);gap:18px;padding:18px}.dashboard-hero h1{font-size:clamp(2rem,5vw,3.6rem);max-width:12ch}.dashboard-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.dashboard-activity,.dashboard-tabs{padding:18px;display:grid;gap:14px}.dashboard-activity__list{display:grid;gap:12px}.dashboard-activity__item{display:grid;gap:6px;padding:14px;border:1px solid rgba(28,30,34,.08);background:#ffffffdb}.dashboard-activity__item span{font-family:SUIT,sans-serif;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:#8f4431}.dashboard-activity__item strong{font-family:"Noto Serif KR",serif}.dashboard-activity__item p,.dashboard-activity__item em{font-family:SUIT,sans-serif;font-style:normal;color:var(--ink-soft)}.dashboard-tabs__header{display:flex;gap:8px}.dashboard-tabs__tab{min-height:40px;padding:0 14px;border:1px solid rgba(28,30,34,.08);background:#ffffffe0;color:var(--ink);font-family:SUIT,sans-serif;cursor:pointer}.dashboard-tabs__tab--active{border-color:#8f443129;background:#8f44310f;color:#8f4431}.dashboard-page--locked{display:grid;gap:14px;max-width:640px;padding:24px;margin:0 auto;border:1px solid rgba(28,30,34,.08);background:#ffffffe6}.dashboard-page__footer{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;font-family:SUIT,sans-serif;color:var(--ink-soft)}@media(max-width:960px){.home-hero,.detail-hero,.dashboard-hero,.home-section--split{grid-template-columns:1fr}.home-card-grid,.explore-featured__grid,.home-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:1fr}}@media(max-width:820px){.app-shell__topbar{grid-template-columns:44px minmax(0,1fr) auto}.app-shell__bottom-nav{width:calc(100vw - 16px);bottom:max(8px,env(safe-area-inset-bottom))}.home-card-grid,.explore-featured__grid{grid-template-columns:1fr}.home-quick-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.event-card--with-participation .event-card__frame{padding-right:0}.event-card__actions{grid-template-columns:1fr}.home-hero h1,.explore-page__hero h1,.detail-hero__title-row h1,.dashboard-hero h1{font-size:clamp(2rem,10vw,3rem)}.home-section__header,.explore-featured__header,.dashboard-section__header{align-items:flex-start;flex-direction:column}.home-quick{min-height:78px;padding:10px 6px}.home-quick__icon{width:34px;height:34px}.home-quick__copy strong{font-size:.72rem}}.app-shell__topbar{position:static;margin-bottom:22px;padding:6px 10px;border:0;border-radius:22px;background:var(--surface);box-shadow:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.app-shell__menu-button,.app-shell__topbar-icon,.app-shell__topbar-avatar{width:24px;height:24px;border:0;background:transparent;box-shadow:none;padding:0}.app-shell__menu-button svg,.app-shell__topbar-icon svg,.app-shell__topbar-avatar svg{width:20px;height:20px}.app-shell__brand{justify-self:start}.app-shell__brand-text{font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.828rem;font-weight:800;letter-spacing:-.03em}.app-shell__topbar-meta{gap:12px;align-items:center}.app-shell__topbar-avatar{overflow:hidden;border-radius:999px;background:linear-gradient(180deg,#222428fa,#0e0f12fa);color:#f7f3ec}.app-shell__topbar-avatar img{width:24px;height:24px;object-fit:cover}.app-shell__bottom-nav{width:min(100%,393px);max-width:calc(100vw - 18px);bottom:0;padding:10px 16px calc(12px + env(safe-area-inset-bottom));border:0;border-radius:28px 28px 0 0;background:var(--surface);box-shadow:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.app-shell__bottom-link{min-height:52px;gap:4px;padding:0;border:0;background:transparent;font-size:.725rem;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-weight:700;color:#878984;cursor:pointer}.app-shell__bottom-link .app-shell__glyph,.app-shell__bottom-link svg{width:19px;height:19px}.app-shell__bottom-link--active{background:transparent;color:var(--primary)}.app-shell__bottom-link--active .app-shell__glyph{width:48px;height:48px;border-radius:999px;background:var(--primary);color:#fff9f4}.home-page--standard{display:grid;gap:48px;padding-top:6px}.home-hero-card{position:relative;overflow:hidden;min-height:340px;padding:32px;border-radius:2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-container) 100%)}.home-hero-card__background{position:absolute;inset:0;opacity:.2}.home-hero-card__background img{width:100%;height:100%;object-fit:cover}.home-hero-card__content{position:relative;z-index:1;display:flex;min-height:276px;flex-direction:column;justify-content:flex-end}.home-hero-card__content h1{margin:0 0 32px;font-family:Plus Jakarta Sans,SUIT,sans-serif;max-width:280px;font-size:2.25rem;line-height:1.3;font-weight:900;letter-spacing:-.06em;color:#fff}.home-hero-card__content h1 span{display:block}.home-hero-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;width:100%;border-radius:.75rem;background:var(--surface-container-lowest);color:var(--primary);text-decoration:none;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:-.01em;box-shadow:0 1px 2px #1b1c190a}.home-shortcuts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;justify-items:center}.home-shortcut{display:grid;justify-items:center;gap:7px;padding:0;min-height:78px;width:100%;max-width:52px;border-radius:0;background:transparent;color:#191a1b;text-decoration:none}.home-shortcut__icon-wrap{position:relative;display:inline-flex}.home-shortcut__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:1rem}.home-shortcut__badge{position:absolute;top:-6px;right:-6px;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 4px;border:2px solid var(--surface);border-radius:999px;background:var(--primary);color:#fff;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.625rem;font-weight:800;line-height:1;letter-spacing:0}.home-shortcut__icon svg{width:24px;height:24px}.home-shortcut__icon img{width:24px;height:24px;display:block}.home-shortcut__icon--new{background:transparent;color:var(--primary)}.home-shortcut__icon--easy{background:#4eabfd2e;color:var(--secondary)}.home-shortcut__icon--write{background:#006c4c24;color:var(--tertiary)}.home-shortcut__icon--quiz{background:#ff9b232e;color:#f48d12}.home-shortcut__icon--me{background:#1b1c1914;color:#161718}.home-shortcut__label{font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.725rem;font-weight:700;letter-spacing:.01em;text-align:center;line-height:1.15}.home-featured-section{display:grid;gap:12px}.home-featured-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.home-featured-section__eyebrow{margin:0 0 4px;color:var(--primary);font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.home-featured-section__header h2{margin:0;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:1.05rem;line-height:1.15;font-weight:800;letter-spacing:-.05em;color:#121314}.home-featured-section__more{display:inline-flex;align-items:center;gap:6px;justify-self:end;color:var(--primary);text-decoration:none;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.7rem;font-weight:700;line-height:1;white-space:nowrap}.home-featured-rail{display:flex;gap:24px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.home-featured-rail::-webkit-scrollbar{display:none}.home-featured-card-shell{display:grid;min-width:280px;width:280px;gap:16px}.home-featured-card{position:relative;overflow:hidden;height:380px;border-radius:1.5rem;text-decoration:none;background:var(--surface-container-low)}.home-featured-card img{width:100%;height:100%;object-fit:cover}.home-featured-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080a0e14,#080a0ecc)}.home-featured-card__overlay{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:space-between;padding:16px}.home-featured-card__new{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:24px;padding:0 12px;border-radius:999px;background:var(--primary);color:#fff;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.625rem;font-weight:900;letter-spacing:.14em}.home-featured-card__copy{display:grid;gap:8px}.home-featured-card__hook{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:22px;padding:0 12px;border-radius:999px;background:var(--secondary);color:#fff;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.625rem;font-weight:700;line-height:1}.home-featured-card__copy strong{display:block;color:#fff;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:1.25rem;line-height:1.15;font-weight:800;letter-spacing:-.04em}.home-featured-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px}.home-featured-card__meta-copy{display:inline-flex;align-items:center;gap:12px;color:#000;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.69rem;font-weight:700}.home-featured-card__meta-copy span{display:inline-flex;align-items:center;min-width:0}.home-featured-card__meta-copy span+span:before{content:"";width:4px;height:4px;border-radius:50%;background:#e2bebc4d;display:inline-block;margin-right:12px}.home-featured-card__actions{display:inline-flex;gap:8px}.home-featured-card__actions button{display:inline-grid;place-items:center;width:30px;height:30px;border:0;border-radius:999px;background:var(--surface-container);color:var(--primary);box-shadow:none;cursor:pointer}.home-featured-card__actions button:last-child{color:var(--secondary)}.home-featured-card__action-icon{display:grid;place-items:center;width:20px;height:20px;margin:0 auto}.home-featured-card__action-icon svg{width:20px;height:20px;display:block}.home-activity-card{display:grid;gap:16px;padding:24px;background:var(--surface-container-low);border-radius:2rem;box-shadow:0 12px 40px #1b1c190a}.home-activity-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.home-activity-card__header h2{margin:0 0 8px;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:1.125rem;font-weight:800;letter-spacing:-.05em;color:#141516}.home-activity-card__header p{margin:0;color:#9a9c99;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.75rem;line-height:1.55}.home-activity-card__gear{display:inline-grid;place-items:center;width:24px;height:24px;border:0;background:transparent;color:#1b1c19b8;cursor:pointer}.home-activity-card__gear svg{width:20px;height:20px}.home-activity-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-activity-card__stats div{padding:20px;border-radius:22px;background:var(--surface-container-lowest);box-shadow:0 12px 40px #1b1c190f;display:grid;align-content:center;min-height:92px}.home-activity-card__stats span{display:block;margin-bottom:4px;color:#7a7c79;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.home-activity-card__stats strong{display:inline-flex;align-items:baseline;gap:2px;color:#161718;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.05em}.home-activity-card__stats strong small{font-size:.43em;color:#000;font-weight:700;line-height:1}.home-activity-card__stats div:first-child strong{color:var(--primary)}.home-activity-card__stats div:last-child strong{color:var(--secondary)}.home-activity-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;border-radius:14px;background:var(--on-surface);color:var(--surface);text-decoration:none;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.02em}.home-promo-banner{position:relative;overflow:hidden;min-height:340px;border-radius:2.5rem;text-decoration:none;background:var(--surface-container-high)}.home-promo-banner img{width:100%;height:100%;object-fit:cover;opacity:.48;filter:blur(.8px)}.home-promo-banner__overlay{position:absolute;inset:0;display:grid;align-content:center;justify-items:center;gap:16px;padding:40px;text-align:center}.home-promo-banner__overlay span{color:var(--primary);font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.625rem;font-weight:900;letter-spacing:.3em;text-transform:uppercase}.home-promo-banner__overlay h3{margin:0;color:#171819;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:1.9rem;line-height:1.12;font-weight:800;letter-spacing:-.06em}.home-promo-banner__overlay p{margin:0;color:#8e908d;font-family:Plus Jakarta Sans,SUIT,sans-serif;max-width:240px;font-size:.875rem;line-height:1.55}.home-promo-banner__overlay strong{display:inline-flex;align-items:center;justify-content:center;min-width:132px;min-height:52px;margin-top:8px;padding:0 28px;border-radius:999px;background:var(--primary);color:#fffdf8;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.875rem;font-weight:700;box-shadow:0 12px 32px #b5233033}.home-footer{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;padding:48px 32px;margin-top:auto;margin-bottom:96px;background:#f6f3eb;text-align:center;transition:background-color .18s ease,color .18s ease}.home-footer__brand{color:#1c1c17;font-family:Newsreader,"Noto Serif KR",serif;font-size:1.125rem;font-weight:700;letter-spacing:-.025em}.home-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;max-width:28rem}.home-footer__link{color:#1c1c17cc;font-family:Newsreader,"Noto Serif KR",serif;font-size:.875rem;font-style:italic;font-weight:500;text-decoration:none;opacity:.8;transition:all .18s ease}.home-footer__link:hover,.home-footer__link:focus-visible{color:var(--primary);opacity:1;outline:none}.home-footer__rule{width:48px;height:1px;margin:8px 0;background:#e4beba4d}.home-footer__copy{margin:0;color:#1c1c1766;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:10px;font-weight:500;letter-spacing:.2em;line-height:1.6;text-transform:uppercase}:root[data-theme=dark] .home-footer{background:#2a2a24}:root[data-theme=dark] .home-footer__brand{color:#fcf9f1}:root[data-theme=dark] .home-footer__link{color:#fcf9f1cc}:root[data-theme=dark] .home-footer__copy{color:#fcf9f166}:root[data-theme=dark] .app-shell__topbar,:root[data-theme=dark] .app-shell__bottom-nav{background:var(--surface)}:root[data-theme=dark] .app-shell__brand-text,:root[data-theme=dark] .home-featured-section__header h2,:root[data-theme=dark] .home-activity-card__header h2,:root[data-theme=dark] .home-promo-banner__overlay h3,:root[data-theme=dark] .home-shortcut,:root[data-theme=dark] .home-shortcut__label{color:var(--ink-strong)}:root[data-theme=dark] .home-activity-card__stats div,:root[data-theme=dark] .home-promo-banner,:root[data-theme=dark] .detail-card,:root[data-theme=dark] .detail-ai__composer,:root[data-theme=dark] .detail-ai__results,:root[data-theme=dark] .dashboard-activity__item,:root[data-theme=dark] .dashboard-page--locked{background:var(--surface-container-lowest);box-shadow:var(--shadow)}:root[data-theme=dark] .home-shortcut{background:transparent;box-shadow:none}:root[data-theme=dark] .home-shortcut__icon--me{color:#fff}:root[data-theme=dark] .home-activity-card__header p,:root[data-theme=dark] .home-activity-card__stats span,:root[data-theme=dark] .home-promo-banner__overlay p,:root[data-theme=dark] .dashboard-activity__item p,:root[data-theme=dark] .dashboard-activity__item em,:root[data-theme=dark] .detail-card dt,:root[data-theme=dark] .detail-ai__label{color:var(--ink-soft)}:root[data-theme=dark] .home-featured-card__meta-copy,:root[data-theme=dark] .home-activity-card__stats strong,:root[data-theme=dark] .home-activity-card__stats strong small,:root[data-theme=dark] .detail-card dd,:root[data-theme=dark] .detail-ai__card,:root[data-theme=dark] .dashboard-activity__item strong{color:var(--ink-strong)}:root[data-theme=dark] .home-activity-card__cta{background:linear-gradient(180deg,var(--primary),var(--primary-container));color:#fffdf8}.explore-page--standard{display:grid;gap:26px;padding-top:0}.explore-page--standard .explore-featured,.explore-page--standard .explore-page__catalog{background:transparent;border:0;box-shadow:none;padding:0}.explore-featured__header--standard{margin-bottom:12px}.explore-page__eyebrow{margin:0 0 4px;color:var(--primary);font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.explore-featured__header--standard h2,.explore-page__catalog-header h2{margin:0;color:var(--ink-strong);font-size:1.76rem;line-height:1.12;letter-spacing:-.05em;font-weight:800}.explore-featured__rail{display:flex;gap:24px;overflow-x:auto;padding:8px 24px 16px;margin:0 -24px;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;overscroll-behavior-x:contain;cursor:grab}.explore-featured__shell{min-width:280px;width:280px;display:grid;gap:16px}.explore-featured__card--poster{position:relative;display:block;height:380px;border-radius:1.5rem;overflow:hidden;background:var(--surface-container-low);box-shadow:0 12px 32px #1b1c191f}.explore-featured__shell:hover .explore-featured__card--poster img{transform:scale(1.08)}.explore-featured__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:16px;background:linear-gradient(180deg,#0000000a,#000000c7)}.explore-featured__new{align-self:flex-start;min-height:24px;padding:0 12px;border-radius:999px;background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:900;letter-spacing:.14em}.explore-featured__hook{align-self:flex-start;min-height:22px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:#fff;background:var(--secondary)}.explore-featured__copy strong{color:#fff;font-size:1.6rem;line-height:1.15;letter-spacing:-.05em;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.35)}.explore-featured__meta-copy{display:flex;align-items:center;gap:12px;min-width:0}.explore-featured__meta-copy span{color:#1b1c19b8;font-size:.68rem;font-weight:700;letter-spacing:-.02em}.explore-featured__meta-copy span:last-child{color:var(--ink-strong)}.explore-featured__meta-copy span+span:before{content:"";display:inline-block;width:4px;height:4px;margin-right:12px;border-radius:50%;background:#e2bebc4d;vertical-align:middle}.explore-featured__actions{display:flex;gap:8px;align-items:center}.explore-featured__actions button{width:40px;height:40px;border:0;border-radius:50%;background:var(--surface-container);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.explore-featured__actions svg{width:20px;height:20px;display:block}.explore-featured__footer{display:flex;justify-content:center;margin-top:8px}.explore-page__collapse{border:1px solid rgba(226,190,188,.2);background:var(--surface-container-high);color:var(--primary);min-height:32px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.625rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.explore-page__catalog{border-top:1px solid var(--surface-container-highest);padding-top:32px}.explore-page__catalog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px}.tag-panel__trigger{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 16px;border:0;border-radius:999px;background:var(--surface-container-high);color:#1b1c19b8;font-size:.875rem;font-weight:700;white-space:nowrap;cursor:pointer}.tag-panel__icon{width:16px;height:16px;flex-shrink:0}.tag-panel__count{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#b523301f;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800}.event-list-section{display:grid;gap:8px}.event-list-section__header p{margin:0;color:#1b1c1994;font-size:.8rem}.event-list{display:grid;gap:16px}.event-card--explore{position:relative;border-radius:2rem;background:var(--surface-container-lowest);box-shadow:0 12px 40px #1b1c190a;border:1px solid rgba(226,190,188,.1);overflow:hidden}.event-card__frame--explore{position:relative;width:100%;border:0;background:transparent;text-align:left;padding:24px;display:grid;gap:12px;cursor:pointer}.event-card__accent{position:absolute;left:0;top:0;bottom:0;width:6px;border-radius:2rem 0 0 2rem;background:var(--primary);opacity:0;transition:opacity .18s ease}.event-card__icon-actions{position:absolute;top:24px;right:24px;display:flex;gap:8px;z-index:1}.event-card__icon{width:36px;height:36px;border:0;border-radius:50%;background:#eae8e380;color:#1b1c19b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.event-card__icon svg{width:19px;height:19px;display:block}.event-card__icon--saved{background:#b523301a;color:var(--primary)}.event-card__top{display:flex;justify-content:space-between;align-items:flex-start}.event-card__chips{display:flex;flex-wrap:wrap;gap:8px;padding-right:52px}.event-card__tag{min-height:22px;padding:0 12px;border-radius:999px;background:var(--surface-container-high);color:#1b1c19b8;display:inline-flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;letter-spacing:0}.event-card__body--explore{display:grid;gap:4px}.event-card__title--explore{margin:0;color:var(--ink-strong);font-size:1.22rem;line-height:1.2;letter-spacing:-.05em;font-weight:800;transition:color .18s ease}.event-card__handle--explore{margin:0;color:#1b1c19b3;font-size:.75rem;font-weight:500}.event-card__rule{height:1px;margin:12px 0 8px;background:#e4e2dd80}.event-card__deadline--explore{margin:0;display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-size:.75rem;font-weight:700}.event-card__deadline-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center}.event-card__deadline-icon svg{width:14px;height:14px;display:block}@media(max-width:820px){.explore-page--standard{gap:24px}.explore-featured__rail{gap:20px}.explore-featured__header--standard h2,.explore-page__catalog-header h2{font-size:1.56rem}.explore-featured__copy strong{font-size:1.48rem}}.dashboard-page--standard{display:grid;gap:32px;padding:4px 0}.dashboard-summary{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.dashboard-summary::-webkit-scrollbar{display:none}.dashboard-summary>*{min-width:140px;flex:1 0 140px}.dashboard-stat-card{min-height:116px;border-radius:1.5rem;background:var(--surface-container-lowest);box-shadow:0 12px 40px #1b1c190a;border:1px solid rgba(226,190,188,.1);padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:14px}.dashboard-stat-card__copy{display:grid;gap:8px}.dashboard-stat-card__copy p{margin:0;font-size:1rem;font-weight:700;line-height:1.1}.dashboard-stat-card--saved .dashboard-stat-card__copy p{color:var(--secondary)}.dashboard-stat-card--participated .dashboard-stat-card__copy p{color:var(--tertiary)}.dashboard-stat-card__copy strong{margin:0;color:var(--ink-strong);font-size:3rem;line-height:1;letter-spacing:-.06em;font-weight:800}.dashboard-stat-card__icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:flex-end}.dashboard-stat-card--saved .dashboard-stat-card__icon{background:transparent;color:var(--secondary-container)}.dashboard-stat-card--participated .dashboard-stat-card__icon{background:transparent;color:var(--tertiary)}.dashboard-stat-card__icon svg{width:24px;height:24px;display:block}.dashboard-activity-panel{display:grid;gap:12px;border-radius:2rem;background:var(--surface-container-low);padding:24px}.dashboard-section-title{display:flex;align-items:center;gap:10px}.dashboard-section-title__icon{width:22px;height:22px;color:var(--primary);flex-shrink:0}.dashboard-section-title__icon svg{width:100%;height:100%;display:block}.dashboard-section-title h2{margin:0;font-size:1.2rem;font-weight:800;letter-spacing:-.03em;color:var(--ink-strong)}.dashboard-activity-timeline{display:grid;gap:12px;position:relative}.dashboard-activity-timeline:before{content:"";position:absolute;left:19px;top:8px;bottom:8px;width:2px;background:var(--surface-container-highest);z-index:0}.dashboard-activity-row{display:grid;grid-template-columns:30px minmax(0,1fr);gap:14px;position:relative;z-index:1}.dashboard-activity-rail{display:grid;justify-items:center;grid-template-rows:auto}.dashboard-activity-dot{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:4px solid var(--surface-container-low)}.dashboard-activity-dot svg{width:20px;height:20px;display:block}.dashboard-activity-dot--ai{background:var(--primary)}.dashboard-activity-dot--participated{background:var(--tertiary)}.dashboard-activity-dot--saved{background:var(--secondary)}.dashboard-activity-card{border-radius:1rem;background:var(--surface-container-lowest);padding:16px;box-shadow:0 8px 26px #1b1c190a;border:1px solid rgba(226,190,188,.05);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;min-width:0}.dashboard-activity-card__head{display:grid;gap:3px;width:100%;min-width:0}.dashboard-activity-card__head strong{font-size:.8rem;color:var(--ink-strong);letter-spacing:-.025em}.dashboard-activity-card__head span{color:var(--ink-soft);font-size:.62rem;font-weight:500;white-space:nowrap}.dashboard-activity-card p{margin:0;color:var(--ink-soft);font-size:.62rem;width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere}.dashboard-catalog{display:grid;gap:12px}.dashboard-tabs__header--standard{gap:24px;border-bottom:1px solid rgba(27,28,25,.12);padding:0 1px 12px}.dashboard-tabs__header--standard .dashboard-tabs__tab{min-height:0;border:0;border-radius:0;padding:0 0 10px;background:transparent;font-size:.98rem;font-weight:600;letter-spacing:-.02em;color:#1b1c19b3;position:relative}.dashboard-tabs__header--standard .dashboard-tabs__tab--active{background:transparent;color:var(--primary)}.dashboard-tabs__header--standard .dashboard-tabs__tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:2px;border-radius:999px;background:var(--primary)}.dashboard-catalog__list{display:grid;gap:16px}.dashboard-event-card{border-radius:2rem;background:var(--surface-container-lowest);box-shadow:0 14px 40px #1b1c190a;border:1px solid rgba(226,190,188,.1);position:relative;overflow:hidden}.dashboard-event-card__frame{width:100%;border:0;background:transparent;text-align:left;padding:24px;display:grid;gap:14px;cursor:pointer}.dashboard-event-card__top{display:flex;gap:12px;justify-content:space-between;align-items:flex-start}.dashboard-event-card__chips{display:flex;flex-wrap:wrap;gap:8px;min-width:0;padding-right:52px}.dashboard-event-card__deadline-chip,.dashboard-event-card__handle-chip,.dashboard-event-card__meta-chip{min-height:22px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:600;letter-spacing:0;white-space:nowrap}.dashboard-event-card__deadline-chip{background:#b523301a;color:var(--primary)}.dashboard-event-card__handle-chip{background:#4eabfd33;color:var(--secondary)}.dashboard-event-card__meta-chip{background:#1b1c190f;color:#1b1c19b8}.dashboard-event-card__actions{display:flex;align-items:center;gap:8px;flex-shrink:0;position:absolute;top:24px;right:24px;z-index:1}.dashboard-event-card__icon{width:36px;height:36px;border:0;border-radius:50%;background:#e4e2dd80;color:#1b1c19b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dashboard-event-card__icon svg{width:18px;height:18px;display:block}.dashboard-event-card__icon--saved{background:#b523301a;color:var(--primary)}.dashboard-event-card__icon--success{background:#006c4c24;color:var(--tertiary)}.dashboard-event-card__body{display:grid;gap:2px}.dashboard-event-card__body h3{margin:0;font-size:2rem;line-height:1.08;letter-spacing:-.04em;color:var(--ink-strong);padding-right:52px}.dashboard-event-card__date,.dashboard-event-card__sub{margin:0;color:#1b1c19b3;font-size:.75rem;font-weight:500}.dashboard-event-card__rule{height:1px;margin:12px 0 8px;background:#e4e2dd80}.dashboard-event-card__link{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-size:.75rem;font-weight:600}.dashboard-event-card__link svg{width:14px;height:14px;display:block}.dashboard-preview-note{display:flex;justify-content:center}.dashboard-preview-note a{color:var(--primary);font-size:.88rem;text-decoration:none}:root[data-theme=dark] .dashboard-stat-card,:root[data-theme=dark] .dashboard-activity-panel,:root[data-theme=dark] .dashboard-activity-card,:root[data-theme=dark] .dashboard-event-card{background:var(--surface-container-lowest);box-shadow:var(--shadow)}:root[data-theme=dark] .dashboard-event-card__body h3,:root[data-theme=dark] .dashboard-section-title h2,:root[data-theme=dark] .dashboard-stat-card__copy strong,:root[data-theme=dark] .dashboard-activity-card__head strong{color:var(--ink-strong)}:root[data-theme=dark] .dashboard-event-card__date,:root[data-theme=dark] .dashboard-event-card__sub,:root[data-theme=dark] .dashboard-activity-card p,:root[data-theme=dark] .dashboard-activity-card__head span{color:var(--ink-soft)}@media(max-width:820px){.dashboard-page--standard{gap:24px;padding-top:0}.dashboard-stat-card__copy strong{font-size:2.35rem}.dashboard-section-title h2{font-size:1.25rem}.dashboard-event-card__body h3{font-size:1.14rem;line-height:1.2}}:root[data-theme=dark] .home-promo-banner img{opacity:.28}:root[data-theme=dark] .app-shell__topbar-avatar{background:linear-gradient(180deg,#f5f4ef2e,#f5f4ef14)}@media(max-width:820px){.app-shell__topbar{grid-template-columns:24px minmax(0,1fr) auto;margin-bottom:22px}.app-shell__bottom-nav{width:min(100%,393px);max-width:calc(100vw - 18px)}.home-shortcut{min-height:74px}.home-shortcut__label{font-size:.725rem}}.explore-page--standard{display:grid;gap:22px}.explore-summary{display:grid;gap:0}.explore-summary__grid{display:flex;gap:12px;margin-bottom:8px}.explore-summary__card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:16px 8px;border-radius:.75rem;background:var(--surface-container-lowest);box-shadow:0 2px 8px #1b1c190d;text-align:center}.explore-summary__card strong{color:var(--primary);font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:1.5rem;font-weight:800;line-height:1;letter-spacing:-.04em}.explore-summary__card span{color:#5a5046eb;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.625rem;font-weight:700;line-height:1.2;letter-spacing:.14em;text-transform:uppercase}.explore-page--standard .explore-featured,.explore-page--standard .explore-page__catalog{padding:0;border:0;background:transparent;box-shadow:none}.explore-page__eyebrow{margin:0 0 8px;color:var(--primary);font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.47rem;font-weight:800;letter-spacing:.16em}.explore-featured__header--standard h2,.explore-page__catalog-header h2{margin:0;color:#121314;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.98rem;line-height:1.15;font-weight:800;letter-spacing:-.05em}.explore-featured__rail{display:grid;grid-auto-flow:column;grid-auto-columns:258px;gap:16px;overflow-x:auto;overflow-y:visible;padding:0 10px 4px 0;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-padding-inline:0 10px;touch-action:pan-x;cursor:grab;box-sizing:border-box}.explore-featured__rail:active{cursor:grabbing}.explore-featured__shell{display:grid;gap:10px;scroll-snap-align:start;width:280px;flex:0 0 280px}.explore-featured__card--poster{position:relative;overflow:hidden;display:block;width:280px;aspect-ratio:.84;border-radius:28px;text-decoration:none;background:#121418}.explore-featured__card--poster:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080a0e1f,#080a0ebf)}.explore-featured__card--poster img{width:100%;height:100%;object-fit:cover}.explore-featured__overlay{position:absolute;inset:0;z-index:1;display:grid;align-content:space-between;padding:12px 12px 14px}.explore-featured__new{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:18px;padding:0 11px;border-radius:999px;background:#d72f42;color:#fff;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.49rem;font-weight:800;line-height:1}.explore-featured__hook{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:17px;padding:0 10px;border-radius:999px;background:var(--secondary-container);color:#fff;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.48rem;font-weight:700;line-height:1}.explore-featured__copy strong{display:block;color:#fffdf8;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.9rem;line-height:1.18;font-weight:800;letter-spacing:-.04em}.explore-featured__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px;margin-top:-4px}.explore-featured__meta-copy{display:inline-flex;align-items:center;gap:14px;color:#000;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.51rem}.explore-featured__actions{display:inline-flex;gap:8px}.explore-featured__actions button{display:inline-grid;place-items:center;width:24px;height:24px;border:0;border-radius:999px;background:transparent;color:var(--primary);box-shadow:none;cursor:pointer}.explore-featured__actions .material-symbols-outlined{font-size:18px;line-height:1}.explore-featured__footer{display:flex;justify-content:center;padding-top:4px}.explore-page__collapse{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:28px;padding:0 14px;border:0;border-radius:999px;background:var(--surface-container-low);color:var(--primary);font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.53rem;font-weight:700;letter-spacing:.02em;cursor:pointer}.explore-page__collapse .material-symbols-outlined{font-size:14px;line-height:1}.explore-page__catalog{display:grid;gap:14px;margin-top:0;padding-top:22px;border-top:1px solid rgba(27,28,25,.14);padding-inline:0}.explore-page__catalog-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:calc(100% - 12px);margin:0 auto;padding-inline:6px;box-sizing:border-box}.tag-panel__trigger{display:inline-flex;align-items:center;gap:4px;min-height:30px;padding:0 10px 0 9px;margin-top:-2px;border:0;border-radius:999px;background:var(--surface-container-low);color:#5a5046;box-shadow:none;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.62rem;font-weight:700;white-space:nowrap}.tag-panel__icon{font-size:12px;line-height:1;flex:0 0 12px}.tag-panel__count{min-width:16px;height:16px;display:inline-grid;place-items:center;border-radius:999px;background:var(--primary);color:#fff;font-size:.48rem}.tag-modal__panel{border:0;border-radius:28px 28px 0 0;background:var(--surface-container-lowest);box-shadow:0 -16px 48px #1b1c1914}.tag-modal__header{align-items:center}.tag-modal__header h2{margin:0;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:1rem;font-weight:800;letter-spacing:-.04em}.tag-modal__clear,.tag-modal__close{border:0;border-radius:999px;background:var(--surface-container-low);box-shadow:none;color:#5a5046;font-family:Plus Jakarta Sans,SUIT,sans-serif}.tag-modal__clear{display:inline-grid;place-items:center;width:36px;height:36px;padding:0}.tag-modal__clear .material-symbols-outlined{font-size:18px;line-height:1}.tag-chip{min-height:30px;padding:0 12px;border:0;border-radius:999px;background:var(--surface-container-low);color:var(--ink-soft);font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.66rem;line-height:1}.tag-chip--selected{background:var(--primary);color:#fff}.event-list{gap:8px;width:calc(100% - 12px);margin:0 auto;padding-inline:6px;box-sizing:border-box}.event-card--explore{position:relative}.event-card__frame--explore{min-height:0;padding:14px 16px 15px;border:0;border-radius:28px;background:var(--surface-container-lowest);box-shadow:0 12px 40px #1b1c190f}.event-card__frame--explore:hover,.event-card__frame--explore:focus-visible{background:var(--surface-container-lowest)}.event-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.event-card__chips{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.event-card__tag{min-height:20px;padding:0 9px;display:inline-flex;align-items:center;border:0;border-radius:999px;background:var(--surface-container-low);color:#554b40;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.52rem;font-weight:700;line-height:1;letter-spacing:-.01em}.event-card__tag:before{display:none}.event-card__tag--new{background:#d72f421f;color:#cf3144}.event-card__icon-actions{display:inline-flex;gap:8px}.event-card__icon{width:30px;height:30px;display:inline-grid;place-items:center;border:0;border-radius:999px;background:var(--surface-container-low);color:#7c6656;box-shadow:none;cursor:pointer}.event-card__icon .material-symbols-outlined{font-size:18px;line-height:1}.event-card__icon--success{background:#006c4c1f;color:var(--tertiary)}.event-card__body--explore{gap:8px;margin-top:10px}.event-card__title--explore{margin:0;color:#121314;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.99rem;font-weight:800;line-height:1.22;letter-spacing:-.04em;white-space:normal;overflow:visible;text-overflow:clip}.event-card__handle--explore{margin:0;color:#7b756e;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.64rem;font-weight:500;line-height:1.2}.event-card__rule{width:100%;height:1px;background:#1b1c1914}.event-card__deadline--explore{margin:0;display:inline-flex;align-items:center;gap:5px;color:var(--primary);font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.01em;line-height:1}.info-page{--info-accent: var(--primary);--info-surface: #fffdf8;--info-surface-soft: #f5f3ee;--info-outline: rgba(28, 30, 34, .08);display:block}.info-page--privacy-policy{--info-accent: #af101a}.info-page--ad-cookie-notice{--info-accent: #9f3f39}.info-page--terms-of-service{--info-accent: #8f4431}.info-page--contact-report{--info-accent: #00629f}.info-page--service-introduction{--info-accent: #5a6f1f}.info-page--operation-policy{--info-accent: #4a6252}.info-page__shell{display:grid;gap:26px;width:min(100%,940px);margin:0 auto;padding:8px 0 12px}.info-page__masthead{display:grid;gap:18px}.info-page__masthead-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.info-page__eyebrow-group{display:grid;gap:8px}.info-page__eyebrow{margin:0;color:var(--info-accent);font-size:.72rem;font-weight:700;letter-spacing:.14em}.info-page__title{margin:0;font-family:"Noto Serif KR",serif;font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.06;letter-spacing:-.05em}.info-page__back-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid var(--info-outline);border-radius:999px;background:#fffc;color:var(--ink-strong);font-size:.84rem;font-weight:700;cursor:pointer}.info-page__hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:18px;align-items:stretch}.info-page__hero-copy{display:grid;gap:14px;padding:28px;border-radius:30px;background:linear-gradient(180deg,#fffffffa,#f5f3eefa);border:1px solid var(--info-outline);box-shadow:0 20px 42px #1c1e220d}.info-page__subtitle{margin:0;color:var(--info-accent);font-size:.92rem;font-weight:700;letter-spacing:-.01em}.info-page__intro{margin:0;color:var(--ink-strong);font-size:1rem;line-height:1.8}.info-page__hero-card{display:grid;gap:16px;padding:22px;border-radius:30px;background:var(--info-surface-soft);border:1px solid color-mix(in srgb,var(--info-accent) 12%,transparent);overflow:hidden;position:relative}.info-page__hero-card:before{content:"";position:absolute;inset:auto -42px -42px auto;width:150px;height:150px;border-radius:999px;background:color-mix(in srgb,var(--info-accent) 10%,transparent)}.info-page__hero-card-label{position:relative;z-index:1;color:color-mix(in srgb,var(--info-accent) 82%,black);font-size:.72rem;font-weight:700;letter-spacing:.12em}.info-page__hero-card-list{position:relative;z-index:1;display:grid;gap:12px}.info-page__hero-card-item{display:grid;gap:2px}.info-page__hero-card-item strong{font-size:1rem;line-height:1.45}.info-page__hero-card-index{color:var(--ink-soft);font-size:.74rem;font-weight:700}.info-page__hero-card-footer{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px 14px;padding-top:12px;border-top:1px solid rgba(28,30,34,.08);color:var(--ink-soft);font-size:.75rem;line-height:1.5}.info-page__quick-links{display:flex;flex-wrap:wrap;gap:8px}.info-page__quick-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border:1px solid rgba(28,30,34,.08);border-radius:999px;background:#ffffffdb;color:var(--ink-soft);font-size:.74rem;font-weight:700;cursor:pointer}.info-page__quick-link--active{border-color:color-mix(in srgb,var(--info-accent) 22%,transparent);background:color-mix(in srgb,var(--info-accent) 11%,white);color:color-mix(in srgb,var(--info-accent) 82%,black)}.info-page__sections{display:grid;gap:16px}.info-page__section{display:grid;gap:14px;padding:26px 24px;border-radius:28px;border:1px solid var(--info-outline);background:var(--info-surface);box-shadow:0 18px 38px #1c1e220a}.info-page__section--feature{background:linear-gradient(180deg,#fffffffa,color-mix(in srgb,var(--info-accent) 6%,#fffdf8))}.info-page__section--soft{background:color-mix(in srgb,var(--info-accent) 6%,#f5f3ee)}.info-page__section--timeline{position:relative;margin-left:12px}.info-page__section--timeline:before{content:"";position:absolute;left:-13px;top:26px;bottom:26px;width:1px;background:color-mix(in srgb,var(--info-accent) 22%,transparent)}.info-page__section--timeline:after{content:"";position:absolute;left:-17px;top:30px;width:9px;height:9px;border-radius:999px;background:var(--info-accent)}.info-page__section--contact{background:linear-gradient(180deg,color-mix(in srgb,var(--info-accent) 7%,white),#fffffffa)}.info-page__section-header{display:flex;align-items:center;gap:10px}.info-page__section-kicker{width:12px;height:12px;border-radius:999px;background:var(--info-accent);flex:none}.info-page__section-title{margin:0;font-family:"Noto Serif KR",serif;font-size:1.48rem;line-height:1.22;letter-spacing:-.03em}.info-page__section-body{display:grid;gap:12px}.info-page__section-body p,.info-page__section-body li{margin:0;color:var(--ink-strong);font-size:.96rem;line-height:1.78}.info-page__section-list{display:grid;gap:10px;margin:2px 0 0;padding:0;list-style:none}.info-page__section-list li{display:flex;gap:10px;align-items:flex-start}.info-page__section-list li:before{content:"";width:6px;height:6px;margin-top:.7em;border-radius:999px;background:var(--info-accent);flex:none}.info-page__section-list a{color:var(--info-accent);word-break:break-word}.info-page__contact-mailto{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:42px;padding:0 16px;border-radius:999px;background:var(--info-accent);color:#fff;font-size:.84rem;font-weight:700;text-decoration:none}.info-page__footer{display:grid;gap:16px;padding:24px;border-radius:28px;background:#ffffffd6;border:1px solid rgba(28,30,34,.08)}.info-page__footer-note{display:grid;gap:6px}.info-page__footer-note strong{font-size:.76rem;letter-spacing:.12em;color:var(--info-accent)}.info-page__footer-note span{color:var(--ink-soft);font-size:.9rem;line-height:1.7}.info-page__footer-links{display:flex;flex-wrap:wrap;gap:10px}.info-page__footer-link{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:var(--info-surface-soft);color:var(--ink-strong);font-size:.74rem;font-weight:700;text-decoration:none}:root[data-theme=dark] .info-page{--info-surface: rgba(30, 33, 38, .98);--info-surface-soft: rgba(37, 41, 46, .98);--info-outline: rgba(255, 255, 255, .07)}:root[data-theme=dark] .info-page__hero-copy,:root[data-theme=dark] .info-page__footer,:root[data-theme=dark] .info-page__quick-link{background:#191c20e0}:root[data-theme=dark] .info-page__back-button{background:#191c20e0;color:#f8f7f2}:root[data-theme=dark] .info-page__quick-link--active{background:color-mix(in srgb,var(--info-accent) 18%,rgba(25,28,32,.96))}:root[data-theme=dark] .info-page__section-body p,:root[data-theme=dark] .info-page__section-body li,:root[data-theme=dark] .info-page__hero-card-item strong,:root[data-theme=dark] .info-page__title{color:#f5f3ee}:root[data-theme=dark] .info-page__intro,:root[data-theme=dark] .info-page__footer-note span,:root[data-theme=dark] .info-page__hero-card-index,:root[data-theme=dark] .info-page__hero-card-footer,:root[data-theme=dark] .info-page__quick-link{color:#f5f3eecc}:root[data-theme=dark] .info-page__footer-link{background:#25292efa;color:#f5f3ee}@media(max-width:820px){.info-page__shell{gap:18px;padding-top:0}.info-page__masthead-top{flex-direction:column;align-items:flex-start}.info-page__hero-grid{grid-template-columns:1fr}.info-page__hero-copy,.info-page__hero-card,.info-page__section,.info-page__footer{padding:20px 18px;border-radius:24px}.info-page__title{font-size:2rem}.info-page__quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.info-page__quick-link{width:100%;min-height:38px;padding:0 10px;font-size:.68rem}.info-page__section-title{font-size:1.22rem}.info-page__section-body p,.info-page__section-body li{font-size:.9rem}.info-page__section--timeline{margin-left:8px}}.stitch-doc{padding:4px 0 0}.stitch-doc__topbar{position:sticky;top:10px;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-radius:28px;background:#fcf9f1d6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 34px -16px #1c1c1724}.stitch-doc__topbar-left{display:inline-flex;align-items:center;gap:12px;min-width:0}.stitch-doc__back{display:inline-grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--primary);cursor:pointer}.stitch-doc__brand{color:var(--primary);font-family:"Noto Serif KR",serif;font-size:1rem;font-weight:700;letter-spacing:-.03em}.stitch-doc__topbar-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.stitch-doc__topbar-link{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;color:var(--ink-soft);font-size:.7rem;font-weight:700;text-decoration:none;background:#ffffffb3}.stitch-doc__topbar-link--active{color:var(--primary);background:#af101a17}.stitch-doc__main{width:min(100%,860px);margin:0 auto;padding:26px 0 24px}.stitch-doc__kicker{display:inline-block;color:var(--primary);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.stitch-doc__kicker--loose{margin-top:10px;letter-spacing:.04em;text-transform:none;font-size:.9rem}.stitch-doc__pill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#af101a17;color:var(--primary);font-size:.66rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.stitch-doc__headline{margin:0;font-family:"Noto Serif KR",serif;font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.04;letter-spacing:-.05em}.stitch-doc__headline span{color:var(--primary);font-style:italic}.stitch-doc__lead{margin:0;color:var(--ink-soft);font-size:1rem;line-height:1.8}.stitch-doc__section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(228,190,186,.22)}.stitch-doc__section-head h2{margin:0;font-family:"Noto Serif KR",serif;font-size:1.9rem;line-height:1.15}.stitch-doc__section-head span{color:#5b403d66;font-size:.78rem;font-weight:700;letter-spacing:.18em}.stitch-doc__footer-note{padding:18px 0 6px;text-align:center}.stitch-doc__footer-note p{margin:0;color:#5b403da8;font-size:.82rem;line-height:1.8}.stitch-about__hero,.stitch-contact__hero,.stitch-privacy__hero,.stitch-ads__hero,.stitch-operation__hero,.stitch-terms__hero{display:grid;gap:16px;margin-bottom:40px}.stitch-about__image{position:relative;overflow:hidden;border-radius:26px;aspect-ratio:4 / 3;background:var(--surface-container-highest)}.stitch-about__image img,.stitch-ads__image img{width:100%;height:100%;object-fit:cover}.stitch-about__section{display:grid;gap:20px;margin-bottom:28px}.stitch-about__stack{display:grid;gap:16px}.stitch-about__purpose-card,.stitch-about__feature-card,.stitch-contact__type-card,.stitch-privacy__card,.stitch-ads__card,.stitch-operation__card,.stitch-terms__editorial-card,.stitch-terms__contact-card{border-radius:24px;background:#ffffffe6;border:1px solid rgba(228,190,186,.18);box-shadow:0 12px 28px #1c1c170a}.stitch-about__purpose-card{display:grid;gap:12px;padding:24px}.stitch-about__purpose-card--1{background:#f5f3ee}.stitch-about__icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:999px;background:#af101a1a;color:var(--primary)}.stitch-about__purpose-card p,.stitch-about__notice li,.stitch-contact__hero p,.stitch-contact__type-card p,.stitch-contact__reporting li p,.stitch-contact__email p,.stitch-terms__intro-box p,.stitch-terms__editorial-card li,.stitch-terms__contact-card p,.stitch-privacy__card p,.stitch-privacy__card li,.stitch-ads__card p,.stitch-ads__card li,.stitch-operation__card p,.stitch-operation__card li{margin:0;color:var(--ink-soft);font-size:.95rem;line-height:1.78}.stitch-about__feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stitch-about__feature-card{display:grid;gap:12px;padding:20px;min-height:112px}.stitch-about__feature-card--wide{grid-column:span 2}.stitch-about__feature-card span,.stitch-contact__type-card span,.stitch-privacy__card-head span,.stitch-ads__card span.material-symbols-outlined,.stitch-operation__card span.material-symbols-outlined{color:var(--primary)}.stitch-about__feature-card p,.stitch-contact__type-card strong,.stitch-contact__reporting strong,.stitch-contact__email strong,.stitch-terms__bento p,.stitch-operation__card-head h2{color:var(--ink-strong);font-weight:700}.stitch-about__notice{display:grid;gap:14px;padding:28px;border-radius:28px;background:#af101a0f}.stitch-about__notice h2,.stitch-contact__types h2,.stitch-contact__reporting h2,.stitch-contact__email h2,.stitch-operation__hero .stitch-operation__subtitle,.stitch-privacy__card-head h2,.stitch-ads__card h2,.stitch-terms__editorial-side h2,.stitch-terms__bento-head h2{margin:0}.stitch-about__notice ul,.stitch-privacy__card ul,.stitch-ads__card ul,.stitch-operation__card ul,.stitch-terms__editorial-card ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.stitch-about__notice li,.stitch-privacy__card li,.stitch-ads__card li,.stitch-operation__card li,.stitch-terms__editorial-card li{display:flex;gap:10px;align-items:flex-start}.stitch-about__notice li:before,.stitch-privacy__card li:before,.stitch-ads__card li:before,.stitch-operation__card li:before,.stitch-terms__editorial-card li:before{content:"";width:6px;height:6px;margin-top:.75em;border-radius:999px;background:var(--primary);flex:none}.stitch-contact__rule,.stitch-terms__hero-line{width:48px;height:1px;background:#e4beba66}.stitch-contact__types,.stitch-contact__reporting,.stitch-contact__email{margin-bottom:28px}.stitch-contact__type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stitch-contact__type-card{display:grid;gap:10px;padding:22px;background:#f5f3ee}.stitch-contact__type-card--wide{grid-column:span 2;background:#fffffff5}.stitch-contact__reporting{position:relative;padding:28px;border-radius:28px;background:#ebe8e06b;overflow:hidden}.stitch-contact__subkicker{display:inline-block;margin:4px 0 18px;color:var(--primary);font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.stitch-contact__reporting ol,.stitch-ads__card--browser ol{display:grid;gap:16px;margin:0;padding:0;list-style:none}.stitch-contact__reporting li,.stitch-ads__card--browser li{display:flex;gap:14px}.stitch-contact__reporting li>span,.stitch-ads__card--browser li>span{color:var(--primary);font-family:"Noto Serif KR",serif;font-size:1.25rem;font-style:italic}.stitch-contact__email{display:grid;gap:14px;padding:30px;border-radius:30px;background:var(--primary);color:#fff;box-shadow:0 20px 34px #af101a2e}.stitch-contact__email p,.stitch-contact__email h2{color:inherit}.stitch-contact__email-card{display:grid;gap:6px;padding:18px;border-radius:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:inherit;text-decoration:none}.stitch-contact__email-card span:first-child{opacity:.76;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.stitch-contact__email-card strong{font-size:1.16rem;line-height:1.3}.stitch-contact__email-card div{display:inline-flex;align-items:center;gap:4px;opacity:.84;font-size:.76rem}.stitch-terms__intro-grid{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:20px;align-items:center}.stitch-terms__hero-copy{margin:0;color:var(--ink-soft);font-family:"Noto Serif KR",serif;font-size:1.4rem;font-style:italic;line-height:1.6}.stitch-terms__intro-box{padding:24px;border-radius:24px;background:#f5f3ee}.stitch-terms__sections{display:grid;gap:28px}.stitch-terms__editorial{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}.stitch-terms__editorial--right{grid-template-columns:minmax(0,1fr) 280px}.stitch-terms__editorial--right .stitch-terms__editorial-side{order:2;text-align:right}.stitch-terms__editorial-side{display:grid;gap:8px;position:sticky;top:108px}.stitch-terms__editorial-side span,.stitch-terms__bento-head span{color:#9f3f39a6;font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.stitch-terms__editorial-side h2{font-family:"Noto Serif KR",serif;font-size:2rem;line-height:1.2}.stitch-terms__editorial-card{padding:24px}.stitch-terms__editorial-card--accent{background:#af101a0f;border-left:4px solid var(--primary)}.stitch-terms__bento{display:grid;gap:16px}.stitch-terms__bento-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stitch-terms__bento-grid article{display:grid;gap:12px;min-height:156px;padding:22px;border-radius:22px;background:#f1eee6}.stitch-terms__bento-grid .material-symbols-outlined{color:var(--primary)}.stitch-terms__contact{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:center}.stitch-terms__contact-card{padding:26px;background:#f6f3eb}.stitch-terms__contact-email{display:inline-flex;align-items:center;gap:6px;margin-top:18px;color:var(--primary);font-weight:700}.stitch-terms__footer{display:grid;gap:16px;margin-top:42px;padding-top:28px;border-top:1px solid rgba(228,190,186,.22);text-align:center}.stitch-terms__footer p{margin:0;color:#5b403da8;font-family:"Noto Serif KR",serif;font-size:.95rem;font-style:italic;line-height:1.7}.stitch-terms__footer div{display:inline-grid;justify-items:center;gap:10px}.stitch-terms__footer strong{font-family:"Noto Serif KR",serif;font-size:1rem}.stitch-privacy__intro{padding:26px;border-radius:24px;background:#f6f3eb;position:relative;overflow:hidden}.stitch-privacy__intro:after{content:"";position:absolute;top:-36px;right:-36px;width:120px;height:120px;border-radius:999px;background:#af101a0d}.stitch-privacy__intro p{position:relative;z-index:1;margin:0;color:var(--ink-soft);font-size:.98rem;line-height:1.8}.stitch-privacy__stack{display:grid;gap:18px}.stitch-privacy__card{display:grid;gap:16px;padding:28px}.stitch-privacy__card-head{display:flex;align-items:center;gap:10px}.stitch-privacy__card-head h2{font-family:"Noto Serif KR",serif;font-size:1.45rem;line-height:1.22}.stitch-privacy__card--soft{background:#af101a0d}.stitch-privacy__card--timeline{position:relative;margin-left:10px}.stitch-privacy__card--timeline:before{content:"";position:absolute;left:-11px;top:26px;bottom:26px;width:1px;background:#af101a2e}.stitch-privacy__card--timeline:after{content:"";position:absolute;left:-15px;top:28px;width:8px;height:8px;border-radius:999px;background:var(--primary)}.stitch-privacy__link-list,.stitch-ads__action-list{display:grid;gap:10px}.stitch-privacy__link-list li:before,.stitch-ads__action-list li:before{display:none}.stitch-privacy__link-list a,.stitch-ads__action-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:14px 16px;border-radius:16px;background:#fff;color:var(--ink-strong);font-size:.84rem;font-weight:700;text-decoration:none}.stitch-ads__grid{display:grid;gap:18px}.stitch-ads__card{display:grid;gap:14px;padding:24px}.stitch-ads__card--analytics{background:#f6f3eb}.stitch-ads__card--browser{background:var(--primary);color:#fff}.stitch-ads__card--browser h2,.stitch-ads__card--browser p,.stitch-ads__card--browser strong,.stitch-ads__card--browser span{color:inherit}.stitch-ads__image{position:relative;overflow:hidden;min-height:192px;border-radius:24px}.stitch-ads__image div{position:absolute;inset:auto 0 0;padding:20px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.58) 100%)}.stitch-ads__image p{margin:0;color:#fff;font-size:.78rem;font-style:italic}.stitch-ads__footer{display:grid;gap:16px;margin-top:18px;text-align:center}.stitch-ads__footer p{margin:0;color:#5b403da8;font-size:.76rem;line-height:1.7}.stitch-ads__footer div{display:inline-flex;justify-content:center;gap:8px}.stitch-ads__footer span{width:6px;height:6px;border-radius:999px;background:#e4bebab3}.stitch-ads__footer .is-active{background:var(--primary)}.stitch-operation__subtitle{color:#5b403dcc;font-family:"Noto Serif KR",serif;font-size:1.18rem;font-style:italic;line-height:1.6}.stitch-operation__intro{padding:22px;border-left:4px solid var(--primary);border-radius:20px;background:#f6f3eb}.stitch-operation__intro p{margin:0;color:var(--ink-strong);font-size:.95rem;line-height:1.8}.stitch-operation__stack{display:grid;gap:16px}.stitch-operation__card{display:grid;gap:14px;padding:26px}.stitch-operation__card-head{display:flex;align-items:center;gap:10px}.stitch-operation__card-head span{color:var(--primary);font-size:.72rem;font-weight:700;letter-spacing:.14em}.stitch-operation__card--accent{background:var(--primary)}.stitch-operation__card--accent h2,.stitch-operation__card--accent p,.stitch-operation__card--accent li,.stitch-operation__card--accent span{color:#fff}.stitch-operation__footer{margin-top:28px;text-align:center}.stitch-operation__footer p{margin:0;color:#5b403da8;font-size:.8rem;line-height:1.7}:root[data-theme=dark] .stitch-doc__topbar,:root[data-theme=dark] .stitch-doc__topbar-link,:root[data-theme=dark] .stitch-about__purpose-card,:root[data-theme=dark] .stitch-about__feature-card,:root[data-theme=dark] .stitch-contact__type-card,:root[data-theme=dark] .stitch-privacy__card,:root[data-theme=dark] .stitch-ads__card,:root[data-theme=dark] .stitch-operation__card,:root[data-theme=dark] .stitch-terms__editorial-card,:root[data-theme=dark] .stitch-terms__contact-card,:root[data-theme=dark] .stitch-about__notice,:root[data-theme=dark] .stitch-about__image,:root[data-theme=dark] .stitch-privacy__intro,:root[data-theme=dark] .stitch-operation__intro,:root[data-theme=dark] .stitch-terms__intro-box{background:#1e2126f0;border-color:#ffffff14}:root[data-theme=dark] .stitch-doc,:root[data-theme=dark] .stitch-doc__headline,:root[data-theme=dark] .stitch-doc__brand,:root[data-theme=dark] .stitch-about__feature-card p,:root[data-theme=dark] .stitch-contact__type-card strong,:root[data-theme=dark] .stitch-contact__reporting strong,:root[data-theme=dark] .stitch-contact__email strong,:root[data-theme=dark] .stitch-terms__bento p,:root[data-theme=dark] .stitch-operation__card-head h2,:root[data-theme=dark] .stitch-privacy__card-head h2,:root[data-theme=dark] .stitch-ads__card h2,:root[data-theme=dark] .stitch-terms__editorial-side h2,:root[data-theme=dark] .stitch-doc__section-head h2{color:#f5f3ee}:root[data-theme=dark] .stitch-doc__lead,:root[data-theme=dark] .stitch-about__purpose-card p,:root[data-theme=dark] .stitch-about__notice li,:root[data-theme=dark] .stitch-contact__hero p,:root[data-theme=dark] .stitch-contact__type-card p,:root[data-theme=dark] .stitch-contact__reporting li p,:root[data-theme=dark] .stitch-terms__intro-box p,:root[data-theme=dark] .stitch-terms__editorial-card li,:root[data-theme=dark] .stitch-terms__contact-card p,:root[data-theme=dark] .stitch-privacy__card p,:root[data-theme=dark] .stitch-privacy__card li,:root[data-theme=dark] .stitch-ads__card p,:root[data-theme=dark] .stitch-ads__card li,:root[data-theme=dark] .stitch-operation__card p,:root[data-theme=dark] .stitch-operation__card li,:root[data-theme=dark] .stitch-doc__footer-note p,:root[data-theme=dark] .stitch-operation__subtitle{color:#f5f3eec7}@media(max-width:820px){.stitch-doc__topbar{padding:12px 14px;border-radius:22px}.stitch-doc__topbar-links{display:none}.stitch-doc__main{padding:22px 0 18px}.stitch-doc__headline{font-size:2.45rem}.stitch-about__feature-grid,.stitch-contact__type-grid,.stitch-terms__bento-grid{grid-template-columns:1fr}.stitch-about__feature-card--wide,.stitch-contact__type-card--wide{grid-column:span 1}.stitch-terms__editorial,.stitch-terms__editorial--right,.stitch-terms__contact,.stitch-terms__intro-grid{grid-template-columns:1fr}.stitch-terms__editorial--right .stitch-terms__editorial-side{order:0;text-align:left}.stitch-terms__editorial-side{position:static}.stitch-about__purpose-card,.stitch-about__feature-card,.stitch-contact__type-card,.stitch-contact__reporting,.stitch-contact__email,.stitch-privacy__card,.stitch-ads__card,.stitch-operation__card,.stitch-terms__editorial-card,.stitch-terms__contact-card,.stitch-about__notice{padding:20px 18px;border-radius:22px}.stitch-privacy__card--timeline{margin-left:6px}}.stitch-doc__topbar{padding:12px 16px;gap:10px}.stitch-doc__brand{font-size:.9rem}.stitch-doc__topbar-link{min-height:28px;padding:0 9px;font-size:.66rem}.stitch-doc__main{padding:20px 0 18px}.stitch-doc__kicker{font-size:.64rem}.stitch-doc__kicker--loose{font-size:.82rem}.stitch-doc__pill{min-height:27px;padding:0 10px;font-size:.6rem}.stitch-doc__headline{font-size:clamp(2.1rem,4.4vw,4rem)}.stitch-doc__lead{font-size:.9rem;line-height:1.68}.stitch-doc__section-head{padding-bottom:12px}.stitch-doc__section-head h2{font-size:1.55rem}.stitch-doc__section-head span{font-size:.68rem}.stitch-doc__footer-note{padding:12px 0 4px}.stitch-doc__footer-note p{font-size:.74rem;line-height:1.65}.stitch-about__hero,.stitch-contact__hero,.stitch-privacy__hero,.stitch-ads__hero,.stitch-operation__hero,.stitch-terms__hero{gap:12px;margin-bottom:30px}.stitch-about__section{gap:16px;margin-bottom:22px}.stitch-about__stack,.stitch-privacy__stack,.stitch-operation__stack,.stitch-terms__sections,.stitch-ads__grid{gap:14px}.stitch-about__purpose-card,.stitch-about__feature-card,.stitch-contact__type-card,.stitch-privacy__card,.stitch-ads__card,.stitch-operation__card,.stitch-terms__editorial-card,.stitch-terms__contact-card{border-radius:20px}.stitch-about__purpose-card{padding:20px;gap:10px}.stitch-about__icon{width:34px;height:34px}.stitch-about__purpose-card p,.stitch-about__notice li,.stitch-contact__hero p,.stitch-contact__type-card p,.stitch-contact__reporting li p,.stitch-contact__email p,.stitch-terms__intro-box p,.stitch-terms__editorial-card li,.stitch-terms__contact-card p,.stitch-privacy__card p,.stitch-privacy__card li,.stitch-ads__card p,.stitch-ads__card li,.stitch-operation__card p,.stitch-operation__card li{font-size:.86rem;line-height:1.64}.stitch-about__feature-grid,.stitch-contact__type-grid,.stitch-terms__bento-grid{gap:12px}.stitch-about__feature-card{gap:10px;min-height:96px;padding:16px}.stitch-about__feature-card p,.stitch-contact__type-card strong,.stitch-contact__reporting strong,.stitch-contact__email strong,.stitch-terms__bento p,.stitch-operation__card-head h2{font-size:.88rem}.stitch-about__notice{gap:12px;padding:22px;border-radius:22px}.stitch-about__notice h2,.stitch-contact__types h2,.stitch-contact__reporting h2,.stitch-contact__email h2,.stitch-operation__hero .stitch-operation__subtitle,.stitch-privacy__card-head h2,.stitch-ads__card h2,.stitch-terms__editorial-side h2,.stitch-terms__bento-head h2{font-size:1.28rem}.stitch-about__notice ul,.stitch-privacy__card ul,.stitch-ads__card ul,.stitch-operation__card ul,.stitch-terms__editorial-card ul{gap:10px}.stitch-contact__types,.stitch-contact__reporting,.stitch-contact__email{margin-bottom:22px}.stitch-contact__type-card{gap:8px;padding:18px}.stitch-contact__reporting{padding:22px;border-radius:22px}.stitch-contact__subkicker{margin:2px 0 14px;font-size:.62rem}.stitch-contact__reporting ol,.stitch-ads__card--browser ol{gap:12px}.stitch-contact__reporting li>span,.stitch-ads__card--browser li>span{font-size:1.02rem}.stitch-contact__email{gap:12px;padding:22px;border-radius:24px}.stitch-contact__email-card{gap:5px;padding:14px;border-radius:16px}.stitch-contact__email-card span:first-child{font-size:.62rem}.stitch-contact__email-card strong{font-size:1rem}.stitch-contact__email-card div{font-size:.68rem}.stitch-terms__hero-copy{font-size:1.18rem}.stitch-terms__intro-box{padding:18px;border-radius:20px}.stitch-terms__editorial{gap:18px}.stitch-terms__editorial-side span,.stitch-terms__bento-head span{font-size:.6rem}.stitch-terms__editorial-side h2{font-size:1.62rem}.stitch-terms__editorial-card{padding:18px}.stitch-terms__bento-grid article{min-height:132px;padding:18px;border-radius:18px}.stitch-terms__contact-card{padding:20px}.stitch-terms__contact-email{margin-top:14px;font-size:.84rem}.stitch-terms__footer{gap:12px;margin-top:30px;padding-top:20px}.stitch-terms__footer p{font-size:.82rem}.stitch-privacy__intro{padding:20px;border-radius:20px}.stitch-privacy__intro p{font-size:.88rem;line-height:1.68}.stitch-privacy__card{gap:12px;padding:20px}.stitch-privacy__card-head{gap:8px}.stitch-privacy__card-head h2{font-size:1.22rem}.stitch-privacy__link-list,.stitch-ads__action-list{gap:8px}.stitch-privacy__link-list a,.stitch-ads__action-list a{padding:12px 14px;border-radius:14px;font-size:.76rem}.stitch-ads__card{gap:12px;padding:18px}.stitch-ads__image{min-height:164px;border-radius:20px}.stitch-ads__image div{padding:16px}.stitch-ads__image p,.stitch-ads__footer p{font-size:.72rem}.stitch-operation__subtitle{font-size:1rem}.stitch-operation__intro{padding:18px;border-radius:18px}.stitch-operation__intro p{font-size:.88rem;line-height:1.68}.stitch-operation__card{gap:12px;padding:20px}.stitch-operation__card-head span{font-size:.64rem}.stitch-operation__footer p{font-size:.74rem}@media(max-width:820px){.stitch-doc__topbar{padding:10px 12px}.stitch-doc__main{padding:16px 0 12px}.stitch-doc__headline{font-size:2rem}.stitch-about__purpose-card,.stitch-about__feature-card,.stitch-contact__type-card,.stitch-contact__reporting,.stitch-contact__email,.stitch-privacy__card,.stitch-ads__card,.stitch-operation__card,.stitch-terms__editorial-card,.stitch-terms__contact-card,.stitch-about__notice{padding:16px 14px;border-radius:18px}.stitch-doc__section-head h2,.stitch-about__notice h2,.stitch-contact__types h2,.stitch-contact__reporting h2,.stitch-contact__email h2,.stitch-operation__hero .stitch-operation__subtitle,.stitch-privacy__card-head h2,.stitch-ads__card h2,.stitch-terms__editorial-side h2,.stitch-terms__bento-head h2{font-size:1.12rem}.stitch-about__purpose-card p,.stitch-about__notice li,.stitch-contact__hero p,.stitch-contact__type-card p,.stitch-contact__reporting li p,.stitch-contact__email p,.stitch-terms__intro-box p,.stitch-terms__editorial-card li,.stitch-terms__contact-card p,.stitch-privacy__card p,.stitch-privacy__card li,.stitch-ads__card p,.stitch-ads__card li,.stitch-operation__card p,.stitch-operation__card li{font-size:.82rem}}.stitch-doc__brand{text-decoration:none;font-size:.84rem}.stitch-doc__headline{font-size:clamp(1.34rem,3.1vw,2.56rem);white-space:nowrap;line-height:1.02}.stitch-doc__lead{font-size:.84rem;line-height:1.58}.stitch-doc__kicker{font-size:.6rem}.stitch-doc__kicker--loose{font-size:.7rem}.stitch-terms__hero-copy{font-size:.94rem}.stitch-operation__subtitle{font-size:.84rem;font-family:inherit;font-style:normal;line-height:1.58}.stitch-doc__section-head h2,.stitch-about__notice h2,.stitch-contact__types h2,.stitch-contact__reporting h2,.stitch-contact__email h2,.stitch-privacy__card-head h2,.stitch-ads__card h2,.stitch-terms__editorial-side h2,.stitch-terms__bento-head h2{font-size:1.18rem}@media(max-width:820px){.stitch-doc__headline{font-size:1.28rem}.stitch-doc__lead{font-size:.8rem}.stitch-doc__kicker--loose,.stitch-terms__hero-copy,.stitch-operation__subtitle{font-size:.72rem}.stitch-doc__section-head h2,.stitch-about__notice h2,.stitch-contact__types h2,.stitch-contact__reporting h2,.stitch-contact__email h2,.stitch-privacy__card-head h2,.stitch-ads__card h2,.stitch-terms__editorial-side h2,.stitch-terms__bento-head h2{font-size:1.02rem}}:root[data-theme=dark] .home-hero-card{background:var(--hero-brand-gradient);box-shadow:var(--hero-card-shadow)}:root[data-theme=dark] .home-hero-card__background{opacity:.28}:root[data-theme=dark] .home-hero-card__cta{background:#f5f4ef14;color:#fff8f4;border:1px solid rgba(255,255,255,.14);box-shadow:none}:root[data-theme=dark] .home-featured-section__header h2,:root[data-theme=dark] .home-activity-card__header h2,:root[data-theme=dark] .home-promo-banner__overlay h3,:root[data-theme=dark] .dashboard-hero h1,:root[data-theme=dark] .dashboard-section__header h2,:root[data-theme=dark] .detail-sheet__titlebar h2,:root[data-theme=dark] .detail-summary h1,:root[data-theme=dark] .detail-workspace__title h3,:root[data-theme=dark] .app-shell__account-title{color:var(--ink-strong)}:root[data-theme=dark] .home-featured-card__meta-copy,:root[data-theme=dark] .explore-featured__meta-copy,:root[data-theme=dark] .detail-summary__host,:root[data-theme=dark] .detail-summary__verified{color:#f5f4efdb}:root[data-theme=dark] .home-featured-card__actions button,:root[data-theme=dark] .explore-featured__actions button,:root[data-theme=dark] .event-card__icon,:root[data-theme=dark] .detail-sheet__close{background:#f5f4ef14;color:var(--ink-strong)}:root[data-theme=dark] .home-featured-card__actions button:last-child,:root[data-theme=dark] .explore-featured__actions button:last-child{color:#9bcbff}:root[data-theme=dark] .dashboard-hero__stats div,:root[data-theme=dark] .home-activity__grid div,:root[data-theme=dark] .home-banner__copy,:root[data-theme=dark] .detail-facts div,:root[data-theme=dark] .detail-checklist article,:root[data-theme=dark] .detail-workspace,:root[data-theme=dark] .detail-workspace__result,:root[data-theme=dark] .event-card__frame--explore{background:var(--panel-surface-strong);box-shadow:var(--shadow)}:root[data-theme=dark] .detail-sheet{background:var(--panel-surface)}:root[data-theme=dark] .detail-sheet__header,:root[data-theme=dark] .detail-sheet__footer{background:var(--glass-surface)}:root[data-theme=dark] .detail-section--caption{background:#f5f4ef0f;border-color:#ffffff14}:root[data-theme=dark] .detail-summary__tags span,:root[data-theme=dark] .detail-workspace__prompt,:root[data-theme=dark] .tag-panel__trigger{background:#f5f4ef14;color:var(--ink-strong)}:root[data-theme=dark] .app-shell__menu-panel{background:var(--panel-surface);color:var(--ink-strong);box-shadow:0 12px 40px #00000052}:root[data-theme=dark] .app-shell__account-avatar{background:#f5f4ef14}:root[data-theme=dark] .app-shell__account-avatar-icon,:root[data-theme=dark] .app-shell__account-description,:root[data-theme=dark] .app-shell__account-link,:root[data-theme=dark] .app-shell__account-close{color:var(--ink-strong)}:root[data-theme=dark] .app-shell__account-link:hover,:root[data-theme=dark] .app-shell__account-link:focus-visible{background:#f5f4ef14}:root[data-theme=dark] .app-shell__account-link--disabled{color:#f5f4ef8c}.app-shell__menu-panel{top:0;bottom:0;left:0;width:18rem;max-width:calc(100vw - 32px);padding:24px;border:0;border-radius:0 32px 32px 0;background:#f5f3ee;box-shadow:0 12px 40px #1b1c190f;overflow:hidden}.app-shell__menu{position:fixed;inset:0;z-index:60;pointer-events:none}.app-shell__menu--open{pointer-events:auto}.app-shell__backdrop{position:fixed;inset:0;border:0;background:#1b1c1966;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .22s ease}.app-shell__menu--open .app-shell__backdrop{opacity:1}.app-shell__menu-panel{position:fixed;inset-block:0;left:0;z-index:61;width:18rem;max-width:calc(100vw - 32px);padding:24px;display:flex;flex-direction:column;gap:16px;background:#f5f3ee;color:#1b1c19;border-radius:0 32px 32px 0;box-shadow:0 12px 40px #1b1c190f;transform:translate(-100%);transition:transform .22s ease}.app-shell__menu--open .app-shell__menu-panel{transform:translate(0)}.app-shell__account-panel{display:flex;flex:1;min-height:100%;flex-direction:column;gap:16px}.app-shell__account-top{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:32px;border-bottom:1px solid rgba(228,226,221,.3)}.app-shell__account-close{align-self:flex-end;margin-bottom:16px;padding:0;border:0;background:transparent;color:#5a403fe6;cursor:pointer;transition:color .16s ease}.app-shell__account-close:hover,.app-shell__account-close:focus-visible{color:#1b1c19;outline:none}.app-shell__account-close-icon{font-size:24px;line-height:1}.app-shell__account-avatar{width:64px;height:64px;margin-bottom:16px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:#eae8e3}.app-shell__account-avatar img{width:100%;height:100%;object-fit:cover}.app-shell__account-avatar-icon{font-size:30px;color:#5a403fe6;line-height:1}.app-shell__account-title{margin:0 0 8px;color:#1b1c19;font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.app-shell__account-description{margin:0 0 24px;color:#5a403fe6;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;line-height:1.6}.app-shell__account-actions{width:100%;display:flex;flex-direction:column;gap:12px}.app-shell__account-login{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:8px;background:linear-gradient(90deg,#b52330,#ff5a5f);color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 4px 14px #b5233033;transition:opacity .16s ease,transform .16s ease}.app-shell__account-login:hover,.app-shell__account-login:focus-visible{opacity:.9;transform:scale(.98);outline:none}.app-shell__account-nav{flex:1;margin-top:16px}.app-shell__account-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.app-shell__account-link{display:inline-flex;align-items:center;gap:16px;width:100%;padding:12px;border:0;border-radius:12px;background:transparent;color:#1b1c19;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .16s ease,transform .16s ease,color .16s ease}.app-shell__account-link:hover,.app-shell__account-link:focus-visible{background:#ffffff80;outline:none;transform:scale(.98)}.app-shell__account-link-icon{font-size:1.25rem;line-height:1}.app-shell__account-bottom{margin-top:auto;padding-top:16px}.app-shell__utility-links{display:grid;gap:24px;flex:1;margin-top:8px;padding:0 0 0 2px;border-radius:0;background:transparent}.app-shell__utility-grid{display:grid;gap:4px}.app-shell__utility-link{display:flex;align-items:center;gap:14px;margin:0 16px 0 0;padding:12px 20px 12px 14px;border-radius:9999px;color:#1c1c17;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.94rem;font-weight:500;text-decoration:none;opacity:1;transition:background-color .16s ease,color .16s ease,transform .2s ease,border-color .2s ease}.app-shell__utility-link-icon{font-size:1.25rem;line-height:1;color:var(--primary);transition:transform .2s ease}.app-shell__utility-link-label{font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.9rem;font-weight:500}.app-shell__utility-link:hover,.app-shell__utility-link:focus-visible{background:#f6f3eb;color:#1c1c17;outline:none;transform:translate(2px)}.app-shell__utility-link:hover .app-shell__utility-link-icon,.app-shell__utility-link:focus-visible .app-shell__utility-link-icon{transform:scale(1.1)}.app-shell__utility-footer{display:grid;gap:4px;margin:0 24px;padding:14px 16px;border-radius:18px;background:var(--surface-container-low)}.app-shell__utility-powered{margin:0;color:#1c1c1766;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.56rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.app-shell__utility-brand{margin:0;color:var(--primary);font-family:"Noto Serif KR",serif;font-size:.96rem;font-style:italic;font-weight:700}.app-shell__account-link--disabled{opacity:.5;cursor:not-allowed}.app-shell__account-link--disabled:hover,.app-shell__account-link--disabled:focus-visible{background:transparent;transform:none}.event-list-section__header p{margin:0;color:#7b756e;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:.58rem;font-weight:600}.app-shell__menu-panel{top:0;bottom:0;left:0;width:18rem;max-width:calc(100vw - 32px);padding:24px 20px 24px 12px;border:0;border-radius:0 32px 32px 0;background:#f5f3ee;box-shadow:0 12px 40px #1b1c190f;overflow:hidden}.app-shell__backdrop{background:#1b1c1966;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.app-shell__profile{gap:24px;padding:32px 28px 28px;border-bottom:0;background:var(--surface-container-low)}.app-shell__profile-header{display:flex;align-items:center;gap:16px}.app-shell__profile-avatar{width:64px;height:64px;overflow:hidden;border-radius:18px;box-shadow:0 10px 22px #1b1c191a;background:var(--surface-container-highest)}.app-shell__profile-avatar img{width:100%;height:100%;object-fit:cover}.app-shell__profile-copy{display:grid;gap:6px}.app-shell__profile-copy h2{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:800;letter-spacing:-.04em;line-height:1.05}.app-shell__profile-copy p{margin:0;color:#1b1c1994;font-family:Plus Jakarta Sans,sans-serif;font-size:.88rem;line-height:1.45}.app-shell__profile-badge{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:42px;padding:0 16px;border-radius:12px;background:#b523301a;color:var(--primary);font-family:Plus Jakarta Sans,sans-serif;font-size:.9rem;font-weight:800}.app-shell__menu-sections{display:grid;gap:28px;padding:24px 0 12px}.app-shell__menu-section{display:grid;gap:10px}.app-shell__section-heading{display:flex;align-items:center;gap:10px;padding:0 28px}.app-shell__section-icon{color:var(--primary);font-size:1rem;line-height:1}.app-shell__section-label{margin:0;color:#1b1c195c;font-family:Plus Jakarta Sans,sans-serif;font-size:.74rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.app-shell__menu-links{display:grid;gap:2px;padding-right:14px}.app-shell__menu-link{display:inline-flex;align-items:center;justify-content:flex-start;gap:16px;min-height:52px;padding:0 28px;border:0;border-radius:0 999px 999px 0;background:transparent;color:#1b1c19cc;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:500;text-decoration:none}.app-shell__menu-link-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;font-size:1.05rem;line-height:1}.app-shell__menu-link--active{background:var(--primary);color:#fff;font-weight:800}.app-shell__menu-link:hover,.app-shell__menu-link:focus-visible{background:var(--surface-container-low);outline:none}.app-shell__menu-link--active:hover,.app-shell__menu-link--active:focus-visible{background:var(--primary)}.app-shell__menu-footer{margin-top:auto;padding:22px 28px 28px;border-top:1px solid rgba(27,28,25,.06)}.app-shell__auth-button,.app-shell__auth-link{display:inline-flex;align-items:center;justify-content:flex-start;gap:14px;width:100%;min-height:44px;padding:0;border:0;background:transparent;color:#1b1c1994;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:700;text-decoration:none}.app-shell__auth-button:hover,.app-shell__auth-link:hover,.app-shell__auth-button:focus-visible,.app-shell__auth-link:focus-visible{color:var(--ink-strong);background:transparent;outline:none}.app-shell__menu-footer--guest{display:grid;gap:12px}.app-shell__auth-link--primary{justify-content:center;min-height:48px;padding:0 16px;border-radius:14px;background:linear-gradient(180deg,var(--primary),var(--primary_container));color:#fff;box-shadow:0 12px 24px #b523302e}.app-shell__auth-link--primary:hover,.app-shell__auth-link--primary:focus-visible{color:#fff}.app-shell__menu-close{min-height:40px;padding:0;border:0;background:transparent;color:#1b1c1994;font-family:Plus Jakarta Sans,sans-serif;font-size:.88rem;font-weight:700;cursor:pointer}.app-shell__topbar-symbol,.app-shell__bottom-symbol,.app-shell__auth-icon,.app-shell__profile-badge-icon,.app-shell__section-icon,.app-shell__menu-link-icon,.home-hero-card__cta-icon,.home-featured-section__more-icon,.home-activity-card__cta-icon,.home-featured-card__action-symbol{line-height:1}.app-shell__topbar-symbol,.app-shell__bottom-symbol{font-size:24px}.app-shell__auth-icon,.app-shell__section-icon,.app-shell__menu-link-icon,.home-hero-card__cta-icon,.home-featured-section__more-icon,.home-activity-card__cta-icon,.home-featured-card__action-symbol{font-size:20px}.app-shell__profile-badge-icon{font-size:16px;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.detail-page--modal{gap:0;margin:-6px -18px -112px;padding:0}.detail-sheet{position:relative;min-height:calc(100dvh - 72px);border-radius:40px 40px 0 0;background:var(--surface);box-shadow:0 -12px 40px #1b1c191f;overflow:hidden}.detail-sheet__header{position:sticky;top:0;z-index:20;display:grid;gap:16px;padding:12px 24px 14px;background:#fbf9f4f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.detail-sheet__handle{width:48px;height:6px;margin:0 auto;border-radius:999px;background:var(--surface-variant, #e4e2dd)}.detail-sheet__titlebar{display:flex;align-items:center;justify-content:space-between}.detail-sheet__titlebar h2{margin:0;color:var(--ink-strong);font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;font-weight:800;letter-spacing:-.03em}.detail-sheet__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--surface-container);color:var(--on-surface-variant, #5a403f);font-size:1.6rem;text-decoration:none}.detail-sheet__body{display:grid;gap:16px;padding:18px 24px 164px}.detail-summary{display:grid;gap:10px}.detail-summary__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-summary__host{display:inline-flex;align-items:center;gap:6px;color:#000000f2;font-family:Plus Jakarta Sans,sans-serif;font-size:.725rem;font-weight:5500}.detail-summary__verified{color:#000000f2;font-size:.5rem}.detail-summary__deadline{display:inline-flex;align-items:center;min-height:30px;padding:0 14px;border-radius:999px;background:#b523301a;color:var(--primary);font-family:Plus Jakarta Sans,sans-serif;font-size:.725rem;font-weight:800;letter-spacing:.04em}.detail-summary h1{margin:0;color:var(--ink-strong);font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;font-weight:800;line-height:1.14;letter-spacing:-.05em}.detail-summary__tags{display:flex;flex-wrap:wrap;gap:10px}.detail-summary__tags span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--surface-container-low);color:var(--on-surface-variant, #5a403f);font-family:Plus Jakarta Sans,sans-serif;font-size:.725rem;font-weight:700}.detail-section{display:grid;gap:8px}.detail-section--caption{padding:24px;border-radius:32px;background:#f5f3ee99;border:1px solid rgba(228,226,221,.5)}.detail-section--caption h3{display:flex;align-items:center;gap:10px;margin:0;color:var(--on-surface-variant, #5a403f);font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:800}.detail-section--caption h3 svg{width:20px;height:20px}.detail-caption p{margin:0;color:var(--ink-strong);font-family:Plus Jakarta Sans,sans-serif;font-size:.825rem;font-weight:500;line-height:1.85;white-space:pre-wrap}.detail-section__eyebrow{margin:0;color:var(--secondary);font-family:Plus Jakarta Sans,sans-serif;font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.detail-checklist{display:grid;gap:10px}.detail-checklist article{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:20px;background:var(--surface-container-lowest);box-shadow:0 6px 18px #1b1c190a}.detail-checklist__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--secondary)}.detail-checklist__icon svg{width:22px;height:22px}.detail-checklist article span:last-child{color:var(--ink-strong);font-family:Plus Jakarta Sans,sans-serif;font-size:.92rem;font-weight:700}.detail-facts{display:grid;gap:8px}.detail-facts div{display:grid;gap:4px;padding:16px 18px;border-radius:22px;background:#ffffffb3}.detail-facts dt{margin:0;color:var(--ink-soft);font-family:Plus Jakarta Sans,sans-serif;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.detail-facts dd{margin:0;color:var(--ink-strong);font-family:Plus Jakarta Sans,sans-serif;font-size:.9rem;font-weight:700}.detail-workspace{display:grid;gap:18px;padding:24px;border-radius:30px;background:var(--surface-container-lowest);box-shadow:0 8px 24px #1b1c190d}.detail-workspace__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-workspace__title{display:inline-flex;align-items:center;gap:8px}.detail-workspace__title h3{margin:0;color:var(--ink-strong);font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:800}.detail-workspace__title span{color:var(--primary);font-size:1rem}.detail-workspace__badge{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:8px;background:#b523301a;color:var(--primary);font-family:Plus Jakarta Sans,sans-serif;font-size:.64rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.detail-workspace__generate{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:56px;border:0;border-radius:18px;background:var(--primary);color:var(--on-primary, #fff);font-family:Plus Jakarta Sans,sans-serif;font-size:.98rem;font-weight:700;box-shadow:0 14px 24px #b5233033}.detail-workspace__generate:disabled{opacity:.56}.detail-workspace__prompt{width:100%;min-height:92px;padding:14px 16px;border:1px solid rgba(181,35,48,.12);border-radius:18px;background:var(--surface-container-low);color:var(--ink-strong);font-family:Plus Jakarta Sans,sans-serif;font-size:.92rem;line-height:1.7;resize:vertical}.detail-workspace__login,.detail-workspace__message{color:var(--on-surface-variant, #5a403f);font-family:Plus Jakarta Sans,sans-serif;font-size:.84rem;line-height:1.6}.detail-workspace__login{text-decoration:underline;text-underline-offset:3px}.detail-workspace__results{display:grid;gap:14px}.detail-workspace__result{position:relative;display:grid;gap:14px;padding:18px 18px 14px;border-radius:22px;background:var(--surface-container-low)}.detail-workspace__result p{margin:0;padding-right:28px;color:var(--ink-strong);font-family:Plus Jakarta Sans,sans-serif;font-size:.92rem;line-height:1.75}.detail-workspace__result>button{position:absolute;top:16px;right:14px;width:22px;height:22px;border:0;background:transparent;color:#b52330b3}.detail-workspace__result>button svg{width:20px;height:20px}.detail-workspace__result-footer{display:flex;justify-content:flex-end}.detail-workspace__result-footer span{display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:8px;background:#b523300d;color:var(--primary);font-family:Plus Jakarta Sans,sans-serif;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.detail-instagram-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-radius:22px;background:#b523301a;color:var(--ink-strong);text-decoration:none}.detail-instagram-link>div{display:flex;align-items:center;gap:12px}.detail-instagram-link__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#f9ce34,#ee2a7b 58%,#6228d7);color:#fff}.detail-instagram-link__icon svg{width:18px;height:18px}.detail-instagram-link span:last-child{font-family:Plus Jakarta Sans,sans-serif;font-size:.95rem;font-weight:700}.detail-sheet__footer{position:absolute;bottom:0;left:0;right:0;display:flex;gap:12px;padding:16px 24px 32px;border-top:1px solid rgba(228,226,221,.4);background:#fbf9f4f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.detail-sheet__secondary,.detail-sheet__primary{min-height:62px;border-radius:20px;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:800}.detail-sheet__secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:1;border:2px solid rgba(228,226,221,.9);background:transparent;color:var(--on-surface-variant, #5a403f)}.detail-sheet__secondary svg{width:20px;height:20px}.detail-sheet__primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:2;border:0;background:var(--primary);color:var(--on-primary, #fff);box-shadow:0 14px 24px #b5233033}.app-shell__bottom-nav{position:fixed;left:50%;right:auto;bottom:0;transform:translate(-50%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:min(100%,393px);max-width:calc(100vw - 18px);padding:10px 16px calc(12px + env(safe-area-inset-bottom));border:0;border-radius:28px 28px 0 0;background:var(--surface);box-shadow:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:40}.app-shell__bottom-nav>.app-shell__bottom-link{width:100%;max-width:none;justify-content:center}.explore-page--standard{display:grid;gap:24px;padding-top:0}.explore-featured{display:grid;gap:0}.explore-featured__header--standard{margin:0 0 8px}.explore-page__eyebrow{margin:0 0 4px;font-size:.75rem;font-weight:800;line-height:1;letter-spacing:.2em;text-transform:uppercase;color:var(--primary)}.explore-featured__header--standard h2,.explore-page__catalog-header h2{margin:0;font-family:Plus Jakarta Sans,SUIT,sans-serif;font-size:1rem;font-weight:700;line-height:1.12;letter-spacing:-.04em;color:var(--on-surface)}.explore-featured__rail{display:flex;gap:24px;overflow-x:auto;margin:8px -18px 0;padding:0 18px 16px;scrollbar-width:none;-ms-overflow-style:none;scroll-padding-inline:18px}.explore-featured__rail::-webkit-scrollbar{display:none}.explore-featured__shell{display:grid;gap:8px;min-width:280px;width:280px;flex:0 0 280px;scroll-snap-align:start}.explore-featured__card--poster{position:relative;display:block;width:280px;height:380px;aspect-ratio:auto;overflow:hidden;border-radius:1.5rem;text-decoration:none;background:var(--surface-container-low);box-shadow:0 12px 40px #1b1c190f}.explore-featured__card--poster img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.explore-featured__shell:hover .explore-featured__card--poster img{transform:scale(1.1)}.explore-featured__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:8px;background:linear-gradient(180deg,#080a0e14,#080a0ecc)}.explore-featured__new{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:24px;padding:0 12px;border-radius:999px;background:var(--primary);color:#fff;font-size:.625rem;font-weight:900;letter-spacing:.14em}.explore-featured__copy{display:grid;gap:8px}.explore-featured__hook{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:22px;padding:0 12px;border-radius:999px;background:var(--secondary);color:#fff;font-size:.625rem;font-weight:700;line-height:1}.explore-featured__copy strong{display:block;color:#fff;font-size:1rem;font-weight:700;line-height:1.15;letter-spacing:-.04em;text-shadow:0 1px 8px rgba(0,0,0,.24)}.explore-featured__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px}.explore-featured__meta-copy{display:inline-flex;align-items:center;gap:12px;color:var(--on-surface-variant);font-size:.6875rem;font-weight:700}.explore-featured__meta-copy span+span:before{content:"";width:4px;height:4px;margin-right:12px;display:inline-block;border-radius:999px;background:#e2bebc4d}.explore-featured__actions{display:inline-flex;gap:0px}.explore-featured__actions button{width:30px;height:30px;display:inline-grid;place-items:center;border:0;border-radius:999px;background:var(--surface-container);color:var(--primary);cursor:pointer}.explore-featured__actions button:last-child{color:var(--secondary)}.explore-featured__actions .material-symbols-outlined{font-size:16px;line-height:1}.explore-featured__footer{display:flex;justify-content:center;margin-top:0}.explore-page__collapse{display:inline-flex;align-items:center;justify-content:center;gap:0px;min-height:32px;padding:0 16px;border:1px solid rgba(226,190,188,.2);border-radius:999px;background:var(--surface-container-high);color:var(--primary);font-size:.625rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.explore-page__collapse .material-symbols-outlined{font-size:18px;line-height:1}.explore-page__catalog{display:grid;gap:0px;margin-top:0;padding-top:32px;border-top:1px solid var(--surface-container-highest)}.explore-page__catalog-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.tag-panel__trigger{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 25px 0 16px;margin-right:15px;border:0;border-radius:999px;background:var(--surface-container-high);color:var(--on-surface-variant);box-shadow:none;font-size:.875rem;font-weight:700;white-space:nowrap}.tag-panel__icon,.tag-panel__trigger .material-symbols-outlined{font-size:14px;line-height:1;flex:0 0 14px}.event-list-section{display:grid;gap:0}.event-list-section__header{min-height:0}.event-list-section__header p{margin:0;color:#1b1c1994;font-size:.875rem;font-weight:700}.event-list{display:grid;gap:12px;width:100%;margin:0;padding-inline:0;box-sizing:border-box}.event-card--explore{position:relative;background:transparent}.event-card__frame--explore{min-height:0;padding:16px;border:1px solid rgba(226,190,188,.1);border-radius:1.5rem;background:var(--surface-container-lowest);box-shadow:0 12px 40px #1b1c190a;display:flex;flex-direction:column;gap:0;overflow:hidden}.event-card__accent{position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--primary);border-radius:2rem 0 0 2rem;opacity:0;transition:opacity .18s ease}.event-card__frame--explore:hover .event-card__accent,.event-card__frame--explore:focus-visible .event-card__accent{opacity:1}.event-card__icon-actions{display:inline-flex;gap:8px;align-items:center;flex-shrink:0}.event-card__icon{width:30px;height:30px;display:inline-grid;place-items:center;border:0;border-radius:999px;background:#eae8e380;color:var(--on-surface-variant);box-shadow:none;cursor:pointer}.event-card__icon .material-symbols-outlined{font-size:15px;line-height:1}.event-card__icon--saved{color:var(--primary)}.event-card__icon--success{background:#006c4c1a;color:var(--tertiary)}.event-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.event-card__chips{display:flex;flex-wrap:wrap;gap:8px;flex:1;min-width:0}.event-card__tag{padding:4px 12px;border-radius:999px;background:#00629f1a;color:var(--secondary);font-size:.625rem;font-weight:700;line-height:1}.event-card__tag--new{background:#b523301a;color:var(--primary)}.event-card__tag--easy{background:#006c4c1f;color:var(--tertiary)}.event-card__tag--normal{background:#d69f0a29;color:#8a5a00}.event-card__tag--hard{background:#b523301f;color:var(--primary)}.event-card__body--explore{display:flex;flex-direction:column}.event-card__title--explore{margin:0;color:var(--on-surface);font-size:1rem;font-weight:700;line-height:1.18;letter-spacing:-.04em}.event-card__frame--explore:hover .event-card__title--explore,.event-card__frame--explore:focus-visible .event-card__title--explore{color:var(--primary)}.event-card__handle--explore{margin:0;color:#5a403fb3;font-size:.625rem;font-weight:500}.event-card__rule{height:1px;margin:10px 0 0;background:#e4e2dd80}.event-card__deadline--explore{margin:10px 0 0;display:inline-flex;align-items:center;gap:4px;color:var(--primary);font-size:.75rem;font-weight:700}.event-card__deadline-icon{width:14px;height:14px;display:inline-grid;place-items:center;color:var(--primary);flex:0 0 14px}.event-card__deadline-icon .material-symbols-outlined{font-size:14px;line-height:1}
