:root{font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#302448;background:#f2edff;font-synthesis:none;--purple:#7252b5;--deep:#4e347f;--lilac:#e7dcff;--soft:#f8f5ff;--line:#d9cdf2;--white:#fff;letter-spacing:0}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f2edff;background-image:radial-gradient(circle at 12% 8%,#fff 0 1px,transparent 2px),radial-gradient(circle at 85% 18%,#b699f2 0 1px,transparent 2px),radial-gradient(circle at 72% 72%,#fff 0 1.5px,transparent 2px);background-size:90px 90px,130px 130px,170px 170px}button,input,textarea,select{font:inherit}button{cursor:pointer;color:inherit}.loading{height:100vh;display:grid;place-items:center;color:var(--purple)}.app{min-height:100vh;display:grid;grid-template-columns:252px 1fr}aside{position:fixed;inset:0 auto 0 0;width:252px;padding:25px 18px;background:#e3d7fa;border-right:1px solid #cfbdea;z-index:30;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:4px 7px 25px}.brand b{display:block;font-size:19px}.brand small{display:block;color:#766590;margin-top:3px}.planet{display:grid;place-items:center;width:42px;height:42px;background:#7452b5;color:#fff;border-radius:50%;box-shadow:0 0 0 7px #d6c4f4}.planet svg{width:20px}.mobile-close{display:none;margin-left:auto;border:0;background:none}nav{display:grid;gap:5px}nav button{height:47px;border:0;background:transparent;border-radius:7px;padding:0 12px;display:grid;grid-template-columns:22px 1fr 16px;align-items:center;gap:10px;text-align:left;color:#594b70}nav button svg{width:19px}nav button svg:last-child{opacity:.4;width:14px}nav button.active{background:#fff;color:var(--deep);box-shadow:0 5px 18px #6c4aa619;font-weight:700}.aside-note{margin-top:auto;padding:14px 12px;border-top:1px solid #cbb7e9;color:#67547e;font-size:12px;display:flex;gap:8px}.aside-note svg{width:16px;fill:#8063bc}main{grid-column:2;min-width:0}header{height:108px;padding:24px clamp(24px,4vw,58px) 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddcff4;background:#f2edffee;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}h1,h2,h3,p{margin-top:0}header h1{font-size:25px;margin:3px 0}.eyebrow{font-size:10px;color:#896db9;letter-spacing:2px}.date{font-size:13px;color:#705f87}.menu{display:none;border:0;background:none}.content{padding:30px clamp(24px,4vw,58px) 70px;max-width:1500px;margin:auto}.hero{min-height:235px;background:#d9c7f5;border:1px solid #c7afe9;border-radius:8px;padding:34px 42px;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}.hero:after{content:"✦  ·  ✧  ·  ✦";position:absolute;right:26%;top:24px;color:#fff9;font-size:22px}.hero>div:first-child{max-width:650px}.hero span{font-size:12px;color:#624691}.hero h2{font-size:clamp(23px,3vw,36px);line-height:1.35;margin:12px 0 25px;letter-spacing:0}.hero input{width:min(100%,520px);background:#f7f3ffcc}.orbit{width:145px;height:145px;border:1px solid #aa8ed9;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#eadfff;box-shadow:0 0 0 12px #ffffff2e}.orbit svg{color:#7655b6}.orbit b{font-size:28px;margin-top:4px}.orbit small{color:#76628c}.grid{display:grid;gap:18px;margin-top:18px}.grid.two{grid-template-columns:1.25fr .75fr}.grid.three{grid-template-columns:repeat(3,1fr)}.panel,article{background:#fff;border:1px solid #ded4ee;border-radius:8px;padding:24px;box-shadow:0 7px 24px #5335830d}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:10px}.panel-title h3{margin:0}.panel-title>button{border:0;background:none;padding:3px}.panel-title svg{width:19px;color:var(--purple)}.progress{height:7px;background:#eee7fa;border-radius:10px;margin:18px 0}.progress i{display:block;height:100%;background:#7652b5;border-radius:10px}.ritual{height:51px;border-top:1px solid #eee8f6;display:grid;grid-template-columns:28px 1fr 18px;align-items:center;gap:7px}.check{width:23px;height:23px;padding:0;border:1px solid #ad95d6;border-radius:50%;background:#fff}.check.done{background:#7252b5;color:#fff}.link{border:0;background:none;text-align:left}.ritual>svg{width:15px;color:#a694bd}.stats>div{background:#fff;border:1px solid #ded4ee;padding:22px;border-radius:8px;text-align:center}.stats b{display:block;font-size:28px;color:var(--deep)}.stats span{font-size:12px;color:#7d6d90}.inline{display:flex;gap:8px}.inline input{flex:1}.inline button:not(.primary){width:42px;border:0;background:#7252b5;color:#fff;border-radius:6px;display:grid;place-items:center}.inline svg{width:18px}.mini-list{margin-top:16px;color:#655775}.mini-list p{margin:9px 0;font-size:13px}input,textarea,select{border:1px solid #d8ccea;background:#fbf9ff;color:#302448;border-radius:6px;padding:11px 12px;outline:none;min-width:0}input:focus,textarea:focus,select:focus{border-color:#8a6ac4;box-shadow:0 0 0 3px #8a6ac41c}textarea{min-height:95px;resize:vertical;width:100%;margin-bottom:12px}.primary{border:0;background:#6846a7;color:#fff;border-radius:6px;padding:11px 18px;display:inline-flex;align-items:center;justify-content:center;gap:7px}.primary svg{width:17px}.guide{padding:17px 20px;background:#e3d6f8;border:1px solid #cbb5eb;border-radius:8px;display:flex;gap:14px;margin-bottom:18px}.guide svg{flex:0 0 22px;color:#6f4daf}.guide b{display:block;margin-bottom:5px}.guide p{margin:0;color:#665679;font-size:13px;line-height:1.7}.guide.warning{background:#f1eafb}.tabs{display:flex;gap:8px;margin-bottom:14px}.tabs button{border:1px solid #cab9e6;background:#fff;border-radius:6px;padding:9px 14px}.journal label{display:grid;gap:6px;color:#675879;font-size:12px}.journal>h3{margin:22px 0 10px}.journal>input{display:block;width:100%;margin-bottom:8px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:8px 0 16px}.form-grid label{display:grid;gap:6px;font-size:12px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:30px 0 13px}.section-title h2{font-size:20px;margin:0}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cards article h3{margin:10px 0;white-space:pre-wrap}.cards article p{color:#6e607f;line-height:1.6;white-space:pre-wrap}.cards small{color:#8b789e}.actions{display:flex;align-items:center;gap:8px;margin-top:18px}.actions button,.actions a,.assistant-tools button{border:1px solid #d8ccea;background:#faf8ff;border-radius:6px;padding:8px 11px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#514266}.actions svg{width:15px}.danger{border:0!important;background:transparent!important;color:#9b5e79!important}.release{max-width:800px;margin:auto;text-align:center;padding:36px}.steps{display:flex;justify-content:center;gap:6px;margin-bottom:24px}.steps i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eee7f8;color:#9b89b1;font-style:normal;font-size:12px}.steps i.on{background:#7252b5;color:#fff}.release h2{font-size:25px;margin:18px auto 28px;max-width:650px}.release textarea{text-align:left}.release label{display:grid;gap:15px}.breath{padding:35px}.breath svg{width:55px;height:55px;color:#7859b3;animation:pulse 2.4s ease-in-out infinite}.release .actions{justify-content:center}.release .actions button{min-width:105px}.upload{display:grid;grid-template-columns:auto 1fr;gap:12px;margin:12px 0}.upload>label,.upload-button{display:flex;align-items:center;justify-content:center;gap:7px;border:1px dashed #9477c5;border-radius:6px;padding:11px 16px;color:#664a96;cursor:pointer}.upload svg,.upload-button svg{width:18px}.thumbs{display:flex;gap:8px;overflow:auto;margin:12px 0}.thumbs>div{position:relative}.thumbs img{width:100px;height:75px;object-fit:cover;border-radius:5px}.thumbs button{position:absolute;right:3px;top:3px;border:0;background:#fff;border-radius:50%;width:23px;height:23px;padding:3px}.vision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.vision-grid article{padding:0;overflow:hidden;position:relative;cursor:pointer}.vision-grid img,.cosmos{width:100%;aspect-ratio:4/3;object-fit:cover;background:#d9c7f5}.cosmos{display:grid;place-items:center}.cosmos svg{width:50px;color:#7451b3}.vision-grid article>div:not(.cosmos){padding:17px}.vision-grid h3{margin:8px 0}.vision-grid p{font-size:13px;color:#6d5d80}.floating{position:absolute;right:8px;top:8px;background:#fff!important;border-radius:50%!important;width:32px;height:32px;padding:5px!important}.modal{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#2e2149d9;display:grid;place-items:center;padding:20px}.focus{width:min(800px,100%);max-height:92vh;overflow:auto;background:#eee6ff;border-radius:8px;text-align:center;padding:35px}.focus>img{width:100%;max-height:420px;object-fit:cover;border-radius:6px}.focus>span{display:block;color:#7555a6;margin-top:20px}.focus h1{font-size:34px}.focus p,.focus blockquote{line-height:1.7}.affirm-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.add{max-width:800px}.affirm-grid blockquote{font-size:17px;line-height:1.65;margin:28px 0;min-height:84px}.chant{width:100%;border:0;background:#e1d4f6;color:#4c327d;border-radius:6px;padding:12px}.counts{display:flex;align-items:center;justify-content:space-between;margin-top:13px;font-size:12px}.counts button{border:0;background:none;color:#806d94;display:flex;gap:4px}.counts svg{width:14px}.assistant-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px}.chat{padding:0;overflow:hidden}.chat>.panel-title{padding:18px 22px;border-bottom:1px solid #e5dcf1}.status{font-size:11px;color:#71588f;background:#ede5fa;padding:6px 9px;border-radius:15px}.messages{height:520px;overflow:auto;padding:25px}.welcome{text-align:center;color:#665575;padding:70px 20px}.welcome svg{width:45px;height:45px;color:#7654b5}.message{max-width:78%;padding:13px 15px;border-radius:7px;margin:9px 0;line-height:1.65;white-space:pre-wrap}.message.user{margin-left:auto;background:#7451b3;color:#fff}.message.assistant{background:#eee7fa}.composer{border-top:1px solid #e5dcf1;padding:14px;display:grid;grid-template-columns:1fr 44px;gap:8px}.composer textarea{margin:0;min-height:55px}.composer button{border:0;background:#704cac;color:#fff;border-radius:6px}.assistant-tools{height:max-content;display:grid;gap:8px}.assistant-tools button{width:100%}.assistant-tools svg{width:16px}.reminders{display:grid;gap:10px;margin-top:20px}.reminders article{display:grid;grid-template-columns:30px 1fr auto auto 35px;align-items:center;gap:12px}.reminders h3{font-size:15px;margin:0 0 4px}.reminders span{font-size:12px;color:#806e92}.reminders>article>button:not(.check){border:1px solid #ddd0ef;background:#faf8ff;border-radius:6px;padding:8px}.muted{opacity:.55}.switch input{display:none}.switch i{display:block;width:38px;height:21px;background:#cfc3dc;border-radius:20px;position:relative}.switch i:after{content:"";position:absolute;width:17px;height:17px;left:2px;top:2px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+i{background:#7552b3}.switch input:checked+i:after{left:19px}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.settings-grid>.panel>svg{width:30px;color:#7252b5}.settings-grid p{color:#695b78;line-height:1.6}.settings-grid .upload-button{margin-top:10px}.danger-button{border:1px solid #d39bb2;background:#fff7fa;color:#9b4e70;border-radius:6px;padding:10px 14px}.error{color:#a84465;font-size:13px}code{background:#eee7f8;padding:2px 5px;border-radius:4px}@keyframes pulse{50%{transform:scale(1.15);opacity:.55}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}@media(max-width:980px){.grid.two,.settings-grid{grid-template-columns:1fr}.vision-grid,.affirm-grid{grid-template-columns:repeat(2,1fr)}.assistant-layout{grid-template-columns:1fr}.assistant-tools{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:1fr}}@media(max-width:720px){.app{display:block}.menu,.mobile-close{display:grid;place-items:center}aside{transform:translate(-102%);transition:.2s;box-shadow:20px 0 45px #3c275333}aside.open{transform:none}main{display:block}header{height:86px;padding:15px 17px;justify-content:flex-start;gap:13px}header h1{font-size:20px}.date{margin-left:auto;font-size:11px}.content{padding:18px 14px 55px}.hero{padding:26px 22px;min-height:285px;align-items:flex-start}.hero h2{font-size:24px}.orbit{position:absolute;width:88px;height:88px;right:18px;bottom:20px}.orbit b{font-size:21px}.orbit svg{display:none}.grid.two,.grid.three,.vision-grid,.affirm-grid,.form-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(3,1fr)!important}.stats>div{padding:14px 6px}.panel,article{padding:18px}.upload{grid-template-columns:1fr}.inline.add{flex-wrap:wrap}.inline.add input:first-child{flex-basis:100%}.section-title{align-items:flex-start;gap:12px;flex-direction:column}.section-title input{width:100%}.release{padding:25px 17px}.release h2{font-size:21px}.steps{gap:3px}.steps i{width:24px;height:24px}.messages{height:480px;padding:14px}.message{max-width:90%}.assistant-tools{grid-template-columns:1fr}.reminders article{grid-template-columns:28px 1fr auto}.reminders article>button:not(.check){grid-row:2}.reminders .danger{grid-column:3}.focus{padding:22px}.focus h1{font-size:26px}}
