:root{--help-submit-indigo: #1d1991;--help-submit-indigo-hover: #17156e;--help-error-red: #dc2626;--help-chip-gray-bg: #f3f4f6;--help-chip-gray-text: #6b7280;--help-border-gray: #d1d5db;--help-input-border: #d1d5db;--help-focus-ring: #d4d4d4;--help-placeholder-gray: #7f7f7f;--help-neutral-text: #374151;--help-success-bg: #f0fdf4;--help-success-text: #166534;--help-error-bg: #fef2f2;--help-error-text: #991b1b}.help-container{width:100%;display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-height:0;align-self:stretch}.help-card{background:#fff;border-radius:8px;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.help-tickets-footer{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 0}.help-tickets-footer-text{font-size:.75rem;color:var(--help-chip-gray-text)}.help-my-tickets-button{border-radius:6px;border:1px solid var(--help-border-gray);padding:5px 12px;font-size:.75rem;color:var(--help-neutral-text);background:#fff;cursor:pointer}.help-my-tickets-button:hover{background:var(--help-chip-gray-bg)}.help-form{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0;overflow-y:auto;padding:4px}.help-field{display:flex;flex-direction:column;gap:4px}.help-field--grow{flex:1;min-height:0}.help-field-label{font-size:.875rem;font-weight:500}.help-field-input{border:1px solid var(--help-input-border);border-radius:8px;padding:7.5px 12px;box-sizing:border-box;font-size:14px;color:var(--help-neutral-text);background:#fff}.help-field-input:focus{outline:none;border-color:var(--help-input-border);box-shadow:0 0 0 3px var(--help-focus-ring)}.help-field-input::placeholder{color:var(--help-placeholder-gray)}select.help-field-input{color:var(--help-placeholder-gray)}select.help-field-input:valid{color:var(--help-neutral-text)}.help-body-group{display:flex;flex-direction:column;flex:1;min-height:0;border:1px solid var(--help-input-border);border-radius:8px;background:#fff;overflow:hidden}.help-body-group:focus-within{box-shadow:0 0 0 3px var(--help-focus-ring)}.help-body-input{flex:1;min-height:100px;resize:none;font-family:inherit;font-size:14px;color:var(--help-neutral-text);padding:7.5px 12px;box-sizing:border-box;border:none;outline:none;background:transparent}.help-body-input::placeholder{color:var(--help-placeholder-gray)}.help-field-error{font-size:.875rem;color:var(--help-error-red)}.help-footer-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px;position:relative}.help-footer-row:before{content:"";position:absolute;top:0;left:12px;right:12px;height:1px;background:var(--help-input-border)}.help-footer-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.help-submit-button{border-radius:6px;border:none;background:var(--help-submit-indigo);padding:8px 20px;color:#fff;cursor:pointer}.help-submit-button:hover{background:var(--help-submit-indigo-hover)}.help-attachment-label{display:inline-flex;width:fit-content;align-items:center;gap:4px;font-size:.875rem;font-weight:500;color:var(--help-placeholder-gray);cursor:pointer}.help-attachment-icon{width:16px;height:16px;flex-shrink:0}.help-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.help-attachment-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.help-attachment-chip{display:flex;align-items:center;gap:8px;border-radius:9999px;border:1px solid var(--help-border-gray);background:var(--help-chip-gray-bg);padding:4px 12px;font-size:.875rem}.help-attachment-chip-remove{color:var(--help-chip-gray-text);background:transparent;border:none;cursor:pointer}.help-attachment-chip-remove:hover{color:var(--help-error-red)}.help-status-banner{border-radius:4px;padding:8px 12px;font-size:.875rem}.help-status-banner--success{background:var(--help-success-bg);color:var(--help-success-text)}.help-status-banner--error{background:var(--help-error-bg);color:var(--help-error-text)}
