.home-panel{position:fixed;z-index:22;top:50%;left:50%;width:min(780px,calc(100% - 26px));max-height:calc(100dvh - 26px);transform:translate(-50%,-50%);display:flex;flex-direction:column;direction:rtl;border:1px solid #d6a5ff55;border-radius:25px;background:radial-gradient(circle at 80% 0,#743fa62c,transparent 42%),linear-gradient(145deg,#18243cf8,#090f1dfb);box-shadow:0 42px 130px #000f,0 0 0 1px #ffffff08;overflow:hidden;animation:homePanelIn .3s cubic-bezier(.2,1.2,.4,1)}.home-panel.hidden{display:none}.home-panel>header{position:relative;min-height:104px;padding:23px 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff10;background:linear-gradient(90deg,#241b39aa,#15243a)}.home-panel header small{color:#d6a5ff;font-size:9px;letter-spacing:2px}.home-panel h2{margin:5px 0;font-size:27px}.home-panel header p{margin:0;color:#97a5bc;font-size:12px}.home-coins{margin-left:48px;display:flex;align-items:center;gap:8px;padding:9px 13px;border-radius:12px;background:#080f1c}.home-coins span{color:#ffd45e}.home-close{position:absolute;left:16px;top:16px;width:40px;height:40px;border:0;border-radius:13px;background:linear-gradient(145deg,#ff5d68,#ae1734);box-shadow:0 9px 25px #ff365d66;cursor:pointer;transition:.28s}.home-close:before,.home-close:after{content:"";position:absolute;left:9px;top:18px;width:22px;height:3px;border-radius:2px;background:#fff}.home-close:before{transform:rotate(45deg)}.home-close:after{transform:rotate(-45deg)}.home-close:hover{transform:rotate(90deg) scale(1.1);box-shadow:0 12px 32px #ff365daa}.home-actions{display:flex;gap:9px;padding:14px 20px 0}.home-actions button{height:42px;padding:0 17px;display:flex;align-items:center;gap:8px;border:1px solid #ffffff17;border-radius:11px;background:#17243a;color:#fff;font-weight:800;cursor:pointer}.home-actions button:first-child{background:linear-gradient(90deg,#a86ce8,#665de1)}.home-actions button.hidden{display:none}.home-tabs{display:flex;gap:7px;padding:13px 20px 0}.home-tabs button{padding:9px 19px;border:0;border-radius:10px;background:#ffffff08;color:#8e9bb2;cursor:pointer}.home-tabs button.active{background:#d6a5ff1c;color:#d6a5ff}.home-furniture-grid{padding:15px 20px 23px;display:grid;grid-template-columns:repeat(3,1fr);gap:11px;overflow:auto}.home-item{position:relative;min-height:190px;padding:14px;border:1px solid #ffffff12;border-radius:16px;background:linear-gradient(155deg,#1b2941,#0d1626);overflow:hidden;transition:.2s}.home-item:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 13px 28px #0007}.home-item-art{height:78px;display:grid;place-items:center;border-radius:12px;background:radial-gradient(circle,var(--accent)1f,transparent 68%);font-size:45px;filter:drop-shadow(0 8px 8px #0008)}.home-item h3{margin:10px 0 3px;font-size:13px}.home-item small{color:#8493aa;font-size:10px}.home-item em{position:absolute;top:11px;left:11px;padding:4px 7px;border-radius:8px;background:#080f1dcc;color:#d6a5ff;font-size:9px;font-style:normal}.home-item button{position:absolute;right:11px;bottom:11px;left:11px;height:34px;border:0;border-radius:9px;background:var(--accent);color:#07111d;font-weight:900;cursor:pointer}.home-item button:disabled{background:#27344a;color:#76859c;cursor:default}.home-panel>strong{display:block;min-height:34px;padding:0 20px 14px;color:#ffd45e;font-size:12px}.home-edit-hint{position:fixed;z-index:19;top:82px;left:50%;transform:translateX(-50%);min-width:330px;padding:10px 12px;display:flex;align-items:center;gap:11px;border:1px solid #d6a5ff66;border-radius:14px;background:#111b2eef;color:#fff;box-shadow:0 12px 35px #0009;backdrop-filter:blur(13px);direction:rtl}.home-edit-hint.hidden{display:none}.home-edit-hint>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#d6a5ff22;color:#d6a5ff;font-size:20px}.home-edit-hint div{flex:1}.home-edit-hint b,.home-edit-hint small{display:block}.home-edit-hint small{margin-top:2px;color:#9ba9be;font-size:10px}.home-edit-hint button{padding:8px 12px;border:0;border-radius:9px;background:#ff5d68;color:#fff;font-weight:800;cursor:pointer}@keyframes homePanelIn{from{opacity:0;transform:translate(-50%,-47%) scale(.92)}}@media(max-width:700px){.home-panel{width:calc(100% - 12px);max-height:calc(100dvh - 12px);border-radius:18px}.home-panel>header{min-height:88px;padding:18px}.home-panel h2{font-size:22px}.home-furniture-grid{grid-template-columns:repeat(2,1fr);padding:11px;gap:8px}.home-item{min-height:174px;padding:10px}.home-item-art{height:66px;font-size:38px}.home-actions,.home-tabs{padding-right:11px;padding-left:11px}.home-actions{flex-wrap:wrap}.home-edit-hint{top:57px;min-width:0;width:calc(100% - 16px)}.home-close{left:10px;top:10px}.home-coins{margin-left:40px}}
