.hashtag-selector{width:100%}.hashtag-selector__preset{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.hashtag-selector__tag{padding:7px 15px;border:2px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;font-size:14px;font-weight:400;color:#666;transition:transform .1s ease,background .15s ease,border-color .15s ease;line-height:1.4;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-moz-user-select:none;user-select:none;-webkit-user-select:none;will-change:transform}.hashtag-selector__tag:hover:not(:disabled):not(.hashtag-selector__tag--selected){background:#f5f5f5;border-color:#bbb}.hashtag-selector__tag--selected{background:#fff;border-color:var(--brand-primary,#4338ca);color:#000;font-weight:500}.hashtag-selector--disabled .hashtag-selector__tag--selected{color:#9ca3af;border-color:#d1d5db}.hashtag-selector__tag--selected:hover:not(:disabled){background:#f9f9f9}.hashtag-selector__tag:active:not(:disabled){transform:scale(.95)}.hashtag-selector__tag:disabled{cursor:not-allowed;opacity:.6}.hashtag-selector__add-button{width:40px;height:40px;min-width:40px;min-height:40px;border:1px solid #ddd;border-radius:20px;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;color:#666;transition:transform .1s ease,background-color .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-moz-user-select:none;user-select:none;-webkit-user-select:none;will-change:transform}.hashtag-selector__add-button svg{display:block;flex-shrink:0}.hashtag-selector__add-button:hover:not(:disabled){background-color:#f9f9f9;color:#000}.hashtag-selector__add-button:active:not(:disabled){transform:scale(.95)}.hashtag-selector__add-button:disabled{cursor:not-allowed;opacity:.5;color:#999}.hashtag-selector__custom-input-wrapper{margin-top:12px;margin-bottom:8px;width:100%}.hashtag-selector__custom-input{display:flex;gap:4px;align-items:center;width:100%}.hashtag-selector__input{padding:7px 12px;border:2px solid #ddd;border-radius:20px;font-size:14px;font-weight:400;outline:none;flex:1 1;min-width:0;line-height:1.4}.hashtag-selector__confirm-button{width:32px;height:32px;border:none;border-radius:16px;background-color:#000;color:#fff;cursor:pointer;font-size:18px;font-weight:400;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;transition:transform .1s ease,background-color .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-moz-user-select:none;user-select:none;-webkit-user-select:none;will-change:transform}.hashtag-selector__confirm-button:active:not(:disabled){transform:scale(.9)}.hashtag-selector__confirm-button:disabled{background-color:#ddd;cursor:not-allowed}.hashtag-selector__cancel-button{width:32px;height:32px;border:none;border-radius:16px;background-color:#f0f0f0;cursor:pointer;font-size:18px;font-weight:400;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;transition:transform .1s ease,background-color .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-moz-user-select:none;user-select:none;-webkit-user-select:none;will-change:transform}.hashtag-selector__cancel-button:active:not(:disabled){transform:scale(.9)}.hashtag-selector__cancel-button:disabled{cursor:not-allowed}.hashtag-selector__custom-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.hashtag-selector__custom-tag{position:relative;padding:7px 32px 7px 15px;border:2px solid var(--brand-primary,#4338ca);border-radius:20px;background:#fff;font-size:14px;font-weight:500;color:#000;transition:transform .1s ease,background .15s ease;line-height:1.4;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-moz-user-select:none;user-select:none;-webkit-user-select:none;will-change:transform}.hashtag-selector--disabled .hashtag-selector__custom-tag{color:#9ca3af;border-color:#d1d5db}.hashtag-selector__custom-tag:hover{background:#f9f9f9}.hashtag-selector__custom-tag:active{transform:scale(.95)}.hashtag-selector__remove-button{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;font-size:20px;line-height:1;color:#666;transition:color .15s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-moz-user-select:none;user-select:none;-webkit-user-select:none}.hashtag-selector__remove-button:hover:not(:disabled){color:#000}.hashtag-selector__remove-button:active:not(:disabled){transform:translateY(-50%) scale(.9)}.hashtag-selector__remove-button:disabled{cursor:not-allowed}