:root{--navy:#083754;--blue:#cfeaf2;--cyan:#71c6da;--pink:#efa3c4;--green:#bfd978;--peach:#f6c1a8;--red:#e6432f;--paper:#fbfcfe;--line:#d9e8f0;--muted:#5c7182;--shadow:0 16px 50px rgba(8,55,84,.09)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--navy);background:#eef8fc}.planner-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #dfeef4;padding:28px 18px;position:relative;overflow:hidden}.brand{display:block;color:var(--navy);text-decoration:none;margin:0 12px 28px}.brand strong{display:block;font-size:28px;letter-spacing:-1.5px}.brand small{font-weight:700}.brand-bubbles{display:flex;margin-bottom:6px}.brand-bubbles b{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;color:#fff;margin-right:-5px}.brand-bubbles b:nth-child(1){background:var(--red)}.brand-bubbles b:nth-child(2){background:var(--pink)}.brand-bubbles b:nth-child(3){background:var(--green)}.brand-bubbles b:nth-child(4){background:var(--cyan)}.brand-bubbles b:nth-child(5){background:var(--navy)}nav{display:grid;gap:8px}nav a{padding:12px 14px;border-radius:14px;color:var(--navy);text-decoration:none;display:flex;gap:12px;align-items:center;font-weight:600}nav a:hover,nav a.active{background:#d9f0f7}.content{position:relative;overflow:hidden;padding:34px 36px 60px;background:linear-gradient(180deg,#fff,#f8fbfd)}.topbar{position:relative;z-index:2;display:flex;justify-content:space-between;gap:24px;align-items:start;margin-bottom:22px}.topbar h1{font-size:40px;line-height:1;margin:0 0 8px;letter-spacing:-1.5px}.topbar p{margin:0;color:var(--muted);font-size:17px}.top-actions{display:flex;gap:14px}.search,.user-chip{background:#fff;border:1px solid #d7e6ee;border-radius:999px;padding:11px 16px}.search{min-width:250px}.user-chip{font-weight:700}.blob{position:absolute;border-radius:43% 57% 62% 38%/43% 41% 59% 57%;opacity:.65;z-index:0}.blob-a{width:290px;height:170px;background:var(--cyan);right:-70px;top:100px}.blob-b{width:220px;height:220px;background:var(--pink);right:-80px;top:250px}.squiggle{position:absolute;width:230px;height:180px;border:2px solid #bd2f75;border-color:#bd2f75 transparent transparent #bd2f75;border-radius:50%;right:280px;top:-55px;transform:rotate(18deg);opacity:.85}.child-strip{position:relative;z-index:2;background:#dff3f8;padding:14px 18px;border-radius:20px;display:flex;gap:12px;align-items:center;margin-bottom:18px;width:max-content}.child-strip a{color:var(--navy);font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative;z-index:2}.stat{border-radius:22px;padding:20px;text-decoration:none;color:var(--navy);box-shadow:var(--shadow);min-height:125px}.stat.blue{background:linear-gradient(135deg,#e1f4fa,#cbeaf3)}.stat.green{background:linear-gradient(135deg,#eff8df,#dcecb2)}.stat.pink{background:linear-gradient(135deg,#fde6f0,#f7c9db)}.stat span,.stat small{display:block}.stat strong{display:block;font-size:36px;margin:4px 0}.dashboard-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;margin-top:18px;position:relative;z-index:2}.card,.paper-card{background:#ffffffeb;border:1px solid #dfeaf0;border-radius:22px;padding:18px;box-shadow:var(--shadow);position:relative;z-index:2}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.card h2,.card-head h2{margin:0;font-size:21px}.card-head a{color:#1264c4;text-decoration:none;font-weight:700}.list-row{display:flex;gap:14px;align-items:center;padding:12px;border-radius:16px;text-decoration:none;color:var(--navy);background:#eef7fb;margin-top:9px}.list-row p,.med-row p{margin:3px 0;color:var(--muted)}.date-tile{width:62px;min-width:62px;height:62px;border-radius:15px;background:#bfeaf6;display:grid;place-items:center;font-size:23px;font-weight:800;line-height:1}.date-tile small{font-size:11px}.arrow{margin-left:auto;font-size:28px}.todo-row,.med-row{display:flex;gap:10px;align-items:center;padding:10px 8px;border-bottom:1px solid #edf2f5}.todo-row>a{color:var(--navy);text-decoration:none}.todo-row span,.todo-row>a{flex:1}.check{border:0;background:none;font-size:23px;color:var(--navy);cursor:pointer}.priority{font-style:normal;font-size:12px;padding:5px 11px;border-radius:999px}.priority.high{background:#f9c5dc}.priority.medium{background:#cce9f7}.priority.low{background:#dceeb9}.avatar,.pill-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f6c6de;font-weight:800}.planner-form label{display:grid;gap:7px;font-weight:700}.planner-form input,.planner-form textarea,.planner-form select{width:100%;border:1px solid #d3e3eb;border-radius:15px;background:#dceff5;color:var(--navy);font:inherit;padding:12px 13px;outline:none}.planner-form textarea{min-height:110px;resize:vertical}.planner-form textarea.tall{min-height:180px}.planner-form .wide{grid-column:1/-1}.appointment-grid,.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#1169d7;color:#fff;text-decoration:none;font-weight:800;padding:12px 22px;cursor:pointer}.btn.small{padding:8px 14px}.btn.ghost{background:#fff;border:1px solid #1169d7;color:#1169d7}.flash{background:#e9f7df;border:1px solid #cfe7bb;padding:11px 15px;border-radius:14px;margin-bottom:14px}.muted{color:var(--muted)}.checkline{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;margin-top:12px}.checkline input{width:auto}.resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;position:relative;z-index:2}.resource{padding:28px;border-radius:22px;text-decoration:none;color:var(--navy);font-weight:800;font-size:20px}.resource.blue{background:#ccebf4}.resource.pink{background:#f5c6db}.resource.peach{background:#f7cbb6}.resource.green{background:#d7e9a8}@media(max-width:900px){.planner-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:20;padding:10px 12px}.brand{display:none}nav{display:flex;overflow:auto;gap:5px}nav a{white-space:nowrap;padding:9px 11px}nav a span{display:none}.content{padding:22px 16px 90px}.topbar{display:block}.top-actions{margin-top:16px}.search{min-width:0;width:100%}.stats-grid,.dashboard-grid,.appointment-grid,.about-grid,.two,.resource-grid{grid-template-columns:1fr}.topbar h1{font-size:32px}}.error-box{background:#fff0f4;border:1px solid #f0bfd1;color:#76304e;padding:12px 16px;border-radius:15px;margin-bottom:16px}.error-box ul{margin:5px 0 0;padding-left:20px}.child-picker{display:flex;align-items:center;gap:8px;background:#e0f3f8;border:1px solid #d2eaf2;border-radius:18px;padding:9px 12px;position:relative;min-width:190px}.child-picker>span{font-size:13px}.child-picker details{margin-left:auto}.child-picker summary,.account-menu summary{cursor:pointer;list-style:none}.child-menu{position:absolute;right:0;top:48px;background:#fff;border:1px solid #dbe8ee;box-shadow:var(--shadow);border-radius:15px;padding:7px;min-width:190px;z-index:40}.child-menu form{margin:0}.child-menu button,.child-menu a{border:0;background:transparent;color:var(--navy);display:block;width:100%;padding:9px 10px;text-align:left;text-decoration:none;border-radius:10px;font:inherit}.child-menu button:hover,.child-menu a:hover{background:#edf8fb}.account-menu{position:relative}.account-menu>summary{background:#fff;border:1px solid #d7e6ee;border-radius:999px;padding:9px 13px;font-weight:800}.account-menu>div{position:absolute;right:0;top:48px;background:#fff;border:1px solid #dbe8ee;border-radius:14px;box-shadow:var(--shadow);padding:8px;min-width:145px;z-index:40}.account-menu a,.account-menu button{display:block;width:100%;text-align:left;padding:9px;border:0;background:transparent;color:var(--navy);font:inherit;text-decoration:none;border-radius:9px}.account-menu a:hover,.account-menu button:hover{background:#edf8fb}.calendar-card{padding:22px}.calendar-toolbar{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:18px}.calendar-toolbar h2{font-size:28px;margin:0}.calendar-nav{width:38px;height:38px;border:1px solid #d5e7ef;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:var(--navy);font-size:28px;background:#fff}.calendar-weekdays,.month-grid{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-weekdays span{text-align:center;font-size:12px;font-weight:800;padding:8px}.month-day{min-height:118px;border:1px solid #dfe8ed;margin:-1px 0 0 -1px;padding:9px;color:var(--navy);text-decoration:none;background:#ffffffdb}.month-day strong{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%}.month-day.outside{opacity:.42}.month-day.is-today strong{background:var(--cyan)}.calendar-event{display:block;margin-top:5px;background:#dff2f8;border-radius:8px;padding:4px 5px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.month-day:nth-child(7n+2) .calendar-event{background:#e8f2ce}.month-day:nth-child(7n+3) .calendar-event{background:#f8ddeb}.month-day:nth-child(7n+4) .calendar-event{background:#f9dfd1}.guest-body{background:#eef8fc;min-height:100vh;padding:28px}.guest-shell{max-width:1400px;min-height:860px;margin:auto;background:#fff;border-radius:24px;box-shadow:0 18px 60px #08375424;overflow:hidden;display:grid;grid-template-columns:42% 58%}.guest-auth{padding:64px 70px;display:flex;flex-direction:column;justify-content:center}.guest-brand{text-align:center;margin-bottom:18px}.logo-bubbles{display:flex;justify-content:center;align-items:center}.logo-bubbles span{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:28px;margin-right:-10px}.logo-bubbles span:nth-child(5n+1){background:var(--red)}.logo-bubbles span:nth-child(5n+2){background:var(--pink)}.logo-bubbles span:nth-child(5n+3){background:var(--green)}.logo-bubbles span:nth-child(5n+4){background:var(--cyan)}.logo-bubbles span:nth-child(5n){background:var(--navy)}.guest-brand small{display:block;margin-top:10px;font-weight:800}.guest-auth h1{text-align:center;font-size:52px;line-height:1.04;margin:12px 0;color:var(--navy);letter-spacing:-2px}.guest-tagline{text-align:center;color:#355675;font-size:18px;max-width:420px;margin:0 auto 30px}.auth-form{display:grid;gap:15px}.auth-form label{display:grid;gap:7px;font-weight:800}.auth-form input{border:1px solid #cbdfea;border-radius:15px;padding:14px 16px;font:inherit;color:var(--navy);background:#fff}.auth-form small{font-weight:500;color:var(--muted)}.auth-row{display:flex;justify-content:space-between;align-items:center}.auth-row a,.auth-foot a{color:#1169d7;text-decoration:none;font-weight:800}.inline-check{display:flex!important;grid-auto-flow:column!important;justify-content:start;align-items:center;font-weight:600!important}.inline-check input{width:18px;height:18px}.auth-primary{width:100%;font-size:17px;margin-top:4px}.auth-create{width:100%}.or{display:flex;align-items:center;gap:10px;color:var(--muted)}.or:before,.or:after{content:"";height:1px;background:#dce8ee;flex:1}.auth-intro{color:var(--muted)}.auth-foot{text-align:center;margin:4px}.guest-preview{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff9f6,#f8fcff);padding:105px 48px 50px}.preview-copy{position:relative;z-index:2;max-width:600px;margin:0 auto 30px}.preview-copy h2{font-size:36px;margin:0 0 8px}.preview-copy p{font-size:19px;color:#446682;margin:0}.preview-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:18px}.preview-card{border-radius:20px;padding:20px;box-shadow:var(--shadow);background:#ffffffe6;min-height:190px}.preview-card.pink{background:linear-gradient(135deg,#fff,#fde6f0)}.preview-card.green{background:linear-gradient(135deg,#fff,#edf7dc)}.preview-card.blue{background:linear-gradient(135deg,#fff,#dff4fa)}.preview-appointment{display:flex;align-items:center;gap:16px;margin-top:20px;background:#fff;border-radius:15px;padding:14px}.preview-appointment b{font-size:28px;background:#cfeef7;width:60px;height:60px;border-radius:14px;display:grid;place-items:center}.preview-card p{padding:7px 9px;background:#fff9;border-radius:9px;margin:7px 0}.mini-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-top:14px}.mini-calendar span{height:32px;display:grid;place-items:center;border-radius:8px;font-size:12px}.mini-calendar .today{background:var(--cyan);font-weight:800}.guest-blob{position:absolute;border-radius:50%;opacity:.75}.guest-blob.g1{width:270px;height:210px;background:var(--pink);right:-100px;top:110px}.guest-blob.g2{width:230px;height:180px;background:var(--cyan);right:40px;bottom:-80px}.guest-blob.g3{width:190px;height:130px;background:var(--green);left:430px;top:-45px}.guest-line{position:absolute;width:330px;height:260px;border:2px solid #bd2f75;border-color:#bd2f75 transparent transparent #bd2f75;border-radius:50%;right:30px;bottom:20px;transform:rotate(15deg)}.settings-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:900px){.guest-body{padding:0}.guest-shell{display:block;min-height:100vh;border-radius:0}.guest-preview{display:none}.guest-auth{padding:42px 24px;min-height:100vh}.guest-auth h1{font-size:42px}.top-actions{align-items:center}.account-menu>summary span{display:none}.child-picker{min-width:0}.month-day{min-height:78px;padding:5px}.calendar-event{font-size:9px}.calendar-card{overflow:auto}.calendar-weekdays,.month-grid{min-width:680px}.settings-grid{grid-template-columns:1fr}}.planner-nav-more{border-radius:14px}.planner-nav-more>summary{cursor:pointer;list-style:none;padding:12px 14px;border-radius:14px;font-weight:700;display:flex;gap:12px;align-items:center}.planner-nav-more>summary::-webkit-details-marker{display:none}.planner-nav-more[open]>summary{background:#f3f9fb}.planner-nav-more>div{display:grid;gap:3px;padding:4px 0 6px 13px;border-left:2px solid #dceff5;margin-left:20px}.planner-nav-more>div a{font-size:13px;padding:8px 10px}.stats-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.stats-grid.compact .stat{min-height:105px}.time-tile{width:74px;height:56px;border-radius:15px;background:#dff2f8;display:grid;place-items:center;font-weight:900}.money{margin-left:auto;white-space:nowrap}.planner-sections{margin-top:18px}.section-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.section-shortcuts a{min-height:92px;border:1px solid #dfebf0;border-radius:18px;text-decoration:none;color:var(--navy);background:linear-gradient(145deg,#fff,#f6fbfd);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:24px}.section-shortcuts a:nth-child(4n+1){background:linear-gradient(145deg,#fff,#e2f5fa)}.section-shortcuts a:nth-child(4n+2){background:linear-gradient(145deg,#fff,#edf6d9)}.section-shortcuts a:nth-child(4n+3){background:linear-gradient(145deg,#fff,#fae2ed)}.section-shortcuts a:nth-child(4n){background:linear-gradient(145deg,#fff,#fde8dd)}.section-shortcuts strong{font-size:13px}@media(max-width:900px){.planner-nav-more>summary{padding:9px 11px}.planner-nav-more>summary span{display:none}.planner-nav-more>div{position:absolute;left:8px;top:55px;z-index:50;background:#fff;padding:8px;border:1px solid #dbe8ee;border-radius:14px;box-shadow:var(--shadow);margin:0;min-width:210px}.planner-nav-more>div a span{display:inline}.stats-grid.compact{grid-template-columns:1fr}.section-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:24px;align-items:start}.panel{background:#fff;border-radius:24px;padding:24px;box-shadow:0 12px 35px #1f466b14;position:relative;z-index:1}.panel h2,.panel h3{color:#244e77}.list-row{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 0;border-bottom:1px solid #e9eff4}.list-row:last-child{border-bottom:0}.list-row small{display:block;color:#788a99;margin-top:4px}.row-actions{display:flex;gap:8px;align-items:center}.button-soft,.btn.ghost{display:inline-block;border:1px solid #cfe0ec;border-radius:12px;padding:9px 13px;background:#f7fbfd;color:#244e77;text-decoration:none}.link-danger{border:0;background:transparent;color:#a83c57;cursor:pointer;font:inherit}.checkline{display:flex!important;flex-direction:row!important;gap:10px;align-items:center}.checkline input{width:auto!important}.share-success{margin-bottom:24px;background:#eff9f4}.share-success input{width:100%;padding:13px;border:1px solid #bdd9ca;border-radius:12px}.summary-toolbar{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.print-summary h3{margin-top:28px;border-bottom:2px solid #e6f0f5;padding-bottom:8px}.public-summary{max-width:900px;margin:50px auto;padding:0 20px}.shared-summary{background:#f7fafc}.danger-card{border:1px solid #f0ccd5}.muted{color:#748596}@media(max-width:900px){.grid-two{grid-template-columns:1fr}}@media print{.sidebar,.topbar,.blob,.squiggle,.no-print{display:none!important}.planner-shell{display:block}.content{padding:0!important}.panel{box-shadow:none;border-radius:0;padding:0}.print-summary{font-size:11pt}.print-summary h2,.print-summary h3{break-after:avoid}}.card-head .btn,.card-head a.btn{color:#fff;background:#1169d7;border:1px solid #1169d7;position:relative;z-index:3;flex:0 0 auto;white-space:nowrap}.card-head .btn:hover,.card-head a.btn:hover{color:#fff;background:#0d5fc7}.card-head .btn.ghost,.card-head a.btn.ghost{color:#1169d7;background:#fff}.brand-logo{display:block;width:190px;max-width:100%;height:auto;object-fit:contain}.brand small{display:block;margin-top:8px;font-weight:800}.guest-logo{display:block;width:300px;max-width:90%;height:auto;margin:0 auto;object-fit:contain}.public-brand .brand-logo{width:220px}.public-brand{margin-bottom:24px}@media(max-width:900px){.guest-logo{width:240px}}.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.resource{display:flex;min-height:170px;flex-direction:column;justify-content:flex-start;padding:24px;border-radius:24px;text-decoration:none!important;color:#123e59!important;border:1px solid rgba(18,62,89,.06);transition:transform .15s ease,box-shadow .15s ease}.resource:hover{transform:translateY(-2px);box-shadow:0 12px 30px #123e591a}.resource strong{font-size:1.18rem;margin-bottom:10px}.resource span{line-height:1.5;color:#456273}.resource small{margin-top:auto;padding-top:18px;font-weight:700;color:#123e59}.resource.blue{background:#dff3f8}.resource.pink{background:#f8dfeb}.resource.peach{background:#fde7dc}.resource.green{background:#edf6d8}@media(max-width:700px){.resource-grid{grid-template-columns:1fr}.resource{min-height:145px}}
