:root{--hms-black:#000000;--hms-yellow:#fdc412;--hms-yellow-dark:#e0ac00;--hms-white:#ffffff;--hms-grey-bg:#f7f7f6;--hms-grey-border:#2a2a2a;--hms-red:#c62828;--hms-green:#2e7d32}.hms-card{max-width:520px;margin:20px 0;padding:20px;border:1px solid var(--hms-grey-border);border-radius:8px;background:var(--hms-white);color:var(--hms-black)}.hms-card h3,.hms-card h4{margin-top:0;color:var(--hms-black);border-bottom:3px solid var(--hms-yellow);padding-bottom:8px;display:inline-block}.hms-field-group{margin-bottom:12px}.hms-field-group label{display:block;font-weight:600;margin-bottom:4px;font-size:14px;color:var(--hms-black)}.hms-input{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box;margin-bottom:6px;background:var(--hms-white);color:var(--hms-black)}.hms-input:focus{outline:none;border-color:var(--hms-yellow);box-shadow:0 0 0 2px rgb(253 196 18 / .35)}.hms-inline-fields{display:flex;gap:8px}.hms-input-small{width:auto;flex:1}.hms-button{background:var(--hms-black);color:var(--hms-yellow);border:2px solid var(--hms-black);padding:10px 18px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;margin-top:6px}.hms-button:hover{background:var(--hms-yellow);color:var(--hms-black)}.hms-button-secondary{background:var(--hms-white);color:var(--hms-black);border:2px solid var(--hms-black)}.hms-button-secondary:hover{background:var(--hms-grey-bg)}.hms-button-small{padding:6px 12px;font-size:13px}.hms-link-button{background:none;border:none;color:var(--hms-black);cursor:pointer;text-decoration:underline;font-size:13px}.hms-message{margin-top:12px;padding:10px;border-radius:6px;background:var(--hms-grey-bg);border:1px solid var(--hms-grey-border);font-size:14px}.hms-message-error{background:#fcebea;border-color:var(--hms-red);color:var(--hms-red)}.hms-message-success{background:#fdf6df;border-color:var(--hms-yellow-dark);color:var(--hms-black)}.hms-result{margin-top:14px;padding:12px;border-radius:6px;background:var(--hms-white);border:1px solid #ddd}.hms-result-error{background:#fcebea;border-color:var(--hms-red);color:var(--hms-red)}.hms-notice{padding:12px;background:var(--hms-grey-bg);border:1px solid var(--hms-yellow);border-radius:6px;color:var(--hms-black)}.hms-hint,.hms-disclaimer{font-size:12px;color:#555;margin-top:6px}.hms-calorie-row{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid #eee}.hms-calorie-save{margin-top:10px;padding-top:10px;border-top:1px solid #eee}.hms-diary-summary{margin:10px 0;font-size:15px;font-weight:600}.hms-diary-table{width:100%;border-collapse:collapse;margin-bottom:16px}.hms-diary-table th,.hms-diary-table td{text-align:left;padding:6px 4px;border-bottom:1px solid #eee;font-size:14px}.hms-restricted-notice{padding:12px;background:var(--hms-grey-bg);border:1px solid var(--hms-yellow);border-radius:6px;color:var(--hms-black)}.hms-auth-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.hms-tab-button{background:var(--hms-grey-bg);border:1px solid var(--hms-grey-border);color:var(--hms-black);padding:6px 12px;border-radius:4px;cursor:pointer;font-size:13px}.hms-tab-button.active{background:var(--hms-yellow);color:var(--hms-black);border-color:var(--hms-black);font-weight:600}.hms-traffic-light{margin-top:14px;padding:16px;border-radius:8px;border:2px solid;font-size:16px;display:flex;align-items:center;gap:12px}.hms-traffic-light .hms-tl-badge{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;color:var(--hms-white);flex-shrink:0}.hms-tl-green{background:#eaf6ec;border-color:var(--hms-green)}.hms-tl-green .hms-tl-badge{background:var(--hms-green)}.hms-tl-amber{background:#fdf6df;border-color:var(--hms-yellow-dark)}.hms-tl-amber .hms-tl-badge{background:var(--hms-yellow);color:var(--hms-black)}.hms-tl-red-low,.hms-tl-red-high{background:#fcebea;border-color:var(--hms-red)}.hms-tl-red-low .hms-tl-badge,.hms-tl-red-high .hms-tl-badge{background:var(--hms-red)}