.module-cube-scene{perspective:1600px;perspective-origin:55% 50%;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:320px;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.module-cube-scene:active{cursor:grabbing}.module-cube{position:relative;width:240px;height:240px;transform-style:preserve-3d;transform:rotateX(-22deg) rotateY(-32deg)}.module-cube .face{position:absolute;top:0;right:0;bottom:0;left:0;background:#faf8f4;border-radius:8px;overflow:hidden;box-shadow:inset 0 0 0 1px #0a0a0f1f}.module-cube .f-front{transform:translateZ(120px)}.module-cube .f-back{transform:rotateY(180deg) translateZ(120px)}.module-cube .f-right{transform:rotateY(90deg) translateZ(120px);background:#f5efe7}.module-cube .f-left{transform:rotateY(-90deg) translateZ(120px);background:#f5efe7}.module-cube .f-top{transform:rotateX(90deg) translateZ(120px)}.module-cube .f-bottom{transform:rotateX(-90deg) translateZ(120px)}.module-cube .f-right:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a0a0f14,#0a0a0f29);pointer-events:none;z-index:10}.module-cube .f-top:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0f0f;pointer-events:none;z-index:10}.module-cube .face-inner{position:relative;z-index:5;padding:14px 16px;width:100%;height:100%;display:flex;flex-direction:column;gap:9px;color:#18181b}.module-cube .face-head{display:flex;align-items:center;gap:7px}.module-cube .face-head .ic{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;color:#fff;box-shadow:0 4px 10px -3px #0003}.module-cube .face-head .name{font-size:12px;font-weight:800;color:#18181b}.module-cube .face-head .meta{margin-left:auto;font-size:9px;font-weight:700;color:#57534e}.module-cube .big-num{font-family:JetBrains Mono,ui-monospace,monospace;font-variant-numeric:tabular-nums;font-size:20px;font-weight:900;line-height:1;color:#18181b}.module-cube .sub-num{font-size:9px;font-weight:700;color:#57534e;margin-top:3px}.module-cube .cube-bars{display:flex;align-items:flex-end;gap:4px;height:64px;margin-top:auto}.module-cube .cube-bars span{flex:1;background:var(--cube-budget-deep);border-radius:3px 3px 0 0}.module-cube .cube-bars span.dim{background:color-mix(in srgb,var(--cube-budget) 45%,#ffffff)}.module-cube .cube-progress{height:5px;background:#00000012;border-radius:99px;margin-top:8px;overflow:hidden}.module-cube .cube-progress>i{display:block;height:100%;background:var(--cube-budget-deep);border-radius:99px}.module-cube .cube-heat{display:grid;grid-template-columns:repeat(9,1fr);gap:3px;margin-top:auto}.module-cube .cube-heat span{aspect-ratio:1;border-radius:3px;background:#00000012}.module-cube .cube-heat .h1{background:color-mix(in srgb,var(--cube-habit) 30%,#ffffff)}.module-cube .cube-heat .h2{background:var(--cube-habit)}.module-cube .cube-heat .h3{background:var(--cube-habit-deep)}.module-cube .ring-wrap{display:flex;align-items:center;gap:14px;margin-top:4px}.module-cube .ring{position:relative;width:70px;height:70px}.module-cube .ring svg{width:100%;height:100%;transform:rotate(-90deg)}.module-cube .ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.module-cube .ring-center .v{font-family:JetBrains Mono,ui-monospace,monospace;font-size:18px;font-weight:900;color:#18181b;line-height:1}.module-cube .ring-center .l{font-size:7px;font-weight:700;color:#57534e}.module-cube .rsvp-row{display:flex;flex-direction:column;gap:4px;font-size:10px;font-weight:700}.module-cube .rsvp-row span{display:inline-flex;align-items:center;gap:5px}.module-cube .rsvp-row .pill{width:10px;height:10px;border-radius:3px}.module-cube .rsvp-row .rv{margin-left:auto;font-family:JetBrains Mono,ui-monospace,monospace;color:#18181b;font-weight:800}.module-cube .kanban{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:auto}.module-cube .kanban .col{background:#0000000a;border-radius:5px;padding:5px;display:flex;flex-direction:column;gap:3px}.module-cube .kanban .ck{background:#fff;border-radius:3px;padding:4px 5px;font-size:8px;font-weight:700;color:#18181b;box-shadow:0 1px #0000000d}.module-cube .kanban .ck:before{content:"";display:block;width:100%;height:2px;margin-bottom:3px;border-radius:2px}.module-cube .kanban .col-1 .ck:before{background:var(--cube-project-deep)}.module-cube .kanban .col-2 .ck:before{background:var(--cube-project)}.module-cube .kanban .col-3 .ck:before{background:var(--cube-goal-deep)}.module-cube .goal-ring{position:relative;width:110px;height:110px;margin:4px auto}.module-cube .goal-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.module-cube .goal-ring .center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.module-cube .goal-ring .pct{font-family:JetBrains Mono,ui-monospace,monospace;font-size:24px;font-weight:900;color:#18181b;line-height:1}.module-cube .goal-ring .lbl{font-size:8px;font-weight:700;color:#57534e;margin-top:2px}.module-cube .goal-foot{text-align:center;font-size:10px;font-weight:700;color:var(--cube-goal-deep)}.module-cube .trip-list{display:flex;flex-direction:column;gap:4px;margin-top:auto;font-size:9px}.module-cube .trip-list .row{display:flex;align-items:center;gap:6px;padding:4px 6px;background:#0000000a;border-radius:4px}.module-cube .trip-list .row .dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.module-cube .trip-list .row .nm{font-weight:800;color:#18181b}.module-cube .trip-list .row .tm{margin-left:auto;font-family:JetBrains Mono,ui-monospace,monospace;font-weight:700;color:#57534e}.module-cube .habit-cap{font-size:11px;font-weight:700;color:#57534e}
