@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#f3f2dc;background:#08291f;font-synthesis:none;--green:#08291f;--gold:#f2c56e;--ink:#17392e;--muted:#a7b9a7;--paper:#f7f8f2;--line:#dce3d8;--serif:'Playfair Display',Georgia,serif}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #ca9140;outline-offset:4px}a{color:inherit;text-decoration:none}button{color:inherit}button svg{width:20px;height:20px}button{touch-action:manipulation}.landing{height:100svh;min-height:500px;overflow:hidden;position:relative;padding:38px 5.3vw 26px;display:flex;flex-direction:column;background:radial-gradient(ellipse at 78% 52%,#19452c 0,transparent 45%),#08291f}.landing:after{content:'';position:absolute;inset:0;pointer-events:none;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.65' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}.landing-header{display:flex;align-items:center;justify-content:space-between;z-index:2}.wordmark{display:flex;gap:12px;align-items:center;font-weight:650;font-size:12px;letter-spacing:2px;line-height:1.55}.monogram{position:relative;font-family:Georgia,serif;font-style:italic;font-weight:400;font-size:49px;letter-spacing:-6px;line-height:1;margin-right:7px;color:var(--gold)}.monogram>span{position:absolute;font-style:normal;font-size:15px;left:38px;top:-3px;letter-spacing:0}.header-note{font-size:12px;letter-spacing:2.1px;color:#bdc9b5}.landing-main{display:grid;grid-template-columns:1.05fr 1fr;flex:1;min-height:0;align-items:center}.hero-copy{position:relative;z-index:2;padding-bottom:5vh}.eyebrow{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:500;letter-spacing:2px;color:#d1d6b8;margin-bottom:27px}.tiny-rule{width:25px;height:1px;background:var(--gold)}h1{font-family:var(--serif);font-weight:500;letter-spacing:-3.5px;font-size:clamp(52px,5.7vw,91px);line-height:1.08;margin:0 0 25px}h1 em{font-weight:500;color:var(--gold);white-space:nowrap}.hero-copy>p{font-size:16px;line-height:1.8;color:#bfcdbb;margin:0 0 32px}.login-button{display:flex;align-items:center;gap:55px;border:0;border-radius:5px;padding:18px 24px;background:var(--gold);color:#163a29;font-weight:650;font-size:16px;box-shadow:0 8px 26px #0002;transition:background .2s,transform .2s}.login-button:hover{background:#ffdc96;transform:translateY(-2px)}.login-button>span{font-size:24px;font-weight:400;line-height:1}.invite-note{display:block;color:#8fa88f;font-size:12px;margin-top:17px}.hero-art{height:100%;min-height:0;position:relative;display:grid;place-items:center;margin-left:-3vw}.brew-image{height:88%;max-height:700px;width:115%;object-fit:contain;position:relative;mix-blend-mode:lighten;animation:levitate 9s ease-in-out infinite;mask-image:radial-gradient(ellipse at center,#000 42%,transparent 72%)}.orbital{position:absolute;border:1px solid #c5d48d22;border-radius:50%;width:min(36vw,570px);aspect-ratio:1;transform:rotate(-20deg) scaleX(.88);animation:orbit 35s linear infinite}.orbit-two{width:min(41vw,660px);border-style:dashed;opacity:.45;animation-direction:reverse}.art-spark{position:absolute;color:var(--gold);font-size:43px;font-family:Georgia;animation:twinkle 7s ease-in-out infinite}.spark-one{right:0;top:25%}.spark-two{left:8%;bottom:22%;font-size:26px;animation-delay:-3s}.art-caption{position:absolute;bottom:8%;right:10%;display:flex;flex-direction:column;gap:6px;font-size:10px;letter-spacing:2.5px;transform:rotate(-8deg);color:#d4d8b7}.art-caption:before{content:'';position:absolute;width:28px;height:1px;background:#a7b88d;left:-40px;top:8px}.landing-footer{border-top:1px solid #dce3aa26;display:flex;justify-content:space-between;align-items:center;padding-top:20px;z-index:2;color:#9fb397;font-size:10px;letter-spacing:1.5px}.motion-toggle{display:flex;align-items:center;gap:8px;background:none;border:0;font-size:12px;letter-spacing:0;color:#bacab1;padding:7px}.motion-toggle>span{font-size:11px;border:1px solid #829b714d;border-radius:50%;width:25px;height:25px;display:grid;place-items:center}.footer-year>span{margin-left:25px}.paused *{animation-play-state:paused!important}@keyframes levitate{0%,100%{transform:translateY(5px) rotate(-2deg)}50%{transform:translateY(-14px) rotate(1deg)}}@keyframes orbit{to{transform:rotate(340deg) scaleX(.88)}}@keyframes twinkle{0%,100%{opacity:.45;transform:scale(.85)}50%{opacity:1;transform:scale(1.08)}}dialog{color:var(--ink);border:1px solid #d6dfd0;border-radius:15px;background:var(--paper);width:min(500px,calc(100vw - 32px));max-height:85svh;padding:28px;box-shadow:0 30px 100px #00160c55}dialog::backdrop{background:#031c17a6;backdrop-filter:blur(7px)}dialog h2{font-family:var(--serif);font-weight:500;font-size:28px;margin:14px 0}dialog p{line-height:1.6;color:#617467;font-size:15px}.modal-close{float:right;border:0;background:none;font-size:24px;color:#607460;padding:0 4px}.primary{border:0;border-radius:6px;background:var(--green);color:#fff;padding:12px 18px;font-weight:550;font-size:14px}.secondary{border:1px solid var(--line);border-radius:6px;padding:11px 16px;background:transparent;color:var(--ink);font-size:14px}.modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.google-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin-top:24px}.google-g{font-weight:700;font-size:21px;color:#4285f4}.subtle{font-size:12px!important;color:#788778!important}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#163a2d;color:white;padding:13px 22px;border-radius:8px;box-shadow:0 8px 30px #0002;z-index:50;max-width:90vw;display:none;font-size:14px}#toast.show{display:block}
@media(min-width:1600px){.landing{padding-left:8vw;padding-right:8vw}.hero-copy{padding-left:3vw}}@media(max-width:760px){.landing{padding:24px 25px 16px;min-height:580px}.header-note{font-size:9px;letter-spacing:1.4px}.wordmark{font-size:10px}.monogram{font-size:43px}.landing-main{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);padding-top:35px}.hero-copy{padding:0;z-index:3}.eyebrow{font-size:9px;letter-spacing:1.5px;margin-bottom:17px}h1{font-size:clamp(43px,8.5vw,63px);letter-spacing:-2px;margin-bottom:17px}.hero-copy>p{font-size:14px;line-height:1.6;max-width:340px;margin-bottom:22px}.desktop-break{display:none}.login-button{padding:14px 20px;font-size:14px;gap:40px}.invite-note{font-size:11px;margin-top:12px}.hero-art{position:absolute;right:-13%;bottom:4%;width:77%;height:48%;pointer-events:none;opacity:.9;margin:0}.brew-image{height:100%;width:115%;max-height:none}.orbital{width:70vw;opacity:.6}.orbit-two{width:80vw}.spark-one{right:18%;top:16%;font-size:29px}.spark-two{left:12%;bottom:32%;font-size:18px}.art-caption{font-size:8px;bottom:10%;right:30%;letter-spacing:1.5px}.landing-footer{padding-top:12px;font-size:8px;letter-spacing:1px}.landing-footer>span:first-child{max-width:140px;line-height:1.7}.footer-year{display:none}.motion-toggle{font-size:11px}.landing-footer{margin-top:auto}.hero-copy:after{content:'';position:absolute;z-index:-1;inset:-30px -20px -25px;background:linear-gradient(90deg,#08291f 30%,#08291fd9 64%,transparent);pointer-events:none}}
@media(max-height:700px) and (min-width:761px){.landing{padding-top:24px;padding-bottom:16px}.eyebrow{margin-bottom:15px}h1{font-size:clamp(44px,5.3vw,72px)}.hero-copy{padding:0}.hero-copy>p{margin-bottom:22px}.landing-footer{padding-top:10px}}@media(max-height:680px) and (max-width:760px){.landing{min-height:0}.landing-main{padding-top:26px}.hero-art{height:45%;right:-24%;bottom:3%;opacity:.65}.hero-copy>p{font-size:13px;max-width:280px}.invite-note{display:none}h1{font-size:43px}.eyebrow{font-size:8px}.hero-copy:after{background:linear-gradient(90deg,#08291f 25%,#08291fce 65%,transparent)}}@media(max-height:500px){.landing{min-height:100svh;padding:15px 25px}.landing-main{padding-top:10px}.hero-copy{padding:0}.eyebrow,.invite-note,.hero-copy>p,.art-caption{display:none}h1{font-size:40px;margin:15px 0}.hero-art{height:80%;width:45%;right:0;bottom:0}.landing-footer{padding-top:5px}.landing-header .monogram{font-size:30px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
.workspace{display:flex;height:100svh;overflow:hidden;background:var(--paper);color:var(--ink)}.sidebar{width:223px;flex-shrink:0;background:var(--green);color:#edf0df;display:flex;flex-direction:column;padding:30px 22px 18px}.sidebar>.wordmark{margin:0 0 45px 3px}.sidebar-label{font-size:10px;letter-spacing:1.3px;color:#91a78e;margin:0 9px 15px}.nav-current{display:flex;align-items:center;gap:11px;background:#234637;border:1px solid #45684b40;border-radius:6px;padding:13px 14px;font-size:14px}.nav-current>span{color:var(--gold);font-size:22px;line-height:1}.sidebar-divider{height:1px;background:#50714b40;margin:26px 7px}.month-nav{display:flex;flex-direction:column;gap:4px}.month-nav>button{background:transparent;border:0;padding:12px 14px;border-radius:6px;text-align:left;color:#a7bca1;display:flex;justify-content:space-between;font-size:14px}.month-nav>button.active{background:#c0ca9530;color:#f2d79a}.month-nav>button>span{font-size:11px;opacity:.6}.sidebar-bottom{margin:auto 8px 24px;padding-top:20px}.sidebar-star{color:var(--gold);font-size:33px}.sidebar-bottom>p{font-family:var(--serif);font-size:23px;line-height:1.3;margin:15px 0;color:#dce4cc}.sidebar-bottom>span:last-child{font-size:8px;letter-spacing:1px;color:#8da27e}.profile-button{background:none;border:0;display:flex;gap:10px;align-items:center;text-align:left;border-top:1px solid #4c6d4040;padding:17px 0 0;font-size:13px}.profile-button>span:nth-child(2){flex:1}.profile-button small{display:block;font-size:11px;color:#819b7a;margin-top:4px}.avatar{width:32px;height:32px;border-radius:50%;background:#e7bf7140;color:#ffe3a0;display:grid;place-items:center;font-family:var(--serif);font-size:18px}.planner-main{flex:1;min-width:0;display:flex;flex-direction:column}.planner-header{display:flex;justify-content:space-between;align-items:center;padding:30px 32px 27px;border-bottom:1px solid var(--line);flex-shrink:0}.planner-header .eyebrow{font-size:9px;color:#7e8d73;margin-bottom:10px;letter-spacing:1.5px}.planner-header h1{font-size:34px;letter-spacing:-1px;margin:0;line-height:1.2}.planner-header h1>span{color:#c79743}.header-actions{display:flex;align-items:center;gap:15px}.preview-chip{font-size:9px;letter-spacing:1px;background:#e9eddf;color:#607051;padding:7px 9px;border-radius:4px}.icon-button{background:none;border:0;color:#638065;font-size:25px;line-height:1;width:33px;height:33px;padding:3px;display:grid;place-items:center;border-radius:4px}.icon-button:hover{background:#e7eddf}.planner-body{display:flex;flex:1;min-height:0}.calendar-column{flex:1;min-width:0;padding:28px 30px 16px;display:flex;flex-direction:column}.calendar-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:23px}.month-title{display:flex;align-items:center;gap:20px}.month-title>h2{font-size:22px;font-weight:600;letter-spacing:-.5px;margin:0;white-space:nowrap}.month-title>h2>span{font-weight:400;color:#8b9a83;margin-left:5px}.month-controls{display:flex;gap:0}.month-controls button{font-size:24px;width:25px}.view-toggle{display:flex;border:1px solid #d7dfce;padding:3px;border-radius:6px}.view-toggle button{background:none;border:0;color:#7c8c73;padding:6px 9px;font-size:12px;border-radius:3px}.view-toggle button[aria-pressed=true]{background:white;box-shadow:0 1px 3px #1e35181a;color:#233f29}.calendar-filters{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px}.people-filter{display:flex;gap:6px}.people-filter button{border:1px solid #dce2d3;background:transparent;border-radius:20px;padding:6px 11px;font-size:12px;color:#6d7b61}.people-filter button[aria-pressed=true]{background:#173e2f;color:white;border-color:#173e2f}.timezone{font-size:10px;color:#8b9684}.calendar-content{display:flex;flex-direction:column;flex:1;min-height:200px}.weekday-row{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;color:#8a9780;font-size:10px;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:repeat(var(--weeks),minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line);border-radius:6px;overflow:hidden;flex:1;min-height:0;background:#fdfef9}.day-cell{min-width:0;overflow:hidden;position:relative;background:none;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px 4px 5px;text-align:left;display:flex;flex-direction:column;color:#677761;gap:5px}.day-cell:hover{background:#eff3e7}.day-number{width:24px;height:24px;display:grid;place-items:center;font-size:12px}.today .day-number{background:#244e36;color:white;border-radius:50%}.outside{background:#f1f4ec;color:#afb9a7}.day-events{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0;overflow:hidden}.event-chip{display:block;font-size:10px;line-height:1.6;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border:1px solid transparent;border-left:3px solid;padding:1px 3px;border-radius:3px;flex-shrink:0}.travel{--category:#50896e;--soft:#dcebdd}.family{--category:#b38941;--soft:#f3e7c6}.work{--category:#7290b7;--soft:#e5eaf3}.school{--category:#9274a0;--soft:#eee6f2}.personal{--category:#b27974;--soft:#f1dfd9}.event-chip{border-left-color:var(--category);background:var(--soft);color:color-mix(in srgb,var(--category),#123627 30%)}.event-chip.tentative{border:1px dashed var(--category);border-left-width:3px}.more-events{font-size:10px;padding-left:4px;color:#8b947b}.mobile-dots{display:none}.calendar-legend{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:17px 0 15px}.calendar-legend>div{display:flex;gap:12px}.calendar-legend>div>span{display:flex;align-items:center;gap:5px;font-size:10px;color:#819076}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--category);flex-shrink:0}.text-button{border:0;padding:3px 0;background:none;font-size:11px;color:#768a68;text-align:left;cursor:pointer}.text-button:hover{text-decoration:underline}.calendar-note{display:flex;gap:12px;border-top:1px solid var(--line);padding:17px 0 0;align-items:center}.calendar-note>span{font-family:Georgia;font-size:30px;color:#a8b98f;transform:rotate(-10deg)}.calendar-note>p{font-family:var(--serif);font-size:16px;margin:0;line-height:1.4}.calendar-note>p>span{font-family:'DM Sans',sans-serif;font-size:10px;color:#8d9881}.calendar-note>button{margin-left:auto;font-size:10px;white-space:nowrap}.assistant-panel{width:320px;flex-shrink:0;border-left:1px solid var(--line);background:#eff3e9;display:flex;flex-direction:column;min-height:0}.assistant-header{display:flex;gap:11px;align-items:center;padding:25px 20px 22px}.assistant-symbol{color:#81935c;font-size:30px;width:39px;height:39px;display:grid;place-items:center;background:#e5ead9;border-radius:10px}.assistant-header h2{font-family:var(--serif);font-size:18px;font-weight:500;margin:0 0 5px}.assistant-header p{font-size:10px;color:#92a085;margin:0}.assistant-tabs{display:flex;border-bottom:1px solid #dae2d0;padding:0 15px;gap:14px}.assistant-tabs button{border:0;border-bottom:2px solid transparent;background:none;padding:0 5px 12px;font-size:12px;color:#849376;display:flex;gap:7px;align-items:center}.assistant-tabs button[aria-selected=true]{border-color:#345c36;color:#1b462c;font-weight:600}.assistant-tabs button>span{font-size:9px;background:#dfe7d1;padding:2px 5px;border-radius:3px}.panel-content{flex:1;overflow:auto;min-height:0;padding:23px 18px;scrollbar-width:thin;scrollbar-color:#c6d3ba transparent}.chat-messages{display:flex;flex-direction:column;gap:20px}.message{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.7}.message>div{padding:12px;background:#fcfdf8;border:1px solid #dfe6d5;border-radius:0 10px 10px 10px;white-space:pre-wrap;overflow-wrap:anywhere}.message-avatar{font-size:20px;color:#819467;flex-shrink:0}.message.user{justify-content:flex-end}.message.user>div{background:#dfe9d8;color:#3d5d35;border:0;border-radius:10px 0 10px 10px;max-width:93%}.chat-suggestions{display:flex;flex-direction:column;gap:9px;margin-top:24px}.chat-suggestions>span{font-size:8px;letter-spacing:.8px;color:#889976;margin-bottom:4px}.chat-suggestions button{font-size:12px;padding:12px;text-align:left;border:1px solid #d7e1cc;background:none;color:#6c805d;display:flex;gap:12px;justify-content:space-between;border-radius:6px;line-height:1.5}.chat-suggestions button:hover{background:#e6eddc}.chat-suggestions button>span{font-size:18px}.chat-footnote{font-size:10px;color:#879778;line-height:1.6;margin-top:25px;padding:0 3px}.chat-form{margin:0 15px 15px;border:1px solid #d0ddc5;border-radius:9px;background:#fbfcf7;box-shadow:0 3px 9px #253d1610;padding:12px}.chat-form[hidden]{display:none}.chat-form textarea{width:100%;resize:none;border:0;background:none;color:#244b30;font-size:13px;outline:none!important;min-height:44px;max-height:90px}.chat-form:focus-within{border-color:#769960}.chat-form textarea::placeholder{color:#92a184}.composer-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.composer-bottom>span{font-size:8px;color:#9aa78e}.composer-bottom>button{background:#264f32;border:0;border-radius:6px;color:white;font-size:21px;width:29px;height:29px;line-height:1}.review-link{display:block;background:none;border:0;color:#38743d;font-size:12px;margin-top:10px;padding:0;line-height:1.6;text-align:left;text-decoration:underline}.panel-intro{margin-bottom:24px}.panel-intro>h3{font-family:var(--serif);font-size:20px;font-weight:500;margin:0 0 9px}.panel-intro>p{font-size:12px;color:#819075;line-height:1.7;margin:0}.empty-state{text-align:center;margin:35px auto;padding:0 10px}.empty-state>span{color:#94a678;font-size:32px}.empty-state h3{font-family:var(--serif);font-size:23px;font-weight:500;margin:14px 0 10px}.empty-state p{font-size:13px;color:#8b997c;line-height:1.7;margin:0}.proposal-card{background:#fcfdf8;border:1px solid #d8e2cc;border-radius:9px;padding:15px;margin-bottom:15px}.proposal-meta{font-size:10px;color:#899779;display:flex;justify-content:space-between;gap:8px;align-items:center}.badge{display:inline-block;border-radius:3px;font-size:9px;line-height:1.4;text-transform:capitalize;padding:3px 6px;background:#e7eddb;color:#6b8356;white-space:nowrap}.badge.tentative,.badge.pending{color:#987836;background:#f3e6c2}.badge.outdated{color:#a55948;background:#f1ded5}.proposal-card h3{font-size:14px;line-height:1.5;font-weight:550;margin:15px 0}.operation{border-top:1px solid #e4eada;padding:12px 0}.operation-kind{font-size:9px;letter-spacing:.7px;color:#60804f}.operation-kind.delete{color:#a2594c}.before-event,.after-event{display:flex;flex-direction:column;gap:5px;font-size:11px;line-height:1.6;padding:9px 0 0}.before-event{opacity:.65}.before-event>strong{text-decoration:line-through}.after-event>strong{font-weight:600}.before-event>small,.after-event>small{color:#809174;font-size:10px;white-space:pre-wrap}.proposal-actions{display:flex;gap:8px;margin-top:10px}.proposal-actions button{font-size:11px;padding:10px 12px}.stale-note{font-size:11px;color:#a47955;line-height:1.6}.history-list{margin-left:4px}.history-item{display:flex;position:relative;gap:14px;padding:0 0 25px;border-left:1px solid #cddbbc}.history-marker{width:9px;height:9px;background:#8fa873;border-radius:50%;margin:3px 0 0 -5px;flex-shrink:0;border:2px solid #eff3e9}.history-meta{font-size:9px;letter-spacing:.6px;color:#97a389;display:flex;gap:15px}.history-meta>span{color:#73914f;letter-spacing:0}.history-item h3{font-size:13px;font-weight:500;line-height:1.6;margin:10px 0 4px}.history-item p{font-size:10px;color:#9aa68d;margin:0 0 8px}.agenda-list{overflow:auto;border-top:1px solid var(--line);scrollbar-width:thin}.agenda-event{display:flex;align-items:center;gap:18px;background:none;border:0;border-bottom:1px solid var(--line);padding:20px 8px;width:100%;text-align:left}.agenda-date{font-family:var(--serif);font-size:27px;min-width:37px;text-align:center}.agenda-date>small{display:block;font-family:'DM Sans',sans-serif;font-size:10px;color:#829271}.agenda-event>span:nth-child(2){flex:1}.agenda-event strong{font-size:14px;font-weight:500;display:block}.agenda-event>span:nth-child(2)>small{font-size:11px;line-height:1.6;color:#8b9a7b;display:block;margin-top:5px}.agenda-event>.badge{font-size:10px}.day-detail{display:flex;align-items:center;gap:12px;padding:18px 0;border:0;border-bottom:1px solid #dfe5d7;background:none;text-align:left;width:100%}.day-detail>span:nth-child(2){flex:1}.day-detail strong{font-size:14px;font-weight:500}.day-detail small{font-size:11px;color:#8b9b7b;display:block;margin-top:6px}.day-detail>span:last-child{color:#8d9f76}.event-notes{background:#ecf0e4;padding:15px;border-radius:6px;white-space:pre-wrap}.notes-list{padding-left:19px;line-height:1.8;font-size:14px;color:#6a7a5e}.version-events{max-height:35svh;overflow:auto;border-top:1px solid #d9e1d0}.version-events>div{padding:13px 0;border-bottom:1px solid #dfe6d7}.version-events strong{font-size:13px;font-weight:500;display:block}.version-events small{font-size:11px;color:#8c9b7b;display:block;margin-top:5px}.member-list{margin-bottom:20px}.member-list>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #dde4d3;gap:10px}.member-list strong{font-size:12px;font-weight:500;overflow-wrap:anywhere}.member-list small{display:block;color:#819474;font-size:10px;margin-top:6px}#member-form{display:flex;flex-direction:column;gap:10px}#member-form label{font-size:12px;color:#728767}#member-form input,#member-form select{padding:12px;border:1px solid #d3ddc9;background:white;border-radius:5px;color:#24452e;font-size:14px}#member-form .primary{margin-top:6px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.mobile-assistant-toggle,.mobile-profile,#close-assistant{display:none}.thinking{color:#93a581;animation:twinkle 2s ease-in-out infinite}
@media(min-width:1600px){.sidebar{width:250px;padding:38px 27px 22px}.planner-header{padding:35px 40px}.calendar-column{padding:34px 40px 24px}.assistant-panel{width:365px}.day-cell{padding:11px 7px}.event-chip{font-size:12px}.message{font-size:14px}.assistant-header{padding:30px 25px}.panel-content{padding:26px 23px}.chat-form{margin:0 20px 20px}.calendar-note>p>span,.calendar-legend>div>span{font-size:12px}.weekday-row{font-size:12px}.day-number{font-size:14px}}
@media(max-width:1200px){.sidebar{width:180px;padding:25px 14px 16px}.sidebar>.wordmark{gap:8px;font-size:9px}.sidebar .monogram{font-size:43px}.planner-header{padding:24px}.calendar-column{padding:24px 20px 14px}.assistant-panel{width:290px}.calendar-legend{flex-wrap:wrap;gap:12px}.timezone{display:none}.month-title{gap:8px}.month-title>h2{font-size:19px}.calendar-filters{margin-bottom:16px}.people-filter{gap:4px}.people-filter button{padding:6px 9px;font-size:11px}.event-chip{font-size:9px}.calendar-note{padding-top:12px}.calendar-note>button{display:none}.planner-header h1{font-size:31px}.assistant-header{padding:22px 16px}.assistant-header h2{font-size:16px}.sidebar-bottom>p{font-size:22px}}
@media(max-width:980px){.sidebar{display:none}.planner-header h1{font-size:30px}.mobile-profile{display:grid}.planner-header{padding:23px 24px}.planner-header .eyebrow{font-size:8px}.assistant-panel{width:300px}.calendar-column{padding:25px 24px 16px}}
@media(max-width:760px){.planner-header{padding:25px 22px 19px}.planner-header h1{font-size:28px}.planner-header .eyebrow{font-size:8px;letter-spacing:1px;margin-bottom:9px}.header-actions{gap:4px}.preview-chip{display:none}#people{font-size:23px}.calendar-column{padding:22px 18px 10px}.calendar-toolbar{margin-bottom:18px}.month-title>h2{font-size:21px}.month-controls button{width:23px}.view-toggle button{font-size:11px;padding:6px 8px}.calendar-filters{margin-bottom:18px}.people-filter{gap:7px}.people-filter button{font-size:11px;padding:7px 11px}.weekday-row{font-size:9px;margin-bottom:12px}.day-cell{padding:8px 2px;align-items:center;gap:7px}.day-number{font-size:13px;width:24px;height:24px}.day-events{display:none}.mobile-dots{display:flex;gap:3px;justify-content:center;flex-wrap:wrap}.mobile-dots .dot{width:5px;height:5px}.calendar-content{min-height:200px}.calendar-legend{padding:17px 0 15px}.calendar-legend>div{gap:13px}.calendar-legend>div>span{font-size:9px}.calendar-legend>button{font-size:10px}.calendar-note{padding:15px 0 5px}.calendar-note>p{font-size:16px}.calendar-note>p>span{font-size:10px;line-height:1.5;display:block;margin-top:5px}.calendar-note>span{font-size:25px}.assistant-panel{display:none;position:fixed;inset:0;width:100%;height:100svh;z-index:20;border:0}.assistant-panel.mobile-open{display:flex}#close-assistant{display:grid;margin-left:auto;font-size:25px}.assistant-header{padding:24px}.assistant-header h2{font-size:22px}.assistant-header p{font-size:12px}.assistant-tabs{padding:0 22px;gap:23px}.assistant-tabs button{font-size:14px;padding-bottom:16px}.panel-content{padding:23px}.message{font-size:15px}.chat-form{margin:0 20px max(20px,env(safe-area-inset-bottom));padding:15px}.chat-form textarea{font-size:16px;min-height:60px}.composer-bottom>span{font-size:10px}.composer-bottom>button{width:35px;height:35px}.chat-suggestions button{font-size:14px}.chat-suggestions>span{font-size:10px}.chat-footnote{font-size:12px}.mobile-assistant-toggle{display:flex;align-items:center;justify-content:space-between;background:#244e35;color:#f2f4e5;margin:0 18px max(16px,env(safe-area-inset-bottom));border:0;border-radius:8px;padding:14px 17px;font-size:14px;flex-shrink:0}.mobile-assistant-toggle>span{font-size:10px;color:#b4c6a4}.proposal-card{padding:20px}.proposal-card h3{font-size:16px}.proposal-meta,.badge{font-size:11px}.before-event,.after-event{font-size:13px}.before-event>small,.after-event>small{font-size:12px}.proposal-actions button{font-size:13px}.history-item h3{font-size:15px}.history-item p{font-size:12px}.history-item .text-button{font-size:13px}.panel-intro>p{font-size:14px}}
@media(max-height:710px){.sidebar-bottom{display:none}.sidebar .profile-button{margin-top:auto}.planner-header{padding-top:18px;padding-bottom:18px}.calendar-column{padding-top:18px}.calendar-note{display:none}.calendar-toolbar{margin-bottom:14px}.calendar-filters{margin-bottom:12px}.calendar-legend{padding-top:12px;padding-bottom:12px}.assistant-header{padding-top:18px;padding-bottom:18px}}
@media(max-height:500px) and (max-width:980px){.workspace{overflow:auto;height:auto;min-height:100svh}.planner-main{min-height:600px}.assistant-panel.mobile-open{height:100svh}.calendar-column{min-height:450px}}

/* Readable control and annotation sizes on the calendar. */
.workspace .sidebar-label,.workspace .sidebar-bottom>span:last-child,.workspace .preview-chip,.workspace .timezone,.workspace .weekday-row,.workspace .calendar-legend>div>span,.workspace .calendar-note>p>span,.workspace .text-button,.workspace .profile-button small,.workspace .month-nav>button>span,.workspace .assistant-header p,.workspace .assistant-tabs button>span,.workspace .chat-suggestions>span,.workspace .chat-footnote,.workspace .composer-bottom>span,.workspace .proposal-meta,.workspace .badge,.workspace .operation-kind,.workspace .before-event>small,.workspace .after-event>small,.workspace .history-meta,.workspace .history-item p{font-size:12px}
.workspace .people-filter button,.workspace .view-toggle button,.workspace .assistant-tabs button,.workspace .message,.workspace .chat-suggestions button,.workspace .chat-form textarea,.workspace .panel-intro>p,.workspace .proposal-actions button,.workspace .before-event,.workspace .after-event,.workspace .history-item h3{font-size:14px}
.workspace .event-chip{font-size:12px}.workspace .day-number{font-size:14px}.workspace .chat-form textarea{min-height:65px}.workspace .composer-bottom>span{font-size:10px;line-height:1.5}.workspace .calendar-note>button{font-size:12px}.workspace .sidebar-label{font-size:10px}.workspace .calendar-legend{flex-wrap:wrap}.workspace .chat-suggestions>span{font-size:10px;letter-spacing:.5px}.workspace .assistant-tabs{gap:10px}.workspace .calendar-note>p>span{font-size:11px}.workspace .calendar-note>button{white-space:normal}.workspace .preview-chip{font-size:10px}
@media(max-width:1200px){.workspace .people-filter button{font-size:12px;padding:6px 8px}.workspace .view-toggle button{font-size:12px}.workspace .timezone{display:none}.workspace .calendar-legend>div{gap:10px}}
@media(max-width:760px){.workspace .people-filter{gap:5px}.workspace .people-filter button{font-size:12px;padding:7px 10px}.workspace .calendar-legend>div{gap:9px;flex-wrap:wrap}.workspace .calendar-legend>div>span{font-size:11px}.workspace .weekday-row{font-size:11px}.workspace .calendar-note>p>span{font-size:11px}.workspace .chat-form textarea{font-size:16px}.workspace .calendar-note{padding-top:12px}.workspace .calendar-legend{padding:13px 0 10px}}
