.migration-panel{border:1px solid rgba(245,158,11,.2);background:linear-gradient(to bottom right,rgba(245,158,11,.03),transparent);transition:box-shadow .3s ease}.migration-panel:hover{box-shadow:0 4px 20px #f59e0b1a}.upload-zone{border:2px dashed rgba(245,158,11,.3);border-radius:16px;padding:48px 24px;cursor:pointer;transition:all .3s ease;background:#f59e0b05}.upload-zone:hover{border-color:#f59e0b99;background:#f59e0b0f;transform:translateY(-2px)}@keyframes pulse-upload{0%,to{opacity:.6}50%{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}#root{height:100vh;overflow:hidden}.editor-container{height:100%}.sidebar{border-right:1px solid #e0e0e0}.main-content{flex:1;display:flex;flex-direction:column}.document-editor{flex:1;overflow:hidden}.breadcrumb-nav{padding:8px 16px;border-bottom:1px solid #e0e0e0;background:#f8f9fa}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{animation:spin 1s linear infinite}@media(max-width:768px){.sidebar{transform:translate(-100%);position:absolute;z-index:1000;height:100%;transition:transform .3s ease}.sidebar.open{transform:translate(0)}}@media print{body{font-size:12pt;line-height:1.4}.no-print{display:none!important}}
