.customization-container{max-width:100%}.customization-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.header-content{flex:1}.customization-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.customization-subtitle{color:#6b7280;font-size:1rem;margin:0}.header-stats{display:flex;gap:1rem}.stat-item{text-align:center;padding:1rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0;min-width:100px}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.customization-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.customization-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.customization-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:#3b82f6}.card-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.card-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.card-actions{display:flex;gap:.5rem}.action-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-size:.875rem}.edit-btn{background:#dbeafe;color:#3b82f6}.edit-btn:hover{background:#3b82f6;color:#fff}.delete-btn{background:#fee2e2;color:#ef4444}.delete-btn:hover{background:#ef4444;color:#fff}.card-content{padding:1.5rem}.setting-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.setting-row.full-width{flex-direction:column;align-items:flex-start}.setting-label{font-weight:500;color:#374151;font-size:.875rem;min-width:100px;flex-shrink:0}.setting-value{color:#1f2937;font-size:.875rem;text-align:right;flex:1;word-break:break-word}.setting-row.full-width .setting-value{text-align:left;margin-top:.25rem}.empty-state{text-align:center;padding:4rem 2rem;background:#f8fafc;border-radius:.75rem;border:2px dashed #d1d5db}.empty-icon{margin-bottom:1rem}.empty-title{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}.empty-description{color:#6b7280;font-size:1rem;max-width:400px;margin:0 auto}.named-links-container{display:grid;flex-wrap:wrap;gap:8px;justify-content:center;margin:16px 0}.links-row{display:flex;margin-bottom:-12px}@media screen and (max-width:768px){.links-row{flex-direction:column}}.named-link{text-decoration:none;color:#0d6efd;font-weight:500;padding:8px 12px;border-radius:4px;transition:background-color .2s ease;white-space:nowrap}.named-link:hover{background-color:#f0f0f0}.customization-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;backdrop-filter:blur(4px)}.customization-modal{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:1rem 1rem 0 0}.modal-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.modal-close-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem;color:#6b7280;transition:all .2s ease}.modal-close-btn:hover{background:#e5e7eb;color:#374151}.modal-form{padding:2rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 1rem 1rem}.modal-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease;min-width:120px}.modal-btn-primary{background:#3b82f6;color:#fff;box-shadow:0 1px 3px rgba(59,130,246,.3)}.modal-btn-primary:hover{background:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.4);transform:translateY(-1px)}.modal-btn-secondary{background:#fff;color:#64748b;border:1px solid #d1d5db}.modal-btn-secondary:hover{background:#f9fafb;color:#374151;border-color:#9ca3af}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.checkbox-label{display:flex;align-items:center;cursor:pointer;margin-bottom:8px}.checkbox-label input{position:absolute;opacity:0;cursor:pointer}.checkbox-custom{position:relative;height:18px;width:18px;background-color:#fff;border:1px solid #ccc;border-radius:3px;margin-right:10px}.checkbox-label input:checked~.checkbox-custom{background-color:#4caf50;border-color:#4caf50}.checkbox-custom:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label input:checked~.checkbox-custom:after{display:block}.checkbox-group{display:flex;flex-wrap:wrap;gap:15px}.character-count{font-size:.8rem;color:#666;text-align:right;margin-top:5px}select:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-group.full-width{grid-column:span 2}@media (max-width:768px){.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}}