*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;background:#f5f6f8;color:#222}.login-screen{display:flex;align-items:center;justify-content:center;height:100vh}.login-box{background:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 12px #0000001a;width:320px}.login-box h1{margin:0 0 8px;font-size:20px}.login-box p{margin:0 0 16px;font-size:13px;color:#666}.login-box input{width:100%;padding:10px;margin-bottom:12px;border:1px solid #ccc;border-radius:4px}.login-box button{width:100%;padding:10px;background:#2563eb;color:#fff;border:none;border-radius:4px;cursor:pointer}.login-box button:disabled{background:#aaa}.error{color:#d33;font-size:13px;margin-bottom:12px}.app{display:flex;flex-direction:column;height:100vh}.breadcrumb{padding:10px 16px;background:#fff;border-bottom:1px solid #e0e0e0;font-size:14px}.crumb{cursor:pointer;color:#2563eb}.crumb:hover{text-decoration:underline}.sep{margin:0 6px;color:#999}.toolbar{display:flex;justify-content:space-between;padding:8px 16px;background:#fff;border-bottom:1px solid #e0e0e0}.toolbar-group{display:flex;gap:6px}.toolbar button{padding:6px 12px;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer}.toolbar button.active{background:#2563eb;color:#fff;border-color:#2563eb}.error-banner{background:#fee;color:#a00;padding:8px 16px;cursor:pointer;font-size:13px}.drop-zone{flex:1;overflow:auto;padding:16px;outline:none}.drop-zone.drag-over{background:#e8f0fe}.empty{color:#999;text-align:center;margin-top:40px}.file-list{display:flex;flex-direction:column}.file-list .file-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:4px;cursor:pointer}.file-list .file-item:hover{background:#eef2ff}.file-list .file-item.selected{background:#dbeafe}.file-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:12px}.file-grid .file-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 6px;border-radius:6px;cursor:pointer;text-align:center}.file-grid .file-item:hover{background:#eef2ff}.file-grid .file-item.selected{background:#dbeafe}.file-grid .icon{font-size:32px}.file-grid .name{font-size:12px;word-break:break-all}.hwp-viewer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.hwp-viewer{background:#fff;width:min(900px,92vw);height:min(90vh,1100px);border-radius:8px;display:flex;flex-direction:column;overflow:hidden}.hwp-viewer.fullscreen{width:100vw;height:100vh;border-radius:0}.hwp-viewer-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid #e0e0e0}.hwp-viewer-title{font-size:14px;font-weight:600}.hwp-viewer-header-actions{display:flex;gap:8px}.hwp-viewer-header button{padding:6px 12px;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer}.hwp-viewer-download{padding:6px 12px;border:1px solid #ccc;border-radius:4px;color:#2563eb;text-decoration:none;font-size:13px;display:flex;align-items:center}.hwp-viewer-notice{padding:6px 16px;font-size:12px;color:#92650a;background:#fff8e6;border-bottom:1px solid #f0e0b8}.hwp-viewer-status{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#666}.hwp-viewer-error{color:#a00}.hwp-viewer-page{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;align-items:center;gap:16px;background:#f0f0f0;scroll-behavior:smooth}.hwp-viewer-page-item svg{max-width:100%;height:auto;background:#fff;box-shadow:0 1px 4px #00000026}.hwp-viewer-nav{display:flex;align-items:center;justify-content:center;gap:16px;padding:10px;border-top:1px solid #e0e0e0}.hwp-viewer-nav button{padding:6px 14px;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer}.hwp-viewer-nav button:disabled{opacity:.4;cursor:default}.hwp-viewer-frame{flex:1;border:none;background:#525659}
