.gdrive-modal{align-items:center;animation:fadeIn .2s ease-in;background:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gdrive-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.3);display:flex;flex-direction:column;max-height:80vh;max-width:700px;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gdrive-modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px}.gdrive-modal-header h3{align-items:center;color:#333;display:flex;font-size:20px;gap:10px;margin:0}.gdrive-modal-header h3 i{color:#4285f4;font-size:24px}.gdrive-modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#999;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;transition:background .2s,color .2s;width:32px}.gdrive-modal-close:hover{background:#f0f0f0;color:#333}.gdrive-modal-body{flex:1;min-height:300px;overflow-y:auto;padding:24px}.gdrive-loading{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:40px 20px}.gdrive-loading .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#4285f4;height:40px;margin-bottom:16px;width:40px}.spinner-sm{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#4285f4;display:inline-block;height:14px;width:14px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gdrive-files-list{display:flex;flex-direction:column;gap:8px}.gdrive-no-files{color:#999;font-size:16px;padding:40px 20px;text-align:center}.gdrive-file-item{align-items:center;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:border-color .2s,background .2s}.gdrive-file-item:hover{background:#f8f9fa;border-color:#4285f4}.gdrive-file-item>i{flex-shrink:0;font-size:32px}.gdrive-file-info{flex:1;min-width:0}.gdrive-file-name{color:#333;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gdrive-file-meta{color:#666;font-size:13px}.gdrive-select-btn{align-items:center;background:#4285f4;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-weight:500;gap:6px;padding:8px 20px;transition:background .2s}.gdrive-select-btn:hover:not(:disabled){background:#357ae8}.gdrive-select-btn:disabled{background:#ccc;cursor:not-allowed}.gdrive-modal-footer{border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.gdrive-cancel-btn{background:#f0f0f0;border:none;border-radius:6px;color:#333;cursor:pointer;font-weight:500;padding:10px 24px;transition:background .2s}.gdrive-cancel-btn:hover{background:#e0e0e0}.gdrive-error{padding:40px 20px;text-align:center}.gdrive-button{align-items:center;background:#4285f4;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:12px 20px;transition:background .2s,box-shadow .2s}.gdrive-button:hover{background:#357ae8;box-shadow:0 2px 8px rgba(66,133,244,.3)}.gdrive-button i{font-size:16px}.gdrive-button-secondary{background:#fff;border:1px solid #4285f4;color:#4285f4}.gdrive-button-secondary:hover{background:#f8f9fa;box-shadow:0 2px 8px rgba(66,133,244,.15)}@media (max-width:768px){.gdrive-modal-content{max-height:90vh;width:95%}.gdrive-modal-body,.gdrive-modal-footer,.gdrive-modal-header{padding:16px}.gdrive-file-item{padding:10px}.gdrive-file-item>i{font-size:28px}.gdrive-select-btn{font-size:13px;padding:6px 16px}}