@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";:root{--mg-blue: #339CFF;--mg-blue-deep: #1265E8;--mg-ink: #14233b;--mg-muted: #60708a;--mg-line: #dce6f3;--mg-surface: #ffffff;--mg-soft: #f4f8ff;--mg-safe: #0e9b68;--mg-warning: #a76500;--mg-danger: #c4384b;--mg-radius: 20px;--mg-shadow: 0 12px 32px rgb(31 73 125 / 10%)}*{box-sizing:border-box}.mg-button{min-height:44px;border:0;border-radius:12px;padding:0 16px;background:var(--mg-blue-deep);color:#fff;font:inherit;font-weight:750;cursor:pointer;transition:transform .16s ease,background .16s ease}.mg-button:hover{background:#0d56cc;transform:translateY(-1px)}.mg-button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgb(51 156 255 / 45%);outline-offset:2px}.mg-card{border:1px solid var(--mg-line);border-radius:var(--mg-radius);background:var(--mg-surface);box-shadow:var(--mg-shadow)}.mg-status{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:750;background:#edf2f8;color:var(--mg-muted)}.mg-status--safe{background:#e7f8f1;color:var(--mg-safe)}.mg-status--warning{background:#fff4df;color:var(--mg-warning)}.mg-status--danger{background:#ffebed;color:var(--mg-danger)}.mg-skeleton{display:block;border-radius:8px;background:linear-gradient(90deg,#e9eff7 25%,#f7faff 37%,#e9eff7 63%);background-size:400% 100%;animation:mg-shimmer 1.4s infinite}.mg-empty{padding:40px 20px;text-align:center;color:var(--mg-muted)}.mg-empty strong{display:block;color:var(--mg-ink);font-size:17px}.mg-empty p{margin:8px 0 18px}@keyframes mg-shimmer{0%{background-position:100% 0}to{background-position:0 0}}:root{font-family:DM Sans,Noto Sans KR,system-ui,sans-serif;color:var(--mg-ink);background:#f7faff;font-synthesis:none}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 86% 0,#e7f4ff 0,transparent 29rem),#f7faff}button,input,select{font:inherit}button{cursor:pointer}.skip{position:fixed;z-index:9;top:-100%;left:16px;padding:10px;background:#fff;color:var(--mg-blue-deep)}.skip:focus{top:12px}.header{height:76px;display:flex;align-items:center;gap:34px;max-width:1200px;margin:auto;padding:0 24px}.brand{display:flex;align-items:center;gap:7px;border:0;background:none;padding:8px 0}.brand img{width:97px;height:auto}.brand span{border:1px solid #b7d9ff;border-radius:99px;padding:2px 6px;color:var(--mg-blue-deep);font-size:11px;font-weight:800}.header nav{display:flex;gap:4px;flex:1}.header nav button,.bottom-nav button{min-height:44px;border:0;background:transparent;color:var(--mg-muted);padding:0 12px;font-weight:700}.header nav button.active{color:var(--mg-blue-deep);background:#e8f4ff;border-radius:10px}.profile{width:44px;height:44px;border:0;border-radius:50%;background:#dff1ff;color:var(--mg-blue-deep);font-weight:800}.page{max-width:1152px;margin:0 auto;padding:42px 24px 76px}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:38px;align-items:center;padding:52px 0 66px}.hero h1,.page-title h1{margin:14px 0 16px;font-size:clamp(34px,5vw,64px);line-height:1.16;letter-spacing:-.06em}.hero em{color:var(--mg-blue-deep);font-style:normal}.hero p,.page-title>div>p{font-size:17px;line-height:1.75;color:var(--mg-muted);max-width:570px}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:28px}.text-button{min-height:44px;border:0;background:none;padding:0 4px;color:var(--mg-blue-deep);font-weight:750}.trust-card{position:relative;padding:36px;overflow:hidden;background:linear-gradient(150deg,#1265e8,#339cff);color:#fff;border:0}.trust-card:after{content:"";position:absolute;width:210px;height:210px;border:36px solid rgb(255 255 255 / 10%);border-radius:50%;right:-100px;bottom:-105px}.shield{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#ffffff2e;font-size:25px}.trust-card strong{display:block;margin-top:28px;font-size:22px;line-height:1.5}.trust-card p{color:#e6f4ff;line-height:1.65}.trust-card .mg-status{background:#dff5e9;color:#0b8054}.assurance{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--mg-line);margin-bottom:68px}.assurance div{display:flex;gap:13px;align-items:center;padding:18px 20px;border-right:1px solid var(--mg-line);font-weight:700}.assurance div:last-child{border:0}.assurance b{color:var(--mg-blue)}.section-head,.page-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin:0 0 22px}.section-head h2{font-size:28px;margin:3px 0}.eyebrow{margin:0;color:var(--mg-blue-deep);font-size:13px;font-weight:800;letter-spacing:.03em}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.sub-card{display:flex;justify-content:space-between;gap:16px;padding:24px}.sub-card h3{margin:11px 0 4px;font-size:19px}.sub-card p{margin:0;color:var(--mg-muted);font-size:14px}.sub-card>strong{align-self:end;font-size:19px}.sub-card small{font-size:13px;color:var(--mg-muted);font-weight:500}.notice,.success{margin:0 0 16px;border-radius:12px;padding:12px 15px;background:#fff4df;color:#8d5800;font-size:14px}.notice button{border:0;background:none;color:inherit;text-decoration:underline;font-weight:800}.success{background:#e7f8f1;color:#08734b}.page-title h1{font-size:clamp(31px,4vw,46px);margin:8px 0}.page-title{align-items:center}.page-title .mg-button{white-space:nowrap}.editor{display:grid;grid-template-columns:1.2fr .8fr 1fr auto auto;gap:10px;align-items:end;border:1px solid #cbe1f8;border-radius:16px;background:#eff7ff;padding:15px;margin-bottom:20px}.editor label,.modal label{display:grid;gap:6px;color:var(--mg-muted);font-size:13px;font-weight:700}.editor input,.modal input,.modal select{height:44px;border:1px solid #bdcddd;border-radius:10px;padding:0 11px;background:#fff;color:var(--mg-ink)}.calendar{padding:20px;border:1px solid var(--mg-line);border-radius:var(--mg-radius);background:#fff;margin-bottom:22px}.month{display:flex;justify-content:center;gap:20px;align-items:center;margin-bottom:14px}.month button{width:44px;height:44px;border:0;background:#f1f7ff;border-radius:50%;font-size:22px;color:var(--mg-blue-deep)}.days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.days>div{min-height:68px;padding:7px;border-radius:10px;color:var(--mg-muted)}.days .has-event{background:#e8f4ff;color:var(--mg-blue-deep)}.days b{display:block;margin-top:4px;font-size:11px}.manage-sub{position:relative}.manage-sub .sub-card{box-shadow:none}.manage-sub>button{border:0;background:none;color:var(--mg-muted);margin:8px 0 0 8px;font-size:13px}.content-grid,.party-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.content-card{overflow:hidden}.poster{height:154px;display:flex;justify-content:space-between;align-items:end;padding:16px;background:linear-gradient(140deg,#1d3873,#74bcff);color:#fff}.poster span{align-self:start;font-size:12px;font-weight:800}.poster b{font-size:56px;opacity:.6}.content-copy{padding:17px}.content-copy h3,.party-card h3{margin:10px 0 5px;font-size:18px}.content-copy p,.party-card p{margin:0;color:var(--mg-muted);font-size:13px}.rating{display:flex;align-items:center;gap:2px;margin:15px 0 10px;color:#f4a000}.rating span{margin-right:6px;font-size:13px;font-weight:800}.rating button{border:0;background:none;padding:2px;color:inherit;font-size:16px}.watch-toggle{min-height:40px;width:100%;border:1px solid var(--mg-line);border-radius:10px;background:#fff;color:var(--mg-blue-deep);font-weight:700}.rotation{display:grid;grid-template-columns:1fr 40px 1fr;align-items:center;gap:14px}.rotation .mg-card{min-height:210px;padding:28px}.rotation h3{margin:10px 0;font-size:25px}.rotation p:not(.eyebrow){color:var(--mg-muted);line-height:1.7}.proposal{border-color:#9acaff;background:linear-gradient(135deg,#fff,#edf7ff)}.proposal .mg-button{margin-top:9px}.arrow{text-align:center;color:var(--mg-blue-deep);font-size:26px}.rotation-note{padding:26px;margin-top:28px}.rotation-note h3{margin:0}.rotation-note p{color:var(--mg-muted);line-height:1.7}.tabs{display:flex;gap:8px;overflow:auto;padding-bottom:14px;margin-bottom:4px}.tabs button{min-height:40px;white-space:nowrap;border:1px solid var(--mg-line);background:#fff;border-radius:999px;padding:0 14px;color:var(--mg-muted);font-weight:700}.tabs button.active{border-color:var(--mg-blue);background:var(--mg-blue);color:#fff}.party-card{display:grid;grid-template-columns:48px 1fr;gap:13px;padding:18px}.party-logo{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#e7f3ff;color:var(--mg-blue-deep);font-size:21px;font-weight:800}.party-card>strong{grid-column:1/-1;margin-top:4px;font-size:17px}.party-card .text-button{grid-column:1/-1;justify-self:start}.modal-backdrop{position:fixed;z-index:10;inset:0;display:grid;place-items:center;padding:18px;background:#0d1e338c}.modal{position:relative;width:min(100%,480px);display:grid;gap:14px;padding:28px;border-radius:22px;background:#fff;box-shadow:0 30px 70px #00000040}.modal h2{margin:0 0 6px}.close{position:absolute;top:12px;right:14px;width:44px;height:44px;border:0;background:transparent;font-size:27px;color:var(--mg-muted)}.account-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.account-grid .mg-card{padding:25px}.account-grid h3{margin:14px 0 8px}.account-grid p{line-height:1.7;color:var(--mg-muted)}.setting{display:flex;justify-content:space-between;align-items:center;min-height:52px;width:100%;border:0;border-top:1px solid var(--mg-line);background:none;text-align:left;color:var(--mg-ink)}.setting span{color:var(--mg-blue-deep);font-size:13px;font-weight:800}.withdraw{margin-top:30px;border:0;background:none;color:#8b98aa;text-decoration:underline}.loading-card{padding:24px}.line{height:18px;margin:8px 0}.w40{width:40%}.w60{width:60%}.w80{width:80%}.bottom-nav{display:none}@media(max-width:760px){.header{height:64px;padding:0 16px;gap:10px}.header nav{display:none}.brand img{width:85px}.profile{margin-left:auto}.page{padding:27px 16px 90px}.hero{grid-template-columns:1fr;gap:24px;padding:30px 0 35px}.hero h1{font-size:42px}.hero p,.page-title>div>p{font-size:15px}.trust-card{padding:25px}.assurance{margin-bottom:42px}.assurance div{padding:13px 7px;gap:6px;font-size:12px;text-align:center;flex-direction:column}.section-head h2{font-size:22px}.page-title{align-items:start;flex-direction:column}.page-title .mg-button{width:100%}.grid.two,.account-grid{grid-template-columns:1fr}.editor{grid-template-columns:1fr 1fr}.editor label:first-child{grid-column:1/-1}.days>div{min-height:49px;font-size:12px}.days b{font-size:9px;overflow:hidden;text-overflow:ellipsis}.content-grid,.party-grid{grid-template-columns:1fr}.content-card{display:grid;grid-template-columns:120px 1fr}.poster{height:auto;min-height:185px;flex-direction:column}.content-copy{padding:14px}.rotation{grid-template-columns:1fr}.rotation .mg-card{min-height:0}.arrow{transform:rotate(90deg);height:28px}.bottom-nav{position:fixed;z-index:5;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);padding:4px 3px env(safe-area-inset-bottom);border-top:1px solid var(--mg-line);background:#fffffff5;backdrop-filter:blur(10px)}.bottom-nav button{min-height:48px;padding:0 2px;font-size:11px}.bottom-nav button.active{color:var(--mg-blue-deep)}.modal{max-height:calc(100vh - 36px);overflow:auto}.hero-actions{flex-wrap:wrap}}@media(min-width:761px)and (max-width:980px){.content-grid,.party-grid{grid-template-columns:repeat(2,1fr)}}
