.custom-launcher-card{overflow:visible}.launcher-grid{gap:16px;min-height:100px;padding:8px;transition:background-color .2s;display:grid}.launcher-grid-cols-2{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.launcher-grid-cols-3{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.launcher-grid-cols-4{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.launcher-grid-cols-6{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.launcher-grid.dragging-over{background-color:var(--ant-color-primary-bg,#f0f5ff);border:2px dashed var(--ant-color-primary,#1890ff);border-radius:4px}.launcher-grid-item{transition:transform .2s,opacity .2s}.launcher-grid-item.dragging{opacity:.5;transform:scale(.95)}.shortcut-button-wrapper{height:100%;position:relative}.shortcut-button{cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:80px;padding:16px;transition:all .3s;display:flex;position:relative;overflow:hidden}.shortcut-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.shortcut-button.size-small{min-height:60px;padding:12px}.shortcut-button.size-medium{min-height:80px;padding:16px}.shortcut-button.size-large{min-height:120px;padding:24px}.shortcut-button.edit-mode{cursor:grab}.shortcut-button.edit-mode:active{cursor:grabbing}.launcher-grid-item:focus-within{outline:3px solid var(--ant-color-primary,#1890ff);outline-offset:2px;border-radius:8px}.shortcut-button:focus-visible{outline:3px solid var(--ant-color-primary,#1890ff);outline-offset:2px;box-shadow:0 0 0 4px var(--ant-color-primary-bg,#1890ff33)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shortcut-button-icon{margin-bottom:8px;font-size:32px;transition:transform .3s}.shortcut-button.size-small .shortcut-button-icon{margin-bottom:4px;font-size:24px}.shortcut-button.size-large .shortcut-button-icon{margin-bottom:12px;font-size:48px}.shortcut-button:hover .shortcut-button-icon{transform:scale(1.1)}.shortcut-button-label{text-align:center;word-break:break-word;font-size:14px;font-weight:500;line-height:1.4}.shortcut-button.size-small .shortcut-button-label{font-size:12px}.shortcut-button.size-large .shortcut-button-label{font-size:16px}.shortcut-button-badge{z-index:1;position:absolute;top:8px;right:8px}.shortcut-button-edit-overlay{opacity:0;background:#00000080;border-radius:8px;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.shortcut-button-wrapper:hover .shortcut-button-edit-overlay{opacity:1}.shortcut-button-actions{gap:8px;display:flex}.icon-picker-grid{grid-template-columns:repeat(6,1fr);gap:8px;max-height:400px;padding:8px;display:grid;overflow-y:auto}.icon-picker-item{cursor:pointer;background:var(--ant-color-fill-tertiary,#f5f5f5);border:2px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:12px;transition:all .2s;display:flex}.icon-picker-item:hover,.icon-picker-item.selected{background:var(--ant-color-primary-bg,#e6f7ff);border-color:var(--ant-color-primary,#1890ff)}.icon-picker-item .anticon{font-size:24px}.color-picker-grid{grid-template-columns:repeat(8,1fr);gap:8px;padding:8px;display:grid}.color-picker-item{cursor:pointer;border:2px solid #0000;border-radius:4px;width:40px;height:40px;transition:all .2s}.color-picker-item:hover{transform:scale(1.1)}.color-picker-item.selected{border-color:var(--ant-color-text,#000);transform:scale(1.1)}@media (max-width:768px){.launcher-grid-cols-4{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.launcher-grid-cols-6{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.icon-picker-grid{grid-template-columns:repeat(4,1fr)}.color-picker-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:480px){.launcher-grid-cols-4,.launcher-grid-cols-6{grid-template-columns:repeat(2,1fr)}.icon-picker-grid{grid-template-columns:repeat(3,1fr)}.color-picker-grid{grid-template-columns:repeat(4,1fr)}}.pull-to-refresh-hint{top:calc(80px + env(safe-area-inset-top,0px));max-width:calc(100vw - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px));z-index:999;color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:24px;padding:12px 24px;transition:opacity .3s,transform .3s;animation:.5s ease-out hint-slide-in,2s ease-in-out 1s infinite hint-bounce;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0003}.pull-to-refresh-hint:hover{transform:translate(-50%)scale(1.05)}.pull-to-refresh-hint:active{transform:translate(-50%)scale(.98)}.hint-content{align-items:center;gap:12px;display:flex}.hint-icon-wrapper{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hint-icon{color:#fff;font-size:18px;animation:2s ease-in-out infinite hint-arrow-bounce}.hint-text{color:#fff;font-size:14px;font-weight:500}.hint-dismiss{text-align:center;opacity:.7;margin-top:4px}@keyframes hint-slide-in{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes hint-bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-5px)}}@keyframes hint-arrow-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (max-width:768px){.pull-to-refresh-hint{top:calc(60px + env(safe-area-inset-top,0px));padding:10px 20px;font-size:13px}.hint-icon-wrapper{width:28px;height:28px}.hint-icon{font-size:16px}}@media (hover:hover) and (pointer:fine){.pull-to-refresh-hint{display:none}}.tutorial-overlay-modal .ant-modal-content{border-radius:16px;padding:24px}.tutorial-content{flex-direction:column;gap:24px;display:flex}.tutorial-progress{text-align:center}.tutorial-gesture-demo{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;justify-content:center;align-items:center;min-height:120px;display:flex;position:relative;overflow:hidden}.tutorial-text{text-align:center}.tutorial-gesture-icon{color:#1890ff;font-size:48px}.tutorial-highlight{z-index:1000;border-radius:8px;animation:2s infinite pulse-highlight;position:relative;box-shadow:0 0 0 4px #1890ff66,0 0 0 8px #1890ff33}@keyframes pulse-highlight{0%,to{box-shadow:0 0 0 4px #1890ff66,0 0 0 8px #1890ff33}50%{box-shadow:0 0 0 6px #1890ff99,0 0 0 12px #1890ff4d}}.gesture-animation{width:200px;height:120px;position:relative}.pull-down-animation{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.animated-arrow{filter:drop-shadow(0 4px 8px #0003);font-size:48px;animation:1.5s ease-in-out infinite bounce-down}.animated-hand{font-size:32px;animation:1.5s ease-in-out infinite hand-pull}@keyframes bounce-down{0%,to{opacity:.5;transform:translateY(-10px)}50%{opacity:1;transform:translateY(10px)}}@keyframes hand-pull{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.long-press-animation{justify-content:center;align-items:center;display:flex}.press-indicator{position:absolute}.press-ring{border:3px solid #fff9;border-radius:50%;width:60px;height:60px;animation:1.5s ease-out infinite press-expand;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.press-ring.delay-1{animation-delay:.5s}.press-ring.delay-2{animation-delay:1s}@keyframes press-expand{0%{opacity:1;width:40px;height:40px}to{opacity:0;width:100px;height:100px}}.long-press-animation .animated-hand{z-index:2;font-size:40px;animation:1.5s ease-in-out infinite hand-press;position:relative}@keyframes hand-press{0%,to{transform:scale(1)}50%{transform:scale(.95)}}.swipe-animation{justify-content:center;align-items:center;display:flex}.swipe-hand{z-index:2;font-size:40px;animation:2s ease-in-out infinite swipe-left;position:relative}.swipe-trail{background:linear-gradient(90deg,#fff0 0%,#fffc 50%,#fff0 100%);width:100px;height:4px;animation:2s ease-in-out infinite trail-fade;position:absolute}@keyframes swipe-left{0%,to{transform:translate(50px)}50%{transform:translate(-50px)}}@keyframes trail-fade{0%,to{opacity:0;transform:translate(50px)}50%{opacity:1;transform:translate(-50px)}}.keyboard-animation{justify-content:center;align-items:center;display:flex}.keyboard-keys{color:#fff;align-items:center;gap:8px;font-size:24px;font-weight:700;display:flex}.key{background:#fff3;border:2px solid #fff6;border-radius:8px;justify-content:center;align-items:center;min-width:48px;height:48px;animation:1s ease-in-out infinite key-press;display:inline-flex;box-shadow:0 4px 8px #0003}.key-plus{color:#fff9;font-size:20px}@keyframes key-press{0%,to{transform:translateY(0);box-shadow:0 4px 8px #0003}50%{background:#ffffff4d;transform:translateY(2px);box-shadow:0 2px 4px #0000004d}}@media (max-width:768px){.tutorial-overlay-modal .ant-modal-content{padding:16px}.gesture-animation{width:150px;height:100px}.tutorial-gesture-icon{font-size:36px}}
