:root{--mobile-max:767px;--tablet-min:768px;--tablet-max:1023px;--desktop-min:1024px;--safe-area-top:env(safe-area-inset-top,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-left:env(safe-area-inset-left,0px);--safe-area-right:env(safe-area-inset-right,0px);--touch-target-min:44px;--mobile-padding-xs:8px;--mobile-padding-sm:12px;--mobile-padding-md:16px;--mobile-padding-lg:20px;--mobile-padding-xl:24px;--mobile-font-xs:12px;--mobile-font-sm:14px;--mobile-font-base:16px;--mobile-font-lg:18px;--mobile-font-xl:20px;--mobile-font-2xl:24px}*{box-sizing:border-box}@media screen and (max-width:767px){input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea{font-size:var(--mobile-font-base)!important}}.mobile-container{width:100%;margin:0 auto;padding:var(--mobile-padding-md);max-width:100%}.mobile-section{margin-bottom:var(--mobile-padding-lg)}.mobile-row{display:flex;flex-direction:column;gap:var(--mobile-padding-sm)}@media screen and (min-width:768px){.mobile-row{flex-direction:row}.mobile-container{padding:var(--mobile-padding-lg);max-width:1200px}}.mobile-touch-target{min-width:var(--touch-target-min);min-height:var(--touch-target-min);display:inline-flex;align-items:center;justify-content:center}.mobile-btn,.mobile-touch-target{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-text{font-size:var(--mobile-font-base);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mobile-heading{font-size:var(--mobile-font-xl);font-weight:600;line-height:1.3}.mobile-heading,.mobile-subheading{margin-bottom:var(--mobile-padding-sm)}.mobile-subheading{font-size:var(--mobile-font-lg);font-weight:500;line-height:1.4}.mobile-form-group{margin-bottom:var(--mobile-padding-md)}.mobile-label{display:block;font-size:var(--mobile-font-sm);font-weight:500;margin-bottom:var(--mobile-padding-xs);color:#374151}.mobile-input,.mobile-select,.mobile-textarea{width:100%;padding:var(--mobile-padding-sm) var(--mobile-padding-md);border:1px solid #d1d5db;border-radius:8px;font-size:var(--mobile-font-base);background-color:#fff;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.mobile-input:focus,.mobile-select:focus,.mobile-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.mobile-textarea{min-height:100px;resize:vertical}.mobile-nav{display:flex;flex-direction:column;gap:var(--mobile-padding-sm)}.mobile-nav-item{border-radius:8px;font-weight:500}.mobile-nav-item:focus,.mobile-nav-item:hover{background-color:#f3f4f6}.mobile-modal-overlay{background-color:rgba(0,0,0,.5);padding:var(--safe-area-top) var(--safe-area-right) var(--safe-area-bottom) var(--safe-area-left)}.mobile-modal-content{border-radius:16px 16px 0 0;max-height:90vh;overflow-y:auto}.mobile-modal-header{justify-content:flex-end}.mobile-modal-body,.mobile-modal-header{padding:var(--mobile-padding-md)}.mobile-modal-close{background:none;border:none;padding:var(--mobile-padding-sm);cursor:pointer}.mobile-only{display:block}.desktop-only,.tablet-only{display:none}@media screen and (min-width:768px){.mobile-only{display:none}.tablet-only{display:block}.desktop-only{display:none}}@media screen and (min-width:1024px){.tablet-only{display:none}.desktop-only{display:block}}.mobile-swipe-area{touch-action:pan-y;-webkit-overflow-scrolling:touch}.mobile-loading{opacity:.6}.mobile-error{border-color:#ef4444;background-color:#fef2f2}.mobile-success{border-color:#10b981;background-color:#f0fdf4}.mobile-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:40}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background-color:#fff;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);z-index:50;display:flex;flex-direction:column}.mobile-drawer-header{padding:var(--mobile-padding-md);border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.mobile-drawer-body{flex:1;overflow-y:auto;padding:var(--mobile-padding-md)}.mobile-drawer-footer{padding:var(--mobile-padding-md);border-top:1px solid #e5e7eb;background-color:#f9fafb}.mobile-nav-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--mobile-padding-md);border-bottom:1px solid #f3f4f6;text-decoration:none;color:#374151;transition:background-color .2s ease-in-out}.mobile-nav-item:focus,.mobile-nav-item:hover{background-color:#f9fafb}.mobile-nav-item.active{background-color:#eff6ff;color:#2563eb;border-left:3px solid #2563eb}.mobile-nav-icon{width:20px;height:20px;margin-right:var(--mobile-padding-sm);flex-shrink:0}.mobile-nav-label{flex:1;font-weight:500}.mobile-nav-badge{padding:2px 8px;font-size:12px;font-weight:600;background-color:#ef4444;color:#fff;border-radius:9999px;min-width:20px;text-align:center}.mobile-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.mobile-main{flex:1;padding-top:64px;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-content{padding:var(--mobile-padding-md)}.mobile-section{margin-bottom:var(--mobile-padding-xl);background-color:#fff;border-radius:12px;padding:var(--mobile-padding-lg);box-shadow:0 1px 3px rgba(0,0,0,.1)}.mobile-loading{pointer-events:none;position:relative}.mobile-loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;z-index:10}.mobile-disabled{opacity:.5;pointer-events:none}.mobile-hidden{display:none!important}@media screen and (max-width:320px){.mobile-container{padding:12px}.mobile-drawer{width:260px;max-width:90vw}.mobile-nav-item{padding:12px}}.mobile-editor-container{position:relative;width:100%}.mobile-editor{width:100%;min-height:120px;padding:var(--mobile-padding-md);border:1px solid #d1d5db;border-radius:8px;font-size:18px;line-height:1.6;background-color:#fff;color:#111827;outline:none;resize:none;-webkit-user-select:text;-moz-user-select:text;user-select:text;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mobile-editor:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.mobile-editor-content{position:relative;transition:padding-bottom .3s ease}.mobile-toolbar{position:absolute;top:0;left:0;right:0;background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);z-index:10;border-radius:0 0 8px 8px}.mobile-toolbar-toggle{position:absolute;bottom:8px;right:8px;z-index:5}.mobile-color-panel{width:100%}.mobile-color-grid{display:grid;gap:12px;grid-auto-rows:60px}.mobile-color-btn{position:relative;border-radius:12px;border:2px solid #d1d5db;transition:all .2s ease-in-out;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-color-btn:hover{transform:scale(1.05)}.mobile-color-btn:active{transform:scale(.95)}.mobile-color-btn.selected{border-color:#111827;box-shadow:0 4px 12px rgba(0,0,0,.15)}.mobile-color-label{position:absolute;bottom:8px;left:8px;right:8px;background-color:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-color-config{position:absolute;top:4px;right:4px;width:24px;height:24px;background-color:hsla(0,0%,100%,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.mobile-color-btn:hover .mobile-color-config{opacity:1}.mobile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:0}.mobile-modal-overlay.mobile-modal-full-overlay{align-items:center;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.mobile-modal-content{background-color:#fff;border-radius:20px 20px 0 0;width:100%;max-width:100%;position:relative;display:flex;flex-direction:column;max-height:85vh;box-shadow:0 -8px 32px rgba(0,0,0,.25);margin:0 auto}.mobile-modal-content.mobile-modal-full{border-radius:0;max-height:100vh;height:100vh}.mobile-modal-handle{width:40px;height:4px;background-color:#d1d5db;border-radius:2px;margin:12px auto;flex-shrink:0}.mobile-modal-header{padding:var(--mobile-padding-md) var(--mobile-padding-lg);border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.mobile-modal-title{font-size:18px;font-weight:600;color:#111827}.mobile-modal-subtitle{font-size:14px;color:#6b7280;margin-top:2px}.mobile-modal-close{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background-color .2s ease}.mobile-modal-close:hover{background-color:#f3f4f6}.mobile-modal-body{flex:1;overflow-y:auto;padding:var(--mobile-padding-lg);-webkit-overflow-scrolling:touch}.mobile-modal-footer{padding:var(--mobile-padding-md) var(--mobile-padding-lg);border-top:1px solid #e5e7eb;background-color:#f9fafb;display:flex;gap:var(--mobile-padding-sm);flex-shrink:0}.mobile-editor:focus .mobile-toolbar{opacity:1;transform:translateY(0)}.mobile-editor:not(:focus) .mobile-toolbar{opacity:0;transform:translateY(-10px);pointer-events:none}.mobile-modal-content{touch-action:pan-y}.mobile-color-grid{touch-action:manipulation}@media (prefers-contrast:high){.mobile-color-btn{border-width:3px}.mobile-modal-content{border:2px solid #000}}.mobile-highlighting-container{position:relative;width:100%}.mobile-text-selection{position:absolute;background-color:rgba(59,130,246,.2);border:2px solid #3b82f6;border-radius:4px;pointer-events:none;z-index:10}.mobile-highlight-menu{position:absolute;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:8px;display:flex;gap:8px;z-index:20;max-width:calc(100vw - 32px);overflow-x:auto}.mobile-highlight-btn{flex-shrink:0;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;white-space:nowrap;touch-action:manipulation}.mobile-highlight-preview{position:relative;max-height:200px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:12px;background-color:#f9fafb;line-height:1.6;font-size:16px}.mobile-highlighting textarea{padding-bottom:80px}.mobile-highlighting-controls{position:sticky;bottom:0;background-color:#fff;border-top:1px solid #e5e7eb;padding:16px;margin-top:16px;border-radius:12px 12px 0 0;box-shadow:0 -4px 12px rgba(0,0,0,.05)}.mobile-highlight-patterns{margin-top:16px}.mobile-highlight-pattern-item{padding:12px 16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.mobile-highlight-selection-indicator{background-color:#eff6ff;border:2px solid #3b82f6;padding:12px;border-radius:8px;margin:12px 0;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.mobile-highlight-color-grid{display:grid;grid-template-columns:1fr;gap:20px;padding:20px 0;max-width:100%}.mobile-highlight-color-btn{height:80px;border-radius:16px;border:3px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:18px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;padding:16px 24px;min-height:80px;width:100%;box-sizing:border-box}.mobile-highlight-color-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.2);border-color:#3b82f6}.mobile-highlight-color-btn:active{transform:translateY(0);box-shadow:0 4px 16px rgba(0,0,0,.15)}.mobile-highlight-color-preview{width:32px;height:32px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.2);flex-shrink:0}.mobile-highlight-color-name{font-size:18px;font-weight:700;margin-left:16px;flex:1;text-align:left;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.mobile-highlighting-overlay{position:absolute;top:0;left:0;right:0;bottom:0;padding:16px;pointer-events:none;background-color:hsla(0,0%,100%,.98);z-index:20;border-radius:8px;border:2px solid #f59e0b;box-shadow:0 4px 12px rgba(0,0,0,.1);line-height:1.6;overflow-y:auto;overflow-x:hidden}.mobile-highlighting textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.mobile-highlighting.has-highlights textarea{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.mobile-highlighting-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px}.mobile-settings-container{width:100%}.mobile-settings-section{background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:12px}.mobile-settings-item{display:flex;align-items:center;justify-content:space-between;padding:var(--mobile-padding-md) var(--mobile-padding-lg);border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.mobile-settings-item:last-child{border-bottom:none}.mobile-settings-item:hover{background-color:#f9fafb}.mobile-settings-label{flex:1;margin-right:16px}.mobile-settings-description{font-size:14px;color:#6b7280;margin-top:4px}.mobile-toggle-switch{position:relative;width:48px;height:28px;background-color:#d1d5db;border-radius:14px;transition:background-color .2s ease;cursor:pointer}.mobile-toggle-switch.active{background-color:#3b82f6}.mobile-toggle-handle{position:absolute;top:2px;left:2px;width:24px;height:24px;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:transform .2s ease}.mobile-toggle-switch.active .mobile-toggle-handle{transform:translateX(20px)}.mobile-select-dropdown{position:relative;min-width:120px}.mobile-select-button{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:14px;cursor:pointer;touch-action:manipulation}.mobile-select-button,.mobile-select-options{border:1px solid #d1d5db;border-radius:6px;background-color:#fff}.mobile-select-options{position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:10;max-height:200px;overflow-y:auto}.mobile-select-option{padding:12px 16px;cursor:pointer;transition:background-color .2s ease}.mobile-select-option.selected,.mobile-select-option:hover{background-color:#f3f4f6}.mobile-export-container{width:100%}.mobile-export-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.mobile-export-option{display:flex;flex-direction:column;align-items:center;padding:20px 16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;text-align:center;cursor:pointer;transition:all .2s ease;touch-action:manipulation}.mobile-export-option:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.1)}.mobile-export-option.selected{border-color:#3b82f6;background-color:#eff6ff}.mobile-export-icon{font-size:32px;margin-bottom:8px}.mobile-export-title{font-weight:600;color:#111827;margin-bottom:4px}.mobile-export-description{font-size:12px;color:#6b7280;line-height:1.4}.mobile-export-badge{position:absolute;top:-8px;right:-8px;background-color:#f59e0b;color:#fff;font-size:10px;font-weight:600;padding:4px 8px;border-radius:12px;text-transform:uppercase}.mobile-color-system-container{width:100%}.mobile-theme-card{padding:16px;border:1px solid #e5e7eb;border-radius:12px;background-color:#fff;cursor:pointer;transition:all .2s ease;touch-action:manipulation}.mobile-theme-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.1)}.mobile-theme-card.selected{border-color:#3b82f6;background-color:#eff6ff}.mobile-theme-colors{display:flex;gap:4px;margin-top:8px}.mobile-theme-color{width:20px;height:20px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.mobile-color-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.mobile-color-stat{padding:16px;border-radius:8px;text-align:center}.mobile-color-stat-number{font-size:24px;font-weight:700;margin-bottom:4px}.mobile-color-stat-label{font-size:12px;color:#6b7280}.mobile-highlighting-container,.mobile-settings-container{touch-action:pan-y}.mobile-export-container{touch-action:manipulation}.mobile-color-system-container{touch-action:pan-y}.mobile-export-option:focus,.mobile-settings-item:focus,.mobile-theme-card:focus{outline:2px solid #3b82f6;outline-offset:2px}.mobile-export-loading{pointer-events:none;opacity:.7}.mobile-export-spinner{width:20px;height:20px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobile-premium-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:10px;font-weight:600;padding:3px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}@media (prefers-reduced-motion:reduce){.mobile-color-btn,.mobile-export-option,.mobile-modal-content,.mobile-modal-overlay,.mobile-settings-item,.mobile-theme-card,.mobile-toolbar{transition:none;animation:none}.mobile-export-spinner,.mobile-toggle-handle{animation:none}}@media (prefers-contrast:high){.mobile-export-option,.mobile-theme-card{border-width:2px}.mobile-settings-item{border-bottom-width:2px}.mobile-toggle-switch{border:2px solid #000}}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 10px rgba(0,0,0,.05);z-index:50;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav-container{position:relative;padding:8px 16px}.mobile-bottom-nav-items{display:flex;align-items:center;justify-content:space-around;gap:4px;padding:0 12px;overflow-x:visible;flex-wrap:nowrap;width:100%;box-sizing:border-box}.mobile-bottom-nav-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:48px;max-width:70px;padding:4px 6px;border-radius:10px;transition:all .2s ease;touch-action:manipulation;flex:1;flex-shrink:0}.mobile-bottom-nav-item:hover{background-color:#f3f4f6}.mobile-bottom-nav-item.active{color:#2563eb;background-color:#eff6ff}.mobile-bottom-nav-icon{position:relative;width:24px;height:24px;margin-bottom:4px}.mobile-bottom-nav-label{font-size:11px;font-weight:500;text-align:center;line-height:1.2;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-bottom-nav-badge{top:-4px;right:-4px;min-width:18px;height:18px;background-color:#dc2626;color:#fff;font-size:10px;font-weight:700;border-radius:9px;border:2px solid #fff}.mobile-bottom-nav-badge,.mobile-bottom-nav-expand-btn{position:absolute;display:flex;align-items:center;justify-content:center}.mobile-bottom-nav-expand-btn{top:0;right:16px;transform:translateY(-50%);width:40px;height:40px;background-color:#fff;border:2px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:10;transition:all .2s ease}.mobile-bottom-nav-expand-btn:hover{border-color:#3b82f6}.mobile-bottom-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.2);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:40}.mobile-bottom-nav-expanded-menu{position:absolute;bottom:90px;left:12px;right:12px;background-color:#fff;border-radius:20px;box-shadow:0 -8px 32px rgba(0,0,0,.25);padding:24px;z-index:60;max-height:70vh;overflow-y:auto;margin:0 auto;max-width:calc(100vw - 24px)}.mobile-bottom-nav-expanded-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;transition:all .2s ease;touch-action:manipulation}.mobile-bottom-nav-expanded-item:hover{background-color:#f9fafb}.mobile-bottom-nav-expanded-item.active{background-color:#eff6ff;border:2px solid #3b82f6}.mobile-bottom-nav-expanded-icon{position:relative;flex-shrink:0}.mobile-bottom-nav-expanded-content{flex:1;min-width:0}.mobile-bottom-nav-expanded-title{font-weight:600;color:#111827;margin-bottom:2px}.mobile-bottom-nav-expanded-subtitle{font-size:12px;color:#6b7280}.mobile-bottom-nav-active-indicator{width:8px;height:8px;background-color:#2563eb;border-radius:4px;flex-shrink:0}.mobile-bottom-layout{min-height:100vh;background-color:#f9fafb}.mobile-bottom-layout-header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:30}.mobile-bottom-layout-content{flex:1;padding-bottom:calc(80px + env(safe-area-inset-bottom))}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.mobile-bottom-nav-enter{animation:slideUp .3s ease-out}.mobile-bottom-nav-hidden{transform:translateY(100%);transition:transform .3s ease-in-out}.mobile-bottom-nav-visible{transform:translateY(0);transition:transform .3s ease-in-out}@media (max-height:600px){.mobile-bottom-nav-expanded-menu{max-height:50vh}.mobile-bottom-nav-item{min-width:50px;padding:6px 8px}.mobile-bottom-nav-icon{width:20px;height:20px}}@media (prefers-contrast:high){.mobile-bottom-nav{border-top-width:2px}.mobile-bottom-nav-item.active{border:2px solid #000}.mobile-bottom-nav-expand-btn{border-width:3px}}@media (prefers-reduced-motion:reduce){.mobile-bottom-nav-expand-btn,.mobile-bottom-nav-item,.mobile-color-btn,.mobile-modal-content,.mobile-modal-overlay,.mobile-toolbar{transition:none;animation:none}.mobile-bottom-nav-enter,.mobile-export-spinner,.mobile-toggle-handle{animation:none}}