@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap";
:root{--red:#cd2e3a;--blue:#003478;--black:#12182b;--white:#fff;--bg:#f2f4f7;--blue-light:#e8edf8;--text-dark:#12182b;--text-mid:#3a4d6a;--text-muted:#8a9ab8;--border:#dde3ec;--shadow-sm:0 1px 6px #00000012;--shadow-md:0 4px 20px #0000001a;--gold:#e3aa1e;--silver:#7a9cc4;--bronze:#cd2e3a}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);height:100%;color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Noto Sans KR,-apple-system,sans-serif;font-size:14px}.app-root{flex-direction:column;height:100vh;display:flex;overflow:hidden}.top-header{background:var(--white);border-bottom:1px solid var(--border);z-index:20;justify-content:space-between;align-items:center;height:56px;min-height:56px;padding:0 24px;display:flex;position:relative;overflow:hidden}.header-aurora{pointer-events:none;z-index:1;background:linear-gradient(120deg,#0000 0%,#0034780f 20%,#00bed22e 45%,#64dcd238 60%,#b4f0e624 80%,#0000 100%);width:480px;height:100%;position:absolute;top:0;right:0}.header-aurora:after{content:"";background:linear-gradient(270deg,#cd2e3a0d 0%,#0000 100%);width:200px;height:100%;position:absolute;bottom:0;right:0}.header-nav{z-index:2;align-items:center;gap:4px;display:flex;position:relative}.nav-btn{color:var(--text-mid);cursor:pointer;background:0 0;border:none;border-radius:20px;padding:6px 16px;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s}.nav-btn:hover{background:var(--bg)}.nav-btn.active-nav{background:var(--black);color:#fff;font-weight:700}.date-scroller{border-right:1px solid var(--border);background:var(--bg);-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:space-between;align-items:center;padding:12px 10px;display:flex;overflow:hidden}.scroller-and-arrows{flex-direction:column;align-items:center;width:100%;display:flex}.mini-calendar{border-top:1px solid var(--border);width:100%;margin-top:10px;padding-top:8px;font-size:.72rem}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:6px;padding:0 4px;display:flex}.calendar-grid{text-align:center;grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.cal-day-label{color:var(--text-muted);padding-bottom:4px;font-size:.58rem;font-weight:700}.cal-day{cursor:pointer;border-radius:4px;padding:3px 0;font-size:.65rem;transition:background .15s}.cal-day:hover{background:var(--blue-light)}.cal-day.active{background:var(--blue);color:#fff;font-weight:700}.cal-day.today{color:var(--red);font-weight:700;text-decoration:underline}.cal-day.empty{cursor:default}.cal-day.empty:hover{background:0 0}.header-actions{z-index:2;align-items:center;gap:8px;display:flex;position:relative}.icon-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.icon-btn:hover{background:var(--bg)}.icon-btn svg{width:20px;height:20px;stroke:var(--text-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.user-avatar{background:var(--blue);color:#fff;cursor:pointer;border:2px solid var(--blue-light);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.72rem;font-weight:700;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.body-layout{flex:1;grid-template-columns:120px 1fr 276px;display:grid;overflow:hidden}.date-scroller{border-right:1px solid var(--border);background:var(--bg);-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;padding:10px;display:flex;overflow:hidden}.scroller-arrow{cursor:pointer;width:40px;height:30px;color:var(--text-muted);background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;transition:color .15s,background .15s;display:flex}.scroller-arrow:hover:not(:disabled){background:var(--border);color:var(--text-dark)}.scroller-arrow:disabled{opacity:.2;cursor:default}.scroller-window{flex-direction:column;flex:1;justify-content:center;gap:2px;width:100%;display:flex}.date-item{text-align:center;cursor:pointer;width:100%;color:var(--text-muted);border:1.5px solid #0000;border-radius:20px;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:10px 8px;line-height:1.4;transition:all .18s;display:flex}.date-item:hover{background:#ffffffb3}.date-item.active{background:var(--white);border-color:var(--blue);color:var(--blue);box-shadow:var(--shadow-sm);font-weight:700}.d-month{display:none}.d-day{font-size:1.05rem}.d-dow{font-size:.85rem}.d-month{color:var(--blue);letter-spacing:.3px;font-size:.6rem;font-weight:600}.d-day{color:var(--text-dark);font-size:.95rem;font-weight:700}.d-dow{color:var(--text-muted);font-size:.65rem;font-weight:400}.date-item.active .d-day{color:var(--blue);font-weight:900}.date-item.active .d-dow{color:var(--blue);opacity:.85}.main-content{background:var(--bg);flex-direction:column;display:flex;overflow:hidden}.content-hero{background:linear-gradient(135deg,#eaf7fc 0%,#c5edf7 20%,#9de0ef 35%,#b2e8df 50%,#d4f5ea 65%,#f0faf6 80%,#fff 100%);flex-shrink:0;height:80px;min-height:80px;position:relative;overflow:hidden}.content-hero:before{content:"";background:radial-gradient(70% 100% at 65%,#00b4c838 0%,#64d2be21 40%,#0000 70%);position:absolute;inset:0}.content-hero:after{content:"";background:linear-gradient(to top, var(--bg), transparent);height:28px;position:absolute;bottom:0;left:0;right:0}.content-scroll{flex:1;padding:24px 36px 60px;overflow-y:auto}.content-scroll::-webkit-scrollbar{width:4px}.content-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.page-date-title{color:var(--text-dark);letter-spacing:-1px;margin-bottom:20px;font-size:1.9rem;font-weight:900;line-height:1.1}.page-date-title em{color:var(--text-mid);font-size:1.25rem;font-style:normal;font-weight:400}.write-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:24px;align-items:center;gap:6px;margin-bottom:18px;padding:9px 20px;font-family:inherit;font-size:.86rem;font-weight:700;transition:background .2s,transform .1s;display:inline-flex;box-shadow:0 3px 12px #00347838}.write-btn:hover{background:#002460}.write-btn:active{transform:scale(.97)}.post-card{background:var(--white);border-bottom:1px solid #f0f2f6;grid-template-columns:58px 1fr auto;align-items:start;gap:12px;margin-bottom:1px;padding:16px 20px;transition:background .12s;display:grid;position:relative}.post-card:first-child{border-radius:8px 8px 0 0}.post-card:last-child{border-bottom:none;border-radius:0 0 8px 8px}.post-card:only-child{border-bottom:none;border-radius:8px}.post-card:hover{background:#fafcff}.post-time-col{padding-top:2px;font-size:.82rem;font-weight:700}.post-status-row{align-items:center;gap:5px;margin-top:5px;display:flex}.status-circle{border:2px solid var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.status-circle.done{border-color:var(--blue);background:var(--blue)}.status-circle.done:after{content:"✓";color:#fff;font-size:8px}.post-title{margin-bottom:3px;font-size:.98rem;font-weight:700;line-height:1.4}.post-subtitle{color:var(--text-muted);font-size:.78rem;line-height:1.4}.post-content{color:var(--text-mid);margin-top:8px;font-size:.83rem;line-height:1.6}.post-actions-col{flex-direction:column;align-items:flex-end;gap:8px;padding-top:2px;display:flex}.action-icon{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:2px;line-height:1}.action-icon:hover{color:var(--text-dark)}.action-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.medal-dot{color:#fff;white-space:nowrap;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0 2px;font-size:.65rem;font-weight:900;display:flex}.medal-dot.gold{background:var(--gold)}.medal-dot.silver{background:var(--silver)}.medal-dot.bronze{background:var(--bronze)}.edit-menu-wrap{position:relative}.edit-menu{z-index:30;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:8px;min-width:100px;animation:.12s fadeIn;position:absolute;top:100%;right:0;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.edit-menu-item{color:var(--text-dark);cursor:pointer;text-align:left;border:none;border-bottom:1px solid var(--border);background:0 0;width:100%;padding:12px 16px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .12s;display:block}.edit-menu-item:last-child{border-bottom:none}.edit-menu-item:hover{background:var(--blue-light)}.edit-menu-item.danger{color:var(--red)}.post-images{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:6px;margin-top:10px;display:grid}.thumb{aspect-ratio:4/3;object-fit:cover;cursor:pointer;border-radius:6px;width:100%;transition:opacity .15s,transform .15s}.thumb:hover{opacity:.88;transform:scale(1.02)}.lightbox-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#000000eb;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.lightbox-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards zoomIn;transform:scale(.95);box-shadow:0 10px 40px #00000080}@keyframes zoomIn{to{transform:scale(1)}}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:32px;transition:background .2s;display:flex;position:absolute;top:30px;right:30px}.lightbox-close:hover{background:#fff3}.img-preview-item{aspect-ratio:1;border:1px solid var(--border);background:var(--white);border-radius:8px;position:relative;overflow:visible}.img-tag-old{color:#fff;pointer-events:none;background:#00000080;border-radius:3px;padding:1px 4px;font-size:.6rem;position:absolute;bottom:4px;left:4px}.img-remove{background:var(--red);color:#fff;cursor:pointer;z-index:10;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0003}.img-remove:hover{transform:scale(1.1)}.empty-state{text-align:center;color:var(--text-muted);padding:70px 0;font-size:.9rem;line-height:1.7}.empty-icon{opacity:.35;margin-bottom:12px;font-size:2rem}.right-panel{background:var(--bg);border-left:1px solid var(--border);flex-direction:column;padding:22px 16px;display:flex;overflow-y:auto}.right-panel::-webkit-scrollbar{width:4px}.right-panel::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.panel-title{color:var(--text-dark);align-items:center;gap:8px;margin-bottom:14px;font-size:1.15rem;font-weight:900;display:flex}.panel-title-badge{background:var(--red);color:#fff;border-radius:12px;padding:2px 8px;font-size:.68rem;font-weight:700}.todo-add-form{margin-bottom:16px}.todo-input-row{gap:6px;margin-bottom:6px;display:flex}.todo-input{border:1.5px solid var(--border);color:var(--text-dark);background:var(--white);border-radius:8px;outline:none;flex:1;padding:9px 11px;font-family:inherit;font-size:.84rem;transition:border-color .2s}.todo-input:focus{border-color:var(--blue)}.todo-add-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.2rem;transition:background .15s;display:flex}.todo-add-btn:hover{background:#002460}.todo-meta-row{gap:6px;display:flex}.todo-select{border:1px solid var(--border);color:var(--text-dark);background:var(--white);cursor:pointer;appearance:none;border-radius:6px;outline:none;flex:1;padding:5px 8px;font-family:inherit;font-size:.78rem}.cat-badge{border-radius:6px;margin-right:4px;padding:2px 6px;font-size:.65rem;font-weight:700;display:inline-block}.cat-badge.planning{color:#856404;background:#fff3cd}.cat-badge.doing{color:#084298;background:#cfe2ff}.cat-badge.done-cat{color:#0f5132;background:#d1e7dd}.pri-badge{border-radius:5px;padding:2px 5px;font-size:.62rem;font-weight:700;display:inline-block}.pri-badge.high{color:#842029;background:#f8d7da}.pri-badge.normal{color:var(--text-muted);background:#f2f4f7}.todo-section-label{color:var(--text-muted);letter-spacing:.8px;text-transform:uppercase;align-items:center;gap:6px;margin:10px 0 5px;font-size:.7rem;font-weight:700;display:flex}.done-count{background:var(--bg);border:1px solid var(--border);color:var(--text-muted);border-radius:10px;padding:1px 6px;font-size:.67rem}.todo-item{background:var(--white);border:1.5px solid #0000;border-radius:8px;align-items:flex-start;gap:9px;margin-bottom:4px;padding:9px 10px;transition:border-color .15s;display:flex}.todo-item:hover{border-color:var(--border)}.todo-item.done-item{opacity:.52}.todo-radio{border:2px solid var(--border);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;margin-top:1px;transition:border-color .15s,background .15s;display:flex}.todo-radio:hover{border-color:var(--blue)}.todo-radio.checked{border-color:var(--blue);background:var(--blue)}.todo-radio.checked:after{content:"✓";color:#fff;font-size:9px;font-weight:900}.todo-text-wrap{flex:1;min-width:0}.todo-text{color:var(--text-dark);word-break:break-word;font-size:.84rem;line-height:1.4}.todo-text.striked{color:var(--text-muted);text-decoration:line-through}.todo-date{color:var(--text-muted);margin-top:2px;font-size:.66rem}.see-all-btn{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text-mid);cursor:pointer;border-radius:8px;margin-top:10px;padding:10px;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .15s}.see-all-btn:hover{background:var(--border);color:var(--text-dark)}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a122880;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:var(--white);width:350px;max-width:95vw;box-shadow:var(--shadow-md);border-radius:16px;padding:38px 34px;position:relative}.post-form-box{background:var(--white);width:500px;max-width:95vw;max-height:92dvh;box-shadow:var(--shadow-md);border-radius:16px;padding:32px;position:relative;overflow-y:auto}.modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:14px;right:16px}.modal-title{color:var(--text-dark);margin-bottom:5px;font-size:1.3rem;font-weight:900}.modal-sub{color:var(--text-muted);margin-bottom:24px;font-size:.83rem}.google-btn{border:1.5px solid var(--border);width:100%;color:var(--text-dark);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:12px;padding:12px 18px;font-family:inherit;font-size:.9rem;font-weight:600;transition:border-color .2s,box-shadow .2s;display:flex}.google-btn:hover{border-color:var(--blue);box-shadow:0 4px 14px #0034781f}.google-icon{flex-shrink:0;width:20px;height:20px}.form-title{color:var(--text-dark);margin-bottom:20px;font-size:1.2rem;font-weight:900}.form-group{margin-bottom:13px}.form-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.73rem;font-weight:700;display:block}.form-input,.form-textarea,.form-select{border:1.5px solid var(--border);width:100%;color:var(--text-dark);background:var(--bg);border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:.87rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--blue);background:#fff}.form-textarea{resize:vertical;min-height:86px}.form-select{appearance:none;cursor:pointer}.form-btns{gap:9px;margin-top:20px;display:flex}.submit-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;padding:11px 18px;font-family:inherit;font-size:.9rem;font-weight:700;transition:background .2s}.submit-btn:hover{background:#002460}.cancel-btn{background:var(--bg);color:var(--text-mid);border:1.5px solid var(--border);cursor:pointer;border-radius:8px;padding:11px 18px;font-family:inherit;font-size:.9rem;font-weight:600}.cancel-btn:hover{border-color:var(--text-muted)}.img-upload-area{border:2px dashed var(--border);text-align:center;cursor:pointer;background:var(--bg);border-radius:8px;padding:16px;transition:border-color .2s,background .2s}.img-upload-area:hover{border-color:var(--blue);background:var(--blue-light)}.img-preview-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:6px;margin-top:10px;display:grid}.img-preview-item{aspect-ratio:4/3;position:relative}.img-preview-item img{object-fit:cover;border-radius:6px;width:100%;height:100%}.img-remove{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:900;display:flex;position:absolute;top:-6px;right:-6px}.search-page{background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}.search-header{z-index:10;background:var(--white);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 24px;display:flex;position:sticky;top:0}.search-back{cursor:pointer;color:var(--blue);background:0 0;border:none;padding:4px;font-size:1.2rem;line-height:1}.search-input-wrap{flex:1;align-items:center;display:flex;position:relative}.search-input-big{border:1.5px solid var(--border);width:100%;color:var(--text-dark);background:var(--bg);border-radius:24px;outline:none;padding:10px 14px 10px 40px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.search-input-big:focus{border-color:var(--blue);background:#fff}.search-icon-inner{color:var(--text-muted);pointer-events:none;position:absolute;left:12px}.search-icon-inner svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.search-results{flex:1;width:100%;max-width:760px;margin:0 auto;padding:24px}.search-count{color:var(--text-muted);margin-bottom:16px;font-size:.84rem}.search-highlight{background:#fff3cd;border-radius:2px;font-weight:700}.todo-fab{background:var(--blue);color:#fff;cursor:pointer;z-index:50;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;transition:background .15s,transform .15s;display:none;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 16px #00347859}.todo-fab:active{transform:scale(.93)}.todo-sheet-backdrop{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a122873;align-items:flex-end;display:none;position:fixed;inset:0}.todo-sheet{background:var(--white);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:75dvh;padding:20px 18px 36px;display:none;overflow-y:auto;box-shadow:0 -8px 40px #00000026}.todo-sheet-handle{background:var(--border);border-radius:2px;width:36px;height:4px;margin:0 auto 16px}.todo-sheet-backdrop.open,.todo-sheet-backdrop.open .todo-sheet{display:flex}@media (max-width:768px){.app-root{height:100dvh}.top-header{height:50px;min-height:50px;padding:0 14px}.nav-btn{padding:5px 10px;font-size:.8rem}.body-layout{grid-template-rows:auto 1fr;grid-template-columns:1fr}.mobile-date-header{background:var(--white);border-bottom:1px solid var(--border);z-index:50;align-items:center;gap:8px;padding:12px 14px;display:flex;position:sticky;top:0}.date-dropdown-btn{background:var(--white);border:1px solid var(--border);color:var(--text-dark);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:8px;flex:1;justify-content:space-between;align-items:center;padding:10px 16px;font-family:inherit;font-size:.95rem;font-weight:600;display:flex}.filter-btn{background:var(--white);border:1px solid var(--border);height:40px;color:var(--text-mid);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-size:.85rem;font-weight:600;display:flex}.calendar-modal{z-index:2000;background:#0006;align-items:flex-end;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.calendar-sheet{background:var(--white);border-radius:20px 20px 0 0;width:100%;max-height:480px;padding:10px 16px 8px;animation:.3s slideUp;position:relative}.sheet-handle{background:#e2e8f0;border-radius:100px;width:44px;height:4px;margin:0 auto 16px}.sheet-close{color:#1a1a1a;cursor:pointer;z-index:10;background:0 0;border:none;font-size:2.2rem;font-weight:300;line-height:1;position:absolute;top:26px;right:20px}.calendar-modal-content .cal-header{justify-content:center;margin-bottom:2px;display:flex}.calendar-modal-content .cal-header h3{color:#001b3a;letter-spacing:-.6px;margin:0;font-size:1.35rem;font-weight:800}.calendar-modal-content .calendar-grid{gap:0;margin-top:14px;padding-bottom:12px}.calendar-modal-content .cal-day{color:#1a1a1a;justify-content:center;align-items:center;height:40px;font-size:1.05rem;font-weight:600;display:flex;position:relative}.calendar-modal-content .cal-day.active{color:#fff;background:#00467f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:auto;display:flex;transform:none}.calendar-modal-content .cal-weekday{color:#aaa;text-align:center;padding-bottom:8px;font-size:.72rem;font-weight:500}.calendar-footer{text-align:center;color:#888;border-top:1px solid #f1f1f1;margin-top:2px;padding-top:14px;font-size:.68rem}.cal-dot{background:#00467f;width:14px;height:1px;position:absolute;bottom:4px}.calendar-modal-content .cal-day.active .cal-dot{background:#fff;bottom:6px}.date-scroller{display:none}.content-hero{height:50px;min-height:50px}.content-scroll{padding:16px 14px 100px}.page-date-title{color:#001b3a;margin-bottom:12px;font-size:1.75rem;font-weight:800}.page-date-title em{font-size:inherit;font-weight:inherit;color:inherit;margin-left:2px;font-style:normal}.post-card{grid-template-columns:50px 1fr auto;gap:10px;padding:14px}.post-title{font-size:.92rem}.post-content{font-size:.8rem}.right-panel{display:none}.todo-fab{display:flex}.write-btn{z-index:40;white-space:nowrap;position:fixed;bottom:82px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0034784d}}
