.page main{max-width:1400px}.page-toolbar{justify-content:center;align-items:center}.page-toolbar h1{margin:1rem 0 1rem}.import-intro{max-width:760px;margin:auto}.import-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600;color:var(--vc-primary);margin:0 0 .5rem}.import-lead{font-size:1.15rem;line-height:1.5;color:var(--vc-text);margin:0 0 1.75rem}.import-steps{list-style:none;margin:0 0 2rem;padding:0;display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}.import-step{background:#ffffff;border:1px solid #e7e7e7;border-radius:var(--vc-radius);padding:1.1rem 1.1rem 1.2rem;background-position:right -100px top -90px;background-repeat:no-repeat;background-size:200px}.import-step-icon{font-size:2rem;color:var(--vc-primary)}.import-step h3{font-size:1rem;font-weight:600;margin:.4rem 0 .35rem}.import-step p{font-size:.875rem;color:#555;margin:0;line-height:1.45}.import-signed-in{margin:0 0 .75rem;color:#555}.import-choices{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin:0 0 .5rem}.import-choice{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:1.25rem;background:#ffffff;border:1px solid #e7e7e7;border-radius:var(--vc-radius);text-decoration:none;color:var(--vc-text);transition:border-color .15s,box-shadow .15s,transform .15s;padding-top:80px;background-position:20px 20px;background-repeat:no-repeat;background-size:50px}.import-choice-google{background-image:url(/images/icon_google.png)}.import-choice-microsoft{background-image:url(/images/icon_microsoft.png)}.import-choice-manual{border-color:#cbc8ff;background-image:url(/images/icon_time.png)}.import-choice:hover{border-color:var(--vc-primary);box-shadow:0 4px 14px rgba(0,0,0,0.07);transform:translateY(-2px)}.import-choice-icon{font-size:2rem;color:var(--vc-primary);margin-bottom:.35rem}.import-choice-title{font-size:1.05rem;font-weight:600}.import-choice-desc{font-size:.875rem;color:#555;line-height:1.45;margin-top:.15rem}.import-buttons .btn{border:solid 1px #777;color:#555;font-size:22px;padding:20px 20px 20px 90px;background-position:20px center;background-repeat:no-repeat;background-size:60px}.import-buttons .btn:hover{border-color:var(--vc-primary);background-color:var(--vc-subtle)}.import-buttons .google{background-image:url(/images/icon_google.png)}.import-buttons .microsoft{background-image:url(/images/icon_microsoft.png)}.import-privacy{display:flex;align-items:center;gap:.45rem;margin:1.5rem 0 0;font-size:.85rem;color:var(--vc-muted)}.import-privacy .material-symbols-outlined{font-size:1.1rem}.import-guides{margin:2rem 0 0;padding-top:1.25rem;border-top:1px solid var(--vc-border)}.import-guides h2{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--vc-muted);margin:0 0 .6rem}.import-guides ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.import-guides a{font-size:.92rem;color:var(--vc-primary);text-decoration:none}.import-guides a:hover{text-decoration:underline}.import-status{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;margin-bottom:1.5rem;background:var(--vc-subtle);border:1px solid var(--vc-border);border-radius:var(--vc-radius)}.import-status-badge{flex:0 0 auto;width:36px;height:36px;border-radius:8px;background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:22px;border:1px solid var(--vc-border)}.import-status-badge.google{background-image:url(/images/icon_google.png)}.import-status-badge.microsoft{background-image:url(/images/icon_microsoft.png)}.import-status-text{display:flex;flex-direction:column;line-height:1.3;margin-right:auto}.import-status-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--vc-muted)}.import-status-value{font-size:.95rem}.import-load{max-width:640px}.import-loading{display:flex;align-items:center;gap:.6rem;color:#555;padding:1rem 0}.import-spin{animation:import-spin 1s linear infinite}@keyframes import-spin{to{transform:rotate(360deg)}}.import-summary{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0 1.25rem}.import-stat{flex:1 1 120px;display:flex;flex-direction:column;gap:.15rem;padding:.75rem 1rem;background:var(--vc-subtle);border:1px solid var(--vc-border);border-radius:var(--vc-radius)}.import-stat-num{font-size:1.5rem;font-weight:600;color:var(--vc-primary);line-height:1.1}.import-stat-label{font-size:.8rem;color:var(--vc-muted);text-transform:uppercase;letter-spacing:.04em}.import-actions{display:flex;align-items:center;gap:.85rem;margin-top:1rem}.import-actions-hint{font-size:.85rem;color:var(--vc-muted)}.label-holder{padding:20px 0}.data-grid.dg-import{grid-template-columns:3rem minmax(8rem, 2fr) minmax(7rem, 1fr) minmax(7rem, 1fr) minmax(5rem, auto)}@media (max-width:640px){.import-steps{grid-template-columns:1fr}.import-buttons{flex-direction:column}.import-choices{grid-template-columns:1fr}.import-status{flex-wrap:wrap}.import-status-text{flex:1 1 auto;min-width:0;margin-right:0}.import-status-value{overflow-wrap:anywhere}.import-status form{flex:1 0 100%}.import-status form .btn{width:100%;justify-content:center}.data-grid.dg-import{display:block}.dg-import .dg-head{display:none}.dg-import .dg-row{display:flex;flex-direction:column;margin:0 0 .85rem;border:1px solid #ddd;border-radius:var(--vc-radius, 8px);background:#fff;box-shadow:0 1px 2px rgba(31,41,51,0.06);overflow:hidden}.dg-import .dg-row>.dg-cell{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem .9rem;border:0;border-top:1px solid var(--vc-subtle, #eef0f4);box-shadow:none;text-align:right}.dg-import .dg-row>.dg-cell::before{content:attr(data-label);font-weight:700;font-size:.72rem;letter-spacing:.02em;text-transform:uppercase;color:var(--vc-muted, #888);text-align:left}.dg-import .dg-row>.dg-cell.dg-subject{order:-1;display:block;text-align:left;padding:.7rem .9rem;border-top:0;font-weight:700;font-size:1rem;background:var(--vc-subtle, #f5f6fa)}.dg-import .dg-row>.dg-cell.dg-subject::before{content:none}}