/* Outfit suggestions extend the existing wardrobe without changing its layout. */
.outfit-card-action{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:13px;padding:8px;border:1px solid #dce4d8;border-radius:6px;background:#fff;color:var(--green);font-size:13px;min-height:40px}
.outfit-card-action:hover{background:var(--soft)}.outfit-card-action svg{width:17px;height:17px}
.outfit-field-help{margin:-6px 0 0}.detail-content dt{width:62px}.detail-buttons{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.detail-content .detail-main-info{margin:17px 0 14px;padding:9px 0}.detail-more{border-bottom:1px solid var(--line);padding:0 0 12px;margin:0 0 18px}.detail-more summary{color:var(--green);font-size:13px;font-weight:600;cursor:pointer;min-height:34px}.detail-more summary:focus-visible{outline:3px solid #81a68d;outline-offset:2px}.detail-more dl{margin:6px 0 14px;padding:8px 0}.detail-more .memo{margin-bottom:0}
.detail-action{width:100%}.detail-action p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
#outfit-dialog{width:min(1180px,calc(100% - 40px));padding:32px}.outfit-intro{font-size:15px;color:var(--muted);margin:-10px 0 24px}
.outfit-control-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line);border-radius:10px;background:#f6f8f3;padding:18px 20px}
.outfit-anchor{display:flex;align-items:center;gap:15px;min-width:0}.outfit-anchor-photo{width:62px;height:76px;background:#e9ede3;border-radius:6px;overflow:hidden;flex-shrink:0;display:grid;place-items:center}.outfit-anchor-photo img{width:100%;height:100%;object-fit:contain}.outfit-anchor-photo .no-photo span{display:none}.outfit-anchor h3{margin:3px 0;font-size:17px;font-weight:600;overflow-wrap:anywhere}.outfit-anchor p{margin:0;font-size:12px;color:var(--muted);overflow-wrap:anywhere}.anchor-badge{display:inline-block;background:var(--green);color:#fff;font-size:11px;line-height:1.6;padding:2px 8px;border-radius:4px}
.outfit-controls{display:flex;align-items:center;flex-wrap:wrap;gap:10px;flex-shrink:0;font-size:14px}.outfit-controls select{border:1px solid #dce4d8;border-radius:6px;background:#fff;padding:10px;color:var(--ink);font-size:14px;min-height:44px}.outfit-controls .button{font-size:13px;padding:10px 13px}
.outfit-help,.outfit-footnote{color:var(--muted);font-size:13px;line-height:1.8;margin:16px 0}.outfit-footnote{border-top:1px solid var(--line);margin-top:24px;padding-top:16px;margin-bottom:0}#outfit-status{font-size:13px;color:var(--green);margin:12px 0}
.outfit-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.outfit-look{min-width:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.look-header{background:#f0f4ec;padding:19px 19px 16px;border-bottom:1px solid var(--line)}.outfit-look:nth-child(2) .look-header{background:#eef1f3}.outfit-look:nth-child(3) .look-header{background:#f6f0e6}.look-number{font:12px Georgia,serif;letter-spacing:2px;color:var(--muted)}.look-header h3{font-size:19px;line-height:1.5;font-weight:600;margin:7px 0}.look-header p{font-size:13px;color:var(--muted);margin:0 0 12px}.look-labels{display:flex;gap:7px;flex-wrap:wrap}.look-labels .tag{font-size:12px;background:#ffffffa6}.look-partial{border-color:#d6bc88;color:#7c612e}
.look-items{list-style:none;margin:0;padding:4px 18px}.look-item{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.look-item:last-child{border-bottom:0}.look-photo{width:58px;height:68px;background:#f2f4ee;border-radius:5px;flex-shrink:0;overflow:hidden;display:grid;place-items:center}.look-photo img{width:100%;height:100%;object-fit:contain}.look-photo .no-photo span{display:none}.look-photo .no-photo svg{width:29px;height:29px}.look-item-info{min-width:0;flex:1}.look-item-info h4{font-size:14px;font-weight:500;margin:4px 0;line-height:1.55;overflow-wrap:anywhere}.look-item-info p{font-size:12px;color:var(--muted);margin:0;overflow-wrap:anywhere}.look-item-category{font-size:11px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:6px}.look-item-category .anchor-badge{font-size:10px}
.look-reason{margin:auto 18px 0;padding:17px 0;border-top:1px solid var(--line)}.look-reason h4{font-size:12px;font-weight:600;color:var(--green);margin:0 0 8px}.look-reason p{font-size:14px;line-height:1.85;margin:0;overflow-wrap:anywhere}.look-warnings{margin:0;padding:0 18px 18px;list-style:none}.look-warnings li{font-size:12px;line-height:1.75;color:#806a3e;background:#faf6ee;padding:9px 11px;border-radius:5px;margin-top:8px;overflow-wrap:anywhere}
@media(max-width:1000px){.outfit-control-bar{align-items:flex-start;flex-direction:column}.outfit-results{gap:12px}.look-header{padding:16px 14px}.look-header h3{font-size:17px}.look-items{padding:3px 12px}.look-item{gap:8px}.look-photo{width:45px;height:58px}.look-reason{margin-right:12px;margin-left:12px}.look-warnings{padding-right:12px;padding-left:12px}}
@media(max-width:760px){#outfit-dialog{padding:23px 18px;width:calc(100% - 24px)}#outfit-dialog h2{font-size:21px}.outfit-intro{font-size:14px}.outfit-results{grid-template-columns:1fr;gap:22px}.outfit-control-bar{padding:15px}.outfit-controls{width:100%;gap:9px}.outfit-controls label{width:100%;font-size:13px}.outfit-controls select{font-size:16px;flex:1;min-width:0;width:100px}.outfit-controls .button{font-size:12px;padding:10px}.outfit-anchor h3{font-size:16px}.look-header h3{font-size:20px}.look-photo{width:65px;height:76px}.look-item{gap:14px}.look-header,.look-items{padding-left:18px;padding-right:18px}.look-reason{margin-left:18px;margin-right:18px}.look-warnings{padding-left:18px;padding-right:18px}.look-item-info h4{font-size:15px}.look-item-category{font-size:12px}}
