#tab-design{padding:0;overflow-y:auto;display:none;flex-direction:column}#tab-design.active{display:flex}.design-section{padding:22px 20px 24px}.design-section-header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.design-section-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:rgba(99,102,241,0.12);border:1px solid rgba(99,102,241,0.25);display:flex;align-items:center;justify-content:center;font-size:0.85rem;color:var(--primary);flex-shrink:0}.design-section-title{font-size:0.875rem;font-weight:700;color:var(--text-primary);line-height:1.2;letter-spacing:0.01em}.design-section-subtitle{font-size:0.72rem;color:var(--text-muted);margin-top:3px;font-weight:400;letter-spacing:0.01em}.design-control{padding-left:2px}.design-divider{height:1px;background:linear-gradient( 90deg,transparent 0%,var(--glass-border) 15%,var(--glass-border) 85%,transparent 100% );margin:0 20px}select,.design-select,.form-select{width:100%;padding:11px 40px 11px 14px;background:#1A1B2E !important;border:1px solid #404469 !important;border-radius:12px !important;color:#FFFFFF !important;font-size:0.875rem;font-weight:500;font-family:inherit;transition:border-color 0.2s ease,background 0.2s ease,box-shadow 0.2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23C9CEDA' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:right 14px center !important;box-shadow:0 4px 16px rgba(0,0,0,0.25)}select:hover,.design-select:hover,.form-select:hover{border-color:#5A5DFF !important;background-color:#232542 !important}select:focus,.design-select:focus,.form-select:focus{outline:none !important;border-color:#5A5DFF !important;box-shadow:0 0 0 3px rgba(90,93,255,0.25),0 10px 30px rgba(0,0,0,0.35) !important}select option,select optgroup{background-color:#1A1B2E !important;color:#FFFFFF !important;font-size:0.875rem;font-weight:500;padding:12px 14px}select option:hover,select option:focus,select option:active{background-color:#35375A !important;color:#FFFFFF !important}select option:checked{background-color:#5A5DFF !important;color:#FFFFFF !important;font-weight:600}select option:disabled{background-color:transparent !important;color:#6F7492 !important}.custom-select-wrapper{position:relative;width:100%;user-select:none}.custom-select-trigger{width:100%;padding:11px 16px;background:#1A1B2E;border:1px solid #404469;border-radius:12px;color:#FFFFFF;font-size:0.875rem;font-weight:500;font-family:inherit;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,0.25);transition:border-color 0.2s ease,background-color 0.2s ease,box-shadow 0.2s ease}.custom-select-trigger:hover{border-color:#5A5DFF;background-color:#232542}.custom-select-wrapper.open .custom-select-trigger{border-color:#5A5DFF;box-shadow:0 0 0 3px rgba(90,93,255,0.25),0 10px 30px rgba(0,0,0,0.35)}.custom-select-arrow{font-size:0.75rem;color:#C9CEDA;transition:transform 0.2s ease}.custom-select-wrapper.open .custom-select-arrow{transform:rotate(180deg);color:#5A5DFF}.custom-select-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#1A1B2E;border:1px solid #404469;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.35);padding:6px;z-index:9999;display:none;max-height:260px;overflow-y:auto}.custom-select-wrapper.open .custom-select-menu{display:block;animation:dropdownFadeIn 0.18s cubic-bezier(0.16,1,0.3,1)}@keyframes dropdownFadeIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{padding:10px 14px;border-radius:8px;color:#C9CEDA;font-size:0.875rem;font-weight:500;cursor:pointer;transition:background-color 0.15s ease,color 0.15s ease;display:flex;align-items:center;justify-content:space-between}.custom-select-option:hover{background-color:#35375A;color:#FFFFFF}.custom-select-option.selected{background-color:#5A5DFF;color:#FFFFFF;font-weight:600}.custom-select-option.disabled{background:transparent;color:#6F7492;cursor:not-allowed}.custom-select-menu::-webkit-scrollbar{width:6px}.custom-select-menu::-webkit-scrollbar-track{background:transparent}.custom-select-menu::-webkit-scrollbar-thumb{background:#404469;border-radius:3px}.font-selector{display:grid;grid-template-columns:1fr 1fr;gap:10px}.font-option{position:relative;padding:18px 12px 15px;border-radius:12px;border:1.5px solid var(--glass-border);cursor:pointer;text-align:center;transition:border-color 0.2s ease,background 0.2s ease,box-shadow 0.25s ease,transform 0.18s ease;background:rgba(255,255,255,0.02);display:flex;flex-direction:column;align-items:center;gap:5px;min-height:88px;justify-content:center;overflow:hidden}.font-option::before{content:'';position:absolute;inset:0;border-radius:12px;background:radial-gradient(ellipse at 50% 0%,rgba(99,102,241,0.14) 0%,transparent 70%);opacity:0;transition:opacity 0.25s ease;pointer-events:none}.font-option:hover{border-color:rgba(99,102,241,0.5);background:rgba(99,102,241,0.04);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.25)}.font-option:hover::before{opacity:1}.font-option.active{border-color:var(--primary);background:rgba(99,102,241,0.08);box-shadow:0 0 0 3px rgba(99,102,241,0.18),0 6px 24px rgba(99,102,241,0.22)}.font-option.active::before{opacity:1}.font-option-check{position:absolute;top:9px;right:9px;width:18px;height:18px;border-radius:50%;background:var(--primary);color:white;font-size:0.58rem;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0.4) rotate(-30deg);transition:opacity 0.22s ease,transform 0.22s cubic-bezier(0.34,1.56,0.64,1);pointer-events:none}.font-option.active .font-option-check{opacity:1;transform:scale(1) rotate(0deg)}.font-option-name{font-size:1.1rem;font-weight:700;color:var(--text-primary);line-height:1;display:block}.font-option-tag{font-size:0.65rem;color:var(--text-muted);font-weight:500;letter-spacing:0.06em;text-transform:uppercase;display:block;transition:color 0.2s ease}.font-option.active .font-option-tag{color:rgba(139,140,255,0.9)}.color-swatches,.text-color-swatches,.title-color-swatches{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.color-swatch,.text-color-swatch,.title-color-swatch{width:30px;height:30px;border-radius:50%;cursor:pointer;background-color:var(--swatch-color,#6366F1);border:2.5px solid transparent;transition:transform 0.18s ease,box-shadow 0.2s ease;position:relative;flex-shrink:0}.color-swatch::after,.text-color-swatch::after,.title-color-swatch::after{content:'';position:absolute;inset:-5px;border-radius:50%;border:2px solid var(--swatch-color,#6366F1);opacity:0;transition:opacity 0.2s ease}.color-swatch:hover,.text-color-swatch:hover,.title-color-swatch:hover{transform:scale(1.2);box-shadow:0 4px 16px rgba(0,0,0,0.4)}.color-swatch.active,.text-color-swatch.active,.title-color-swatch.active{border-color:white;box-shadow:0 0 0 3px var(--swatch-color,#6366F1),0 4px 16px rgba(0,0,0,0.35);transform:scale(1.1)}@keyframes ring-pulse{0%{opacity:0.65;transform:scale(1)}100%{opacity:0;transform:scale(1.65)}}.color-swatch.active::after,.text-color-swatch.active::after,.title-color-swatch.active::after{animation:ring-pulse 1.8s ease-out infinite}.color-custom{width:30px;height:30px;border-radius:50%;border:2px dashed rgba(255,255,255,0.2);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:0.82rem;transition:all 0.2s ease;position:relative;flex-shrink:0}.color-custom:hover{border-color:var(--primary);color:var(--primary);background:rgba(99,102,241,0.08);transform:scale(1.15)}.color-custom input[type=color]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;border:none;padding:0;inset:0}@media (max-width:1200px){.design-section{padding:18px 16px 20px}.design-divider{margin:0 16px}}@media (max-width:768px){.font-selector{gap:8px}.font-option{min-height:76px;padding:14px 10px 12px}.color-swatch,.color-custom{width:26px;height:26px}.color-swatches{gap:8px}}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.12);border:1px solid var(--glass-border);border-radius:24px;transition:.3s cubic-bezier(0.4,0,0.2,1)}.toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#94a3b8;border-radius:50%;transition:.3s cubic-bezier(0.4,0,0.2,1)}.toggle-switch input:checked + .toggle-slider{background-color:var(--primary);border-color:var(--primary);box-shadow:0 0 12px rgba(99,102,241,0.4)}.toggle-switch input:checked + .toggle-slider:before{transform:translateX(20px);background-color:#ffffff}