.ImportScreen-module__jL6MFG__container{flex-direction:column;flex:1;gap:24px;width:min(1280px,100%);margin:0 auto;padding:28px;display:flex}.ImportScreen-module__jL6MFG__pageHeader{margin-bottom:16px}.ImportScreen-module__jL6MFG__pageTitle{margin:0 0 8px;font-size:max(1.6rem,min(3vw,2.1rem));font-weight:600}.ImportScreen-module__jL6MFG__pageSubtitle{color:var(--muted);margin:0;line-height:1.5}.ImportScreen-module__jL6MFG__card{background:rgba(255,255,255,.75);border:1px solid rgba(213,218,228,.6);border-radius:8px;flex-direction:column;gap:16px;padding:20px 22px;display:flex}.ImportScreen-module__jL6MFG__options{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.ImportScreen-module__jL6MFG__radioOption{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--surface);cursor:pointer;align-items:flex-start;gap:12px;padding:16px;transition:all .2s;display:flex;position:relative}.ImportScreen-module__jL6MFG__radioOption:hover{border-color:#000;box-shadow:0 2px 8px rgba(0,0,0,.1)}.ImportScreen-module__jL6MFG__radioOption.ImportScreen-module__jL6MFG__selected{background-color:#f9fafb;border-color:#000;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.ImportScreen-module__jL6MFG__radioInput{opacity:0;pointer-events:none;position:absolute}.ImportScreen-module__jL6MFG__radioIndicator{background-color:#fff;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-top:2px;transition:all .2s;position:relative}.ImportScreen-module__jL6MFG__radioOption:hover .ImportScreen-module__jL6MFG__radioIndicator{border-color:#000}.ImportScreen-module__jL6MFG__radioOption.ImportScreen-module__jL6MFG__selected .ImportScreen-module__jL6MFG__radioIndicator{background-color:#000;border-color:#000}.ImportScreen-module__jL6MFG__radioOption.ImportScreen-module__jL6MFG__selected .ImportScreen-module__jL6MFG__radioIndicator:after{content:"";background-color:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ImportScreen-module__jL6MFG__radioContent{flex-direction:column;flex:1;gap:4px;display:flex}.ImportScreen-module__jL6MFG__radioTitle{color:var(--foreground);font-size:1rem;font-weight:600;line-height:1.4}.ImportScreen-module__jL6MFG__radioDescription{color:var(--muted);font-size:.9rem;line-height:1.4}.ImportScreen-module__jL6MFG__inputArea{flex-direction:column;gap:16px;display:flex}.ImportScreen-module__jL6MFG__textArea{border-radius:var(--radius-md);border:1px solid var(--border);resize:vertical;min-height:220px;padding:16px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.ImportScreen-module__jL6MFG__textArea:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.ImportScreen-module__jL6MFG__dropZone{border:2px dashed var(--border);border-radius:var(--radius-md);text-align:center;cursor:pointer;background-color:rgba(255,255,255,.7);padding:32px;transition:border-color .2s,background-color .2s,box-shadow .2s}.ImportScreen-module__jL6MFG__dropZoneActive{background-color:rgba(0,0,0,.06);border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.ImportScreen-module__jL6MFG__dropZoneWithFile{background-color:rgba(0,0,0,.03);border-style:solid;border-color:#000}.ImportScreen-module__jL6MFG__dropZoneText{font-weight:500}.ImportScreen-module__jL6MFG__dropZoneHint{color:var(--muted);margin-top:8px;font-size:.95rem}.ImportScreen-module__jL6MFG__filePreview{flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.ImportScreen-module__jL6MFG__fileIcon{color:#000;justify-content:center;align-items:center;min-height:48px;display:flex}.ImportScreen-module__jL6MFG__fileIcon .ImportScreen-module__jL6MFG__spinner{border-width:4px;width:48px;height:48px}.ImportScreen-module__jL6MFG__fileInfo{text-align:center}.ImportScreen-module__jL6MFG__fileName{color:var(--foreground);margin-bottom:4px;font-size:1.1rem;font-weight:600}.ImportScreen-module__jL6MFG__fileSize{color:var(--muted);font-size:.9rem}.ImportScreen-module__jL6MFG__removeFileButton{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s,transform .15s;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 8px rgba(239,68,68,.3)}.ImportScreen-module__jL6MFG__removeFileButton:hover{background-color:#dc2626;transform:scale(1.05)}.ImportScreen-module__jL6MFG__errorMessage{color:#c53030;font-weight:500}.ImportScreen-module__jL6MFG__actions{align-items:center;gap:16px;display:flex}.ImportScreen-module__jL6MFG__importButton{color:#fff;cursor:pointer;background-color:#000;border:2px solid #000;border-radius:6px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .2s}.ImportScreen-module__jL6MFG__importButton:hover:not(:disabled){color:#000;background-color:#fff;transform:translateY(-1px)}.ImportScreen-module__jL6MFG__importButton:disabled{cursor:not-allowed;opacity:.6;transform:none}.ImportScreen-module__jL6MFG__spinnerGroup{color:var(--muted);align-items:center;gap:12px;font-weight:500;display:flex}.ImportScreen-module__jL6MFG__spinner{border:3px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite ImportScreen-module__jL6MFG__rotate}@keyframes ImportScreen-module__jL6MFG__rotate{to{transform:rotate(360deg)}}.ImportScreen-module__jL6MFG__secondaryText{color:var(--muted);font-size:.95rem}@media (max-width:1024px){.ImportScreen-module__jL6MFG__container{padding:16px}.ImportScreen-module__jL6MFG__options{grid-template-columns:1fr}.ImportScreen-module__jL6MFG__radioOption{padding:12px}.ImportScreen-module__jL6MFG__radioTitle{font-size:.95rem}.ImportScreen-module__jL6MFG__radioDescription{font-size:.85rem}.ImportScreen-module__jL6MFG__pageTitle{font-size:1.5rem}}@media (max-width:768px) and (min-width:481px){.ImportScreen-module__jL6MFG__options{grid-template-columns:repeat(2,1fr)}}
