.status-panel-card{width:100%;height:100%;max-height:100%;aspect-ratio:2.1;border-radius:8% / 16%;overflow:hidden;background:white;color:#242424;container-type:inline-size;display:flex;flex-direction:column;box-shadow:0 4px 16px #00000008}
.status-panel-top{flex:1;min-height:0;background-image:radial-gradient(var(--panel-dot) 1px,transparent 1.2px);background-size:14px 14px;display:flex;align-items:center;justify-content:center;padding-top:3%}
.status-panel-portrait{display:grid;grid-template-columns:1fr 1.6fr 1fr;align-items:center;gap:4%;width:49%;transform:translateY(10%);z-index:1}.status-panel-avatar{grid-column:2;grid-row:1;border-radius:50%;overflow:hidden;aspect-ratio:1;background:#e6e6e6}.status-panel-avatar img{width:100%;height:100%;object-fit:cover;display:block}.status-panel-avatar svg{width:100%;height:100%;fill:#b9b9b9}.status-panel-wing{width:100%;grid-row:1}.status-panel-wing.left{grid-column:1}.status-panel-wing.right{grid-column:3;transform:scaleX(-1)}
.status-panel-bottom{border-radius:7% 7% 0 0;background:#fff;padding:2% 4% 3%;text-align:center}.status-panel-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(0,2.7fr) repeat(3,minmax(0,1fr));gap:2%;align-items:end}.status-panel-state{grid-row:1;min-width:0}.status-panel-state>span{display:flex;align-items:center;justify-content:center;width:85%;aspect-ratio:1;border-radius:50%;background:#f3f3f3;margin:auto}.status-panel-state svg{width:58%;height:58%}.status-panel-state small{font-size:2.7cqw;display:block;margin-top:10%}.status-panel-nickname{grid-column:4;grid-row:1;background:#f2f2f2;border-radius:999px;padding:3% 5%;font-size:3cqw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.status-panel-text{font-size:2.7cqw;margin:2% 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-panel-capsule{width:54%;box-sizing:border-box;margin:0 auto;background:#f2f2f2;border-radius:999px;padding:1.5% 3%;font-size:3cqw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-panel-preview{width:min(420px,78vw);aspect-ratio:2.1;margin:0 auto 16px}.status-panel-editor{max-height:75vh;overflow-y:auto}.status-panel-editor label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 0}.status-panel-editor input:not([type=color]):not([type=range]),.status-panel-editor select{min-width:0;max-width:60%}.status-panel-editor input[type=range]{min-width:0;width:50%}.status-panel-editor p{font-size:13px}.launcher-toolbar .widget-add-entry{font-size:13px;padding:7px 12px;pointer-events:auto}
.launcher:not(.editing) .launcher-toolbar .widget-add-entry{height:24px;padding:0 10px;font-size:12px;align-self:center}
