:root{font-family:Inter,"Microsoft YaHei",system-ui,sans-serif;color:#352f39;background:#eee8f0;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 0,#faf7fb 0,#eee8f0 46%,#e2d9e6 100%)}button,input,textarea,select{font:inherit}.hidden{display:none!important}.shell{max-width:1500px;margin:auto;padding:22px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}h1,h2,p{margin:0}h1{margin-top:4px;font-size:25px}.eyebrow{color:#7a67c9;font-weight:900;font-size:10px;letter-spacing:1.8px}.status{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:16px;background:#fff9}.status i{width:8px;height:8px;border-radius:50%;background:#60a875;box-shadow:0 0 0 4px #60a87522}.rooms{display:flex;gap:8px;overflow:auto;padding-bottom:11px}.rooms button,.tabs button{border:0;background:#fff8;color:#726978;padding:9px 13px;border-radius:14px;font-weight:800;white-space:nowrap}.rooms button.active,.tabs button.active{background:#6d5ae6;color:#fff}.workspace{display:grid;grid-template-columns:minmax(540px,1.55fr) minmax(330px,.75fr);gap:16px}.scene-wrap,.side{background:#fff9;border:1px solid #ded5e2;border-radius:24px;box-shadow:0 14px 44px #68566e16}.scene-wrap{padding:14px}.scene{position:relative;aspect-ratio:1/1;max-height:calc(100vh - 190px);min-height:510px;margin:auto;overflow:hidden;border:4px solid #564956;border-radius:18px;background-color:#c7ae91;background-image:linear-gradient(#e5d8c7 0 42%,transparent 42%),linear-gradient(90deg,#c6aa87 1px,transparent 1px),linear-gradient(#c6aa87 1px,transparent 1px);background-size:auto,64px 64px,64px 64px;background-position:0 0,0 42%,0 42%;image-rendering:pixelated}.scene.illustration{background-size:cover;background-position:center;background-repeat:no-repeat}.scene.office{background-color:#c7b79f;background-image:linear-gradient(#ddd4c7 0 34%,transparent 34%),linear-gradient(90deg,#b9a990 1px,transparent 1px),linear-gradient(#b9a990 1px,transparent 1px);background-size:auto,60px 60px,60px 60px}.scene-note{position:absolute;z-index:60;left:10px;bottom:10px;padding:6px 9px;border-radius:9px;background:#211d24b8;color:#fff;font-size:11px}.scene-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:12px}button{cursor:pointer}.primary,.secondary,.danger,.mini-form button,.panel-head button,.composer button{border:0;border-radius:12px;padding:9px 13px;font-weight:850}.primary,.mini-form button,.composer button,.panel-head button{background:#6d5ae6;color:#fff}.secondary{background:#eee8f1;color:#5a4f5f}.danger{background:#f7d9de;color:#a1394d}.furniture{position:absolute;z-index:12;width:70px;height:54px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;border:4px solid #4e4145;background:var(--color);box-shadow:7px 7px 0 #4d41442e;color:#fff;font-size:10px;font-weight:900;user-select:none;touch-action:none}.furniture[data-type=plant]{width:42px;height:58px;border-radius:45% 45% 8px 8px}.furniture[data-type=lamp]{width:24px;height:70px}.furniture[data-type=sofa]{width:100px;height:58px;border-radius:8px}.furniture.selected{outline:4px solid #fff;box-shadow:0 0 0 7px #6d5ae6}.actor{position:absolute;z-index:30;width:48px;height:58px;transform:translate(-50%,-80%);transition:left .9s cubic-bezier(.22,.76,.27,1),top .9s cubic-bezier(.22,.76,.27,1);text-align:center}.actor-body{position:absolute;left:9px;bottom:0;width:30px;height:36px;border:4px solid #41393f;border-radius:10px 10px 6px 6px;background:var(--color);box-shadow:4px 4px 0 #433a3e2b}.actor-body:before{content:"";position:absolute;left:2px;top:-22px;width:18px;height:18px;border:4px solid #41393f;border-radius:7px;background:#efd0b8}.actor-name{position:absolute;bottom:-17px;left:50%;transform:translateX(-50%);white-space:nowrap;padding:2px 5px;border-radius:5px;background:#302a30dd;color:#fff;font-size:9px}.actor-bubble{position:absolute;left:38px;top:-17px;min-width:80px;max-width:150px;padding:5px 7px;border:2px solid #544853;border-radius:8px;background:#fff;color:#554b58;text-align:left;font-size:9px;font-weight:750}.side{min-height:560px;display:flex;flex-direction:column;overflow:hidden}.tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:10px;border-bottom:1px solid #e7dfe9}.tabs button{padding:9px 4px}.panel{display:none;min-height:0;flex:1}.panel.active{display:flex;flex-direction:column}.chat-list,.card-list{flex:1;overflow:auto;padding:12px}.message{max-width:86%;margin-bottom:8px;padding:8px 10px;border-radius:14px;background:#f0eaf2;font-size:13px;line-height:1.45}.message.user{margin-left:auto;background:#6d5ae6;color:#fff}.message small{display:block;margin-top:3px;opacity:.55}.composer{border-top:1px solid #e7dfe9;padding:10px}.composer select{width:100%;margin-bottom:7px}.composer>div{display:flex;gap:7px}.composer textarea{flex:1;resize:none}.composer input,.composer textarea,.composer select,.mini-form input,.mini-form select,.dialog-card input,.dialog-card select{border:1px solid #d9cedd;border-radius:11px;padding:9px;background:#fff;color:#3e3741}.panel-head{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #e7dfe9}.person-card,.task-card,.event-card{margin-bottom:8px;padding:10px;border:1px solid #e2d9e4;border-radius:14px;background:#fff}.person-card{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center}.avatar-dot{width:32px;height:32px;border:3px solid #4a4149;border-radius:10px}.muted{color:#908692;font-size:11px}.metric{display:flex;gap:5px;margin-top:5px;font-size:10px;color:#7d7182}.task-top{display:flex;justify-content:space-between;gap:8px}.progress{height:6px;margin-top:8px;border-radius:6px;background:#ebe4ed;overflow:hidden}.progress i{display:block;height:100%;background:#6d5ae6}.task-actions{display:flex;gap:5px;margin-top:8px}.task-actions button,.person-card button{border:0;padding:5px 7px;border-radius:8px;background:#eee8f0;color:#625866;font-size:10px}.mini-form{display:grid;grid-template-columns:1fr 120px auto;gap:7px;padding:10px;border-bottom:1px solid #e7dfe9}.event-card{font-size:12px}.event-card time{display:block;margin-top:4px;color:#9a909d;font-size:9px}.login{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:#eae3ed}.dialog-card{width:min(390px,calc(100vw - 28px));display:flex;flex-direction:column;gap:12px;padding:22px;border:0;border-radius:21px;background:#fff;box-shadow:0 22px 70px #584e5f30}.dialog-card p{color:#827887;font-size:13px}.dialog-card small{color:#b04458}.dialog-card label{display:flex;flex-direction:column;gap:5px;color:#716777;font-size:12px;font-weight:800}.dialog-actions{display:flex;justify-content:flex-end;gap:7px}dialog{border:0;background:transparent}dialog::backdrop{background:#26212977}.toast{position:fixed;z-index:200;left:50%;bottom:25px;transform:translate(-50%,20px);padding:9px 14px;border-radius:12px;background:#2f2931;color:#fff;opacity:0;transition:.2s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:900px){.shell{padding:10px}.workspace{grid-template-columns:1fr}.scene{min-height:0;max-height:none}.side{min-height:520px}header{padding:4px 3px}.status{font-size:11px}}@media(max-width:520px){h1{font-size:19px}.scene-wrap{padding:7px;border-radius:16px}.scene{border-width:3px;border-radius:12px}.side{border-radius:16px}.mini-form{grid-template-columns:1fr auto}.mini-form select{grid-row:2;grid-column:1/2}.mini-form button{grid-row:2}.actor-bubble{display:none}}
