.business-hours-generator{padding:2rem 0}.tool-header{text-align:center;margin-bottom:2rem}.tool-header h1{font-size:2rem;color:var(--gray-800);margin-bottom:.5rem}.tool-header p{color:var(--gray-600)}.presets-section{margin-bottom:1.5rem;text-align:center}.presets-section h3{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary);letter-spacing:.03em}.presets-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.preset-buttons{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;align-content:flex-start}.preset-btn{padding:.4rem .9rem;background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);cursor:pointer;font-size:.8rem;color:var(--gray-700);transition:all .2s;white-space:nowrap}.preset-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.generator-layout{display:grid;grid-template-columns:var(--tool-controls-width, 420px) 1fr;gap:var(--tool-content-gap, 2rem);align-items:start}.generator-form{padding:1.5rem}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.form-header h3{margin:0;color:var(--gray-800)}.weekly-total{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600)}.weekly-total strong{color:var(--primary);font-size:1rem}.hours-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.day-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--gray-50);border-radius:var(--radius);transition:background .2s}.day-row.closed{background:var(--gray-100);opacity:.7}.day-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer}.day-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer}.day-label{font-weight:500;color:var(--gray-800);min-width:100px}.time-inputs{display:flex;align-items:center;gap:.5rem}.time-inputs input[type=time]{padding:.4rem .5rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.875rem}.time-inputs span{color:var(--gray-500);font-size:.875rem}.closed-label{color:var(--gray-500);font-style:italic}.special-hours-toggle{margin-bottom:1rem}.special-hours-toggle label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--gray-700)}.special-hours-toggle input{width:16px;height:16px}.output-section{display:flex;flex-direction:column;gap:1.5rem}.preview-card{padding:0;border:2px solid #d1d5db;padding:1.5rem;background:#f9fafb;box-shadow:0 1px 3px #0000001a}.preview-card h3{margin-bottom:1rem;color:var(--gray-800)}.hours-preview{padding:1.5rem;background:#f9fafb;border:2px solid #d1d5db;border-radius:var(--radius);box-shadow:0 1px 3px #0000001a}.hours-preview h4{margin:0 0 .5rem;color:var(--gray-800);font-size:1.1rem}.preview-subtitle{margin:0 0 1rem;color:var(--gray-600);font-size:.875rem}.preview-table{width:100%;border-collapse:collapse}.preview-table td{padding:.5rem 0;border-bottom:1px solid var(--gray-100)}.preview-table td:first-child{font-weight:500;color:var(--gray-800)}.preview-table td:last-child{text-align:right;color:var(--gray-600)}.preview-table tr.closed td:last-child{color:var(--gray-400)}.preview-table tr:last-child td{border-bottom:none}.special-hours-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200);font-size:.875rem;box-shadow:0 1px 3px #0000001a}.special-hours-preview strong{color:var(--gray-700)}.special-hours-preview p{margin:.5rem 0 0;color:var(--gray-600);white-space:pre-line}.output-card{padding:1.5rem}.output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.output-header h3{margin:0;color:var(--gray-800)}.btn-sm{padding:.4rem .75rem;font-size:.85rem}.output-text,.output-code{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem;margin:0;font-family:Monaco,Menlo,Consolas,monospace;font-size:.8rem;white-space:pre-wrap;overflow-x:auto;max-height:200px;overflow-y:auto}.schema-note{margin:1rem 0 0;font-size:.85rem;color:var(--gray-600)}.tips-section{margin-top:2rem;padding:1.5rem}.tips-section h3{margin-bottom:1.5rem;color:var(--gray-800)}.tips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tip h4{font-size:.95rem;color:var(--gray-800);margin-bottom:.5rem}.tip p{font-size:.875rem;color:var(--gray-600);margin:0;line-height:1.6}@media (max-width: 1023px){.generator-layout{grid-template-columns:1fr}.tips-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.preset-buttons{flex-direction:column}.day-row{flex-direction:column;align-items:flex-start;gap:.75rem}.time-inputs{width:100%;justify-content:flex-start}.tips-grid{grid-template-columns:1fr}}
