*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{color:#333;background:#f5f5f5;font-family:system-ui,-apple-system,sans-serif}#root{justify-content:center;align-items:center;min-height:100%;display:flex}.app-container{background:#fff;border:2px dashed #999;flex-direction:column;width:100%;max-width:430px;height:100vh;max-height:932px;display:flex;position:relative;overflow:hidden}.page{flex:1;padding:20px;overflow-y:auto}.wire-box{background:#fafafa;border:2px dashed #bbb;border-radius:4px;margin-bottom:16px;padding:16px}.wire-card{background:#fff;border:1px solid #ccc;border-radius:4px;margin-bottom:12px;padding:12px}.wire-input{background:#fff;border:2px dashed #999;border-radius:4px;width:100%;margin-bottom:12px;padding:12px;font-family:inherit;font-size:16px}.wire-input:focus{border-style:solid;border-color:#333;outline:none}.wire-btn{cursor:pointer;background:#fff;border:2px solid #333;border-radius:4px;width:100%;padding:14px;font-family:inherit;font-size:16px;font-weight:500}.wire-btn:hover,.wire-btn-primary{color:#fff;background:#333}.wire-btn-primary:hover{background:#555}.wire-avatar{background:#fafafa;border:2px dashed #999;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;display:flex}h1{text-transform:uppercase;letter-spacing:1px;margin:0 0 20px;font-size:24px;font-weight:600}h2{margin:0 0 12px;font-size:18px;font-weight:600}h3{text-transform:uppercase;letter-spacing:.5px;color:#666;margin:0 0 8px;font-size:14px;font-weight:600}.placeholder-block{color:#aaa;text-transform:uppercase;background:#f9f9f9;border:2px dashed #ddd;border-radius:4px;justify-content:center;align-items:center;font-size:12px;display:flex}.list-item{border-bottom:1px dashed #ddd;padding:12px 0}.list-item:last-child{border-bottom:none}
