:where(html){-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15}:where(h1){-webkit-margin-after:.67em;-webkit-margin-before:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){-webkit-margin-after:0;-webkit-margin-before:0;margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:initial;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-webkit-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}body{background:linear-gradient(120deg,#e0e7ff,#f0f4f8);color:#232946;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;margin:0;padding:0}#root,body{align-items:center;display:flex;justify-content:center;min-height:100vh}#root{width:100vw}.app-container{animation:fadeIn .7s cubic-bezier(.4,0,.2,1);background:#fffffffa;border-radius:22px;box-shadow:0 8px 40px 0 #5050b42e,0 1.5px 6px 0 #5050b41a;display:flex;flex-direction:column;gap:22px;margin:36px 0;max-width:540px;padding:44px 38px 32px;position:relative;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.app-container{max-width:99vw;padding:18px 4px}}h1{color:#3b3b8f;font-size:2.1rem;font-weight:800;letter-spacing:-1px;margin:0 0 6px}.subtitle,h1{text-align:center}.subtitle{color:#6c63ff;font-size:1.08rem;font-weight:500;margin-bottom:18px}hr{border:none;border-top:1.5px solid #e0e7ff;margin:18px 0 12px}form{display:flex;flex-direction:column;gap:18px}label{color:#232946;display:block;font-size:15px;font-weight:600;letter-spacing:.01em;margin-bottom:8px}input,select,textarea{background:#f8fafc;border:1.5px solid #c7d2fe;border-radius:8px;box-shadow:0 1px 2px 0 #5050b408;box-sizing:border-box;font-size:15px;margin-bottom:0;margin-top:0;padding:12px 14px;transition:border .2s,box-shadow .2s;width:100%}textarea{resize:none}input:focus,select:focus,textarea:focus{border-color:#6c63ff;box-shadow:0 0 0 2px #e0e7ff;outline:none}button{background:linear-gradient(90deg,#6c63ff,#3b3b8f);border:none;border-radius:8px;box-shadow:0 2px 8px 0 #5050b41a;color:#fff;cursor:pointer;font-size:18px;font-weight:700;letter-spacing:.01em;padding:14px 0;transition:background .18s,box-shadow .18s,transform .12s}.main-btn{min-width:140px}button:hover{background:linear-gradient(90deg,#3b3b8f,#6c63ff);box-shadow:0 4px 16px 0 #5050b421;transform:translateY(-2px) scale(1.03)}.secondary-btn{background:#e0e7ff;border:1.5px solid #c7d2fe;box-shadow:none;color:#3b3b8f;font-weight:600}.secondary-btn:hover{background:#c7d2fe;color:#232946}.status-message{background:#e3fcec;border:1.5px solid #b7e4c7;border-radius:6px;color:#20734b;font-size:14px;font-weight:500;margin-bottom:8px;padding:8px 12px;text-align:center}.status-message.error{background:#ffeaea;border:1.5px solid #ffcdd2;color:#b71c1c}.tags-list-block{background:#f4f6ff;border:1px solid #e0e7ff;border-radius:14px;box-shadow:0 2px 8px 0 #5050b40f;margin-bottom:0;margin-top:10px;padding:12px 14px 10px}.tags-list-title{align-items:center;color:#3b3b8f;display:flex;font-size:15px;font-weight:700;gap:6px;margin-bottom:7px}.tags-list{align-items:flex-start;display:flex;flex-wrap:wrap;gap:8px;margin-top:0}.tag-item{align-items:center;background:linear-gradient(90deg,#e0e7ff,#c7d2fe);border:1px solid #c7d2fe;border-radius:16px;box-shadow:0 2px 8px 0 #5050b41a;color:#3b3b8f;display:flex;font-size:14px;font-weight:600;gap:6px;margin:0;max-width:100%;min-width:0;padding:4px 10px 4px 14px;position:relative;transition:background .18s,box-shadow .18s,transform .12s}.tag-item:hover{background:linear-gradient(90deg,#c7d2fe,#e0e7ff);box-shadow:0 4px 16px 0 #5050b421;transform:translateY(-2px) scale(1.03)}.tag-item button{align-items:center;background:#0000;border:none;border-radius:50%;box-shadow:none;color:#6c63ff;cursor:pointer;display:flex;flex-shrink:0;font-size:13px;height:18px;justify-content:center;line-height:1;margin-left:8px;padding:0;transition:background .15s,color .15s;width:18px}.tag-item button:hover{background:#6c63ff;color:#fff}.tag-pill{align-items:center;background:linear-gradient(90deg,#e0e7ff,#c7d2fe);border:1px solid #c7d2fe;border-radius:16px;box-shadow:0 2px 8px 0 #5050b41a;color:#3b3b8f;display:flex;font-size:14px;font-weight:600;gap:7px;margin:0;max-width:100%;min-width:0;padding:4px 10px 4px 8px;transition:background .18s,box-shadow .18s,transform .12s}.tag-pill-icon{flex-shrink:0;font-size:15px;margin-right:2px;opacity:.7}.tag-pill-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag-pill-remove{align-items:center;background:#0000;border:none;border-radius:50%;box-shadow:none;color:#6c63ff;cursor:pointer;display:flex;flex-shrink:0;font-size:15px;height:22px;justify-content:center;line-height:1;margin-left:6px;padding:0;transition:background .15s,color .15s;width:22px}.tag-pill-remove:hover{background:#6c63ff;color:#fff}.suggestion-container{background:#fff;border:1.5px solid #c7d2fe;border-radius:8px;box-shadow:0 2px 12px 0 #5050b41a;left:0;margin-top:2px;max-height:140px;overflow:auto;position:absolute;right:0;top:100%;z-index:1000}.suggestion-container div{cursor:pointer;font-size:15px;padding:8px 14px;transition:background .13s}.suggestion-container div:hover{background:#e0e7ff}
/*# sourceMappingURL=main.363f4344.css.map*/