:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh}button{cursor:pointer}.app-shell{display:flex;flex-direction:column;gap:24px;max-width:960px;margin:0 auto;padding:48px 24px 64px}.header{display:flex;flex-direction:column;gap:8px;text-align:center}.card{background:#fff;border-radius:16px;box-shadow:0 20px 45px #0f172a14;padding:24px;display:flex;flex-direction:column;gap:16px}.section-title{font-size:1.125rem;font-weight:600;margin:0;color:#0f172a}.field-group{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.field-group input[type=text]{flex:1;min-width:240px;padding:10px 12px;border-radius:12px;border:1px solid #cbd5f5;font-size:.95rem}.primary-button{background:#2563eb;color:#fff;border:none;padding:10px 18px;border-radius:12px;font-weight:600;transition:background .2s ease}.primary-button:disabled{opacity:.6;cursor:not-allowed}.primary-button:not(:disabled):hover{background:#1d4ed8}.secondary-button{background:#f8fafc;color:#1e293b;border:1px solid #cbd5e1;padding:9px 14px;border-radius:12px;font-weight:600}.secondary-button:disabled{opacity:.55;cursor:not-allowed}.secondary-button:not(:disabled):hover{border-color:#2563eb;color:#1d4ed8}.template-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.template-card{border:1px solid #e2e8f0;border-radius:12px;padding:16px 12px 16px 16px;background:#f8fafc;display:flex;flex-direction:column;gap:12px;height:100%;position:relative}.template-card-title-with-icon{min-height:32px;padding-right:44px}.template-card strong{display:block;word-break:break-word}.template-card.active{border-color:#2563eb;background:#eef2ff}.greenhouse-template-icon{position:absolute;top:12px;right:12px;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:999px;background:#007a59;color:#fff;font-family:Times New Roman,Times,serif;font-size:.9rem;font-weight:800;line-height:1}.greenhouse-template-letter{display:block;line-height:1;transform:translateY(-1px)}.badge{display:inline-flex;align-items:center;gap:6px;background:#e2e8f0;color:#475569;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600}.template-card-actions{margin-top:auto;display:flex;flex-direction:column;gap:12px;align-items:stretch}.template-card-actions .badge,.template-card-actions .primary-button{width:100%;justify-content:center}.template-empty{border:1px dashed #cbd5f5;border-radius:12px;padding:32px 24px;color:#475569;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.offer-list{display:flex;flex-direction:column;gap:10px}.offer-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.offer-filter-label{color:#334155;font-size:.9rem;font-weight:700}.checkbox-option{display:inline-flex;gap:8px;align-items:center;color:#475569;font-size:.9rem;font-weight:600}.checkbox-option input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:#2563eb}.offer-row{width:100%;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:#0f172a;padding:14px 16px;display:flex;gap:16px;align-items:center;justify-content:space-between;text-align:left}.offer-row:not(:disabled):hover{border-color:#2563eb;background:#eef2ff}.offer-row:disabled{cursor:wait;opacity:.75}.offer-row.active{border-color:#2563eb;background:#eff6ff}.offer-row-main,.offer-row-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.offer-row-main{flex-direction:column;align-items:flex-start}.offer-row-main span,.offer-row-meta span{color:#64748b;font-size:.9rem}.offer-search{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.offer-search label{color:#334155;font-size:.9rem;font-weight:600}.offer-search input[type=search]{width:100%;border:1px solid #cbd5e1;border-radius:12px;color:#0f172a;font-size:.95rem;padding:10px 12px}.offer-search input[type=search]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24;outline:none}.offer-page-switcher{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;margin-top:14px}.offer-page-buttons{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.page-button{min-width:36px;height:36px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#1e293b;font-weight:600}.page-button.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.page-button-ellipsis{letter-spacing:2px}.page-button:disabled{opacity:.6;cursor:not-allowed}.page-button:not(:disabled):hover{border-color:#2563eb;color:#1d4ed8}.selected-offer{border:1px solid #d9e2ec;border-radius:12px;background:#fbfdff;padding:16px}.selected-offer-header{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.selected-offer h3{margin:0;font-size:1rem;color:#334155}.custom-fields-toggle{display:inline-flex;gap:8px;align-items:center;color:#475569;font-size:.9rem;font-weight:600}.custom-fields-toggle input{width:16px;height:16px;margin:0;accent-color:#2563eb}.inspector-section{border-top:1px solid #e2e8f0;padding-top:14px;margin-top:14px}.inspector-section h4,.custom-fields h5{margin:0 0 10px;color:#334155}.inspector-section h4{font-size:.95rem}.custom-fields{margin-top:12px}.custom-fields h5{font-size:.85rem}.custom-fields p,.inspector-section p{margin:0;color:#64748b}.custom-field-list{margin:0;display:grid;gap:12px;grid-template-columns:1fr}.custom-field-list dt{color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase}.custom-field-list dd{margin:2px 0 0;color:#0f172a;overflow-wrap:anywhere}.inspector-fields{margin:0;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.inspector-fields dt{color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase}.inspector-fields dd{margin:2px 0 0;color:#0f172a;overflow-wrap:anywhere}.placeholders-form{display:flex;flex-direction:column;gap:16px}.placeholder-actions{display:flex;justify-content:flex-start}.placeholder-field label{display:block;font-weight:600;margin-bottom:6px;color:#334155}.placeholder-field input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #cbd5f5;font-size:.95rem}.status-message{padding:12px 16px;border-radius:12px}.status-message.success{background:#dcfce7;color:#166534}.status-message.error{background:#fee2e2;color:#b91c1c}details summary{cursor:pointer;font-weight:600}.footer-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.footer-actions input[type=text]{min-width:200px;flex:1}.google-button-wrapper{display:inline-flex}.status-message.info{background:#e0f2fe;color:#075985}.action-selection{margin:20px 0;padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.action-selection h3{margin:0 0 12px;font-size:1rem;font-weight:600;color:#334155}.radio-group{display:flex;gap:16px;flex-wrap:wrap}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;color:#475569}.radio-option input[type=radio]{margin:0;cursor:pointer}.radio-option:hover{color:#2563eb}.email-form{margin:20px 0;padding:20px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.email-form h3{margin:0 0 16px;font-size:1rem;font-weight:600;color:#334155}.email-field{margin-bottom:20px}.email-field label{display:block;font-weight:600;margin-bottom:8px;color:#334155}.recipient-row{display:flex;gap:8px;margin-bottom:8px;align-items:center}.recipient-row input[type=email],.recipient-row input[type=text]{flex:1;padding:8px 12px;border-radius:8px;border:1px solid #cbd5f5;font-size:.9rem}.recipient-row input[type=email]{min-width:200px}.recipient-row input[type=text]{min-width:150px}.remove-button{background:#ef4444;color:#fff;border:none;padding:8px 12px;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s ease}.remove-button:hover{background:#dc2626}.add-button{background:#10b981;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease}.add-button:hover{background:#059669}.email-field input[type=text]{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #cbd5f5;font-size:.95rem}.email-field textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #cbd5f5;font-size:.95rem;resize:vertical;font-family:inherit}.email-policy-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:20px}.policy-badge{margin-bottom:8px}.policy-type{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.policy-open{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.policy-domain_restricted{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.policy-fixed_recipient{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.policy-description{margin:0 0 8px;font-size:.9rem;color:#64748b;line-height:1.4}.policy-warning{margin:8px 0 0;padding:8px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:.85rem;color:#991b1b;line-height:1.4}.policy-warning strong{font-weight:600}.disabled-recipients{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:12px;margin-top:8px}.disabled-recipients p{margin:0;font-size:.9rem;color:#64748b;font-style:italic}
