.dgs-trigger{display:inline-flex;align-items:center;gap:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;border-radius:12px;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;font-size:13px;font-weight:600}.dgs-trigger:hover{border-color:#cbd5e1;background:#fff;box-shadow:0 4px 16px rgba(15,23,42,.06);color:#475569}.dgs-trigger--desktop{display:none;min-width:220px;max-width:360px;width:100%;padding:9px 12px;justify-content:flex-start}@media(min-width:992px){.dgs-trigger--desktop{display:inline-flex}}.dgs-trigger--mobile{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:10px;background:#f1f5f9;border-color:#e2e8f0;color:#0f766e}@media(min-width:992px){.dgs-trigger--mobile{display:none}}.dgs-trigger-kbd{margin-left:auto;padding:2px 6px;border-radius:6px;background:#fff;border:1px solid #e2e8f0;font-size:10px;font-weight:700;color:#94a3b8;font-family:inherit}.dgs-overlay{position:fixed;inset:0;z-index:10050;display:flex;align-items:flex-start;justify-content:center;padding:max(12px,env(safe-area-inset-top)) 12px 12px}@media(min-width:640px){.dgs-overlay{padding-top:12vh}}.dgs-backdrop{position:absolute;inset:0;border:none;background:rgba(15,23,42,.45);backdrop-filter:blur(4px);cursor:pointer}.dgs-dialog{position:relative;z-index:1;width:min(640px,100%);max-height:min(80vh,640px);display:flex;flex-direction:column;border-radius:18px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 24px 80px rgba(15,23,42,.2);overflow:hidden}.dgs-input-wrap{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #f1f5f9}.dgs-input-icon{flex-shrink:0;color:#94a3b8}.dgs-input{flex:1;min-width:0;border:none;outline:none;font-size:16px;font-weight:600;color:#0f172a;background:rgba(0,0,0,0)}.dgs-input::placeholder{color:#94a3b8;font-weight:500}.dgs-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:#f1f5f9;color:#64748b;cursor:pointer}.dgs-close:hover{background:#e2e8f0}.dgs-results{flex:1;overflow-y:auto;padding:8px 0;-webkit-overflow-scrolling:touch}.dgs-empty,.dgs-hint{margin:0;padding:24px 20px;text-align:center;font-size:14px;color:#64748b}.dgs-loading{padding:12px 16px;display:flex;flex-direction:column;gap:8px}.dgs-skeleton{height:44px;border-radius:10px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:dgs-shimmer 1.2s infinite}@keyframes dgs-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dgs-group{padding:4px 8px 8px}.dgs-group ul{margin:0;padding:0;list-style:none}.dgs-group-label{display:flex;align-items:center;gap:6px;margin:0;padding:8px 10px 4px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.dgs-item{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:10px;transition:background .15s}.dgs-item,.dgs-item:hover{text-decoration:none;color:inherit}.dgs-item:hover{background:#f0fdfa}.dgs-item-title{font-size:14px;font-weight:700;color:#0f172a;line-height:1.35}.dgs-item-sub{font-size:12px;color:#64748b;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dgs-footer{display:flex;align-items:center;gap:4px;padding:10px 16px;border-top:1px solid #f1f5f9;font-size:11px;color:#94a3b8;font-weight:600}.dgs-footer kbd{padding:2px 6px;border-radius:5px;background:#f8fafc;border:1px solid #e2e8f0;font-size:10px;font-family:inherit}.pd-sheet-root{position:fixed;inset:0;z-index:10040;display:flex;align-items:flex-end;justify-content:center}.pd-sheet-backdrop{position:absolute;inset:0;border:none;background:rgba(15,23,42,.4);backdrop-filter:blur(2px);cursor:pointer}.pd-sheet-panel{position:relative;z-index:1;width:100%;max-width:640px;display:flex;flex-direction:column;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 -12px 40px rgba(15,23,42,.15);overflow:hidden}.pd-sheet-handle{width:40px;height:4px;border-radius:999px;background:#e2e8f0;margin:10px auto 4px;flex-shrink:0}.pd-sheet-head{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 12px;border-bottom:1px solid #f1f5f9}.pd-sheet-head h3{margin:0;font-size:16px;font-weight:800;color:#0f172a}.pd-sheet-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:#f1f5f9;color:#64748b;cursor:pointer}.pd-sheet-body{overflow-y:auto;padding:12px 16px max(16px,env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}