.Modal-module__7LRQSW__overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__modal{border-radius:var(--radius-lg);width:100%;max-width:500px;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;max-height:90vh;animation:.3s ease-out Modal-module__7LRQSW__slideUp;display:flex}.Modal-module__7LRQSW__header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Modal-module__7LRQSW__title{color:var(--primary-color);font-size:1.25rem;font-weight:600}.Modal-module__7LRQSW__closeBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.Modal-module__7LRQSW__closeBtn:hover{color:var(--danger-color);background-color:#f1f5f9}.Modal-module__7LRQSW__content{padding:1.5rem;overflow-y:auto}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Gold-module__KtjaAa__container{max-width:1000px;margin:0 auto;padding:2rem}.Gold-module__KtjaAa__header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.Gold-module__KtjaAa__pageTitle{color:var(--text-main);letter-spacing:-.025em;font-size:1.75rem;font-weight:800}.Gold-module__KtjaAa__selector{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.Gold-module__KtjaAa__select{color:var(--text-main);cursor:pointer;background:0 0;border:none;outline:none;min-width:350px;font-size:.95rem;font-weight:500}.Gold-module__KtjaAa__objectiveDisplay{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;margin-bottom:2.5rem;padding:2rem;position:relative;overflow:hidden}.Gold-module__KtjaAa__objectiveDisplay:before{content:"";background:var(--primary-color);width:4px;height:100%;position:absolute;top:0;left:0}.Gold-module__KtjaAa__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem;font-weight:700}.Gold-module__KtjaAa__objectiveText{color:var(--text-main);margin-bottom:1.5rem;font-size:1.25rem;font-weight:500;line-height:1.6}.Gold-module__KtjaAa__keywordsContainer{flex-wrap:wrap;gap:.75rem;display:flex}.Gold-module__KtjaAa__keywordLabel{color:var(--primary-color);background:#0ea5e91a;border-radius:20px;padding:.35rem .85rem;font-size:.85rem;font-weight:600;transition:all .2s}.Gold-module__KtjaAa__keywordLabel:hover{background:#0ea5e933;transform:translateY(-1px)}.Gold-module__KtjaAa__actions{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Gold-module__KtjaAa__addForm{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;flex:1;gap:.75rem;padding:.5rem;transition:all .2s;display:flex}.Gold-module__KtjaAa__addForm:focus-within{box-shadow:var(--shadow-md);border-color:var(--primary-color)}.Gold-module__KtjaAa__addForm input{background:0 0;border:none;outline:none;flex:1;padding:.75rem 1rem;font-size:1rem}.Gold-module__KtjaAa__addButton{background:var(--primary-color);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Gold-module__KtjaAa__addButton:hover:not(:disabled){background:var(--primary-hover);transform:scale(1.05)}.Gold-module__KtjaAa__addButton:disabled{opacity:.5;cursor:not-allowed}.Gold-module__KtjaAa__aiButton{color:#fff;border-radius:var(--radius-lg);cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border:none;align-items:center;gap:.5rem;height:50px;padding:0 1.5rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #6366f14d}.Gold-module__KtjaAa__aiButton:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.Gold-module__KtjaAa__list{flex-direction:column;gap:1.25rem;display:flex}.Gold-module__KtjaAa__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.Gold-module__KtjaAa__card:hover{box-shadow:var(--shadow-lg);border-color:#cbd5e1;transform:translateY(-2px)}.Gold-module__KtjaAa__cardHeader{justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.5rem;display:flex}.Gold-module__KtjaAa__cardContent{flex:1;gap:1.25rem;display:flex}.Gold-module__KtjaAa__iconWrapper{width:40px;height:40px;color:var(--accent-color);background:#ecfeff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Gold-module__KtjaAa__goldText{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:500;line-height:1.5}.Gold-module__KtjaAa__badge{color:#d97706;text-transform:uppercase;letter-spacing:.05em;background:#fef3c7;border-radius:12px;margin-top:.5rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.Gold-module__KtjaAa__cardActions{gap:.5rem;display:flex}.Gold-module__KtjaAa__actionBtn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Gold-module__KtjaAa__actionBtn:hover{color:var(--text-main);background:#f1f5f9;border-color:#e2e8f0}.Gold-module__KtjaAa__actionBtn.Gold-module__KtjaAa__delete:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca}.Gold-module__KtjaAa__collapsibleContainer{background:#fafafa;border-top:1px solid #f1f5f9}.Gold-module__KtjaAa__collapsibleSection{border-bottom:1px solid #f1f5f9}.Gold-module__KtjaAa__collapsibleSection:last-child{border-bottom:none}.Gold-module__KtjaAa__sectionHeader{width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Gold-module__KtjaAa__sectionHeader:hover{color:var(--primary-color);background:#f1f5f9}.Gold-module__KtjaAa__sectionContent{padding:1rem 1.5rem 1.5rem 3.5rem;animation:.2s ease-out Gold-module__KtjaAa__slideDown}@keyframes Gold-module__KtjaAa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Gold-module__KtjaAa__logList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Gold-module__KtjaAa__logItem{border-left:2px solid #e2e8f0;padding-left:1rem;font-size:.9rem}.Gold-module__KtjaAa__logHeader{justify-content:space-between;margin-bottom:.25rem;display:flex}.Gold-module__KtjaAa__logReason{color:var(--text-main);font-weight:600}.Gold-module__KtjaAa__logDate{color:var(--text-secondary);font-size:.8rem}.Gold-module__KtjaAa__logContent{color:var(--text-secondary);line-height:1.5}.Gold-module__KtjaAa__emptyText{color:var(--text-secondary);font-size:.85rem;font-style:italic}.Gold-module__KtjaAa__expiredSection{border-top:2px dashed #e2e8f0;margin-top:4rem;padding-top:2rem}.Gold-module__KtjaAa__expiredTitle{color:var(--text-secondary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.Gold-module__KtjaAa__expiredList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.Gold-module__KtjaAa__expiredItem{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;flex-direction:column;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.Gold-module__KtjaAa__expiredItem:hover{box-shadow:var(--shadow-sm);background:#fff}.Gold-module__KtjaAa__expiredContent{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.Gold-module__KtjaAa__restoreBtn{color:var(--accent-color);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-self:flex-end;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s}.Gold-module__KtjaAa__restoreBtn:hover{border-color:var(--accent-color);background:#ecfeff}.Gold-module__KtjaAa__modalContent{padding:.5rem}.Gold-module__KtjaAa__textarea{border-radius:var(--radius-md);resize:vertical;border:1px solid #e2e8f0;outline:none;width:100%;min-height:120px;margin-bottom:1.5rem;padding:1rem;font-size:1rem;transition:border-color .2s}.Gold-module__KtjaAa__textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #0ea5e91a}.Gold-module__KtjaAa__emptyState{text-align:center;border-radius:var(--radius-lg);color:var(--text-secondary);background:#fff;border:2px dashed #e2e8f0;padding:4rem 2rem;font-size:1.1rem}.Gold-module__KtjaAa__optionsList{flex-direction:column;gap:.75rem;max-height:400px;margin-bottom:1.5rem;display:flex;overflow-y:auto}.Gold-module__KtjaAa__optionItem{border-radius:var(--radius-md);cursor:pointer;background:#fff;border:1px solid #e2e8f0;align-items:flex-start;gap:1rem;padding:1rem;transition:all .2s;display:flex}.Gold-module__KtjaAa__optionItem:hover{border-color:var(--primary-color);background:#f0f9ff}.Gold-module__KtjaAa__optionItem.Gold-module__KtjaAa__selected{border-color:var(--primary-color);box-shadow:0 0 0 1px var(--primary-color);background:#f0f9ff}.Gold-module__KtjaAa__checkbox{background:#fff;border:2px solid #cbd5e1;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.Gold-module__KtjaAa__optionItem.Gold-module__KtjaAa__selected .Gold-module__KtjaAa__checkbox{background:var(--primary-color);border-color:var(--primary-color)}.Gold-module__KtjaAa__logDiff{border-radius:var(--radius-md);background:#f8fafc;flex-direction:column;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.9rem;display:flex}.Gold-module__KtjaAa__oldVal{color:#ef4444;opacity:.8;text-decoration:line-through}.Gold-module__KtjaAa__newVal{color:#10b981;font-weight:500}
.Objective-module__yHoA6a__container{max-width:800px;margin:0 auto}.Objective-module__yHoA6a__pageTitle{color:var(--text-main);letter-spacing:-.025em;margin-bottom:2rem;font-size:1.75rem;font-weight:800}.Objective-module__yHoA6a__editorSection{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;border:1px solid #e2e8f0;margin-bottom:2rem;padding:2rem}.Objective-module__yHoA6a__toolbar{gap:1rem;margin-bottom:1rem;display:flex}.Objective-module__yHoA6a__toolBtn{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.Objective-module__yHoA6a__toolBtn:hover:not(:disabled){color:var(--primary-color);background:#e2e8f0}.Objective-module__yHoA6a__toolBtn:disabled{opacity:.5;cursor:not-allowed}.Objective-module__yHoA6a__textarea{border-radius:var(--radius-md);resize:vertical;border:1px solid #cbd5e1;width:100%;min-height:150px;margin-bottom:1.5rem;padding:1rem;font-family:inherit;font-size:1.1rem;line-height:1.6}.Objective-module__yHoA6a__textarea:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 2px #06b6d41a}.Objective-module__yHoA6a__validationBox{border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1rem;animation:.3s ease-out Objective-module__yHoA6a__fadeIn}.Objective-module__yHoA6a__valid{color:#065f46;background-color:#ecfdf5;border:1px solid #10b981}.Objective-module__yHoA6a__invalid{color:#991b1b;background-color:#fef2f2;border:1px solid #ef4444}.Objective-module__yHoA6a__validationContent{align-items:flex-start;gap:1rem;display:flex}.Objective-module__yHoA6a__issuesList{margin:.5rem 0;padding-left:1.5rem}.Objective-module__yHoA6a__suggestion{margin-top:.5rem;font-size:.9rem;font-style:italic}.Objective-module__yHoA6a__footer{justify-content:flex-end;display:flex}.Objective-module__yHoA6a__modalDesc{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}.Objective-module__yHoA6a__collapsibleSection{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;margin-bottom:1rem;transition:all .3s;overflow:hidden}.Objective-module__yHoA6a__sectionHeader{cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.Objective-module__yHoA6a__sectionHeader:hover{background:#f8fafc}.Objective-module__yHoA6a__sectionContent{border-top:1px solid #f1f5f9;padding:0 1.5rem 1.5rem;animation:.3s ease-out Objective-module__yHoA6a__slideDown}.Objective-module__yHoA6a__emptyText{color:var(--text-secondary);text-align:center;padding:1rem 0;font-style:italic}.Objective-module__yHoA6a__logList{margin:0;padding:0;list-style:none}.Objective-module__yHoA6a__logItem{border-bottom:1px solid #f1f5f9;padding:1rem 0}.Objective-module__yHoA6a__logItem:last-child{border-bottom:none}.Objective-module__yHoA6a__logContent{color:var(--text-primary);margin-bottom:.25rem;line-height:1.5}.Objective-module__yHoA6a__logDate{color:var(--text-secondary);font-size:.8rem}.Objective-module__yHoA6a__logHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Objective-module__yHoA6a__logReason{color:var(--primary-color);font-size:.95rem;font-weight:600}.Objective-module__yHoA6a__logDiff{border-radius:var(--radius-md);background:#f8fafc;flex-direction:column;gap:.5rem;padding:.75rem;font-size:.9rem;display:flex}.Objective-module__yHoA6a__oldVal{color:#ef4444;opacity:.8;text-decoration:line-through}.Objective-module__yHoA6a__newVal{color:#10b981;font-weight:500}@keyframes Objective-module__yHoA6a__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes Objective-module__yHoA6a__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Objective-module__yHoA6a__keywordsContainer{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding:0 .5rem;display:flex}.Objective-module__yHoA6a__keywordLabel{color:var(--primary-color);border:1px solid var(--primary-color);background:#fff;border-radius:9999px;align-items:center;padding:.35rem .85rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #0000000d}.Objective-module__yHoA6a__keywordLabel:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}
