.breadcrumb-generator{max-width:var(--tool-container-max-width, 1600px);margin:0 auto;padding:2rem}.tool-header{text-align:center;margin-bottom:2rem}.tool-header h1{font-size:2.5rem;color:var(--gray-800);margin-bottom:.5rem}.tool-header p{color:var(--gray-500);font-size:1.1rem}.generator-layout{display:grid;grid-template-columns:var(--tool-controls-width, 420px) 1fr;gap:var(--tool-content-gap, 2rem);align-items:start}.controls-panel{background:var(--white);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;position:sticky;top:1rem;max-height:none;overflow-y:auto}.control-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-600)}.control-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.control-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}.preset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.preset-btn{padding:.5rem;border:2px solid transparent;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.preset-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.items-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.item-row{display:flex;gap:.5rem;align-items:center}.item-inputs{flex:1;display:flex;flex-direction:column;gap:.25rem}.item-label-input,.item-url-input{padding:.5rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.85rem}.item-label-input{font-weight:500}.item-url-input{font-size:.75rem;color:var(--gray-500)}.item-actions{display:flex;flex-direction:column;gap:.25rem}.move-btn,.remove-btn{width:24px;height:24px;border:1px solid var(--gray-300);border-radius:4px;background:var(--white);cursor:pointer;font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.move-btn:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-400)}.move-btn:disabled{opacity:.3;cursor:not-allowed}.remove-btn{color:var(--danger);border-color:#fecaca}.remove-btn:hover{background:#fef2f2;border-color:var(--danger)}.add-item-form{display:flex;gap:.5rem}.new-item-input{flex:1;padding:.5rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.85rem}.add-btn{padding:.5rem 1rem;background:var(--info-color);color:var(--white);border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s ease}.add-btn:hover{background:#2563eb}.separator-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.separator-btn{padding:.5rem .75rem;border:2px solid var(--gray-200);border-radius:6px;background:var(--white);cursor:pointer;font-size:1rem;min-width:40px;transition:all .2s ease}.separator-btn:hover{border-color:var(--info-color)}.separator-btn.active{border-color:var(--info-color);background:#eff6ff;color:var(--info-color)}.custom-separator-input{width:100%;padding:.5rem;border:1px solid var(--gray-300);border-radius:6px;font-size:1rem;text-align:center}.color-grid{display:flex;flex-direction:column;gap:.75rem}.color-input-group{display:flex;flex-direction:column;gap:.25rem}.color-input-group label{font-size:1rem;color:var(--gray-900);font-weight:600;margin-bottom:.5rem;line-height:1.5;letter-spacing:.3px}.color-picker-wrapper{display:flex;gap:.5rem}.color-picker-wrapper input[type=color]{width:40px;height:36px;padding:2px;border:1px solid var(--gray-300);border-radius:6px;cursor:pointer}.color-picker-wrapper input[type=text]{flex:1;padding:.5rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.85rem;font-family:monospace}.control-row{margin-bottom:.75rem}.control-row:last-child{margin-bottom:0}.control-row label{display:block;font-size:.85rem;color:var(--gray-600);margin-bottom:.25rem}.control-row input[type=range]{width:100%;margin-top:.25rem}.control-row select{width:100%;padding:.5rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.875rem;background:var(--white)}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--gray-900);cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.preview-panel{display:flex;flex-direction:column;gap:1.5rem}.preview-section{background:var(--white);border:2px solid #d1d5db;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.preview-section h3{font-size:1rem;font-weight:600;color:var(--gray-700);margin-bottom:1rem}.breadcrumb-preview{padding:2rem;background:#f9fafb;border-radius:8px;border:2px solid #d1d5db;min-height:80px;display:flex;align-items:center;box-shadow:0 1px 3px #0000001a}.preview-breadcrumb{border:2px solid #d1d5db;padding:0;background:#f9fafb;margin:0;box-shadow:0 1px 3px #0000001a}.preview-breadcrumb-item a{cursor:pointer;transition:color .2s ease}.preview-breadcrumb-item a:hover{text-decoration:underline}.output-section{background:var(--white);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem}.output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.output-header h3{font-size:1rem;font-weight:600;color:var(--gray-700);margin:0}.copy-btn{padding:.5rem 1rem;background:var(--info-color);color:var(--white);border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.copy-btn:hover{background:#2563eb}.copy-btn.copied{background:var(--success)}.code-output{background:var(--gray-800);color:var(--gray-200);padding:1rem;border-radius:8px;overflow-x:auto;font-size:.85rem;line-height:1.6;margin:0;white-space:pre-wrap;word-break:break-word}.tips-section{margin-top:3rem;padding:2rem;background:var(--gray-50);border-radius:12px}.tips-section h2{font-size:1.5rem;color:var(--gray-800);margin-bottom:1.5rem;text-align:center}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.tip-card{background:var(--white);border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px #0000001a}.tip-card h4{font-size:1rem;color:var(--info-color);margin-bottom:.75rem}.tip-card ul{margin:0;padding-left:1.25rem}.tip-card li{font-size:.875rem;color:var(--gray-600);margin-bottom:.5rem;line-height:1.4}.tip-card li:last-child{margin-bottom:0}.tip-card code{background:var(--gray-100);padding:.125rem .375rem;border-radius:4px;font-size:.8rem;color:var(--gray-800)}.cta-section{margin-top:3rem;text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,var(--info-color) 0%,#8b5cf6 100%);border-radius:12px;color:var(--white)}.cta-section h2{font-size:1.75rem;margin-bottom:1rem}.cta-section p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto 1.5rem;line-height:1.6}.cta-button{display:inline-block;padding:1rem 2rem;background:var(--white);color:var(--info-color);text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.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){.generator-layout{grid-template-columns:1fr}.controls-panel{position:static;max-height:none}}@media (max-width: 640px){.breadcrumb-generator{padding:1rem}.tool-header h1{font-size:1.75rem}.preset-grid{grid-template-columns:repeat(2,1fr)}.item-row{flex-direction:column;align-items:stretch}.item-actions{flex-direction:row;justify-content:flex-end}.add-item-form{flex-direction:column}.tips-grid{grid-template-columns:1fr}.cta-section{padding:2rem 1rem}.cta-section h2{font-size:1.5rem}}
