.notes-widget{z-index:9999;cursor:pointer}.notes-widget-dot{width:16px;height:16px;background:#3b82f6;border-radius:50%;box-shadow:0 2px 8px rgba(59,130,246,.4);transition:transform .2s ease,box-shadow .2s ease;animation:pulse-dot 2s ease-in-out infinite}.notes-widget:hover .notes-widget-dot{transform:scale(1.2);box-shadow:0 4px 12px rgba(59,130,246,.6)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.7}}.notes-widget-expanded{position:absolute;bottom:24px;right:0;width:380px;max-width:calc(100vw - 40px);max-height:600px;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;animation:expand-in .2s ease-out}@keyframes expand-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.notes-widget-header{padding:16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:12px;background:#f9fafb}.notes-widget-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0;flex:1 1}.notes-widget-title-input{flex:1 1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-weight:600;font-family:inherit}.notes-widget-actions{display:flex;gap:8px;align-items:center}.notes-widget-btn{padding:6px 12px;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.notes-widget-btn:hover{background:#f3f4f6;border-color:#9ca3af}.notes-widget-btn-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.notes-widget-btn-primary:hover{background:#2563eb;border-color:#2563eb}.notes-widget-btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.notes-widget-btn-danger:hover{background:#dc2626;border-color:#dc2626}.notes-widget-btn-close{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1}.notes-widget-content{padding:16px;flex:1 1;overflow-y:auto;min-height:80px}.notes-widget-content-text{color:#4b5563;line-height:1.6;margin:0;white-space:pre-wrap}.notes-widget-content-text em{color:#9ca3af;font-style:italic}.notes-widget-content-input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:80px}.notes-widget-comments{border-top:1px solid #e5e7eb;padding:16px;background:#f9fafb;max-height:300px;display:flex;flex-direction:column}.notes-widget-comments-title{font-size:.9rem;font-weight:600;color:#374151;margin:0 0 12px}.notes-widget-comments-list{flex:1 1;overflow-y:auto;margin-bottom:12px;max-height:200px}.notes-widget-comments-empty{color:#9ca3af;font-size:.875rem;font-style:italic;margin:0;padding:8px 0}.notes-widget-comment{background:#fff;padding:10px 12px;border-radius:6px;margin-bottom:8px;border:1px solid #e5e7eb}.notes-widget-comment-content{color:#374151;font-size:.875rem;line-height:1.5;margin:0 0 6px;white-space:pre-wrap}.notes-widget-comment-date{color:#9ca3af;font-size:.75rem}.notes-widget-comment-form{display:flex;flex-direction:column;gap:8px}.notes-widget-comment-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;min-height:60px}.notes-widget-loading{color:#9ca3af;font-size:.875rem;padding:12px;text-align:center}@media (max-width:480px){.notes-widget-expanded{width:calc(100vw - 20px);right:10px;bottom:10px}}.notes-editor-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;pointer-events:auto}.notes-editor-overlay.positioning-active{pointer-events:none}.notes-editor-overlay.positioning-active .notes-editor{pointer-events:auto}.notes-editor{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative}.notes-editor-header:active{cursor:-webkit-grabbing!important;cursor:grabbing!important}.notes-editor-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notes-editor-header:active{cursor:-webkit-grabbing;cursor:grabbing}.notes-editor-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.notes-editor-close{width:32px;height:32px;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#6b7280;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.notes-editor-close:hover{background:#e5e7eb;color:#111827}.notes-editor-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;padding:1.5rem;overflow-y:auto;flex:1 1}.notes-editor-form{display:flex;flex-direction:column;gap:1rem}.notes-editor-field{display:flex;flex-direction:column;gap:.5rem}.notes-editor-field label{font-size:.875rem;font-weight:600;color:#374151}.notes-editor-field input,.notes-editor-field select,.notes-editor-field textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;font-family:inherit}.notes-editor-field input:focus,.notes-editor-field select:focus,.notes-editor-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.notes-editor-position{display:flex;align-items:center;gap:.5rem}.notes-editor-position input{width:100px}.notes-editor-position button{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.notes-editor-position button.active,.notes-editor-position button:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.notes-editor-actions{display:flex;gap:.75rem;margin-top:.5rem}.notes-editor-btn,.notes-editor-btn-primary{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.notes-editor-btn-primary{background:#3b82f6;color:#fff}.notes-editor-btn-primary:hover{background:#2563eb}.notes-editor-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.notes-editor-btn:hover{background:#e5e7eb}.notes-editor-list{display:flex;flex-direction:column;gap:1rem}.notes-editor-list h3{margin:0;font-size:1.1rem;font-weight:600;color:#111827}.notes-editor-tabs{display:flex;gap:.5rem;border-bottom:1px solid #e5e7eb}.notes-editor-tabs button{padding:.5rem 1rem;background:transparent;color:#6b7280;font-size:.875rem;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:all .2s}.notes-editor-tabs button:hover{color:#111827}.notes-editor-tabs button.active{color:#3b82f6;border-bottom-color:#3b82f6}.notes-editor-notes-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.notes-editor-note-item{padding:1rem;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb}.notes-editor-note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.notes-editor-note-header strong{color:#111827;font-size:.9rem}.notes-editor-note-header div{display:flex;gap:.5rem}.notes-editor-note-content{color:#4b5563;font-size:.875rem;margin:.5rem 0;white-space:pre-wrap}.notes-editor-note-meta{color:#9ca3af;font-size:.75rem;margin:.25rem 0}.notes-editor-empty{color:#9ca3af;font-size:.875rem;text-align:center;padding:2rem;font-style:italic}.notes-editor-btn-small{padding:.25rem .75rem;border:1px solid #d1d5db;background:#fff;border-radius:4px;font-size:.75rem;cursor:pointer;transition:all .2s}.notes-editor-btn-small:hover{background:#f3f4f6}.notes-editor-btn-danger{color:#ef4444;border-color:#ef4444}.notes-editor-btn-danger:hover{background:#fee2e2}@media (max-width:1024px){.notes-editor-content{grid-template-columns:1fr}}.notes-positioning-highlight{outline:2px solid #3b82f6!important;outline-offset:2px!important;background-color:rgba(59,130,246,.1)!important;cursor:crosshair!important;position:relative!important}.notes-positioning-highlight:before{content:"Click to position note here";position:absolute;top:-30px;left:0;background:#3b82f6;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;white-space:nowrap;z-index:10001;pointer-events:none}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#1a1a1a;min-height:100vh;-webkit-font-smoothing:antialiased;line-height:1.55}body{padding:2.5rem}a{text-decoration:none;color:inherit}.container{max-width:100%;margin:0 auto;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%);border-radius:22px;padding:3rem;border:1px solid hsla(0,0%,90%,.9);box-shadow:0 18px 45px rgba(0,0,0,.07)}.header{margin-bottom:2.75rem;padding-bottom:1.5rem;border-bottom:1px solid #e4e4e4}.header h1{font-size:2.5rem;font-weight:600;letter-spacing:-.6px;color:#1a1a1a;margin-bottom:.4rem}.header p{font-size:1.05rem;color:#555}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.product-card{background:#fff;border-radius:16px;padding:1.9rem;border:1px solid #e6e6e6;box-shadow:0 4px 18px rgba(0,0,0,.05);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease;cursor:pointer}.product-card:hover{transform:translateY(-6px);box-shadow:0 14px 34px rgba(0,0,0,.08)}.product-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.4rem;color:#1a1a1a}.product-card .item-no{font-size:.9rem;color:#777;margin-bottom:.75rem}.product-card .price{font-size:1.35rem;font-weight:600;color:#2b2b2b}.loading{text-align:center;color:#777;padding:3rem;font-size:1.1rem}.error{background:#f9eaea;border:1px solid #efcaca;color:#9a1e1e;padding:1rem;border-radius:10px;margin:1.5rem 0}.product-detail{background:#fff;border-radius:20px;padding:3rem;margin-top:3rem;border:1px solid #e4e4e4;box-shadow:0 12px 32px rgba(0,0,0,.06)}.product-detail h2{font-size:2.1rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.3px;color:#1a1a1a}.product-detail .back-button{display:inline-block;padding:.65rem 1.4rem;background:#1a1a1a;color:#fff;border-radius:8px;font-size:.95rem;font-weight:500;margin-bottom:2rem;transition:opacity .2s ease}.product-detail .back-button:hover{opacity:.85}.detail-section{margin-top:2.25rem;padding-top:1.75rem;border-top:1px solid #e5e5e5}.detail-section h3{font-size:1.3rem;margin-bottom:.9rem;font-weight:600;color:#1f1f1f}.detail-section p,.detail-section pre{color:#444}.detail-section pre{background:#f2f2f2;padding:1.2rem;border-radius:10px;border:1px solid #dadada;overflow-x:auto;font-size:.95rem;line-height:1.5}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.external-link{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;font-size:.875rem;font-weight:500;border-radius:8px;transition:all .25s cubic-bezier(.22,1,.36,1);box-shadow:0 2px 8px rgba(0,0,0,.12)}.external-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.18);background:linear-gradient(135deg,#2d2d2d,#3d3d3d);color:#fff}.external-link:after{content:"↗";font-size:.9em;opacity:.7;transition:transform .2s ease,opacity .2s ease}.external-link:hover:after{transform:translate(2px,-2px);opacity:1}