.divider-generator{min-height:auto;background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-200) 100%);padding:2rem}.dg-header{text-align:center;margin-bottom:2rem}.dg-header h1{font-size:2rem;color:var(--gray-800);margin-bottom:.5rem}.dg-header p{color:var(--gray-500);font-size:1rem}.dg-main{display:grid;grid-template-columns:var(--tool-controls-width, 420px) 1fr;gap:var(--tool-content-gap, 2rem);max-width:var(--tool-container-max-width, 1600px);margin:0 auto}.control-panel{background-color:#1f2937f2!important;border:2px solid var(--gray-400)!important;border-radius:6px}[data-theme=dark] .control-section{background-color:#1f2937e6!important;border-color:var(--gray-400)!important;border-width:2px}[data-theme=dark] .control-group input,[data-theme=dark] .control-group select,[data-theme=dark] .control-group textarea{background-color:#0f172acc!important;border:2px solid var(--gray-500)!important;color:var(--text-primary)}[data-theme=dark] .control-group label{display:block;color:var(--gray-900);font-size:1rem;margin-bottom:.5rem;font-weight:600;line-height:1.5;letter-spacing:.3px}@media (max-width: 1023px){.dg-main{grid-template-columns:1fr}}.dg-controls{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;height:fit-content}.dg-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.dg-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.dg-section h3{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary);letter-spacing:.03em}.dg-presets{display:flex;flex-wrap:wrap;gap:.5rem}.dg-preset-btn{padding:.375rem .75rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:6px;font-size:.75rem;color:var(--gray-600);cursor:pointer;transition:all .15s}.dg-preset-btn:hover{background:var(--gray-200);border-color:var(--gray-300)}.dg-orientation-btns{display:flex;gap:.5rem}.dg-orient-btn{flex:1;padding:.625rem;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:8px;font-size:.875rem;color:var(--gray-500);cursor:pointer;transition:all .15s}.dg-orient-btn.active{background:var(--info-color);border-color:var(--info-color);color:var(--white)}.dg-orient-btn:hover:not(.active){background:var(--gray-200)}.dg-style-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.dg-style-btn{padding:.5rem;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:6px;font-size:.75rem;color:var(--gray-500);cursor:pointer;transition:all .15s}.dg-style-btn.active{background:var(--info-color);border-color:var(--info-color);color:var(--white)}.dg-style-btn:hover:not(.active){background:var(--gray-200)}.dg-control-group{margin-bottom:.75rem}.dg-control-group:last-child{margin-bottom:0}.dg-control-group label{display:block;font-size:.8125rem;color:var(--gray-600)}.dg-control-group input[type=range]{width:100%;margin-top:.375rem;height:6px;-webkit-appearance:none;background:var(--gray-200);border-radius:3px;outline:none}.dg-control-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:var(--info-color);border-radius:50%;cursor:pointer}.dg-color-row{display:flex;gap:1rem;margin-top:.5rem}.dg-color-row label{display:flex;flex-direction:column;gap:.375rem;font-size:.8125rem;color:var(--gray-600)}.dg-color-row input[type=color]{width:60px;height:32px;padding:0;border:2px solid var(--gray-200);border-radius:6px;cursor:pointer}.dg-decorator-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.dg-decorator-btn{padding:.5rem;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:6px;font-size:.75rem;color:var(--gray-500);cursor:pointer;transition:all .15s}.dg-decorator-btn.active{background:var(--info-color);border-color:var(--info-color);color:var(--white)}.dg-decorator-btn:hover:not(.active){background:var(--gray-200)}.dg-decorator-value{margin-top:1rem}.dg-icon-picker label{display:block;font-size:.8125rem;color:var(--gray-600);margin-bottom:.5rem}.dg-icons{display:flex;flex-wrap:wrap;gap:.375rem}.dg-icon-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:6px;font-size:1rem;cursor:pointer;transition:all .15s}.dg-icon-btn.active{background:var(--info-color);border-color:var(--info-color);color:var(--white)}.dg-icon-btn:hover:not(.active){background:var(--gray-200)}.dg-text-input label{display:block;font-size:.8125rem;color:var(--gray-600)}.dg-text-input input{width:100%;margin-top:.375rem;padding:.5rem;border:2px solid var(--gray-200);border-radius:6px;font-size:.875rem;outline:none}.dg-text-input input:focus{border-color:var(--info-color)}.dg-decorator-styles{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.dg-output{display:flex;flex-direction:column;gap:1.5rem}.dg-preview-section{background:var(--white);border:2px solid #d1d5db;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;box-shadow:0 1px 3px #0000001a}.dg-preview-section h3{font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.dg-preview{background:#f9fafb;border:2px solid #d1d5db;border-radius:8px;padding:2rem;min-height:200px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a}.dg-preview.vertical{min-height:200px}.dg-preview-content{width:100%;text-align:center}.dg-preview-content-vertical{display:flex;align-items:center;justify-content:center;gap:0}.dg-sample-text{color:var(--gray-400);font-size:.875rem;padding:.5rem}.dg-divider-preview{display:flex;align-items:center}.dg-divider-preview.vertical{flex-direction:column}.dg-line{flex:1}.dg-line-v{flex:1;min-height:30px}.dg-decorator-preview{flex-shrink:0;white-space:nowrap}.dg-code-section{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.dg-code-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.dg-code-tabs button{padding:.5rem 1rem;background:var(--gray-100);border:none;border-radius:6px;font-size:.8125rem;color:var(--gray-500);cursor:pointer;transition:all .15s}.dg-code-tabs button.active{background:var(--gray-800);color:var(--white)}.dg-code-tabs button:hover:not(.active){background:var(--gray-200)}.dg-code-content{background:var(--gray-800);border-radius:8px;padding:1rem;overflow-x:auto;max-height:350px;overflow-y:auto}.dg-code-content pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8125rem;line-height:1.6;color:var(--gray-200);white-space:pre-wrap;word-break:break-word}.dg-code-actions{display:flex;gap:.75rem;margin-top:1rem}.dg-copy-btn,.dg-download-btn{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.dg-copy-btn{background:var(--info-color);border:none;color:var(--white)}.dg-copy-btn:hover{background:#2563eb}.dg-download-btn{background:var(--white);border:2px solid var(--gray-200);color:var(--gray-600)}.dg-download-btn:hover{background:var(--gray-100);border-color:var(--gray-300)}@media (max-width: 640px){.divider-generator{padding:1rem}.dg-header h1{font-size:1.5rem}.dg-style-grid,.dg-decorator-grid{grid-template-columns:repeat(2,1fr)}.dg-code-actions{flex-direction:column}}
