:root{--app-bg:#f8ecd4;--bg:#f5f5f5;--surface:#fff;--surface-2:#f7f7f7;--panel:#b7d3e7;--panel-highlight:#ffd77a;--text:#2a3035;--text-muted:#656565;--border:#2a3035;--border-soft:#d6d8dc;--link:#1976d2;--header-bg:#d94a38;--timer-bg:#d0473a;--timer-text:#fff;--timer-border:#2a3035;--timer-btn:#2f6fe0;--details-bg:#ffd87d;--details-heading:#d14439;--accent:#ffd87d;--on-accent:#2a3035;--info-tint:#e3f2fd;--success-tint:#e8f5e8;--warn-tint:#fff3e0;--attention-bg:#fff3f3;--attention-border:#ffd1d1;--hover:#f3f4f6;--shadow:rgba(0,0,0,.25);--overlay:rgba(0,0,0,.4)}.dark{--app-bg:#0b0d10;--bg:#0f1216;--surface:#171a20;--surface-2:#1e222a;--panel:#1c2a3a;--panel-highlight:#213a24;--text:#eceef1;--text-muted:#8b929c;--border:#262b33;--border-soft:#1c2027;--link:#7bb8f5;--header-bg:#7d3229;--timer-bg:#23262d;--timer-text:#ff7a6b;--timer-border:#c23b30;--timer-btn:#c23b30;--details-bg:#2b2916;--details-heading:#ffcf8a;--accent:#ffd87d;--on-accent:#2a3035;--info-tint:#16232f;--success-tint:#17241a;--warn-tint:#292215;--attention-bg:#29201f;--attention-border:#45322f;--hover:#20252d;--shadow:rgba(0,0,0,.55);--overlay:rgba(6,7,9,.7);color-scheme:dark}body,html{background:var(--app-bg);color:var(--text);padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background .2s ease,color .2s ease}a{color:inherit;text-decoration:none}*{box-sizing:border-box}img{max-width:100%;height:auto}h1,h2,p,ul{margin:0}ul{padding:0;list-style:none}button{padding:.5rem 1rem;font-weight:700}.item-list{display:flex;flex-direction:column;gap:20px}.item-row{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;padding:15px;border-radius:8px;background-color:#f9f9f9}.item-image{width:50px;height:70px;object-fit:cover;border-radius:4px}.item-info{flex-grow:1;margin-left:10px}.item-name{font-size:18px;font-weight:700}.item-description{font-size:14px;color:#666}.item-action{padding:10px 15px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.item-action:hover{background-color:#0056b3}.clickable-image{width:50px;height:70px;object-fit:cover;border-radius:4px;cursor:pointer;transition:transform .2s ease-in-out}.clickable-image:hover{transform:scale(1.05)}.image-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000}.enlarged-image-container{position:relative;max-width:80%;max-height:80%}.enlarged-image{max-width:100%;max-height:100%;width:400px;object-fit:contain}.close-button{position:absolute;top:20px;right:20px;background-color:#fff;padding:10px;border-radius:50%;cursor:pointer;font-size:20px}