.lkcn-app{color:#1e293b;background:#f8fafc;flex-direction:column;min-height:100vh;font-family:system-ui,-apple-system,sans-serif;display:flex}.lkcn-nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #e2e8f0;position:sticky;top:0}.lkcn-nav__inner{justify-content:space-between;align-items:center;max-width:1280px;height:60px;margin:0 auto;padding:0 24px;display:flex}.lkcn-nav__brand{color:#1e293b;align-items:center;gap:8px;text-decoration:none;display:flex}.lkcn-nav__logo{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.lkcn-nav__title{font-size:18px;font-weight:700}.lkcn-nav__links{align-items:center;gap:4px;display:flex}.lkcn-nav__link{color:#64748b;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s}.lkcn-nav__link:hover{color:#1e293b;background:#f1f5f9}.lkcn-nav__link--active{color:#6366f1;background:#eef2ff}.lkcn-nav__link--highlight{color:#fff;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600}.lkcn-nav__link--highlight:hover{opacity:.9}.lkcn-nav__actions{align-items:center;gap:12px;display:flex}.lkcn-nav__user{color:#64748b;font-size:13px}.lkcn-nav__email{text-overflow:ellipsis;white-space:nowrap;color:#64748b;max-width:140px;font-size:13px;overflow:hidden}.lkcn-nav__count{color:#b45309;background:#fef3c7;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:600}.lkcn-nav__logout{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px}.lkcn-nav__logout:hover{color:#ef4444}.lkcn-nav__menu-btn{cursor:pointer;color:#64748b;background:0 0;border:none;padding:8px;display:none}.lkcn-nav__mobile{display:none}.lkcn-nav__mobile-link{color:#64748b;border-bottom:1px solid #f1f5f9;padding:12px 24px;font-size:15px;text-decoration:none;display:block}.lkcn-nav__mobile-link--highlight{color:#fff;text-align:center;background:linear-gradient(135deg,#f59e0b,#f97316);border:none;border-radius:20px;margin:8px 24px;padding:8px 16px}.lkcn-main{flex:1}.lkcn-hero{background:linear-gradient(#eef2ff 0%,#f8fafc 100%);padding:60px 24px}.lkcn-hero__content{text-align:center;max-width:900px;margin:0 auto}.lkcn-hero__badge{color:#6366f1;background:#eef2ff;border-radius:20px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.lkcn-hero__title{color:#0f172a;margin:0 0 16px;font-size:42px;font-weight:800;line-height:1.15}.lkcn-hero__title-accent{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lkcn-hero__subtitle{color:#64748b;margin:0 0 40px;font-size:18px;line-height:1.6}.lkcn-hero__features{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px;display:grid}.lkcn-hero__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:48px;display:flex}.lkcn-hero__stats{justify-content:center;gap:48px;display:flex}.lkcn-feature-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;transition:all .2s}.lkcn-feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.lkcn-feature-card__icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;display:inline-flex}.lkcn-feature-card__icon--blue{color:#6366f1;background:#eef2ff}.lkcn-feature-card__icon--orange{color:#f97316;background:#fff7ed}.lkcn-feature-card__icon--green{color:#22c55e;background:#f0fdf4}.lkcn-feature-card__title{color:#0f172a;margin:0 0 4px;font-size:16px;font-weight:700}.lkcn-feature-card__desc{color:#94a3b8;margin:0 0 12px;font-size:13px}.lkcn-stat{text-align:center}.lkcn-stat__value{color:#6366f1;font-size:28px;font-weight:800}.lkcn-stat__label{color:#94a3b8;margin-top:4px;font-size:13px}.lkcn-section{max-width:1280px;margin:0 auto;padding:48px 24px}.lkcn-section--detect{max-width:900px}.lkcn-product-list{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px;display:grid}.lkcn-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:all .2s;overflow:hidden}.lkcn-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.lkcn-product-card__image-wrap{height:140px;position:relative}.lkcn-product-card__badge{z-index:1;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.lkcn-product-card__badge--blue{color:#6366f1;background:#eef2ff}.lkcn-product-card__badge--orange{color:#f97316;background:#fff7ed}.lkcn-product-card__badge--green{color:#22c55e;background:#f0fdf4}.lkcn-product-card__image-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.lkcn-product-card__placeholder-icon{font-size:36px}.lkcn-product-card__info{padding:16px}.lkcn-product-card__title{color:#0f172a;margin-bottom:8px;font-size:16px;font-weight:700}.lkcn-product-card__tags{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.lkcn-product-card__tag{color:#64748b;background:#f1f5f9;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500}.lkcn-product-card__desc{color:#94a3b8;margin-bottom:12px;font-size:13px;line-height:1.4}.lkcn-product-card__footer{justify-content:space-between;align-items:center;display:flex}.lkcn-product-card__price-wrap{align-items:baseline;gap:4px;display:flex}.lkcn-product-card__price-free{color:#22c55e;font-size:18px;font-weight:800}.lkcn-product-card__price-symbol{color:#0f172a;font-size:14px;font-weight:700}.lkcn-product-card__price-value{color:#0f172a;font-size:22px;font-weight:800;line-height:1}.lkcn-product-card__price-original{color:#94a3b8;font-size:13px;text-decoration:line-through}.lkcn-product-card__add{cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.lkcn-product-card__add:hover{color:#fff;background:#6366f1}.lkcn-product-card__add-icon{font-size:18px;font-weight:600}.lkcn-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:all .15s;display:inline-flex}.lkcn-btn--primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.lkcn-btn--primary:hover{opacity:.9}.lkcn-btn--default{color:#1e293b;background:#fff;border:1px solid #e2e8f0}.lkcn-btn--default:hover{background:#f8fafc}.lkcn-btn--secondary{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.lkcn-btn--secondary:hover{background:#e2e8f0}.lkcn-btn--cta{color:#fff;background:linear-gradient(135deg,#f59e0b,#f97316)}.lkcn-btn--small{padding:6px 14px;font-size:13px}.lkcn-btn--large{padding:14px 28px;font-size:15px}.lkcn-btn--round{border-radius:20px}.lkcn-btn--block{width:100%}.lkcn-btn-loading-inline{gap:4px;display:inline-flex}.lkcn-btn__loading-dot{background:#fff;border-radius:50%;width:4px;height:4px;animation:1.2s infinite lkcn-bounce}.lkcn-btn__loading-dot:nth-child(2){animation-delay:.2s}.lkcn-btn__loading-dot:nth-child(3){animation-delay:.4s}.lkcn-detect{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px}.lkcn-detect__header{text-align:center;margin-bottom:24px}.lkcn-detect__title{color:#0f172a;margin:0 0 8px;font-size:24px;font-weight:800}.lkcn-detect__desc{color:#94a3b8;margin:0;font-size:14px}.lkcn-detect__card{max-width:700px;margin:0 auto}.lkcn-detect__platforms{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.lkcn-detect__platform-label{color:#64748b;white-space:nowrap;font-size:13px;font-weight:500}.lkcn-detect__platform-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s}.lkcn-detect__platform-btn:hover{border-color:#cbd5e1}.lkcn-detect__platform-btn--active{color:#6366f1;background:#eef2ff;border-color:#6366f1}.lkcn-detect__mode-toggle{background:#f1f5f9;border-radius:10px;margin-bottom:16px;padding:3px;display:inline-flex}.lkcn-detect__mode-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s}.lkcn-detect__mode-btn--active{color:#1e293b;background:#fff;box-shadow:0 1px 3px #0000001a}.lkcn-detect__textarea{resize:vertical;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;min-height:140px;padding:14px;font-family:inherit;font-size:14px;transition:border-color .15s}.lkcn-detect__textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.lkcn-detect__textarea--error{border-color:#ef4444}.lkcn-detect__textarea--batch{min-height:200px}.lkcn-detect__error{color:#ef4444;margin:6px 0 0;font-size:13px}.lkcn-detect__submit-wrap{margin-top:16px}.lkcn-detect__upload-btn{color:#6366f1;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px 8px;font-size:13px;display:inline-flex}.lkcn-detect__upload-btn:hover{color:#4f46e5}.lkcn-detect__results{margin-top:24px}.lkcn-detect__results-header{color:#0f172a;margin-bottom:16px;font-size:16px;font-weight:700}.lkcn-detect__highlight-box{background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;margin-bottom:8px;padding:12px}.lkcn-detect__violation-word{color:#dc2626;font-size:14px;font-weight:700}.lkcn-detect__violation-tags{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.lkcn-detect__violation-tag{color:#64748b;background:#fff;border-radius:4px;align-items:center;gap:3px;padding:2px 8px;font-size:11px;display:inline-flex}.lkcn-detect__clean{text-align:center;background:#f0fdf4;border:1px solid #86efac;border-radius:10px;margin-bottom:16px;padding:16px}.lkcn-detect__clean-text{color:#16a34a;font-size:15px;font-weight:600}.lkcn-detect__clean-upgrade{color:#64748b;margin-top:4px;font-size:13px}.lkcn-detect__actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.lkcn-detect__apply-btn{color:#6366f1;cursor:pointer;background:#eef2ff;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.lkcn-detect__apply-btn:hover{background:#e0e7ff}.lkcn-detect__quota{color:#94a3b8;text-align:center;margin-top:12px;font-size:12px}.lkcn-detect__upgrade{text-align:center;margin-top:16px}.lkcn-detect__history{margin-top:24px}.lkcn-detect__history-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.lkcn-detect__history-title{color:#0f172a;font-size:14px;font-weight:700}.lkcn-detect__history-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:12px}.lkcn-detect__history-clear:hover{color:#ef4444}.lkcn-detect__history-list{max-height:300px;overflow-y:auto}.lkcn-detect__history-item{background:#f8fafc;border-radius:8px;margin-bottom:6px;padding:10px}.lkcn-detect__history-item-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.lkcn-detect__history-item-meta{color:#94a3b8;font-size:11px}.lkcn-detect__history-item-text{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.lkcn-detect__history-date{color:#94a3b8;font-size:11px}.lkcn-detect__history-delete{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:11px}.lkcn-detect__history-delete:hover{color:#ef4444}.lkcn-detect__rewritten{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-top:16px;padding:16px}.lkcn-detect__rewritten-label{color:#d97706;margin-bottom:8px;font-size:13px;font-weight:700}.lkcn-detect__rewritten-text{color:#1e293b;font-size:14px;line-height:1.6}.lkcn-detect__batch-header{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:700}.lkcn-detect__batch-results{margin-top:16px}.lkcn-detect__batch-results-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.lkcn-detect__batch-label{font-size:13px;font-weight:600}.lkcn-detect__batch-item{background:#f8fafc;border-left:3px solid #e2e8f0;border-radius:8px;margin-bottom:6px;padding:10px}.lkcn-detect__batch-item--pass{border-left-color:#22c55e}.lkcn-detect__batch-item--fail{border-left-color:#ef4444}.lkcn-detect__batch-item-text{color:#64748b;margin-bottom:4px;font-size:12px}.lkcn-detect__batch-item-tags{flex-wrap:wrap;gap:4px;display:flex}.lkcn-detect__batch-item-tag{color:#94a3b8;background:#f1f5f9;border-radius:3px;padding:1px 6px;font-size:10px}.lkcn-alert{border-radius:10px;margin-bottom:12px;padding:12px 16px;font-size:13px}.lkcn-alert--warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.lkcn-alert--platform{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe}.lkcn-alert__text{margin-bottom:4px}.lkcn-alert__link{color:#6366f1;cursor:pointer;text-decoration:underline}.lkcn-footer{color:#fff;background:#0f172a;margin-top:auto;padding:48px 24px 24px}.lkcn-footer__inner{max-width:1280px;margin:0 auto}.lkcn-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:32px;display:grid}.lkcn-footer__brand{margin-bottom:12px}.lkcn-footer__desc{color:#94a3b8;margin:0;font-size:14px;line-height:1.6}.lkcn-footer__col-title{color:#fff;margin-bottom:16px;font-size:14px;font-weight:700}.lkcn-footer__links{margin:0;padding:0;list-style:none}.lkcn-footer__link{color:#94a3b8;padding:6px 0;font-size:14px;text-decoration:none;display:block}.lkcn-footer__link:hover{color:#fff}.lkcn-footer__bottom{color:#64748b;text-align:center;border-top:1px solid #1e293b;padding-top:20px;font-size:13px}.lkcn-modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lkcn-modal{background:#fff;border-radius:20px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.lkcn-modal__header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.lkcn-modal__header-left{align-items:center;gap:12px;display:flex}.lkcn-modal__header-icon{color:#6366f1;background:#eef2ff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.lkcn-modal__title{color:#0f172a;font-size:18px;font-weight:700}.lkcn-modal__subtitle{color:#94a3b8;font-size:13px}.lkcn-modal__close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.lkcn-modal__close:hover{background:#e2e8f0}.lkcn-modal__body{padding:24px}.lkcn-modal__input-row{margin-bottom:16px}.lkcn-modal__labels{gap:6px;margin-bottom:8px;display:flex}.lkcn-modal__textarea{resize:vertical;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;min-height:120px;padding:12px;font-family:inherit;font-size:14px}.lkcn-modal__textarea:focus{border-color:#6366f1}.lkcn-modal__char-count{color:#94a3b8;text-align:right;margin-top:4px;font-size:12px}.lkcn-modal__upload-btn{color:#6366f1;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:13px;display:inline-flex}.lkcn-modal__upload-btn:hover{color:#4f46e5}.lkcn-modal__submit-row{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.lkcn-modal__submit-info{color:#94a3b8;font-size:12px}.lkcn-modal__input{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-size:14px}.lkcn-modal__input:focus{border-color:#6366f1}.lkcn-modal__invite-link{color:#6366f1;word-break:break-all;background:#f8fafc;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.lkcn-modal__new-review{color:#6366f1;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600}.lkcn-modal__new-review:hover{color:#4f46e5}.lkcn-modal__results{margin-top:20px}.lkcn-modal__result-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.lkcn-modal__result-header{border-bottom:1px solid #e2e8f0;gap:24px;margin-bottom:20px;padding-bottom:16px;display:flex}.lkcn-modal__result-title{color:#0f172a;font-size:20px;font-weight:800}.lkcn-modal__score-item{text-align:center}.lkcn-modal__score-label{color:#94a3b8;font-size:12px}.lkcn-modal__score-value{font-size:22px;font-weight:800}.lkcn-modal__score-item--red .lkcn-modal__score-value{color:#ef4444}.lkcn-modal__score-item--amber .lkcn-modal__score-value{color:#f59e0b}.lkcn-modal__score-item--blue .lkcn-modal__score-value{color:#6366f1}.lkcn-modal__scores{gap:20px;display:flex}.lkcn-modal__assessment{color:#64748b;margin-bottom:20px;font-size:14px;line-height:1.5}.lkcn-modal__risk-list{margin-top:16px}.lkcn-modal__risk-list-title{color:#dc2626;margin-bottom:12px;font-size:15px;font-weight:700}.lkcn-modal__risk-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;padding:12px}.lkcn-modal__risk-item-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.lkcn-modal__risk-number{color:#94a3b8;font-size:12px;font-weight:700}.lkcn-modal__risk-tags{gap:4px;display:flex}.lkcn-modal__clause{color:#0f172a;margin-bottom:4px;font-size:13px;font-weight:600}.lkcn-modal__risk-desc{color:#64748b;margin-bottom:6px;font-size:13px}.lkcn-modal__suggestion{color:#6366f1;font-size:13px}.lkcn-modal__results-footer{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.lkcn-modal__export-btn{color:#6366f1;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px 8px;font-size:13px;display:inline-flex}.lkcn-modal__export-btn:hover{color:#4f46e5}
