*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}.gallery-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:0;display:flex;flex-direction:column}.gallery-header{text-align:center;color:#fff;padding:2rem 2rem 1.5rem}.gallery-header h1{font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.gallery-header p{font-size:1.1rem;opacity:.9;margin:0}.gallery-footer{text-align:center;color:#fff;padding:1.5rem 2rem;background:#0000001a;border-top:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-footer p{font-size:.95rem;margin:0;opacity:.9;font-weight:500;letter-spacing:.5px}.gallery-layout{flex:1;display:flex;flex-direction:row;gap:1.5rem;padding:0 2rem 2rem;max-width:1800px;margin:0 auto;width:100%;min-height:0;align-items:stretch}.preview-section-center{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0003;display:flex;justify-content:center;align-items:center;min-height:600px;flex:1;overflow:auto}.canvas-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.canvas-wrapper canvas{max-width:90%;max-height:600px;width:auto;height:auto;border-radius:12px;box-shadow:0 8px 25px #00000026;background:#f0f0f0}.download-btn{padding:.9rem 2.5rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;flex-direction:column;gap:.8rem}.inquiry-btn{padding:.9rem 2.5rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f5576c66}.inquiry-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5576c99}.modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:550px;max-height:85vh;overflow-y:auto;box-shadow:0 25px 70px #0006;animation:modalSlideIn .3s ease;position:relative;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#663a8b)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 2rem;border-bottom:2px solid #f0f0f0}.modal-header h2{margin:0;font-size:1.75rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#999;transition:color .3s ease;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{color:#f5576c;background:#fff0f3}.inquiry-form{padding:2rem}.selected-info{background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:12px;padding:1.25rem;margin-bottom:1.75rem;border-left:4px solid #667eea}.info-item{margin-bottom:.5rem;font-size:.95rem}.info-item:last-child{margin-bottom:0}.info-item strong{color:#667eea;margin-right:.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.95rem;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.9rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit;box-sizing:border-box;padding:.75rem;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.submit-message{padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-weight:600;text-align:center}.submit-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:2px solid #f0f0f0;flex-direction:column-reverse;gap:.8rem}.btn-cancel,.btn-submit{padding:.9rem 2rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;width:100%;padding:.9rem;font-size:1rem}.btn-cancel{background:#f0f0f0;color:#666}.btn-cancel:hover{background:#e0e0e0}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.empty-canvas{text-align:center;padding:3rem;color:#999}.empty-icon{font-size:5rem;margin-bottom:1rem;opacity:.3}.empty-canvas h3{font-size:1.8rem;color:#666;margin-bottom:.5rem}.empty-canvas p{font-size:1.1rem;color:#999}.selection-section{display:flex;flex-direction:row;gap:1.5rem}.selection-strip{flex:1;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 20px #00000026}.selection-strip.vertical{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 20px #00000026;display:flex;flex-direction:column;max-height:calc(100vh - 250px);min-height:600px;width:280px;flex-shrink:0}.selection-strip.vertical:first-child,.selection-strip.vertical:last-child{width:340px}.strip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:2px solid #f0f0f0;flex-shrink:0}.strip-header h3{margin:0;font-size:1.2rem;color:#333}.strip-header .count{font-size:.85rem;color:#999;background:#f0f0f0;padding:.25rem .6rem;border-radius:15px;font-weight:600}.filter-btn{padding:.35rem .7rem;font-size:.9rem;font-weight:600;border:2px solid #e0e0e0;background:#fff;color:#666;border-radius:15px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-btn:hover{border-color:#667eea;color:#667eea;background:#f0f4ff}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 2px 8px #667eea4d}.items-vertical{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;overflow-x:hidden;padding:.5rem;flex:1;min-height:0}.items-vertical.grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;align-content:start;-webkit-overflow-scrolling:touch}.items-vertical::-webkit-scrollbar{width:6px}.items-vertical::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.items-vertical::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.items-vertical::-webkit-scrollbar-thumb:hover{background:#5568d3}.items-horizontal{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;padding:.5rem 0;scroll-behavior:smooth}.items-horizontal::-webkit-scrollbar{height:8px}.items-horizontal::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.items-horizontal::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.items-horizontal::-webkit-scrollbar-thumb:hover{background:#5568d3}.item-thumb{flex-shrink:0;width:100%;cursor:pointer;border-radius:12px;overflow:hidden;background:#f8f9fa;transition:all .3s ease;border:3px solid transparent;position:relative}.item-thumb:hover{transform:scale(1.02);box-shadow:0 8px 20px #0003}.item-thumb.selected{border-color:#667eea;box-shadow:0 8px 25px #667eea80;transform:scale(1.05)}.item-thumb.selected:after{content:"✓";position:absolute;top:8px;right:8px;width:24px;height:24px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;box-shadow:0 2px 8px #0000004d}.item-thumb img{width:100%;height:140px;object-fit:cover;display:block}.thumb-label{padding:.5rem;font-size:.8rem;font-weight:600;color:#333;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#fff}.empty-message{color:#999;font-size:.95rem;padding:2rem;text-align:center;width:100%}@media(max-width:1400px){.selection-strip.vertical{width:240px}.selection-strip.vertical:first-child,.selection-strip.vertical:last-child{width:300px}.item-thumb img{height:120px}}@media(max-width:1024px){.selection-strip.vertical{width:200px}.selection-strip.vertical:first-child,.selection-strip.vertical:last-child{width:260px}.gallery-layout{gap:1rem}.gallery-header h1{font-size:2rem}.preview-section-center{min-height:400px}.canvas-wrapper canvas{max-height:350px}.item-thumb img{height:100px}.selection-strip.vertical{padding:1rem}}@media(max-width:768px){.gallery-container{padding:0}.gallery-header{padding:1.5rem 1rem 1rem}.gallery-header h1{font-size:1.8rem}.gallery-header p{font-size:.95rem}.gallery-layout{flex-direction:column;padding:0 1rem 1rem;gap:1rem}.selection-strip.vertical{width:100%;max-height:none;min-height:auto;height:auto}.preview-section-center{padding:1.5rem;min-height:350px;order:1}.selection-strip.vertical:first-child{order:2;width:100%}.selection-strip.vertical:last-child{order:3;width:100%}.items-vertical.grid-2col{grid-template-columns:1fr 1fr;gap:.8rem;max-height:500px;overflow-y:auto}.canvas-wrapper canvas{max-height:300px}.strip-header h3{font-size:1.1rem}.item-thumb{width:100%}.item-thumb img{height:140px;object-fit:cover}.thumb-label{font-size:.85rem;padding:.6rem .4rem}.download-btn,.inquiry-btn{padding:.8rem 2rem;font-size:1rem}.modal-overlay{padding:1.5rem}.modal-content{max-width:520px}.gallery-footer{padding:1.2rem 1rem}.gallery-footer p{font-size:.85rem}.empty-message{padding:2rem 1rem;font-size:.95rem}}@media(max-width:480px){.gallery-header h1{font-size:1.5rem}.gallery-header p{font-size:.9rem}.strip-header{flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.strip-header h3{font-size:1rem}.items-vertical.grid-2col{grid-template-columns:1fr 1fr;gap:.6rem;max-height:450px}.item-thumb{width:100%}.item-thumb img{height:130px}.thumb-label{font-size:.8rem;padding:.5rem .3rem}.preview-section-center{min-height:300px;padding:1rem}.canvas-wrapper canvas{max-height:250px}.empty-canvas h3{font-size:1.3rem}.empty-canvas p{font-size:.9rem}.download-btn,.inquiry-btn{padding:.7rem 1.5rem;font-size:.95rem}.action-buttons{flex-direction:column;gap:.8rem}.modal-overlay{padding:1rem}.modal-content{max-width:100%;max-height:92vh;border-radius:16px}.modal-header{padding:1.25rem 1.5rem}.modal-header h2{font-size:1.5rem}.inquiry-form{padding:1.5rem}.selected-info{padding:1rem;font-size:.9rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;font-size:.95rem}.modal-actions{flex-direction:column-reverse;gap:.8rem}.btn-cancel,.btn-submit{width:100%;padding:.9rem;font-size:1rem}}@media(max-width:900px)and (orientation:landscape){.gallery-layout{flex-direction:row}.selection-strip.vertical{width:280px;max-height:calc(100vh - 200px)}.preview-section-center{flex:1}.items-vertical.grid-2col{grid-template-columns:1fr 1fr;max-height:calc(100vh - 280px)}}.login-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;padding:2rem}.login-box{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:450px;width:100%;padding:3rem;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;color:#333;margin-bottom:.5rem}.login-header p{color:#666;font-size:.95rem}.login-form,.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:.95rem}.form-group input{width:100%;padding:.9rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:.8rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border-left:4px solid #c33;animation:shake .5s}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.login-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e0e0e0}.login-footer p{color:#999;font-size:.85rem;margin:0}@media(max-width:480px){.login-box{padding:2rem 1.5rem}.login-header h1{font-size:1.6rem}.login-header p{font-size:.9rem}.login-btn{font-size:1rem}}.admin-container{min-height:100vh;background:linear-gradient(135deg,#f093fb,#f5576c);padding:2rem 3rem;display:flex;flex-direction:column}.admin-header{text-align:center;color:#fff;margin-bottom:2rem;flex-shrink:0}.admin-header h1{font-size:3rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.admin-header p{font-size:1.2rem;opacity:.9;margin:0}.logout-btn{padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;color:#fff;background:#fff3;border:2px solid rgba(255,255,255,.5);border-radius:10px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logout-btn:hover{background:#ffffff4d;border-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.admin-content{max-width:1600px;width:100%;margin:0 auto;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px #0003;flex:1}.tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.tab{padding:1rem 2rem;font-size:1.1rem;font-weight:600;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;color:#666;transition:all .3s ease}.tab:hover{color:#333}.tab.active{color:#f5576c;border-bottom-color:#f5576c}.admin-actions{margin-bottom:2rem}.add-btn{padding:.8rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f5576c66}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5576c99}.admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;max-width:100%}.admin-card{border-radius:12px;overflow:hidden;background:#f8f9fa;box-shadow:0 4px 10px #0000001a;transition:all .3s ease}.admin-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.admin-card-image{width:100%;height:200px;overflow:hidden;background:#e0e0e0}.admin-card-image img{width:100%;height:100%;object-fit:cover}.admin-card-content{padding:1.5rem}.admin-card-content h3{margin:0 0 .5rem;font-size:1.2rem;color:#333}.admin-card-content p{margin:0 0 1rem;color:#666;font-size:.9rem;min-height:2.5em}.admin-card-actions{display:flex;gap:.5rem}.edit-btn,.delete-btn{flex:1;padding:.6rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.edit-btn{background:#667eea;color:#fff}.edit-btn:hover{background:#5568d3}.delete-btn{background:#ef4444;color:#fff}.delete-btn:hover{background:#dc2626}.empty-state{text-align:center;padding:4rem 2rem;color:#666}.empty-state p{font-size:1.2rem}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e0e0e0}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f0f0f0;color:#333}.modal form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f5576c}.form-group small{display:block;margin-top:.5rem;color:#666;font-size:.85rem}.frame-selector{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.8rem;max-height:250px;overflow-y:auto;padding:.5rem;background:#f8f9fa;border-radius:8px;border:2px solid #e0e0e0}.frame-option{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;background:#fff;border:2px solid transparent;transition:all .3s ease}.frame-option:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.frame-option.selected{border-color:#667eea;box-shadow:0 4px 15px #667eea66}.frame-option img{width:100%;height:80px;object-fit:cover;display:block}.frame-option span{display:block;padding:.4rem;font-size:.75rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#fff}.check-badge{position:absolute;top:4px;right:4px;width:22px;height:22px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 6px #0000004d}.form-actions{display:flex;gap:1rem;margin-top:2rem}.cancel-btn,.submit-btn{flex:1;padding:.8rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.cancel-btn{background:#e0e0e0;color:#333}.cancel-btn:hover{background:#d0d0d0}.submit-btn{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 4px 15px #f5576c66}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5576c99}@media(min-width:1600px){.admin-content{max-width:1800px}.admin-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.admin-header h1{font-size:2rem}.admin-grid{grid-template-columns:1fr}.tabs{flex-direction:column;border-bottom:none}.tab{border-bottom:2px solid #e0e0e0;border-left:3px solid transparent}.tab.active{border-left-color:#f5576c;border-bottom-color:#e0e0e0}.admin-footer{padding:1.2rem 1rem;margin-top:1.5rem}.admin-footer p{font-size:.85rem}}.admin-footer{text-align:center;color:#fff;padding:1rem 2rem;margin-top:1.5rem;background:#0000001a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.admin-footer p{font-size:.9rem;margin:0;opacity:.85;font-weight:400;letter-spacing:.3px}.inquiries-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 25px #00000026}.badge{background:#fff;color:#f5576c;padding:.2rem .6rem;border-radius:12px;font-size:.85rem;margin-left:.5rem;font-weight:700}.inquiries-table-container{overflow-x:auto;margin-top:1rem}.inquiries-table{width:100%;border-collapse:collapse;background:#fff}.inquiries-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.inquiries-table th{padding:1rem;text-align:left;font-weight:600;font-size:.95rem;white-space:nowrap}.inquiries-table td{padding:1rem;border-bottom:1px solid #f0f0f0;vertical-align:top}.inquiries-table tbody tr:hover{background:#f8f9ff}.status-select{padding:.5rem .8rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;min-width:150px}.status-select:hover{opacity:.9;transform:translateY(-1px)}.customer-info strong{display:block;margin-bottom:.3rem;color:#333}.address-small{font-size:.85rem;color:#666;max-width:200px}.contact-info{display:flex;flex-direction:column;gap:.4rem}.contact-link{color:#667eea;text-decoration:none;font-size:.9rem;transition:color .3s ease;display:flex;align-items:center;gap:.3rem}.contact-link:hover{color:#5568d3;text-decoration:underline}.items-info div{margin-bottom:.3rem;font-size:.9rem;color:#555}.message-cell{max-width:250px;font-size:.9rem;color:#666;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.date-cell{font-size:.9rem;color:#555;white-space:nowrap}.time-small{font-size:.8rem;color:#999;margin-top:.2rem}.delete-btn-small{background:#f44;color:#fff;border:none;padding:.5rem .8rem;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:all .3s ease}.delete-btn-small:hover{background:#c00;transform:scale(1.1)}@media(max-width:1200px){.inquiries-table{font-size:.85rem}.inquiries-table th,.inquiries-table td{padding:.75rem}.status-select{min-width:130px;font-size:.85rem}.message-cell{max-width:180px}}@media(max-width:768px){.inquiries-section{padding:1rem;overflow-x:auto}.inquiries-table{min-width:900px}.badge{font-size:.75rem;padding:.15rem .4rem}}.inquiries-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:12px;border-left:4px solid #667eea}.inquiries-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat-item{font-size:.95rem;color:#555}.stat-item strong{color:#667eea;font-size:1.1rem;margin-left:.3rem}.export-btn{padding:.8rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #22c55e4d}.export-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e80}.view-btn-small{background:#667eea;color:#fff;border:none;padding:.5rem .8rem;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:all .3s ease;margin-right:.5rem}.view-btn-small:hover{background:#5568d3;transform:scale(1.1)}.view-modal{background:#fff;border-radius:20px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 70px #0006;animation:modalSlideIn .3s ease}.view-modal-header{padding:2rem;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;align-items:flex-start;background:linear-gradient(135deg,#667eea15,#764ba215)}.view-modal-title{display:flex;flex-direction:column;gap:.8rem}.view-modal-title h2{margin:0;font-size:1.8rem;color:#333}.status-badge-large{display:inline-block;padding:.6rem 1.2rem;border-radius:10px;color:#fff;font-weight:600;font-size:.9rem;box-shadow:0 2px 8px #0003}.view-modal-content{padding:2rem}.view-section{margin-bottom:2rem}.view-section:last-child{margin-bottom:0}.section-title{font-size:1.1rem;color:#667eea;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0;font-weight:600}.view-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.view-item{display:flex;flex-direction:column;gap:.5rem}.view-item.full-width{grid-column:1 / -1}.view-item label{font-size:.85rem;color:#999;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.view-item p{font-size:1rem;color:#333;margin:0;line-height:1.5}.link-primary{color:#667eea;text-decoration:none;transition:color .3s ease}.link-primary:hover{color:#5568d3;text-decoration:underline}.item-highlight{background:linear-gradient(135deg,#667eea15,#764ba215);padding:.8rem;border-radius:8px;border-left:3px solid #667eea;font-weight:500}.message-box{background:#f8f9ff;padding:1.5rem;border-radius:12px;border-left:4px solid #667eea;line-height:1.6;color:#555;font-size:.95rem;white-space:pre-wrap}.view-modal-actions{display:flex;gap:1rem;padding-top:2rem;border-top:2px solid #f0f0f0;flex-wrap:wrap}.action-btn{flex:1;padding:1rem;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;min-width:150px}.email-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.email-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.phone-btn{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 12px #22c55e4d}.phone-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e80}.close-btn-secondary{background:#e0e0e0;color:#555}.close-btn-secondary:hover{background:#d0d0d0}@media(max-width:768px){.view-modal{max-width:95%;max-height:95vh}.view-modal-header{padding:1.5rem}.view-modal-title h2{font-size:1.5rem}.view-modal-content{padding:1.5rem}.view-grid{grid-template-columns:1fr;gap:1rem}.view-item.full-width{grid-column:1}.view-modal-actions{flex-direction:column}.action-btn{width:100%}.inquiries-header{flex-direction:column;gap:1rem;align-items:stretch}.inquiries-stats{gap:1rem}.export-btn{width:100%}}.app{min-height:100vh}.navbar{background:linear-gradient(135deg,#1e3c72,#2a5298);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;transition:opacity .3s ease}.nav-logo:hover{opacity:.8}.nav-links{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.nav-link:hover{background:#ffffff1a}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}}
