:root{--color-black:#000;--color-white:#fff;--color-blue:#4f8bfa;--color-red:#f44336;--color-gold:#bfa14a;--color-silver:#8f949a;--color-grey-50:#f2f3f3;--color-grey-100:#e5e6e6;--color-grey-200:#d1d3d3;--color-grey-300:#bcbebf;--color-grey-400:#a3a6a6;--color-grey-500:#838487;--color-grey-600:#6b6d70;--color-grey-700:#54565a;--color-grey-800:#3e4043;--color-grey-900:#2b2d30;--color-success:#4caf50;--color-warning:#ff9800;--color-page-background:#f8f7f5;--color-surface:var(--color-white);--color-background:var(--color-grey-50);--color-on-surface:var(--color-grey-900);--color-primary:var(--color-blue);--color-secondary:var(--color-gold);--color-error:var(--color-red);--space-content-max-width:1200px;--space-gnb-height:80px;--space-gnb-height-compact:48px;--space-grid-columns:12;--space-grid-column-width:78px;--space-grid-gutter:24px;--space-section-y:80px;--space-section-x:40px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-xxl:40px;--space-xxxl:56px;--space-gallery-tile-size:180px;--space-gallery-tile-gap:24px;--space-gallery-columns-desktop:6;--space-hero-height-desktop:329px;--space-hero-height-mobile:240px;--space-mo-frame-width:375px;--space-mo-horizontal-padding:16px;--space-mo-content-width:343px;--space-mo-ad-banner-height:80px;--space-mo-ad-large-height:250px;--space-mo-hero-height-short:128px;--space-mo-hero-height-medium:300px;--space-mo-hero-height-partner:300px;--space-mo-hero-height-schedule:409px;--space-mo-hero-height-budget:439px;--space-mo-home-schedule-detail-height:440px;--space-mo-schedule-detail-height:484px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:20px;--radius-full:999px;--breakpoint-mobile:500px;--breakpoint-tablet:720px;--breakpoint-desktop:1280px;--breakpoint-wide-desktop:1440px;--font-korean:Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-english:CormorantGaramond, Georgia, serif;--text-h1-size:32px;--text-h1-weight:700;--text-h1-line-height:1.2;--text-h2-size:28px;--text-h2-weight:600;--text-h2-line-height:1.2;--text-h3-size:24px;--text-h3-weight:600;--text-h3-line-height:1.3;--text-h4-size:20px;--text-h4-weight:600;--text-h4-line-height:1.3;--text-body-large-size:18px;--text-body-medium-size:16px;--text-body-small-size:14px;--text-caption-size:12px;--text-button-large-size:18px;--text-button-medium-size:16px;--text-button-small-size:14px;--shadow-card:0 18px 45px #2b2d301f;--shadow-modal:0 8px 24px #0000003d;--shadow-floating:0 1px 4px #2b2d301f;--black:var(--color-black);--white:var(--color-white);--blue:var(--color-blue);--red:var(--color-red);--gold:var(--color-gold);--grey-50:var(--color-grey-50);--grey-100:var(--color-grey-100);--grey-200:var(--color-grey-200);--grey-300:var(--color-grey-300);--grey-400:var(--color-grey-400);--grey-500:var(--color-grey-500);--grey-600:var(--color-grey-600);--grey-700:var(--color-grey-700);--grey-800:var(--color-grey-800);--grey-900:var(--color-grey-900);--page-bg:var(--color-page-background);--max-width:var(--space-content-max-width)}*{box-sizing:border-box}html,body{min-height:100%;margin:0;overflow-x:hidden}body{background:var(--page-bg);color:var(--grey-900);font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}:where(a[href],button,input,select,textarea,[tabindex]:not([tabindex="-1"])):focus{outline:none}:where(a[href],button,input,select,textarea,[tabindex]:not([tabindex="-1"])):focus-visible{outline:3px solid var(--blue);outline-offset:3px;box-shadow:0 0 0 4px #4f8bfa2e}.modal-backdrop :focus-visible,.confirm-dialog :focus-visible{outline-color:var(--gold);box-shadow:0 0 0 4px #bfa14a38}:where(.page-shell,.login-content,.migration-panel,.confirm-dialog) :where(h1,h2,h3,p,li,dt,dd,label,button,a,span,strong,small){overflow-wrap:anywhere}.loading-screen{place-items:center;min-height:100svh;display:grid}.spinner{border:3px solid var(--grey-200);border-top-color:var(--grey-900);border-radius:999px;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.topbar{z-index:20;border-bottom:1px solid var(--grey-100);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;width:100%;max-width:100vw;min-height:68px;padding:0 clamp(20px,4vw,48px);display:grid;position:sticky;top:0;overflow-x:hidden}.brand{white-space:nowrap;align-items:center;gap:10px;font-weight:700;display:inline-flex}.brand img{width:34px;height:auto}.nav{align-items:center;gap:4px;min-width:0;max-width:100%;display:flex;overflow-x:auto}.nav a{min-height:38px;color:var(--grey-700);white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:0 12px;font-size:14px;display:inline-flex}.nav a.active,.nav a:hover{background:var(--grey-50);color:var(--grey-900)}.nav-unread-badge{background:var(--red);min-width:18px;height:18px;color:var(--white);border-radius:999px;place-items:center;padding:0 5px;font-size:11px;font-weight:900;line-height:1;display:inline-grid}.text-button{color:var(--grey-700);cursor:pointer;background:0 0;border:0}.topbar-actions{white-space:nowrap;align-items:center;gap:12px;display:inline-flex}.mobile-nav-menu,.mobile-quick-actions{display:none}.mobile-icon-link,.mobile-nav-menu summary{position:relative}.mobile-icon{color:currentColor;display:inline-block;position:relative}.mobile-icon-bell{border:1.6px solid;border-bottom:0;border-radius:9px 9px 5px 5px;width:15px;height:15px}.mobile-icon-bell:before{content:"";background:currentColor;border-radius:999px;height:1.6px;position:absolute;bottom:-3px;left:-3px;right:-3px}.mobile-icon-bell:after{content:"";background:currentColor;border-radius:999px;width:4px;height:4px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.mobile-icon-user{width:19px;height:20px}.mobile-icon-user:before{content:"";border:1.7px solid;border-radius:999px;width:6px;height:6px;position:absolute;top:1px;left:50%;transform:translate(-50%)}.mobile-icon-user:after{content:"";border:1.7px solid;border-bottom:0;border-radius:999px 999px 0 0;height:9px;position:absolute;bottom:1px;left:1px;right:1px}.mobile-icon-menu{background:currentColor;border-radius:999px;width:18px;height:1.6px;box-shadow:0 -6px,0 6px}.mobile-icon-badge{border:1px solid var(--white);background:var(--red);min-width:12px;height:12px;color:var(--white);text-align:center;border-radius:999px;padding:0 3px;font-size:8px;font-weight:900;line-height:10px;position:absolute;top:3px;right:3px}.primary-button,.primary-link,.secondary-link{border:1px solid var(--grey-900);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:700;display:inline-flex}.primary-button,.primary-link{background:var(--grey-900);color:var(--white)}.secondary-link{background:var(--white);color:var(--grey-900)}.danger-link{border-color:var(--red);color:var(--red)}.danger-button{border-color:var(--red);background:var(--red)}.primary-button:disabled{border-color:var(--grey-200);background:var(--grey-200);color:var(--grey-500);cursor:progress}.secondary-link:disabled{border-color:var(--grey-200);color:var(--grey-500);cursor:progress}.modal-backdrop{z-index:300;background:#0000005c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{background:var(--white);text-align:center;border-radius:16px;gap:16px;width:min(100%,400px);padding:32px 24px 24px;display:grid;box-shadow:0 8px 24px #0000003d}.confirm-dialog h2{margin:0;font-size:24px}.confirm-dialog p{color:var(--grey-700);margin:0;line-height:1.6}.confirm-dialog strong{color:var(--grey-900)}.confirm-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:4px;display:grid}.mo-content-frame{width:min(var(--space-mo-content-width), calc(100vw - var(--space-mo-horizontal-padding) * 2));margin:0 auto}.mo-section-band{width:min(var(--space-mo-frame-width), 100%);margin:0 auto}.mo-section-band-page{background:var(--page-bg)}.mo-section-band-white{background:var(--white)}.mo-section-band-transparent{background:0 0}.mo-ad-slot{width:min(var(--space-mo-frame-width), 100%);background:var(--grey-50);margin:0 auto;overflow:hidden}.mo-ad-slot-banner{height:var(--space-mo-ad-banner-height)}.mo-ad-slot-large{height:var(--space-mo-ad-large-height)}.mo-ad-slot-figma{color:var(--white);background:#d9d9d9;place-items:center;font-size:24px;font-weight:800;display:grid}.mo-ad-slot img{object-fit:cover;width:100%;height:100%;display:block}.mo-footer{width:min(var(--space-mo-frame-width), 100%);min-height:431px;padding:64px var(--space-mo-horizontal-padding) 48px;background:var(--white);color:var(--grey-700);text-align:center;align-content:start;justify-items:center;gap:24px;margin:0 auto;display:grid}.mo-footer-mark{color:#0000;width:59px;height:60px;font-family:var(--font-english);opacity:.32;background:url(/assets/Vector.png) 50%/contain no-repeat;border:0;place-items:center;font-size:30px;line-height:1;display:grid}.mo-footer-logo{object-fit:contain;width:139px;height:40px}.mo-footer nav{flex-wrap:wrap;justify-content:center;gap:10px 14px;display:flex}.mo-footer-menu{max-width:250px}.mo-footer-legal{max-width:310px;padding-top:2px}.mo-footer a{color:var(--grey-700);font-size:12px;font-weight:700}.mo-footer-copy{color:var(--grey-400);margin:-4px 0 0;font-size:11px;line-height:1.5}.mo-overlay-backdrop{z-index:300;background:#0009;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.mo-confirm-backdrop{background:#000000c7;align-items:center;padding:24px 16px}.mo-bottom-sheet{width:min(var(--space-mo-frame-width), 100vw);background:var(--white);max-height:min(606px,100svh - 24px);box-shadow:var(--shadow-modal);border-radius:16px 16px 0 0;position:relative;overflow:auto}.mo-sheet-close-hit{cursor:pointer;background:0 0;border:0;place-items:center;width:100%;height:28px;display:grid}.mo-sheet-handle{border-radius:var(--radius-full);background:var(--grey-300);width:48px;height:4px}.mo-sheet-header{align-items:center;min-height:36px;padding:0 24px 12px;display:flex}.mo-sheet-header h2{color:var(--grey-900);margin:0;font-size:20px;line-height:1.3}.mo-sheet-centered-header .mo-sheet-header{justify-content:center;min-height:54px;padding:0 24px 20px;position:relative}.mo-sheet-icon-close{width:32px;height:32px;color:var(--grey-900);cursor:pointer;background:0 0;border:0;place-items:center;font-size:34px;font-weight:300;line-height:1;display:grid;position:absolute;top:0;left:16px}.mo-sheet-content{width:min(327px,100% - 48px);margin:0 auto;padding-bottom:24px}.mo-sheet-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 24px 24px;display:grid}.mo-confirm-dialog{background:var(--white);text-align:center;border-radius:16px;width:min(343px,100vw - 32px);padding:36px 24px 23px;box-shadow:0 8px 12px #0000003d}.mo-confirm-dialog h2{color:var(--grey-900);margin:0;font-size:20px;line-height:1.3}.mo-confirm-body{color:var(--grey-700);gap:10px;margin:18px 0 22px;font-size:16px;font-weight:500;line-height:1.5;display:grid}.mo-confirm-body p{margin:0}.schedule-delete-confirm-dialog h2,.schedule-delete-confirm-dialog .mo-confirm-body{transform:translateY(-2px)}.budget-delete-confirm-dialog{border-radius:12px}.budget-delete-confirm-dialog .mo-confirm-body{margin:18px 0 21px}.mo-confirm-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.mo-confirm-actions .primary-button,.mo-confirm-actions .secondary-link{border-radius:4px;justify-content:center;width:100%;min-height:56px;font-size:16px;font-weight:600}.mo-confirm-actions .primary-button{border-color:var(--grey-800);background:var(--grey-800)}.mo-confirm-actions .secondary-link{border-color:var(--grey-800);color:var(--grey-700);font-weight:500}.mo-calendar-grid{grid-template-columns:repeat(7,44px);justify-content:space-between;row-gap:8px;width:100%;display:grid}.mo-calendar-weekday{height:22px;color:var(--grey-500);place-items:center;font-size:11px;font-weight:800;display:grid}.mo-calendar-cell{border-radius:var(--radius-full);width:44px;min-width:44px;height:44px;min-height:44px;color:var(--grey-800);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:relative}.mo-calendar-cell.today{box-shadow:inset 0 0 0 1px var(--gold)}.mo-calendar-cell.selected{background:var(--grey-900);color:var(--white)}.mo-calendar-cell-empty{cursor:default}.mo-calendar-day-number{z-index:1;font-size:13px;font-weight:800;position:relative}.mo-button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 16px;font-weight:800;line-height:1;display:inline-flex}.mo-button:disabled{cursor:not-allowed;opacity:.55}.mo-button-solid{background:var(--grey-900);color:var(--white)}.mo-button-line{border-color:var(--grey-300);background:var(--white);color:var(--grey-900)}.mo-button-ghost{color:var(--grey-700);background:0 0}.mo-button.danger{border-color:var(--error);color:var(--error)}.mo-button-solid.danger{background:var(--error);color:var(--white)}.mo-field{color:var(--grey-700);gap:6px;font-size:13px;font-weight:800;display:grid}.mo-field input,.mo-field select,.mo-field textarea{border:1px solid var(--grey-300);background:var(--white);width:100%;min-height:48px;color:var(--grey-900);font:inherit;border-radius:6px;padding:11px 12px;font-weight:500}.mo-field textarea{resize:vertical;min-height:104px}.mo-field small{color:var(--grey-500);font-size:12px;font-weight:600}.mo-chip{border:1px solid var(--grey-200);border-radius:var(--radius-full);background:var(--white);min-height:32px;color:var(--grey-700);cursor:pointer;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.mo-chip.selected{border-color:var(--gold);color:var(--grey-900);background:#b8894a1f}.mo-chip:disabled{cursor:default;opacity:1}.mo-tabs{background:var(--grey-100);border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:4px;padding:4px;display:grid}.mo-tab{min-height:36px;color:var(--grey-600);cursor:pointer;background:0 0;border:0;border-radius:6px;font-weight:800}.mo-tab.selected{background:var(--white);color:var(--grey-900);box-shadow:var(--shadow-card)}.mo-list-row{border-bottom:1px solid var(--grey-100);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 0;display:grid}.mo-list-row-body{min-width:0}.mo-list-row-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;gap:4px;padding:0;display:grid}.mo-list-row h3,.mo-list-row p{margin:0}.mo-list-row h3{color:var(--grey-900);font-size:15px;line-height:1.35}.mo-list-row-meta,.mo-list-row-description{color:var(--grey-500);font-size:12px;line-height:1.45}.mo-list-row-actions{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.mo-empty-state{border:1px dashed var(--grey-200);background:var(--grey-50);text-align:center;border-radius:8px;place-items:center;gap:8px;min-height:148px;padding:24px 16px;display:grid}.mo-empty-state h3{color:var(--grey-900);margin:0;font-size:17px;line-height:1.35}.mo-empty-state p{max-width:260px;color:var(--grey-600);margin:0;font-size:13px;line-height:1.55}.mo-empty-action{margin-top:8px}.mo-picker-wheel{text-align:center;gap:2px;display:grid}.mo-picker-option{min-height:48px;color:var(--grey-400);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:20px;font-weight:800}.mo-picker-option.selected{color:var(--grey-900);font-size:22px}.kakao-button{color:#000000d9;cursor:pointer;background:#fee500;border:1px solid #fee500;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:46px;font-weight:700;display:inline-flex}.kakao-button:disabled{opacity:.58;cursor:progress}.login-page{background:var(--white);min-height:100svh}.login-hero{display:flex}.login-hero-protected{min-height:min(56svh,620px);color:var(--white);background:linear-gradient(90deg,#000000a8,#00000029),url(/assets/figma/main/before-login-pc-03.png) 50%/cover;align-items:flex-end;padding:clamp(48px,8vw,96px) clamp(20px,6vw,96px)}.login-page-protected{background:var(--page-bg)}.login-landing-page{width:100%;margin:0 auto;overflow-x:hidden}.login-landing-hero{width:min(var(--space-mo-frame-width), 100%);background:url(/assets/img.png) center / cover no-repeat, var(--page-bg);height:812px;min-height:812px;color:var(--grey-900);margin:0 auto;padding:0 16px;position:relative;overflow:hidden}.login-landing-logo-small{object-fit:contain;opacity:.72;display:none}.login-landing-copy{text-align:center;width:min(332px,100% - 32px);position:absolute;top:252px;left:50%;transform:translate(-50%)}.login-landing-copy h1{color:var(--grey-900);letter-spacing:0;margin:0;font-size:24px;font-weight:500;line-height:1.5}.login-landing-copy h1 span{display:block}.login-landing-copy p{color:var(--grey-700);letter-spacing:0;margin:8px 0 0;font-size:16px;font-weight:400;line-height:1.5}.login-landing-script{width:min(var(--space-mo-content-width), calc(100% - 32px));object-fit:contain;opacity:1;height:98px;position:absolute;top:368px;left:50%;transform:translate(-50%)}.login-landing-kakao{width:min(var(--space-mo-content-width), calc(100% - 32px));border-radius:12px;gap:0;min-height:50px;font-size:14px;font-weight:600;line-height:1.21429;position:absolute;inset:546px auto auto 50%;transform:translate(-50%)}.login-landing-kakao img{position:absolute;left:15px}.login-landing-intro{width:min(var(--space-mo-frame-width), 100%);text-align:center;background:linear-gradient(#f5f7f8e0,#ffffffeb),url(/assets/img.png) 50%/cover;flex-direction:column;align-items:center;height:560px;margin:0 auto;padding:80px 16px 32px;display:flex}.login-landing-intro-copy{width:343px}.login-landing-intro-copy h2{color:var(--grey-900);margin:0;font-size:24px;font-weight:500;line-height:1.5}.login-landing-indicator{justify-content:center;gap:16px;margin-top:24px;display:flex}.login-landing-indicator button{cursor:pointer;background:#5252524d;border:0;border-radius:999px;width:8px;height:8px;padding:0}.login-landing-indicator button[aria-current=true]{background:var(--grey-600)}.login-landing-preview{object-position:bottom center;width:min(612px,100vw - 32px);height:400px;margin-top:40px}.login-landing-footer{width:min(var(--space-mo-frame-width), 100%);border-top:1px solid var(--grey-200);margin:0 auto}@media (min-width:1280px){.login-landing-hero{background:url(/assets/img.png) top center / cover no-repeat, var(--page-bg);width:100%;height:clamp(720px,56.25vw,1080px);min-height:720px;padding:0}.login-landing-copy{width:min(743px,38.6979vw);top:clamp(173px,13.5417vw,260px)}.login-landing-copy h1{font-size:clamp(32px,2.5vw,48px)}.login-landing-copy h1 span{display:inline}.login-landing-copy h1 span+span:before{content:" "}.login-landing-copy p{font-size:clamp(19px,1.4583vw,28px)}.login-landing-script{width:min(836px,43.5417vw);height:clamp(160px,12.5vw,240px);top:clamp(303px,23.6458vw,454px)}.login-landing-kakao{width:min(600px,31.25vw);min-height:clamp(60px,4.6875vw,90px);font-size:clamp(20px,1.5625vw,30px);font-weight:400;line-height:1.2;top:clamp(529px,41.3542vw,794px)}.login-landing-kakao img{width:clamp(24px,1.875vw,36px);height:clamp(24px,1.7708vw,34px);left:clamp(15px,1.4583vw,28px)}}.hero-copy{max-width:620px}.hero-copy h1,.home-hero h1,.page-header h1{letter-spacing:0;margin:18px 0 14px;font-size:clamp(34px,6vw,72px);line-height:1.05}.hero-copy p,.home-hero p,.page-header p{max-width:680px;color:inherit;font-size:18px;line-height:1.7}.login-content{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;width:min(100% - 40px,460px);margin:-72px auto 80px;padding:28px;box-shadow:0 18px 45px #2b2d301f}.login-content.login-dev-content{margin-top:0;margin-bottom:56px}.login-form{gap:16px;display:grid}.login-form label{color:var(--grey-700);gap:8px;font-size:14px;display:grid}.form-field{color:var(--grey-700);gap:8px;font-size:14px;font-weight:700;display:grid}.login-form input{border:1px solid var(--grey-300);min-height:46px;color:var(--grey-900);border-radius:6px;padding:0 12px}.segmented-control{border:1px solid var(--grey-200);background:var(--grey-50);border-radius:8px;grid-template-columns:1fr 1fr;padding:3px;display:grid}.segmented-control button{min-height:36px;color:var(--grey-700);cursor:pointer;background:0 0;border:0;border-radius:6px}.segmented-control button.selected{background:var(--white);color:var(--grey-900);box-shadow:0 1px 4px #2b2d301f}.form-message{color:#f44336;margin:0;font-size:14px;line-height:1.5}.status-message{margin:0;line-height:1.6}.success-message{color:var(--color-success)}.error-message{color:var(--color-error)}.status-panel.error{border-color:#f4433647}.home-page,.page-shell{min-height:calc(100svh - 68px)}.responsive-page-surface{min-height:calc(100svh - var(--space-gnb-height));background:var(--page-bg)}.responsive-page-surface-static{overflow:hidden}.responsive-content{width:min(calc(100% - var(--space-mo-horizontal-padding) * 2), var(--space-content-max-width));margin-inline:auto}.responsive-content-panel{max-width:760px}.responsive-content-mobile{max-width:var(--space-mo-content-width)}.responsive-section{width:100%;padding-block:var(--space-section-y)}.responsive-section-page{background:var(--page-bg)}.responsive-section-surface{background:var(--white)}.home-hero{width:min(100% - 40px, var(--max-width));grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);align-items:center;gap:clamp(32px,6vw,72px);margin:0 auto;padding:clamp(56px,8vw,112px) 0;display:grid}.home-hero img{border-radius:8px;width:100%;height:auto;box-shadow:0 18px 45px #2b2d3024}.home-mo-page{background:var(--page-bg);justify-items:center;min-height:100svh;display:grid}.home-mo-hero{width:100%;min-height:var(--space-mo-hero-height-schedule);background:linear-gradient(#17181ab3, #17181ab3), url("/assets/image 117.png") center / cover no-repeat, var(--grey-900);color:var(--white);place-items:start center;display:grid}.home-mo-hero-frame{min-height:var(--space-mo-hero-height-schedule);text-align:center;align-content:start;justify-items:center;padding-top:40px;display:grid}.home-mo-names{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:16px;width:100%;min-height:48px;display:grid}.home-mo-names strong,.home-mo-names span{min-width:0;color:var(--white);text-overflow:ellipsis;white-space:nowrap;font-size:32px;font-weight:500;line-height:1.5;overflow:hidden}.home-mo-names span{font-family:var(--font-english)}.home-mo-hero-frame>p{width:100%;color:var(--white);margin:24px 0 0;font-size:16px;font-weight:400;line-height:1.5}.home-mo-hero-frame>p strong{font-weight:700}.home-mo-date-stack{gap:8px;width:225px;margin-top:24px;display:grid}.home-mo-date-row{text-align:left;grid-template-columns:80px minmax(0,1fr);align-items:center;gap:12px;min-height:28px;display:grid}.home-mo-date-row span{border:1px solid var(--grey-400);border-radius:var(--radius-full);min-height:28px;color:var(--grey-50);font-family:var(--font-english);place-items:center;font-size:12px;font-weight:500;line-height:1.5;display:inline-grid}.home-mo-date-row time{min-width:0;color:var(--grey-50);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.5;overflow:hidden}.home-mo-countdown{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;margin-top:24px;display:grid}.home-mo-countdown div{min-width:0}.home-mo-countdown strong,.home-mo-countdown span{color:var(--white);font-family:var(--font-english);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.home-mo-countdown strong{font-size:32px;font-weight:600;line-height:1.5}.home-mo-countdown span{margin-top:16px;font-size:14px;line-height:1.5}.home-mo-schedule-section{padding-block:48px}.home-mo-schedule-frame,.home-mo-gallery-frame{justify-items:center;display:grid}.home-mo-calendar-header{justify-content:center;align-items:center;gap:16px;width:100%;min-height:42px;display:flex}.home-mo-calendar-header h2{width:96px;color:var(--grey-900);text-align:center;margin:0;font-size:20px;font-weight:700;line-height:1.5}.home-mo-calendar-header button{border-radius:var(--radius-full);width:32px;height:32px;color:var(--grey-800);cursor:pointer;background:0 0;border:0;place-items:center;font-size:24px;line-height:1;display:inline-grid}.home-mo-schedule-frame .mo-calendar-grid{margin-top:16px}.home-mo-schedule-frame .mo-calendar-cell{position:relative}.home-mo-calendar-dots{gap:2px;display:inline-flex;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.home-dot{border-radius:var(--radius-full);width:4px;height:4px;display:inline-block}.home-dot-mine{background:var(--gold)}.home-dot-other{background:var(--color-silver)}.home-mo-calendar-legend{color:var(--grey-700);justify-content:center;gap:16px;margin-top:24px;font-size:12px;font-weight:600;line-height:1.5;display:flex}.home-mo-calendar-legend span{align-items:center;gap:4px;display:inline-flex}.home-mo-handle{width:min(100vw, var(--space-mo-frame-width));border-bottom:1px solid var(--grey-100);height:48px;position:relative;left:50%;transform:translate(-50%)}.home-mo-handle:before{content:"";border-radius:var(--radius-full);background:var(--grey-300);width:32px;height:4px;position:absolute;top:16px;left:50%;transform:translate(-50%)}.home-mo-detail{width:100%}.home-mo-time-strip{gap:8px;min-height:32px;padding-bottom:0;display:flex;overflow-x:auto}.home-mo-time-strip span,.home-mo-time-strip button{border:1px solid var(--grey-200);border-radius:var(--radius-full);background:var(--white);min-width:64px;min-height:32px;color:var(--grey-700);flex:none;font-size:13px;font-weight:700;line-height:1.4}.home-mo-time-strip span{place-items:center;display:inline-grid}.home-mo-time-strip button{cursor:pointer}.home-mo-time-strip button.selected{border-color:var(--grey-800);background:var(--grey-800);color:var(--white)}.home-mo-detail-card{width:100%;min-height:var(--space-mo-home-schedule-detail-height);border:1px solid var(--grey-200);border-radius:var(--radius-lg);background:var(--white);margin-top:16px;padding:24px;display:grid}.home-mo-detail-card.has-schedule{grid-template-rows:minmax(0,1fr) auto;gap:16px}.home-mo-detail-card .mo-empty-state{place-self:center}.home-mo-schedule-memo{align-content:start;gap:24px;display:grid}.home-mo-schedule-memo h3{min-height:96px;color:var(--grey-700);margin:0;font-size:16px;font-weight:500;line-height:1.5;overflow:hidden}.home-mo-schedule-memo dl,.home-mo-schedule-memo dd{margin:0}.home-mo-schedule-memo dl{gap:24px;display:grid}.home-mo-schedule-memo dt{color:var(--grey-900);margin-bottom:10px;font-size:16px;font-weight:500;line-height:1.5}.home-mo-memo-label{align-items:center;gap:8px;display:inline-flex}.home-mo-memo-label img{flex:none;width:24px;height:24px}.home-mo-schedule-memo dd{color:var(--grey-700);font-size:16px;font-weight:500;line-height:1.5}.home-mo-schedule-memo dd span{background:var(--grey-100);min-height:28px;color:var(--grey-800);border-radius:2px;align-items:center;margin:0 8px 8px 0;padding:0 8px;font-size:12px;font-weight:500;display:inline-flex}.home-mo-schedule-memo dd .home-mo-participant-plus{background:var(--grey-800);width:28px;min-width:28px;min-height:28px;color:var(--white);justify-content:center;padding:0;font-size:18px;font-weight:400;line-height:1}.home-mo-schedule-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid;position:relative}.home-mo-schedule-action{border:1px solid var(--grey-400);border-radius:var(--radius-sm);background:var(--white);min-height:40px;color:var(--grey-700);place-items:center;font-size:16px;font-weight:500;line-height:1.5;text-decoration:none;display:inline-grid}.home-mo-schedule-action.danger{border-color:var(--red);color:var(--red)}.home-mo-schedule-action.solid{border-color:var(--grey-800);background:var(--grey-800);color:var(--white);grid-column:1/-1;margin-top:17px;position:relative}.home-mo-schedule-action.solid:before{content:"";background:var(--grey-200);height:1px;position:absolute;bottom:calc(100% + 12px);left:0;right:0}.home-mo-more-link{color:#0000;background:0 0;border:0;border-radius:0;place-items:center;width:56px;height:56px;margin-top:28px;text-decoration:none;display:inline-grid;position:relative;overflow:hidden}.home-mo-more-link:before,.home-mo-more-link:after{content:"";background:var(--grey-500);display:block;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.home-mo-more-link:before{width:48px;height:1.5px}.home-mo-more-link:after{width:1.5px;height:48px}.home-mo-gallery-section{padding-block:48px}.home-mo-gallery-frame{justify-items:stretch}.home-mo-gallery-frame h2{color:var(--grey-900);margin:0;font-size:24px;font-weight:700;line-height:1.35}.home-mo-gallery-empty{justify-items:center;margin-top:8px;display:grid}.home-mo-gallery-empty p{color:var(--grey-600);justify-self:start;margin:0 0 32px;font-size:16px;font-weight:600;line-height:1.5}.home-mo-gallery-empty div{border-radius:var(--radius-lg);background:var(--grey-100);width:200px;height:200px;color:var(--grey-400);place-items:center;font-size:72px;line-height:1;display:grid}.home-mo-gallery-empty .primary-link{width:100%;min-height:56px;margin-top:24px}.home-mo-gallery-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:32px;display:grid}.home-mo-gallery-grid img,.home-mo-gallery-grid span{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--grey-100);object-fit:cover;width:100%}.home-mo-gallery-frame .home-mo-more-link{justify-self:center}.eyebrow{color:var(--gold);letter-spacing:0;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.muted-text{color:var(--grey-500);font-size:14px}.page-shell{width:min(100% - 40px, var(--max-width));margin:0 auto;padding:clamp(48px,8vw,96px) 0}.page-header{border-bottom:1px solid var(--grey-200);padding-bottom:28px}.page-header p{color:var(--grey-700)}.migration-panel{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;max-width:760px;margin-top:28px;padding:24px}.migration-panel h2{margin:0 0 10px;font-size:20px}.migration-panel p{color:var(--grey-700);margin:0 0 20px;line-height:1.7}.policy-document{gap:12px;width:min(100%,820px);margin-top:28px;display:grid}.policy-document-toolbar{grid-template-columns:minmax(0,1fr) minmax(180px,240px);align-items:end;gap:16px;display:grid}.policy-document-toolbar h2{color:var(--grey-900);margin:0;font-size:22px}.policy-document-card,.business-info-panel{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;padding:24px}.policy-document-card{gap:24px;max-height:min(72svh,960px);display:grid;overflow:auto}.policy-document-card>p,.policy-section p,.business-info-panel p{color:var(--grey-700);margin:0;line-height:1.8}.policy-section{gap:10px;display:grid}.policy-section h3,.business-info-panel h2{color:var(--grey-900);margin:0;font-size:18px}.business-info-panel{gap:16px;width:min(100%,760px);margin-top:28px;display:grid}.business-info-panel+.business-info-panel{margin-top:16px}.business-info-panel dl{gap:0;margin:0;display:grid}.business-info-panel dl div{border-top:1px solid var(--grey-100);grid-template-columns:180px minmax(0,1fr);gap:16px;padding:14px 0;display:grid}.business-info-panel dl div:first-child{border-top:0;padding-top:0}.business-info-panel dl div:last-child{padding-bottom:0}.business-info-panel dt{color:var(--grey-500);font-weight:800}.business-info-panel dd{color:var(--grey-900);margin:0}.account-delete-panel,.account-delete-form,.account-delete-summary,.account-delete-summary dl{gap:16px;display:grid}.account-delete-summary dl{margin:0}.account-delete-summary dl div{border-bottom:1px solid var(--grey-100);grid-template-columns:120px minmax(0,1fr);gap:12px;padding-bottom:10px;display:grid}.account-delete-summary dt{color:var(--grey-500);font-weight:700}.account-delete-summary dd{overflow-wrap:anywhere;margin:0}.account-delete-warning{color:var(--grey-700);margin:0;padding-left:20px;line-height:1.7}.account-delete-form label{color:var(--grey-700);gap:8px;font-size:14px;display:grid}.account-delete-form input{border:1px solid var(--grey-300);min-height:46px;color:var(--grey-900);border-radius:6px;padding:0 12px}.account-delete-actions{flex-wrap:wrap;gap:10px;display:flex}.profile-panel,.profile-form,.profile-summary,.profile-summary dl{gap:16px;display:grid}.profile-summary{grid-template-columns:auto minmax(0,1fr);align-items:start}.profile-avatar{border:1px solid var(--grey-200);background:var(--grey-50);width:96px;height:96px;color:var(--grey-700);border-radius:8px;place-items:center;font-size:32px;font-weight:800;display:grid;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-summary dl{margin:0}.profile-summary dl div{border-bottom:1px solid var(--grey-100);grid-template-columns:120px minmax(0,1fr);gap:12px;padding-bottom:10px;display:grid}.profile-summary dt{color:var(--grey-500);font-weight:700}.profile-summary dd{overflow-wrap:anywhere;margin:0}.profile-form label{color:var(--grey-700);gap:8px;font-size:14px;display:grid}.profile-form input{border:1px solid var(--grey-300);min-height:46px;color:var(--grey-900);border-radius:6px;padding:0 12px}.profile-form input[type=file]{padding:11px 12px}.admin-claim-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:20px 0;display:grid}.admin-claim-card{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;gap:8px;min-height:112px;padding:14px;display:grid}.admin-claim-card span,.admin-claim-card small{color:var(--grey-500);font-size:12px;font-weight:700}.admin-claim-card strong{overflow-wrap:anywhere}.admin-claim-card small.enabled{color:var(--gold)}.admin-claim-details{border-top:1px solid var(--grey-100);gap:8px;margin:0;padding:14px 0 0;display:grid}.admin-claim-details div{grid-template-columns:80px minmax(0,1fr);gap:12px;display:grid}.admin-claim-details dt{color:var(--grey-500);font-size:13px;font-weight:700}.admin-claim-details dd{overflow-wrap:anywhere;margin:0}.admin-notice-panel,.notice-board{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:16px;margin-top:28px;padding:18px;display:grid}.admin-notice-panel h2{margin:0;font-size:20px}.admin-notice-form{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;gap:14px;padding:16px;display:grid}.admin-notice-form label,.notice-search{color:var(--grey-700);gap:8px;font-size:14px;font-weight:800;display:grid}.admin-notice-form input,.admin-notice-form select,.admin-notice-form textarea,.notice-search input{border:1px solid var(--grey-200);background:var(--white);width:100%;color:var(--grey-900);border-radius:8px;padding:12px}.admin-notice-form textarea{resize:vertical}.admin-notice-options{flex-wrap:wrap;align-items:end;gap:14px;display:flex}.admin-notice-options>label{flex:220px}.admin-notice-options .admin-notice-check{flex:none;align-items:center;min-height:44px;display:flex}.admin-notice-check input{width:18px;height:18px}.admin-notice-list{gap:10px;display:grid}.admin-notice-item{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;padding:14px;display:grid}.admin-notice-item strong,.notice-list-item strong{overflow-wrap:anywhere}.admin-notice-item span{color:var(--grey-500);margin-top:4px;font-size:13px;font-weight:800;display:block}.admin-notice-item p{color:var(--grey-700);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:10px 0 0;line-height:1.6;display:-webkit-box;overflow:hidden}.admin-notice-actions{gap:8px;display:flex}.notice-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;display:grid}.notice-toolbar span{color:var(--grey-500);font-size:13px;font-weight:800}.notice-layout{grid-template-columns:minmax(240px,.42fr) minmax(0,1fr);gap:16px;display:grid}.notice-list{align-content:start;gap:8px;display:grid}.notice-list-item{border:1px solid var(--grey-100);background:var(--white);color:inherit;cursor:pointer;text-align:left;border-radius:8px;gap:6px;padding:14px;display:grid}.notice-list-item.selected,.notice-list-item:hover{border-color:var(--gold)}.notice-list-item span{color:var(--grey-500);font-size:13px;font-weight:800}.notice-detail{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;min-height:300px;padding:20px}.notice-detail-header{border-bottom:1px solid var(--grey-100);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex}.notice-detail-header span,.notice-detail-header time{color:var(--grey-500);font-size:13px;font-weight:800}.notice-detail-header h2{overflow-wrap:anywhere;margin:6px 0 0}.notice-detail p{white-space:pre-wrap;line-height:1.8}.wedding-list{gap:12px;display:grid}.schedule-select-panel{gap:16px;display:grid}.wedding-empty-state{border:1px dashed var(--grey-200);background:var(--grey-50);border-radius:8px;padding:16px}.wedding-empty-state h2{margin:0 0 8px}.wedding-row{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;display:grid}.wedding-row.selected{border-color:var(--grey-900);box-shadow:0 0 0 2px #11111114}.wedding-row-header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.wedding-row-header span{background:var(--grey-900);color:var(--white);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800}.wedding-row h2{margin:0 0 6px;font-size:18px}.wedding-row p{margin:0}.wedding-row-meta{color:var(--grey-500);font-size:13px;font-weight:700;margin-top:6px!important}.wedding-create-card{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:16px;padding:18px;display:grid}.wedding-create-card h2{margin:4px 0 6px}.wedding-create-form{gap:14px;display:grid}.wedding-create-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.wedding-limit-note{color:var(--grey-500);margin:0;font-size:13px;font-weight:700}.row-actions{align-items:center;gap:8px;display:flex}.schedule-stack,.schedule-list,.schedule-form,.budget-form{gap:10px;display:grid}.schedule-stack{margin-top:16px}.calendar-schedule-panel{gap:18px;display:grid}.calendar-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.calendar-panel-header h2{margin:4px 0 6px}.schedule-screen{gap:24px;display:grid}.schedule-mo-section{background:var(--page-bg);overflow:hidden}.schedule-mo-frame,.schedule-mo-content{width:var(--space-mo-content-width)}.schedule-mo-hero{width:var(--space-mo-frame-width);min-height:var(--space-mo-hero-height-schedule);margin-left:calc(var(--space-mo-horizontal-padding) * -1);padding:40px var(--space-mo-horizontal-padding) 0;color:var(--white);text-align:center;background:linear-gradient(#0000000a,#0000006b),url(/assets/sub-bg.svg) 50%/cover no-repeat;align-content:start;justify-items:center;display:grid}.schedule-mo-hero .eyebrow{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.schedule-mo-hero h2{width:100%;color:var(--white);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:32px;font-weight:500;line-height:1.5;overflow:hidden}.schedule-mo-hero-copy{width:100%;color:var(--white);margin:24px 0 0;font-size:16px;font-weight:400;line-height:1.5}.schedule-mo-hero-copy strong{color:var(--white);font-size:inherit;font-weight:800}.schedule-mo-date-info{gap:8px;width:225px;margin:24px 0 0;display:grid}.schedule-mo-date-info div{text-align:left;grid-template-columns:80px minmax(0,1fr);align-items:center;gap:12px;min-height:28px;display:grid}.schedule-mo-date-info dt{border:1px solid var(--grey-400);border-radius:var(--radius-full);min-height:28px;color:var(--grey-50);font-family:var(--font-english);place-items:center;font-size:12px;font-weight:500;line-height:1.5;display:inline-grid}.schedule-mo-date-info dd{min-width:0;color:var(--grey-50);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;line-height:1.5;overflow:hidden}.schedule-mo-dday{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;margin-top:24px;display:grid}.schedule-mo-dday div{min-width:0}.schedule-mo-dday strong{color:var(--white);font-family:var(--font-english);text-overflow:ellipsis;white-space:nowrap;font-size:32px;font-weight:600;line-height:1.5;display:block;overflow:hidden}.schedule-mo-dday span{color:var(--white);font-family:var(--font-english);text-overflow:ellipsis;white-space:nowrap;margin-top:16px;font-size:14px;line-height:1.5;display:block;overflow:hidden}.schedule-mo-content{padding:22px 0 0}.schedule-mo-large-ads{gap:0;padding-top:24px;display:grid}.schedule-keyword-section{align-content:start;gap:24px;min-height:526px;padding:56px 0 32px;display:grid}.schedule-keyword-header{text-align:center;justify-items:center;gap:0;display:grid;position:relative}.schedule-keyword-header .eyebrow{color:var(--grey-900);text-transform:none;font-size:13px;font-weight:700}.schedule-keyword-header h3{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.schedule-keyword-search{display:block;position:relative}.schedule-keyword-search:before,.schedule-keyword-search:after{pointer-events:none;content:"";position:absolute;right:10px}.schedule-keyword-search:before{border:2px solid var(--grey-700);border-radius:999px;width:12px;height:12px;top:10px}.schedule-keyword-search:after{background:var(--grey-700);transform-origin:100%;border-radius:999px;width:8px;height:2px;top:24px;transform:rotate(45deg)}.schedule-keyword-search input{border:0;border-bottom:1px solid var(--grey-500);width:100%;min-height:40px;color:var(--grey-700);font:inherit;background:0 0;border-radius:0;padding:0 36px 0 0;font-size:12px;font-weight:500}.schedule-keyword-search input::placeholder{color:var(--grey-500)}.schedule-keyword-chips{flex-wrap:wrap;gap:8px;display:flex}.schedule-keyword-chips .mo-chip{background:var(--grey-100);min-height:30px;color:var(--grey-700);border-color:#0000;font-size:11px;font-weight:500}.schedule-completed-section{gap:16px;padding:48px 0 24px;display:grid}.schedule-completed-header{text-align:center;align-content:start;justify-items:center;min-height:45px;display:grid;position:relative}.schedule-completed-header h3{color:var(--grey-900);margin:0;font-size:18px;font-weight:700;line-height:1.4}.schedule-completed-header .eyebrow,.schedule-completed-header span{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.schedule-completed-list{gap:24px;display:grid}.schedule-completed-card{border:1px solid var(--grey-200);background:var(--white);border-radius:8px;gap:0;height:344px;padding:16px 24px;display:grid;position:relative;overflow:hidden}.schedule-completed-card:before{content:"";background:var(--gold);width:6px;position:absolute;top:-1px;bottom:-1px;left:-1px}.schedule-completed-main{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-content:start;gap:16px;padding:0;display:grid}.schedule-completed-main h4,.schedule-completed-main p{margin:0}.schedule-completed-main h4{min-height:96px;color:var(--grey-700);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:16px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.schedule-completed-main p{color:var(--grey-700);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.55;display:-webkit-box;overflow:hidden}.schedule-completed-participants{min-height:136px;color:var(--grey-500);flex-wrap:wrap;align-content:start;gap:8px;font-size:10px;font-weight:700;display:flex}.schedule-completed-participants .mo-chip{background:var(--grey-50);min-height:28px;color:var(--grey-800);border:0;border-radius:2px;justify-content:center;padding:0 8px;font-size:12px;font-weight:500;line-height:1.5}.schedule-completed-delete{border-radius:var(--radius-full);width:40px;height:40px;color:var(--grey-700);cursor:pointer;background:0 0;border:0;position:absolute;top:16px;right:24px}.schedule-completed-delete:before,.schedule-completed-delete:after{content:"";border:1.5px solid;position:absolute}.schedule-completed-delete:before{border-bottom:0;border-left:0;border-right:0;width:16px;height:2px;top:10px;left:12px}.schedule-completed-delete:after{background:linear-gradient(90deg,#0000 3px,currentColor 3px 4px,#0000 4px 8px,currentColor 8px 9px,#0000 9px) padding-box content-box;border-radius:0 0 2px 2px;width:12px;height:15px;top:14px;left:14px}.schedule-completed-card .row-actions{min-height:0;position:absolute;bottom:8px;left:22px}.schedule-completed-restore{opacity:0;pointer-events:none;background:var(--white);min-height:20px;color:var(--grey-500);border:0;padding:0;font-size:12px;font-weight:600}.schedule-completed-restore:focus-visible{opacity:1;pointer-events:auto}.schedule-leave-area{padding:8px 0 48px;display:grid}.schedule-leave-area .mo-button{width:100%;min-height:56px}.schedule-mo-footer{margin-top:0}.partner-panel{gap:18px;display:grid}.partner-hero{color:var(--white);background:linear-gradient(135deg,#111111eb,#53575be6);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:24px;display:grid}.partner-hero h2{color:var(--white);margin:4px 0 8px;font-size:30px}.partner-hero p{color:var(--grey-50)}.partner-hero dl{gap:8px;margin:0;display:grid}.partner-hero dl div{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:10px;display:grid}.partner-hero dt{color:var(--grey-50);text-align:center;border:1px solid #ffffff7a;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:800}.partner-hero dd{color:var(--white);margin:0;font-weight:800}.partner-toolbar{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.partner-toolbar h3{margin:0 0 4px}.partner-invite-box{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.partner-invite-box span,.partner-participant-main span,.partner-permission-options span{color:var(--grey-500);font-size:13px;font-weight:800}.partner-invite-box strong{color:var(--grey-900);letter-spacing:0;margin-top:4px;font-size:20px;display:block}.partner-invite-box p{max-width:420px;color:var(--grey-600);margin:0}.partner-participant-list{gap:12px;display:grid}.partner-participant-row{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:14px;padding:16px;display:grid}.partner-participant-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.partner-participant-main h3{margin:4px 0 0;font-size:18px}.partner-role-badge{min-width:72px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:13px;display:inline-flex}.partner-role-badge.owner{background:var(--gold)}.partner-role-badge.editor{background:var(--grey-700)}.partner-role-badge.viewer{background:var(--grey-500)}.partner-nickname-form{grid-template-columns:minmax(180px,1fr) auto;align-items:end;gap:10px;display:grid}.partner-permission-editor{border-top:1px solid var(--grey-100);grid-template-columns:minmax(160px,220px) minmax(0,1fr) auto;align-items:end;gap:12px;padding-top:12px;display:grid}.partner-permission-options{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.partner-permission-options label{color:var(--grey-700);align-items:center;gap:6px;font-size:14px;font-weight:700;display:inline-flex}.checklist-panel{gap:18px;display:grid}.checklist-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.checklist-header h2{margin:4px 0 6px}.checklist-progress{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;place-items:center;min-width:150px;padding:18px;display:grid}.checklist-progress strong{color:var(--grey-900);font-size:20px}.checklist-progress span{color:var(--grey-500);font-size:13px;font-weight:800}.checklist-empty{border:1px dashed var(--grey-200);background:var(--grey-50);border-radius:8px;justify-items:start;gap:10px;padding:18px;display:grid}.checklist-empty h3,.checklist-empty p{margin:0}.checklist-list{gap:12px;display:grid}.checklist-item{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;gap:12px;padding:16px;display:grid}.checklist-item-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.checklist-item-header span{color:var(--grey-500);font-size:13px;font-weight:800}.checklist-item-header h3{margin:4px 0 0;font-size:18px}.checklist-item p{color:var(--grey-700);margin:0;line-height:1.7}.checklist-meta{flex-wrap:wrap;gap:8px;display:flex}.checklist-meta span{background:var(--white);color:var(--grey-600);border-radius:999px;padding:4px 8px;font-size:13px;font-weight:700}.checklist-more{justify-content:center;display:flex}.budget-panel,.gallery-panel{gap:0;min-width:0;max-width:100%;display:grid}.gallery-mo-section{background:var(--page-bg);overflow:hidden}.gallery-mo-frame,.gallery-mo-content{width:var(--space-mo-content-width)}.gallery-mo-hero{width:var(--space-mo-frame-width);min-height:182px;margin-left:calc(var(--space-mo-horizontal-padding) * -1);padding:40px var(--space-mo-horizontal-padding) 0;color:var(--white);text-align:center;background:linear-gradient(#0000000f,#0000006b),url(/assets/sub-bg.svg) 50%/cover no-repeat;align-content:start;display:grid}.gallery-mo-hero-names{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;min-height:48px;font-size:32px;font-weight:800;line-height:1.5;display:grid}.gallery-mo-hero-names span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.gallery-mo-hero-names span:nth-child(2){font-size:24px;font-weight:700}.gallery-mo-hero p{margin:24px 0 0;font-size:20px;font-weight:700;line-height:1.5}.gallery-mo-upload-entry{gap:16px;padding:48px 0 0;display:grid}.gallery-mo-upload-entry p{color:var(--grey-600);text-align:center;margin:0;font-size:14px;font-weight:500;line-height:1.5}.gallery-mo-upload-entry>.mo-button{justify-self:center;width:120px;min-height:36px}.gallery-inline-upload{display:block}.budget-panel-header,.gallery-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;display:flex}.gallery-panel-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:0;display:flex}.budget-panel-header h2,.gallery-panel-header h2{margin:4px 0 6px}.gallery-panel-header>div,.gallery-panel-header p{overflow-wrap:anywhere;min-width:0}.schedule-add-button{width:fit-content}.schedule-time-strip{gap:8px;min-height:34px;padding:4px 0;display:flex;overflow-x:auto}.schedule-time-strip span,.schedule-time-strip button{border:1px solid var(--grey-200);border-radius:var(--radius-full);background:var(--white);min-width:max-content;min-height:32px;color:var(--grey-700);justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.schedule-time-strip button{cursor:pointer}.schedule-time-strip button.selected{border-color:var(--grey-900);background:var(--grey-900);color:var(--white)}.schedule-calendar{width:calc(100% + var(--space-mo-horizontal-padding) * 2);margin-right:calc(var(--space-mo-horizontal-padding) * -1);margin-left:calc(var(--space-mo-horizontal-padding) * -1);padding:16px var(--space-mo-horizontal-padding) 12px;background:var(--white);gap:16px;display:grid}.calendar-header,.schedule-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.calendar-header h3,.schedule-section-header h3{margin:0;font-size:18px}.schedule-section-header p{margin:4px 0 0}.calendar-nav-button{border:1px solid var(--grey-300);background:var(--white);width:38px;height:38px;color:var(--grey-900);cursor:pointer;border-radius:6px;font-weight:800}.schedule-calendar .calendar-header{justify-content:center;gap:24px}.schedule-calendar .calendar-header h3{text-align:center;min-width:104px;font-size:20px;font-weight:700}.schedule-calendar .calendar-nav-button{background:0 0;border:0;width:32px;height:32px;font-size:24px;line-height:1}.schedule-calendar .mo-calendar-grid{width:min(343px,100%);margin:0 auto}.schedule-calendar .mo-calendar-cell{color:var(--grey-900);align-content:center;justify-items:center;gap:2px}.schedule-calendar .mo-calendar-weekday{color:var(--grey-700);font-size:14px;font-weight:500}.schedule-calendar .mo-calendar-weekday.is-sunday{color:var(--red)}.schedule-calendar .mo-calendar-day-number{place-items:center;width:32px;height:32px;font-size:16px;font-weight:500;display:grid}.schedule-calendar .mo-calendar-cell.selected{color:var(--white);background:0 0}.schedule-calendar .mo-calendar-cell.selected .mo-calendar-day-number{border-radius:var(--radius-full);background:var(--grey-900)}.schedule-calendar-dots{gap:3px;display:inline-flex;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.schedule-calendar-dots span,.schedule-calendar-legend i{border-radius:var(--radius-full);width:4px;height:4px;display:block}.schedule-calendar-dots .mine,.schedule-calendar-legend .mine{background:var(--gold)}.schedule-calendar-dots .other,.schedule-calendar-legend .other{background:var(--grey-500)}.schedule-calendar .mo-calendar-cell.selected .schedule-calendar-dots{display:none}.schedule-calendar-legend{color:var(--grey-700);justify-content:center;gap:14px;font-size:12px;font-weight:700;display:flex}.schedule-calendar-legend span{align-items:center;gap:4px;display:inline-flex}.schedule-calendar-handle{border-radius:var(--radius-full);background:var(--grey-300);justify-self:center;width:32px;height:4px}.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;display:grid}.calendar-weekday,.calendar-day{border-radius:6px;min-height:42px}.calendar-weekday{color:var(--grey-500);place-items:center;font-size:12px;font-weight:800;display:grid}.calendar-day{border:1px solid var(--grey-100);background:var(--white);min-height:72px;color:var(--grey-900);cursor:pointer;align-content:space-between;justify-items:start;padding:8px;display:grid}.calendar-day.empty{cursor:default;background:0 0}.calendar-day.today{border-color:var(--gold)}.calendar-day.selected{border-color:var(--grey-900);box-shadow:inset 0 0 0 1px var(--grey-900)}.calendar-day strong{background:var(--blue);min-width:22px;height:22px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.schedule-detail-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;display:none}.schedule-feed{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:12px;padding:16px;display:none}.schedule-feed-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.schedule-feed-header h3{margin:0;font-size:18px}.schedule-feed-header span{color:var(--grey-500);font-size:13px;font-weight:800}.schedule-feed-list{gap:8px;display:grid}.schedule-feed-item{border:1px solid var(--grey-100);background:var(--grey-50);color:var(--grey-900);text-align:left;cursor:pointer;border-radius:6px;gap:4px;padding:12px;display:grid}.schedule-feed-item span{color:var(--gold);font-size:12px;font-weight:800}.schedule-feed-item strong{font-size:14px}.schedule-feed-item small{color:var(--grey-700);font-size:13px;line-height:1.5}.budget-stack,.budget-list{gap:12px;display:grid}.budget-stack{margin-top:16px}.budget-add-button{width:fit-content}.budget-summary{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.budget-summary div{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;gap:6px;padding:14px;display:grid}.budget-summary span,.budget-amounts span{color:var(--grey-500);font-size:13px;font-weight:800}.budget-summary strong,.budget-amounts strong{color:var(--grey-900);font-size:18px}.budget-toolbar{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;flex-wrap:wrap;align-items:end;gap:10px;padding:12px;display:flex}.budget-toolbar label{min-width:160px;color:var(--grey-700);gap:6px;font-size:13px;font-weight:800;display:grid}.budget-toolbar select{border:1px solid var(--grey-300);background:var(--white);min-height:40px;color:var(--grey-900);border-radius:6px;padding:8px 10px}.budget-toolbar-count{color:var(--grey-500);margin-left:auto;font-size:13px;font-weight:800;line-height:40px}.amount-positive{color:var(--blue)!important}.amount-negative{color:var(--red)!important}.budget-calendar-panel{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:14px;padding:16px;display:grid}.budget-calendar-layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:start;gap:16px;display:grid}.budget-calendar-grid{gap:6px}.budget-calendar-day{gap:6px;min-height:82px}.budget-day-marks{flex-wrap:wrap;align-items:center;gap:4px;min-height:22px;display:flex}.budget-day-marks small{width:100%;color:var(--grey-700);font-size:11px;font-weight:800;line-height:1}.budget-dot{background:var(--grey-300);border-radius:999px;width:8px;height:8px;display:inline-block}.budget-dot.income{background:var(--blue)}.budget-dot.expense{background:var(--red)}.budget-dot.neutral{background:var(--grey-300)}.budget-calendar-legend{color:var(--grey-700);flex-wrap:wrap;gap:12px;margin-top:12px;font-size:12px;font-weight:800;display:flex}.budget-calendar-legend span{align-items:center;gap:5px;display:inline-flex}.budget-day-panel{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;gap:12px;padding:14px;display:grid;position:sticky;top:88px}.budget-day-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.budget-day-header span,.budget-day-item span{color:var(--grey-500);font-size:12px;font-weight:800}.budget-day-header h3{margin:4px 0 0;font-size:18px}.budget-day-list{gap:8px;display:grid}.budget-day-item{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px;display:grid}.budget-day-item p{color:var(--grey-700);margin:4px 0 0;font-size:13px;line-height:1.5}.budget-day-item h3{color:var(--grey-900);margin:4px 0 0;font-size:16px;line-height:1.35}.budget-day-actions{white-space:nowrap;justify-items:end;gap:8px;display:grid}.budget-screen{gap:24px;display:grid}.budget-mo-section{border:1px solid var(--grey-100);background:var(--page-bg);border-radius:8px;overflow:hidden}.budget-mo-frame{width:var(--space-mo-content-width)}.budget-mo-hero{width:var(--space-mo-frame-width);min-height:var(--space-mo-hero-height-budget);margin-left:calc(var(--space-mo-horizontal-padding) * -1);padding:40px 0 0;padding-inline:var(--space-mo-horizontal-padding);color:var(--white);background:linear-gradient(#0000001f,#00000094),url(/assets/sub-bg.svg) 50%/cover no-repeat;align-content:start;gap:18px;display:grid}.budget-mo-hero .eyebrow{color:#ffffffc2}.budget-mo-hero h2{margin:0;font-size:30px;line-height:1.2}.budget-mo-hero-copy{margin:18px 0 0;font-size:20px;font-weight:700;line-height:1.45}.budget-mo-hero-copy strong{color:var(--white);font-size:28px}.budget-mo-date-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:24px 0 0;display:grid}.budget-mo-date-info div{text-align:center;background:#ffffff14;border:1px solid #ffffff42;border-radius:8px;align-content:center;gap:4px;min-height:64px;display:grid}.budget-mo-date-info dt{color:#ffffffb8;font-size:12px;font-weight:800}.budget-mo-date-info dd{color:var(--white);margin:0;font-weight:800}.budget-mo-dday{background:#ffffff1a;border:1px solid #ffffff3d;border-radius:8px;place-items:center;height:85px;margin-top:8px;font-size:32px;font-weight:800;display:grid}.budget-mo-calendar-section{gap:14px;min-height:411px;padding:22px 0 16px;display:grid}.budget-mo-calendar-header{grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;display:grid}.budget-mo-calendar-header h2{color:var(--grey-900);text-align:center;margin:0;font-size:18px}.budget-mo-calendar-section .budget-day-marks{pointer-events:none;justify-content:center;width:50px;min-height:18px;position:absolute;bottom:-5px;right:-3px}.budget-mo-calendar-section .budget-day-marks small{text-align:center;font-size:9px}.budget-mo-detail-shell{background:var(--white)}.budget-mo-detail-handle{width:min(var(--space-mo-frame-width), 100vw);background:var(--white);place-items:center;height:16px;margin:0 auto;display:grid}.budget-mo-detail-handle span{border-radius:var(--radius-full);background:var(--grey-300);width:32px;height:4px}.budget-mo-detail-frame{padding:20px 0 28px}.budget-mo-detail-card{gap:14px;min-height:388px;display:grid}.budget-mo-detail-card.inline-mode{gap:0;min-height:460px}.budget-mo-detail-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.budget-mo-detail-header span{color:var(--grey-500);font-size:12px;font-weight:800}.budget-mo-detail-header h2{color:var(--grey-900);margin:4px 0 0;font-size:20px}.budget-inline-input{background:var(--grey-50);border-radius:8px}.budget-memo-card{width:var(--space-mo-content-width);border:1px solid var(--grey-200);background:var(--white);border-radius:16px;gap:24px;min-height:388px;padding:24px;display:grid}.budget-memo-description{align-items:start;min-height:72px;display:grid}.budget-memo-description h3{color:var(--grey-900);margin:0;font-size:16px;font-weight:500;line-height:1.5}.budget-memo-info{gap:10px;display:grid}.budget-memo-info p{color:var(--grey-700);align-items:center;gap:8px;margin:0;font-size:16px;font-weight:500;line-height:1.5;display:flex}.budget-memo-info.amount p span{color:var(--grey-700);white-space:nowrap;margin-left:auto;font-size:12px;font-weight:500}.budget-memo-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.budget-memo-button,.budget-memo-add-button{cursor:pointer;border-radius:4px;min-height:36px;font-size:12px;font-weight:500}.budget-memo-button{border:1px solid var(--grey-700);background:var(--white);color:var(--grey-700)}.budget-memo-button.danger{border-color:var(--red);color:var(--red)}.budget-memo-button:disabled{border-color:var(--grey-200);color:var(--grey-400);cursor:default}.budget-memo-divider{background:var(--grey-100);height:1px}.budget-memo-add-button{background:var(--grey-800);color:var(--white);border:0}.budget-mo-detail-card.inline-mode .budget-inline-input{background:0 0}.budget-mo-large-ads{gap:0;display:grid}.budget-functional-panel{gap:12px;display:grid}.budget-transaction-sheet{min-height:min(616px,100svh)}.mo-sheet-content .budget-form,.budget-inline-input .budget-form{background:0 0;border:0;padding:0}.budget-form .row-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:4px;display:grid}.budget-form .row-actions .primary-button,.budget-form .row-actions .secondary-link,.budget-form .row-actions .mo-button{width:100%;min-height:56px;padding:0 12px;font-weight:800}.budget-form-sheet{gap:24px;display:grid}.budget-form-sheet .row-actions{margin-top:0}.budget-form-sheet .budget-sheet-label,.budget-form-sheet .budget-sheet-input-display,.budget-form-sheet .row-actions .primary-button,.budget-form-sheet .row-actions .secondary-link,.budget-form-sheet .row-actions .mo-button{font-weight:500}.budget-form-sheet .row-actions .primary-button:disabled,.budget-form-sheet .row-actions .mo-button:disabled{border-color:var(--grey-800);background:var(--grey-800);color:var(--white);opacity:1}.budget-sheet-field{color:var(--grey-800);gap:4px;font-size:14px;font-weight:500;display:grid}.budget-sheet-label{line-height:1.5}.budget-sheet-hidden-kind{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.budget-sheet-input-shell{display:block;position:relative}.budget-sheet-native-input{z-index:1;border:1px solid var(--grey-200);color:#0000;width:100%;min-height:48px;caret-color:var(--grey-900);font:inherit;background:0 0;border-radius:4px;padding:12px 40px 12px 16px;position:relative}.budget-sheet-native-input::-webkit-calendar-picker-indicator{opacity:0}.budget-sheet-input-display{color:var(--grey-900);pointer-events:none;align-items:center;padding:0 40px 0 16px;font-size:16px;line-height:1.5;display:flex;position:absolute;inset:0}.budget-sheet-chevron{z-index:2;border-right:1.5px solid var(--grey-900);border-bottom:1.5px solid var(--grey-900);pointer-events:none;width:8px;height:8px;position:absolute;top:50%;right:16px;transform:translateY(-70%)rotate(45deg)}.budget-sheet-amount-row{grid-template-columns:120px minmax(0,1fr);gap:8px;display:grid}.budget-sheet-kind-toggle{border:1px solid var(--grey-200);background:var(--white);border-radius:4px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.budget-sheet-kind-toggle button{border:0;border-right:1px solid var(--grey-200);background:var(--white);min-height:48px;color:var(--grey-900);cursor:pointer;font-size:28px;font-weight:400;line-height:1}.budget-sheet-kind-toggle button:last-child{border-right:0}.budget-sheet-kind-toggle button.selected{background:var(--grey-800);color:var(--white)}.budget-sheet-amount-input input,.budget-sheet-description-field textarea{border:1px solid var(--grey-200);background:var(--white);width:100%;color:var(--grey-900);font:inherit;border-radius:4px}.budget-sheet-amount-input input{min-height:48px;padding:12px 16px;font-size:16px}.budget-sheet-description-field textarea{resize:none;min-height:72px;padding:14px 16px;font-size:16px;line-height:1.5}.gallery-upload-panel{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:14px;padding:16px;display:grid}.gallery-upload-panel label{color:var(--grey-700);gap:8px;font-size:14px;font-weight:800;display:grid}.gallery-drop-zone{border:1px dashed var(--grey-300);background:var(--grey-50);min-height:132px;color:var(--grey-700);text-align:center;border-radius:8px;place-items:center;gap:6px;display:grid}.gallery-drop-zone strong{color:var(--grey-900);font-size:18px}.gallery-drop-zone span{color:var(--grey-500);font-size:13px;font-weight:800}.gallery-drop-zone.dragging{border-color:var(--grey-900);background:var(--white);box-shadow:inset 0 0 0 1px var(--grey-900)}.gallery-upload-panel input[type=file]{border:1px dashed var(--grey-300);background:var(--grey-50);width:100%;min-width:0;min-height:46px;color:var(--grey-900);border-radius:8px;padding:10px}.gallery-file-summary,.gallery-progress div{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.gallery-file-summary span,.gallery-progress span{color:var(--grey-500);font-size:13px;font-weight:800}.gallery-progress{gap:8px;display:grid}.gallery-progress progress{width:100%;height:10px;accent-color:var(--grey-900)}.gallery-upload-button{width:fit-content}.mo-sheet-content .gallery-upload-panel{background:0 0;border:0;padding:0}.success-message{color:var(--blue);background:#4f8bfa14;border-color:#4f8bfa4d}.gallery-list-panel{background:0 0;border:0;border-radius:0;gap:16px;padding:0;display:grid}.gallery-list-panel.detail-open{background:var(--white);border:0;border-radius:0;gap:0;padding:48px 0}.gallery-list-header{justify-content:space-between;align-items:flex-start;gap:12px;display:none}.gallery-list-header h3{margin:0 0 4px;font-size:20px}.gallery-list-header span{color:var(--grey-500);font-size:13px;font-weight:800}.gallery-edit-button{min-height:38px;padding:0 12px;font-size:13px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.gallery-mo-more-divider{color:#0000;background:0 0;border:0;border-radius:0;justify-self:center;place-items:center;width:56px;height:56px;margin-top:28px;display:grid;overflow:hidden}.gallery-mo-more-divider:before{content:"+";color:var(--grey-500);font-size:48px;font-weight:200;line-height:1}.gallery-mo-large-ads{gap:16px;display:grid}.gallery-mo-footer{margin-top:0}.gallery-tile{background:var(--grey-100);border-radius:6px;margin:0;display:block;position:relative;overflow:hidden}.gallery-tile-preview{cursor:pointer;background:0 0;border:0;width:100%;padding:0;line-height:0;display:block}.gallery-tile-preview img{aspect-ratio:1;object-fit:cover;background:var(--grey-100);width:100%;display:block}.gallery-tile-preview:hover img,.gallery-tile-preview:focus-visible img{outline:2px solid var(--grey-900);outline-offset:2px}.gallery-tile-actions{z-index:2;grid-template-columns:repeat(3,40px);gap:6px;display:grid;position:absolute;bottom:8px;right:8px}.gallery-tile-actions button{border-radius:var(--radius-full);width:40px;height:40px;color:var(--grey-700);cursor:pointer;background:#fffc;border:0;place-items:center;font-size:11px;font-weight:800;display:inline-grid;box-shadow:0 1px 3px #0000002e}.gallery-tile-actions svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:24px;height:24px}.gallery-tile-actions button:hover,.gallery-tile-actions button:focus-visible{outline:2px solid var(--white);outline-offset:2px}.gallery-edit-dialog{background:var(--white);border-radius:16px;gap:16px;width:min(100%,460px);padding:32px 24px 24px;display:grid;box-shadow:0 8px 24px #0000003d}.gallery-edit-dialog h2{text-align:center;margin:0;font-size:24px}.gallery-edit-dialog label{color:var(--grey-700);gap:8px;font-size:14px;font-weight:800;display:grid}.gallery-edit-dialog input,.gallery-edit-dialog textarea{border:1px solid var(--grey-200);width:100%;color:var(--grey-900);border-radius:8px;padding:12px}.gallery-edit-dialog textarea{resize:vertical}.gallery-detail-viewer{width:min(343px,100%);color:var(--grey-900);outline:none;justify-items:center;gap:24px;margin:0 auto;display:grid}.gallery-detail-stage{aspect-ratio:343/258;background:var(--grey-100);border-radius:8px;width:100%;display:block;position:relative;overflow:hidden}.gallery-detail-image-button{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.gallery-detail-image-button img{object-fit:cover;width:100%;height:100%;transition:transform .18s}.gallery-detail-image-button img.zoomed{cursor:zoom-out;transform:scale(1.25)}.gallery-detail-top-actions{flex-direction:column;gap:8px;display:flex;position:absolute;top:8px;right:8px}.gallery-detail-top-actions button,.gallery-detail-nav,.gallery-detail-counter button,.gallery-detail-grid-button{width:40px;height:40px;color:var(--grey-700);cursor:pointer;background:#fffc;border:0;border-radius:999px;place-items:center;display:inline-grid}.gallery-detail-top-actions svg,.gallery-detail-grid-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:24px;height:24px}.gallery-detail-top-actions button:disabled,.gallery-detail-nav:disabled,.gallery-detail-counter button:disabled,.gallery-detail-grid-button:disabled{color:var(--grey-300);cursor:default}.gallery-detail-nav{position:absolute;top:50%;transform:translateY(-50%)}.gallery-detail-nav.previous{left:20px}.gallery-detail-nav.next{right:20px}.gallery-detail-bottom-bar{justify-items:center;gap:24px;display:grid}.gallery-detail-counter{background:0 0;grid-template-columns:40px 94px 40px;align-items:center;gap:16px;width:206px;padding:0;display:grid}.gallery-detail-counter span{min-width:0;color:var(--grey-900);text-align:center;font-size:20px;font-weight:800;line-height:1.5}.gallery-detail-counter button,.gallery-detail-grid-button{border:1px solid var(--grey-200);background:var(--white);color:var(--grey-700);font-size:18px}.gallery-detail-grid-button{width:48px;height:48px;font-size:13px}.gallery-detail-thumbnails{gap:8px;max-width:min(720px,100vw - 40px);padding:2px 20px;display:flex;overflow-x:auto}.gallery-detail-thumbnails button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;flex:none;width:60px;height:60px;padding:0}.gallery-detail-thumbnails button[aria-current=true]{border-color:var(--gold)}.gallery-detail-thumbnails img{object-fit:cover;border-radius:6px;width:100%;height:100%}.community-panel{gap:16px;display:grid}.community-mo-header{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.community-mo-header h2{color:var(--grey-900);margin:4px 0 0;font-size:24px}.community-list-panel,.community-compose-card{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:16px;padding:16px;display:grid}.community-compose-meta{color:var(--grey-500);flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:13px;font-weight:800;display:flex}.community-compose-meta strong{color:var(--grey-900)}.community-compose-card label{color:var(--grey-700);gap:8px;font-size:14px;font-weight:800;display:grid}.community-compose-card input,.community-compose-card select,.community-compose-card textarea{border:1px solid var(--grey-200);width:100%;color:var(--grey-900);border-radius:8px;padding:12px}.community-compose-sheet-form{gap:24px}.community-compose-sheet-form label{color:var(--grey-600);gap:0;font-size:14px;font-weight:500}.community-compose-sheet-form input,.community-compose-sheet-form textarea{border-color:#96969680;border-radius:4px;padding:12px 16px;font-size:16px;font-weight:500}.community-compose-sheet-form input{height:48px}.community-compose-sheet-form textarea{resize:none;height:120px}.community-compose-card textarea{resize:vertical}.community-compose-sheet-form textarea{resize:none}.community-compose-card input[type=file]{background:var(--grey-50)}.community-compose-sheet-form input[type=file]{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.community-compose-upload{gap:16px;display:grid}.community-compose-upload-button{border:1px dashed var(--grey-300);background:var(--grey-50);width:100%;height:96px;color:var(--grey-700);cursor:pointer;border-radius:4px;font-size:14px;font-weight:700}.community-compose-file-count{color:var(--grey-500);font-size:13px;font-weight:800}.community-compose-files{flex-wrap:wrap;gap:8px;display:flex}.community-compose-files span{border:1px solid var(--grey-100);max-width:100%;color:var(--grey-700);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;overflow:hidden}.community-compose-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.community-compose-actions .secondary-link,.community-compose-actions .primary-button{border-radius:4px;min-height:56px}.mo-sheet-content .community-compose-card{background:0 0;border:0;padding:0}.community-compose-sheet{min-height:584px}.community-filters{gap:12px;display:grid}.community-category-tabs{border-top:1px solid var(--grey-100);border-bottom:1px solid var(--grey-100);gap:4px;display:flex;overflow-x:auto}.community-category-tabs button{min-width:max-content;min-height:48px;color:var(--grey-700);cursor:pointer;background:0 0;border:0;padding:0 14px;font-weight:700}.community-category-tabs button.selected{color:var(--grey-900);box-shadow:inset 0 -2px 0 var(--grey-900)}.community-filter-row{grid-template-columns:repeat(2,minmax(140px,auto)) auto minmax(200px,1fr);align-items:end;gap:10px;display:grid}.community-filter-row label{color:var(--grey-700);gap:6px;font-size:13px;font-weight:800;display:grid}.community-filter-row input{border:1px solid var(--grey-200);width:100%;min-height:40px;color:var(--grey-900);border-radius:8px;padding:0 10px}.community-filter-row .secondary-link{min-height:40px}.community-search-field{min-width:0}.community-panel-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.community-panel-header h2{margin:0 0 4px;font-size:20px}.community-panel-header span{color:var(--grey-500);font-size:13px;font-weight:800}.community-post-list{gap:12px;display:grid}.community-post{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:12px;padding:18px;display:grid}.community-post.hidden{background:var(--grey-50)}.community-post-meta,.community-post-footer{color:var(--grey-500);flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;font-weight:800;display:flex}.community-post h3{color:var(--grey-900);margin:0;font-size:18px}.community-post p{color:var(--grey-700);margin:0;line-height:1.6}.community-post-images{align-items:center;gap:8px;display:flex}.community-post-images img{object-fit:cover;background:var(--grey-100);border-radius:8px;width:88px;height:88px}.community-post-images span{background:var(--grey-50);width:44px;height:44px;color:var(--grey-700);border-radius:999px;place-items:center;font-size:13px;font-weight:800;display:inline-grid}.community-post-footer a{color:var(--grey-900);margin-left:auto;font-weight:900}.community-like-button{border:1px solid var(--grey-200);background:var(--white);min-height:32px;color:var(--grey-700);cursor:pointer;border-radius:6px;padding:0 10px;font-weight:800}.community-like-button.selected{border-color:var(--gold);color:var(--grey-900)}.community-like-button:disabled{color:var(--grey-400);cursor:progress}.community-report-button{border:1px solid var(--red);background:var(--white);min-height:32px;color:var(--red);cursor:pointer;border-radius:6px;padding:0 10px;font-weight:800}.community-report-button:disabled{border-color:var(--grey-200);color:var(--grey-400);cursor:progress}.community-detail-panel{gap:16px;display:grid}.community-detail-card,.community-comments-card{background:var(--white);border:0;border-radius:10px;gap:0;padding:16px;display:grid}.community-detail-card{box-shadow:0 4px 12px #00000021,0 1px 2px #00000021}.community-comments-card{box-shadow:0 2px 8px #0000001a}.community-detail-card.hidden{background:var(--grey-50)}.community-detail-info-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.community-detail-info{min-width:0;color:var(--grey-900);align-items:baseline;gap:4px;font-size:12px;line-height:1.4;display:inline-flex}.community-detail-info.align-end{text-align:right;justify-content:flex-end}.community-detail-info strong{color:var(--grey-900);flex:none;font-weight:700}.community-detail-info span{min-width:0;color:var(--grey-900);overflow-wrap:anywhere}.community-detail-title-row{align-items:flex-start;gap:6px;margin-top:8px;display:flex}.community-detail-title-row h2{color:var(--grey-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-size:12px;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.community-detail-content-box{background:var(--white);border:1px solid #d9d9d9;min-height:240px;margin-top:8px;padding:12px}.community-detail-content-box p,.community-comment p{color:var(--grey-900);white-space:pre-wrap;margin:0;font-size:12px;line-height:1.4}.community-detail-images{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.community-detail-images img{object-fit:cover;background:var(--grey-100);border-radius:8px;width:min(156px,100%);height:156px}.community-detail-action-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:12px;display:flex}.community-detail-action{min-height:32px;color:var(--grey-900);cursor:pointer;font:inherit;background:0 0;border:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.community-detail-action[aria-label]{cursor:default}.community-detail-action.community-report-button{min-height:32px;color:var(--red);border:0;padding:0}@media (max-width:860px){.community-detail-page-shell{width:min(var(--space-mo-content-width), calc(100% - 32px));padding:24px 0 48px}.community-detail-page-shell .page-header{border-bottom:0;padding-bottom:16px}.community-detail-page-shell .page-header .eyebrow,.community-detail-page-shell .page-header p{display:none}.community-detail-page-shell .page-header h1{color:var(--grey-900);margin:0 0 16px;font-size:20px;font-weight:700;line-height:1.5}}.community-comments-card .community-panel-header{margin:0}.community-comments-card .community-panel-header h2{color:var(--grey-900);font-size:16px;font-weight:700}.community-comment-form{gap:12px;margin-top:16px;display:grid}.community-comment-form label{display:grid}.community-comment-form textarea,.community-comment textarea{border:1px solid var(--grey-200);width:100%;color:var(--grey-900);resize:vertical;border-radius:8px;padding:12px}.community-comment-form .primary-button{justify-self:end;width:auto;min-height:40px;padding:0 16px}.community-comments-card>.status-message{margin-top:20px}.community-comment-list{gap:12px;display:grid}.community-comment{border-top:1px solid var(--grey-100);gap:10px;padding:14px 0;display:grid}.community-comment-actions{flex-wrap:wrap;gap:8px;display:flex}.community-comment-actions .secondary-link{min-height:36px}.contact-panel{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:16px;padding:18px;display:grid}.contact-intro-panel{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);align-items:start;gap:24px;margin-top:28px;padding:24px;display:grid}.contact-intro-panel h2{color:var(--grey-900);margin:0 0 10px;font-size:22px}.contact-intro-panel p{color:var(--grey-700);margin:0;line-height:1.7}.contact-intro-panel ul{color:var(--grey-700);gap:8px;margin:0;padding-left:20px;line-height:1.7;display:grid}.contact-panel h2{color:var(--grey-900);margin:0;font-size:20px}.contact-form-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.contact-form-header span{color:var(--grey-500);font-size:13px;font-weight:800}.contact-inquiry-form label,.contact-password-form label{color:var(--grey-700);gap:8px;font-size:14px;font-weight:800;display:grid}.contact-inquiry-form input,.contact-inquiry-form textarea,.contact-password-form input{border:1px solid var(--grey-200);width:100%;color:var(--grey-900);border-radius:8px;padding:12px}.contact-inquiry-form input[type=file]{background:var(--grey-50)}.contact-inquiry-form textarea{resize:vertical}.contact-password-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.contact-file-list{flex-wrap:wrap;gap:8px;display:flex}.contact-file-list span{border:1px solid var(--grey-100);max-width:100%;color:var(--grey-700);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;overflow:hidden}.contact-privacy-consent{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;gap:10px;padding:14px;display:grid}.contact-privacy-consent p{color:var(--grey-700);margin:0;font-size:13px;line-height:1.6}.contact-inquiry-form .contact-privacy-check{color:var(--grey-900);align-items:flex-start;gap:8px;line-height:1.5;display:flex}.contact-inquiry-form .contact-privacy-check input{width:16px;min-width:16px;height:16px;margin-top:3px;padding:0}.contact-inquiry-form .contact-privacy-check a{color:var(--blue);text-underline-offset:3px;text-decoration:underline}.notification-settings-panel{gap:18px;max-width:640px;margin-top:28px;display:grid}.notification-mobile-page{display:none}.notification-desktop-page{display:block}.notification-card{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:20px;padding:24px;display:grid}.notification-card h2{margin:0;font-size:20px}.notification-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.notification-card-header p{color:var(--grey-700);margin:6px 0 0;font-size:14px;line-height:1.5}.notification-card-header>span{border:1px solid var(--grey-100);color:var(--grey-700);white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.notification-detail-list{border-top:1px solid var(--grey-100);gap:20px;padding-top:20px;display:grid}.notification-detail-list.compact{border-top:0;padding-top:0}.notification-feed-list{gap:10px;display:grid}.notification-feed-item{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.notification-feed-item.read{background:var(--white)}.notification-feed-item strong{color:var(--grey-900);font-size:15px;display:block}.notification-feed-item p{color:var(--grey-700);margin:6px 0 0;font-size:14px;line-height:1.5}.notification-feed-item span{color:var(--grey-500);margin-top:8px;font-size:12px;font-weight:800;display:block}.notification-switch-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.notification-switch-row.is-control-hidden{grid-template-columns:minmax(0,1fr)}.notification-switch-row.is-disabled span{opacity:.82}.notification-switch-row span{gap:6px;display:grid}.notification-switch-row strong{color:var(--grey-900);font-size:16px}.notification-switch-row small{color:var(--grey-700);font-size:14px;line-height:1.5}.notification-switch-row input{appearance:none;background:var(--grey-200);cursor:pointer;border:0;border-radius:999px;width:48px;height:24px;position:relative}.notification-switch-row input:after{background:var(--white);content:"";border-radius:999px;width:18px;height:18px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000038}.notification-switch-row input:checked{background:var(--gold)}.notification-switch-row input:checked:after{transform:translate(24px)}.notification-switch-row input:disabled{cursor:not-allowed;opacity:.56}.contact-list-filters{grid-template-columns:repeat(2,minmax(140px,1fr)) auto;align-items:end;gap:10px;display:grid}.contact-list-filters label{color:var(--grey-700);gap:6px;font-size:13px;font-weight:800;display:grid}.contact-list-filters input{border:1px solid var(--grey-200);width:100%;min-height:40px;color:var(--grey-900);border-radius:8px;padding:0 10px}.contact-inquiry-table{border-top:1px solid var(--grey-900);display:grid;overflow-x:auto}.contact-inquiry-row{border:0;border-bottom:1px solid var(--grey-100);background:var(--white);width:100%;min-width:620px;min-height:44px;color:var(--grey-700);cursor:pointer;text-align:left;grid-template-columns:72px minmax(220px,1fr) 90px 170px;align-items:center;display:grid}.contact-inquiry-row.header{background:var(--grey-50);color:var(--grey-900);cursor:default;font-weight:900}.contact-inquiry-row span{text-overflow:ellipsis;white-space:nowrap;padding:0 10px;overflow:hidden}.contact-pagination{color:var(--grey-700);justify-content:center;align-items:center;gap:10px;font-weight:800;display:flex}.contact-inquiry-detail{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;gap:14px;padding:16px;display:grid}.contact-inquiry-detail h3{color:var(--grey-900);margin:0;font-size:18px}.contact-detail-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;display:grid}.contact-detail-meta div,.contact-reply{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:6px;padding:12px;display:grid}.contact-detail-meta dt{color:var(--grey-500);font-size:12px;font-weight:900}.contact-detail-meta dd{color:var(--grey-900);margin:0;font-weight:800}.contact-reply-list{gap:10px;display:grid}.contact-reply span{color:var(--grey-500);font-size:12px;font-weight:800}.contact-reply p,.contact-detail-content{color:var(--grey-700);white-space:pre-wrap;margin:0;line-height:1.7}.contact-detail-images{flex-wrap:wrap;gap:8px;display:flex}.contact-detail-images a{border:1px solid var(--grey-200);color:var(--grey-700);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.contact-inquiry-admin-actions{border-top:1px solid var(--grey-100);gap:12px;padding-top:14px;display:grid}.contact-inquiry-admin-actions form{border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:10px;padding:14px;display:grid}.contact-inquiry-admin-actions label{color:var(--grey-700);gap:8px;font-size:13px;font-weight:800;display:grid}.contact-inquiry-admin-actions select,.contact-inquiry-admin-actions textarea{border:1px solid var(--grey-200);width:100%;color:var(--grey-900);border-radius:8px;padding:10px}.contact-inquiry-admin-actions textarea{resize:vertical}@media (max-width:760px){.notification-desktop-page{display:none}.notification-mobile-page{background:var(--page-bg);display:block}.notification-mo-section{min-height:calc(100svh - var(--space-gnb-height-compact))}.notification-mo-hero{min-height:var(--space-mo-hero-height-short);color:var(--white);text-align:center;background:linear-gradient(#17181aa3,#17181aa3),url(/assets/sub-bg.svg) 50%/cover no-repeat;place-items:center;display:grid}.notification-mo-hero-names{width:min(var(--space-mo-content-width), calc(100vw - 32px));color:var(--white);font-family:var(--font-korean);justify-content:center;align-items:center;gap:16px;font-size:32px;font-weight:500;line-height:1.25;display:flex}.notification-mo-hero-names span:nth-child(2){font-family:var(--font-english);font-size:30px}.notification-mo-content{padding:48px 0 45px}.notification-mo-title{color:var(--grey-900);text-align:center;margin:0 0 18px;font-size:20px;font-weight:800;line-height:1.5}.notification-settings-panel-compact{gap:16px;max-width:none;margin-top:0}.notification-settings-panel-compact .notification-card{border-color:var(--grey-200);gap:20px;padding:30px 23px}.notification-settings-panel-compact .notification-detail-list{border-top-color:var(--grey-100);gap:22px;padding-top:22px}.notification-settings-panel-compact .notification-switch-row{gap:14px;min-height:34px}.notification-settings-panel-compact .notification-switch-row span{gap:8px}.notification-settings-panel-compact .notification-switch-row strong{font-size:18px;font-weight:800;line-height:1.45}.notification-settings-panel-compact .notification-switch-row small{color:var(--grey-700);font-size:16px;font-weight:500;line-height:1.5}.notification-mo-large-ads{background:var(--white);gap:54px;padding:0 0 120px;display:grid}.notification-mo-footer{border-top:1px solid var(--grey-100)}.community-filter-row{grid-template-columns:1fr}.community-post-footer a{margin-left:0}.contact-password-grid,.contact-intro-panel,.contact-list-filters,.contact-detail-meta{grid-template-columns:1fr}.notification-card-header,.notification-feed-item{grid-template-columns:1fr;display:grid}.admin-notice-item,.notice-layout,.notice-toolbar{grid-template-columns:1fr}.admin-notice-actions{flex-wrap:wrap}.notice-detail-header{display:grid}.policy-document-toolbar,.business-info-panel dl div{grid-template-columns:1fr}}.budget-row{border-top:1px solid var(--grey-100);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 0;display:grid}.budget-mo-detail-card .budget-row{border:1px solid var(--grey-100);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:12px;padding:12px}.budget-mo-detail-card .budget-memo-card{border-color:var(--grey-200);border-radius:16px;grid-template-columns:1fr;gap:24px;padding:24px;display:grid}.budget-edit{grid-column:1/-1}.budget-row h3{margin:6px 0;font-size:18px}.budget-row p{color:var(--grey-700);margin:0;line-height:1.6}.budget-amounts{white-space:nowrap;justify-items:end;gap:4px;display:grid}.schedule-row{border-top:1px solid var(--grey-100);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 0;display:grid}.schedule-row.selected{border-color:var(--grey-900)}.schedule-row-main{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;gap:0;padding:0;display:grid}.schedule-row h3{margin:6px 0;font-size:18px}.schedule-row p{margin:0}.schedule-row.completed h3{color:var(--grey-500);text-decoration:line-through}.schedule-edit{grid-column:1/-1}.schedule-detail-panel{width:min(var(--space-mo-content-width), 100%);min-height:var(--space-mo-schedule-detail-height);border:1px solid var(--grey-200);background:var(--white);box-shadow:none;border-radius:8px;align-content:start;gap:0;margin-bottom:24px;padding:24px;display:grid;position:sticky;top:92px}.schedule-detail-panel:before{content:none}.schedule-detail-panel.empty{color:var(--grey-600);align-content:stretch}.schedule-detail-panel h3{color:var(--grey-900);margin:0;font-size:20px;font-weight:800;line-height:1.3}.schedule-detail-panel p{margin:0}.schedule-detail-header{min-height:31px}.schedule-detail-panel.has-schedule .schedule-detail-header{min-height:0}.schedule-detail-title{min-height:96px;color:var(--grey-700);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-top:24px;font-size:16px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.schedule-detail-panel.has-schedule .schedule-detail-title{margin-top:0}.schedule-detail-info{gap:24px;margin-top:24px;display:grid}.schedule-detail-info section{gap:10px;display:grid}.schedule-detail-info h4{color:var(--grey-900);align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;line-height:1.5;display:flex}.schedule-detail-info p{color:var(--grey-700);font-size:16px;font-weight:500;line-height:1.5}.schedule-detail-icon{border:2px solid var(--grey-900);border-radius:4px;width:24px;height:24px;position:relative}.schedule-detail-icon:before{content:"";background:var(--grey-900);height:2px;position:absolute;inset:5px 3px auto}.schedule-detail-icon.participants{border:0;border-radius:0}.schedule-detail-icon.participants:before,.schedule-detail-icon.participants:after{content:"";border:2px solid var(--grey-900);position:absolute}.schedule-detail-icon.participants:before{border-radius:var(--radius-full);width:8px;height:8px;top:4px;left:8px}.schedule-detail-icon.participants:after{border-radius:999px 999px 2px 2px;height:8px;bottom:3px;left:3px;right:3px}.schedule-detail-description{color:var(--grey-600);margin-top:16px;font-size:13px;line-height:1.5}.schedule-detail-empty-message{text-align:center;place-items:center;min-height:285px;display:grid}.schedule-detail-empty-message .mo-empty-state{background:0 0;border:0;min-height:auto;padding:0}.schedule-detail-empty-message .mo-empty-state h3{color:var(--grey-600);font-size:16px;font-weight:600}.schedule-participant-chips{flex-wrap:wrap;gap:8px;display:flex}.schedule-participant-chips .mo-chip{background:var(--grey-100);min-height:28px;color:var(--grey-800);border:0;border-radius:2px;padding:0 8px;font-size:12px;font-weight:600}.schedule-participant-chips .schedule-participant-overflow{border-radius:var(--radius-full);background:var(--grey-800);width:28px;min-width:28px;color:var(--white);padding:0;font-size:20px;font-weight:600;line-height:1}.schedule-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:24px;display:grid}.schedule-detail-actions .mo-button{min-height:40px;padding:0 8px}.schedule-detail-actions .mo-button-line.danger{border-color:var(--red);color:var(--red)}.schedule-detail-actions .mo-button-solid{grid-column:1/-1;min-height:36px;margin-top:0}.schedule-detail-actions .schedule-detail-complete-toggle{opacity:0;pointer-events:none;min-height:20px;color:var(--grey-500);white-space:nowrap;border:0;grid-column:1/-1;margin-top:-8px;padding:0;font-size:12px;font-weight:600}.schedule-detail-actions .schedule-detail-complete-toggle:focus-visible{opacity:1;pointer-events:auto;background:var(--white);padding:0 8px}.schedule-meta{color:var(--grey-700);flex-wrap:wrap;gap:8px;font-size:13px;font-weight:700;display:flex}.schedule-form,.budget-form{border:1px solid var(--grey-100);background:var(--grey-50);border-radius:8px;padding:16px}.schedule-form-field,.budget-form label{color:var(--grey-700);gap:6px;font-size:14px;font-weight:700;display:grid}.schedule-form-field label{color:inherit;font:inherit}.budget-form input,.budget-form select{border:1px solid var(--grey-300);background:var(--white);width:100%;min-height:42px;color:var(--grey-900);border-radius:6px;padding:9px 10px;font-weight:400}.budget-form .mo-field input,.budget-form .mo-field select{border-radius:8px;min-height:48px}.budget-form-sheet .budget-sheet-native-input{border-color:var(--grey-200);color:#0000;min-height:48px;caret-color:var(--grey-900);background:0 0;border-radius:4px;padding:12px 40px 12px 16px}.budget-form-sheet .budget-sheet-amount-input input,.budget-form-sheet .budget-sheet-description-field textarea{border-color:var(--grey-200);border-radius:4px;padding:12px 16px;font-size:16px}.budget-form-sheet .budget-sheet-description-field textarea{min-height:72px;padding-top:14px;padding-bottom:14px;line-height:1.5}.budget-inline-input .budget-form-inline{border:1px solid var(--grey-200);background:var(--white);border-radius:14px;gap:16px;padding:24px;display:grid}.budget-mo-time-strip{border-top:1px solid var(--grey-100);scrollbar-width:none;gap:8px;width:100%;padding:16px;display:flex;overflow-x:auto}.budget-mo-time-strip::-webkit-scrollbar{display:none}.budget-mo-time-strip button{border:1px solid var(--grey-200);border-radius:var(--radius-full);background:var(--white);min-width:64px;min-height:32px;color:var(--grey-700);font-size:13px;font-weight:700}.budget-mo-time-strip button.selected{border-color:var(--grey-800);background:var(--grey-800);color:var(--white)}.budget-inline-hidden-controls{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.budget-form-inline .budget-inline-description-field{display:block}.budget-form-inline .budget-inline-description-field input{min-height:83px;color:var(--grey-700);padding:14px 16px;font-size:16px;line-height:1.5}.budget-inline-field-title{color:var(--grey-900);align-items:center;gap:8px;margin-bottom:-6px;font-size:16px;font-weight:500;display:flex}.budget-inline-icon{border:2px solid var(--grey-900);border-radius:2px;width:24px;height:24px;position:relative}.budget-inline-icon.calendar:before{content:"";background:var(--grey-900);height:2px;position:absolute;inset:6px 3px auto}.budget-inline-icon.amount{border-radius:3px;height:18px}.budget-inline-icon.amount:before{content:"";background:var(--grey-900);height:2px;position:absolute;inset:5px 3px auto}.budget-inline-icon.amount:after{content:"";background:var(--grey-900);height:2px;position:absolute;bottom:3px;left:3px;right:3px}.budget-form-inline .budget-inline-date-field{display:block}.budget-inline-date-shell{display:block;position:relative}.budget-form-inline .budget-inline-date-field input{z-index:1;color:#0000;width:100%;min-height:48px;caret-color:var(--grey-900);background:0 0;padding:11px 16px;font-size:16px;position:relative}.budget-form-inline .budget-inline-date-field input::-webkit-calendar-picker-indicator{opacity:0}.budget-inline-date-display{color:var(--grey-700);pointer-events:none;align-items:center;padding:0 16px;font-size:16px;line-height:1.5;display:flex;position:absolute;inset:0}.budget-inline-amount-control{grid-template-columns:60px 60px minmax(0,1fr);gap:8px;display:grid}.budget-inline-amount-control button{border:1px solid var(--grey-300);background:var(--white);min-height:48px;color:var(--grey-900);border-radius:4px;font-size:28px;font-weight:400}.budget-inline-amount-control button.selected{border-color:var(--grey-800);background:var(--grey-800);color:var(--white)}.budget-inline-amount-control label{display:block}.budget-inline-amount-shell{position:relative}.budget-inline-amount-control input{z-index:1;color:#0000;width:100%;min-height:48px;caret-color:var(--grey-900);background:0 0;padding:11px 16px;font-size:16px;position:relative}.budget-inline-amount-display{color:var(--grey-500);pointer-events:none;align-items:center;padding:0 16px;font-size:16px;line-height:1.5;display:flex;position:absolute;inset:0}.budget-inline-amount-display.filled{color:var(--grey-900)}.budget-form-inline .row-actions{gap:8px;margin-top:0}.budget-form-inline .row-actions .primary-button,.budget-form-inline .row-actions .secondary-link{min-height:36px}.budget-inline-disabled-cta{background:var(--grey-300);min-height:36px;color:var(--grey-600);border:0;border-radius:4px;font-size:14px;font-weight:700}.budget-row-inline-edit{background:0 0;border:0;padding:0;display:block}.budget-mo-detail-card .budget-row-inline-edit{background:0 0;border:0;padding:0}.schedule-form textarea{resize:vertical}.schedule-form .row-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.schedule-form .row-actions .mo-button{width:100%;min-height:56px}.schedule-create-guide{gap:22px;padding-top:12px;display:grid}.schedule-create-guide-sheet{min-height:522px}.schedule-create-guide-sheet .mo-sheet-header{text-align:center;justify-content:center;min-height:42px;padding-bottom:16px}.schedule-create-guide-sheet .mo-sheet-header h2{font-size:22px;font-weight:900}.schedule-create-guide-close{z-index:1;width:32px;height:32px;color:var(--grey-900);cursor:pointer;background:0 0;border:0;place-items:center;font-size:30px;font-weight:300;line-height:1;display:grid;position:absolute;top:23px;left:15px}.schedule-create-guide-copy{border:1px solid var(--grey-300);min-height:168px;color:var(--grey-600);border-radius:4px;margin:0;padding:14px 17px;font-size:15px;font-weight:400;line-height:1.6}.schedule-create-guide-rows{gap:26px;margin:0;display:grid}.schedule-create-guide-rows div{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.schedule-create-guide-rows dt,.schedule-create-guide-rows dd{margin:0}.schedule-create-guide-rows dt{color:var(--grey-900);align-items:center;gap:10px;font-size:16px;font-weight:800;display:inline-flex}.schedule-create-guide-rows dd{color:var(--grey-900);text-align:right;font-size:14px;font-weight:700}.schedule-create-guide-rows .schedule-create-guide-date{color:var(--color-error)}.schedule-guide-icon{width:18px;height:18px;color:var(--grey-900);border:1.8px solid;display:inline-block;position:relative}.schedule-guide-icon.clock{border-radius:999px}.schedule-guide-icon.clock:before,.schedule-guide-icon.clock:after{content:"";transform-origin:0;background:currentColor;border-radius:999px;position:absolute;top:50%;left:50%}.schedule-guide-icon.clock:before{width:5px;height:1.6px;transform:translateY(-50%)rotate(0)}.schedule-guide-icon.clock:after{width:1.6px;height:6px;transform:translate(-50%,-100%)}.schedule-guide-icon.calendar{border-radius:3px}.schedule-guide-icon.calendar:before{content:"";background:currentColor;height:1.8px;position:absolute;top:4px;left:0;right:0}.schedule-create-guide-warning{color:var(--color-error);align-items:center;gap:8px;margin:-2px 0 0;font-size:14px;font-weight:800;display:inline-flex}.schedule-create-guide-warning span{border:1.6px solid;border-radius:999px;place-items:center;width:20px;height:20px;font-size:13px;line-height:1;display:inline-grid}.schedule-create-guide-actions{grid-template-columns:88px minmax(0,1fr);gap:8px;padding-top:2px;display:grid}.schedule-create-guide-actions .mo-button{width:100%;min-height:56px}.schedule-create-guide-actions .schedule-create-guide-primary{color:#777b80;background:#c6c8ca;border-color:#c6c8ca}.schedule-quick-edit-sheet{min-height:396px}.schedule-quick-edit-sheet .mo-sheet-header{text-align:center;justify-content:center;min-height:42px;padding-bottom:18px}.schedule-quick-edit-sheet .mo-sheet-header h2{font-size:20px;font-weight:800}.schedule-quick-edit{gap:20px;padding-top:18px;display:grid;position:relative}.schedule-quick-edit-close{z-index:1;width:32px;height:32px;color:var(--grey-900);cursor:pointer;background:0 0;border:0;place-items:center;font-size:28px;line-height:1;display:grid;position:absolute;top:30px;left:22px}.schedule-quick-row{color:var(--grey-700);gap:8px;font-size:14px;font-weight:500;display:grid;position:relative}.schedule-quick-row:after{content:"⌄";color:var(--grey-900);pointer-events:none;font-size:18px;line-height:1;position:absolute;bottom:13px;right:16px}.schedule-quick-row input{border:1px solid var(--grey-300);background:var(--white);width:100%;min-height:48px;color:var(--grey-900);font:inherit;text-align:left;border-radius:4px;padding:0 44px 0 16px;font-size:16px;font-weight:500}.schedule-quick-full-edit{color:var(--grey-300);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;justify-self:end;font-size:12px;font-weight:500;line-height:1.4;text-decoration:none;position:absolute;bottom:64px;right:0}.schedule-quick-full-edit:hover,.schedule-quick-full-edit:focus-visible{color:var(--grey-600);text-decoration:underline}.schedule-quick-full-edit:disabled{cursor:default;opacity:.45}.schedule-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.schedule-quick-actions .mo-button{width:100%;min-height:56px}.schedule-picker-field{grid-template-columns:minmax(0,1fr) 56px;gap:6px;display:grid}.schedule-picker-trigger{border:1px solid var(--grey-300);background:var(--white);min-height:48px;color:var(--grey-900);cursor:pointer;border-radius:6px;font-size:13px;font-weight:800}.schedule-picker-sheet{gap:22px;min-height:230px;display:grid}.schedule-picker-month-nav{grid-template-columns:40px 1fr 40px;align-items:center;gap:12px;display:grid}.schedule-picker-month-nav button{border-radius:var(--radius-full);width:40px;height:40px;color:var(--grey-900);cursor:pointer;background:0 0;border:0;place-items:center;font-size:32px;line-height:1;display:grid}.schedule-picker-month-nav strong,.schedule-picker-time-label{color:var(--grey-900);text-align:center;font-size:18px;font-weight:800}.schedule-picker-wheels{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.schedule-picker-wheels.two-columns{grid-template-columns:repeat(2,minmax(0,1fr));max-width:240px;margin:0 auto}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}@media (max-width:860px){.responsive-page-surface{min-height:calc(100svh - var(--space-gnb-height-compact))}.responsive-section{padding-block:48px}.topbar{min-height:var(--space-gnb-height-compact);grid-template-columns:auto 1fr auto auto;gap:8px;padding:0 16px;overflow:visible}.brand{gap:0}.brand img{width:108px;height:auto}.brand span,.nav,.topbar-actions{display:none}.mobile-quick-actions{justify-self:end;align-items:center;gap:2px;display:inline-flex}.mobile-icon-link{width:32px;height:40px;color:var(--grey-900);border-radius:6px;place-items:center;display:inline-grid}.mobile-icon-link[aria-current=page],.mobile-icon-link:hover{background:var(--grey-50)}.mobile-nav-menu{justify-self:end;display:block;position:relative}.mobile-nav-menu summary{width:40px;height:40px;color:var(--grey-900);cursor:pointer;border-radius:6px;place-items:center;list-style:none;display:inline-grid}.mobile-nav-menu summary::-webkit-details-marker{display:none}.mobile-nav-menu[open] summary{background:var(--grey-50)}.mobile-nav-panel{z-index:40;border:1px solid var(--grey-100);background:var(--white);border-radius:8px;gap:12px;width:min(343px,100vw - 32px);padding:16px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 48px #11182724}.mobile-nav-links{gap:4px;display:grid}.mobile-nav-links a{min-height:40px;color:var(--grey-700);border-radius:6px;justify-content:space-between;align-items:center;padding:0 10px;font-size:14px;display:flex}.mobile-nav-links a.active,.mobile-nav-links a:hover{background:var(--grey-50);color:var(--grey-900)}.mobile-nav-actions{border-top:1px solid var(--grey-100);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:12px;display:grid}.mobile-nav-actions .text-button{border:1px solid var(--grey-100);background:var(--white);border-radius:6px;justify-content:center;align-items:center;min-height:40px;font-size:14px;display:inline-flex}.home-hero,.wedding-row,.wedding-create-grid{grid-template-columns:1fr}.row-actions{flex-wrap:wrap;justify-content:flex-start}.schedule-row{grid-template-columns:1fr}.calendar-panel-header,.partner-hero,.partner-toolbar,.partner-invite-box,.partner-participant-main{flex-direction:column;align-items:stretch}.partner-hero{grid-template-columns:1fr}.partner-hero dl div{grid-template-columns:78px minmax(0,1fr)}.partner-nickname-form,.partner-permission-editor,.checklist-header{grid-template-columns:1fr}.checklist-progress{place-items:start}.checklist-item-header{flex-direction:column}.budget-panel-header,.gallery-panel-header{flex-direction:column;align-items:stretch}.schedule-detail-layout{grid-template-columns:1fr}.schedule-detail-panel{position:static}.budget-summary,.budget-calendar-layout,.budget-row{grid-template-columns:1fr}.budget-day-panel{position:static}.budget-amounts,.budget-day-actions{justify-items:start}.budget-day-item,.form-grid{grid-template-columns:1fr}.gallery-panel,.gallery-list-panel,.gallery-tile{min-width:0}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-inline-upload{display:none}.calendar-day{min-height:54px;padding:6px}.hero-copy h1,.home-hero h1,.page-header h1{font-size:clamp(34px,12vw,52px)}}
