.category-screen{min-height:100%;padding:13px 14px calc(var(--nav-h) + var(--safe-bottom) + 14px);overflow:auto;background:var(--canvas);color:var(--ink)}
.category-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;margin-bottom:12px}.category-head h2{grid-column:2;margin:0;text-align:center;font-size:23px;line-height:1.1;font-weight:760;letter-spacing:-.02em}.category-head .screen-header-actions{grid-column:3;display:flex;gap:6px}.category-back{grid-column:1;display:flex;align-items:center;gap:1px;width:max-content;padding:0;border:0;background:transparent;color:var(--primary);font-size:11px;font-weight:700}.category-back .ui-icon{width:17px;height:17px}.category-head .screen-header-actions .btn{height:36px;min-height:36px;padding:0 9px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);font-size:10.5px;font-weight:700}.category-screen #openCatAdd{border-color:var(--primary);background:var(--primary);color:#fff}
.cat-list{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.cat-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:58px;padding:7px 8px 7px 10px;border-bottom:1px solid #edf0f4;background:var(--surface);cursor:pointer}.cat-row:last-child{border-bottom:0}.cat-copy{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-width:0}.cat-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:color-mix(in srgb,var(--memory-color) 12%,#fff);font-size:19px}.cat-name{min-width:0;overflow:hidden;color:var(--ink);font-size:14px;font-weight:740;white-space:nowrap;text-overflow:ellipsis}.cat-count{color:var(--muted);font-size:11px;font-weight:650;white-space:nowrap}.cat-map{display:flex;align-items:center;gap:4px;min-width:62px;height:34px;padding:0 9px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:#5f7088;font-size:10px;font-weight:700}.cat-map .ui-icon{width:16px;height:16px}.cat-row:active{background:#f7f9fb}
.compact-modal{border-radius:0!important}.cat-edit-form{background:var(--canvas)!important}.category-color-field{display:grid;gap:6px}.category-palette{display:grid;grid-template-columns:repeat(6,30px);gap:8px;max-height:190px;overflow:auto;padding:4px 2px 4px 0}.category-color-choice{display:block;width:30px;height:30px;padding:0;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #d7dee7;appearance:none}.category-color-choice.selected{box-shadow:0 0 0 2px var(--primary)}.category-color-label{font-size:10.5px;font-weight:680;color:var(--ink)}.cat-edit-form .form-section{padding-bottom:10px}.cat-edit-form .cat-editor-actions{justify-self:stretch;padding:12px 0 0}.cat-edit-form .cat-editor-actions .danger{justify-self:start}


/* v62: keep category photo thumbnails in a dedicated column; never behind text. */
.cat-row{grid-template-columns:76px minmax(0,1fr) auto auto!important;gap:9px!important;padding-left:7px!important}
.cat-thumb{display:block;width:76px;height:52px;overflow:hidden;border-radius:7px;background:#eef2f6}
.cat-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.cat-thumb-empty{display:grid;place-items:center;background:color-mix(in srgb,var(--memory-color) 12%,#fff);font-size:22px}
.cat-copy{grid-template-columns:30px minmax(0,1fr)!important;gap:7px!important}
.cat-icon{width:30px!important;height:30px!important;border-radius:7px!important;font-size:16px!important}
.cat-map{min-width:42px!important;width:42px!important;padding:0!important;justify-content:center}
.cat-map span{display:none}
@media(max-width:380px){.cat-row{grid-template-columns:64px minmax(0,1fr) auto auto!important}.cat-thumb{width:64px;height:48px}.cat-name{font-size:13px}}

/* v63: larger palette and user-selected category thumbnail. */
.category-color-custom{position:relative;display:grid;place-items:center;width:30px;height:30px;border:1px dashed #aeb9c8;border-radius:50%;overflow:hidden;background:var(--surface);color:#6c7a8f;font-size:18px;font-weight:500}
.category-color-custom input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.category-thumb-field{display:grid;gap:7px}
.category-thumb-picker{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 7px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}
.category-thumb-choice{position:relative;flex:0 0 72px;width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#eef2f6;scroll-snap-align:start}
.category-thumb-choice img{display:block;width:100%;height:100%;object-fit:cover}
.category-thumb-choice.selected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}
.category-thumb-auto{display:grid;place-items:center;align-content:center;gap:3px;background:var(--surface);border-color:var(--line);color:var(--ink)}
.category-thumb-auto span{font-size:22px}.category-thumb-auto small{font-size:9px;color:var(--muted)}
.category-thumb-empty-note{padding:10px;border:1px solid var(--line);border-radius:7px;color:var(--muted);font-size:10.5px;background:var(--surface)}
