:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fa;color:#202124;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{background:#f7f8fa}body,html{min-width:320px}body{margin:0;min-height:100vh}::selection{background:#cfe2ff;color:#123b72}.app-shell{display:flex;flex-direction:column;min-height:100vh}.site-header{margin:0 auto;padding:28px 0;width:min(1080px,calc(100% - 48px))}.brand{align-items:center;color:#202124;display:flex;font-size:17px;font-weight:680;gap:10px;letter-spacing:-.02em;text-decoration:none;width:-webkit-fit-content;width:fit-content}.brand-mark{background:#2478f2;border-radius:9px;box-shadow:0 2px 7px #2478f23d;color:#fff;display:grid;height:30px;place-items:center;width:30px}.brand-mark svg{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;width:19px}main{flex:1 1;margin:auto;padding:72px 0 120px;width:min(680px,calc(100% - 40px))}h1{color:#242629;font-size:17px;font-weight:660;letter-spacing:-.02em;margin:0}.workspace{background:#fff;border:1px solid #e6e8eb;border-radius:16px;box-shadow:0 12px 35px #191f280f,0 2px 7px #191f2808;padding:28px}.workspace-heading,.workspace-heading>div{align-items:center;display:flex}.workspace-heading{justify-content:space-between;margin-bottom:22px}.workspace-heading>div{gap:10px}.upload-form{grid-gap:14px;display:grid;gap:14px}.drop-zone{align-items:center;background:#fafbfc;border:1.5px dashed #d5d9de;border-radius:11px;box-sizing:border-box;color:#73777e;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:172px;padding:24px;transition:border-color .16s ease,background .16s ease,transform .16s ease}.drop-zone.is-dragging,.drop-zone:hover{background:#f5f8fd;border-color:#6ba5f6}.drop-zone.is-dragging{transform:scale(1.006)}.drop-zone.has-file{background:#f8fafc;border-style:solid;flex-direction:row;justify-content:flex-start;min-height:104px}.file-input{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.file-icon,.upload-icon{background:#eaf2ff;color:#2478f2;display:grid;place-items:center}.upload-icon{border-radius:50%;height:42px;margin-bottom:15px;width:42px}.file-icon svg,.upload-icon svg{stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;width:22px}.drop-copy{font-size:15px}.drop-copy strong{color:#2478f2;font-weight:650}.file-icon{border-radius:10px;flex:0 0 auto;height:44px;width:44px}.selected-file-copy{display:flex;flex-direction:column;gap:5px;margin-left:14px;min-width:0;text-align:left}.selected-file-copy strong{color:#292b2f;font-size:14px;font-weight:640;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-file-copy span{color:#8b8e94;font-size:12px}.file-check{background:#36a568;border-radius:50%;color:#fff;display:grid;font-size:12px;font-weight:800;height:22px;margin-left:auto;place-items:center;width:22px}button{font:inherit}.primary-button,.secondary-button{align-items:center;border-radius:9px;cursor:pointer;display:flex;font-size:14px;font-weight:650;gap:10px;justify-content:center;min-height:48px;padding:0 18px;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.primary-button{background:#2478f2;border:1px solid #2478f2;box-shadow:0 3px 8px #2478f22e;color:#fff}.primary-button:hover:not(:disabled){background:#176ce5;box-shadow:0 4px 12px #2478f240;transform:translateY(-1px)}.primary-button:disabled{background:#eff1f3;border-color:#eff1f3;box-shadow:none;color:#a7abb1;cursor:not-allowed}.secondary-button{background:#fff;border:1px solid #dfe2e6;color:#3e4248}.secondary-button:hover{background:#f8f9fa;border-color:#cfd3d8}.drop-zone:focus-within,.primary-button:focus-visible,.secondary-button:focus-visible,.start-over:focus-visible{outline:3px solid #2478f238;outline-offset:2px}.spinner{animation:spin .7s linear infinite;border:2px solid #ffffff73;border-radius:50%;border-top-color:#fff;box-sizing:border-box;height:15px;width:15px}.error-message{align-items:flex-start;background:#fff6f5;border:1px solid #f1d8d5;border-radius:9px;color:#a33a3a;display:flex;font-size:13px;gap:9px;line-height:1.45;margin-top:14px;padding:12px 14px}.error-message svg{stroke:currentColor;stroke-width:1.6;stroke-linecap:round;flex:0 0 auto;width:17px}.success-panel{padding:8px 0 2px}.success-message{align-items:center;background:#f5fbf7;border:1px solid #dcefe2;border-radius:11px;display:flex;gap:15px;padding:20px}.success-check{background:#36a568;border-radius:50%;color:#fff;display:grid;flex:0 0 auto;height:42px;place-items:center;width:42px}.success-check svg{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;width:24px}.success-message h3{color:#25282b;font-size:15px;margin:0 0 5px}.calendar-actions{grid-gap:10px;display:grid;gap:10px;margin-top:14px}.start-over{background:none;border:0;color:#6d7278;cursor:pointer;display:block;font-size:13px;margin:18px auto 0}.import-hint{color:#74787e;font-size:12px;line-height:1.45;margin:14px 0 0;text-align:center}.start-over:hover{color:#2478f2}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:600px){.site-header{padding:20px 0;width:calc(100% - 36px)}main{padding:40px 0 80px;width:calc(100% - 28px)}.workspace{border-radius:13px;padding:20px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition:none!important}}
/*# sourceMappingURL=main.a9898c60.css.map*/