:root{--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--color-bg: #ffffff;--color-text: #1a1a1a;--color-text-light: #666666;--color-primary: #000000;--color-accent: #f2f2f2;--color-border: #e0e0e0;--color-card-bg: #ffffff;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 48px}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;color:#000;letter-spacing:-.02em}button{font-family:inherit}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{border-bottom:1px solid var(--color-border);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;padding:16px 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.5rem;font-weight:800;margin:0;color:#000;letter-spacing:-.02em}.submit-btn{background:var(--color-primary);color:#fff;border:none;padding:10px 20px;border-radius:4px;font-weight:600;cursor:pointer;font-size:.9rem;transition:opacity .2s}.submit-btn:hover{opacity:.8}.main-content{min-height:80vh;padding-top:40px}.layout-footer{border-top:1px solid var(--color-border);padding:40px 0;margin-top:80px;background-color:#fafafa}.footer-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;color:var(--color-text-light);font-size:.9rem}.admin-link-btn{background:none;border:none;color:#999;cursor:pointer;font-size:.8rem;transition:color .2s}.admin-link-btn:hover{color:#666;text-decoration:underline}.project-card-list{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:24px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;cursor:pointer;margin-bottom:24px}.project-card-list:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d;border-color:#ccc}.card-list-left{display:flex;align-items:flex-start;gap:20px;flex:1}.project-icon-list{width:48px;height:48px;background:#f8f8f8;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#333;flex-shrink:0}.project-info{flex:1}.project-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.project-name{margin:0;font-size:1.1rem;font-weight:700}.project-date{font-size:.85rem;color:#888}.project-description{margin:0 0 12px;color:#555;font-size:.95rem;line-height:1.5}.project-tags{display:flex;gap:8px;flex-wrap:wrap}.tag-pill{background:#f0f0f0;padding:4px 10px;border-radius:100px;font-size:.75rem;font-weight:600;color:#555;border:1px solid #e8e8e8}.card-list-right{margin-left:24px;text-align:right;min-width:100px}.status-text{font-size:.9rem;font-weight:600}.project-grid{display:grid;grid-template-columns:1fr;gap:24px}.empty-state{text-align:center;padding:4rem;color:var(--color-text-light);background:var(--color-accent);border-radius:12px}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out;padding:1rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;padding:24px;box-shadow:0 20px 60px #0000001a;animation:slideUp .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h2{font-size:1.5rem;font-weight:700;margin:0}.close-btn{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#999;padding:0}.close-btn:hover{color:#333}.form-group{margin-bottom:16px}.form-row{display:flex;gap:16px}.form-group.half{flex:1}label{display:block;font-size:.9rem;font-weight:500;margin-bottom:8px;color:#444}input,textarea,select{width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:6px;font-family:inherit;font-size:.95rem;transition:border-color .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary)}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.cancel-btn{background:none;border:1px solid transparent;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:500;color:#666}.cancel-btn:hover{background:#f5f5f5}.submit-form-btn{background:var(--color-primary);color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:600}.submit-form-btn:hover{opacity:.9}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.details-modal{max-width:600px;width:90%;max-height:90vh;display:flex;flex-direction:column;padding:0!important;overflow:hidden}.details-modal .modal-header{flex-shrink:0;padding:24px;border-bottom:1px solid #f0f0f0;margin-bottom:0;background:#fff}.header-left{display:flex;align-items:center;gap:16px;flex:1}.details-modal .modal-body{flex-grow:1;overflow-y:auto;padding:24px;scrollbar-width:thin;scrollbar-color:#ddd transparent}.details-modal .modal-body::-webkit-scrollbar{width:6px}.details-modal .modal-body::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:3px}.project-icon-large{width:64px;height:64px;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#666;box-shadow:inset 0 2px 4px #fff,inset 0 -2px 4px #0000000d;flex-shrink:0}.header-text h2{margin:0;font-size:1.5rem;color:#222;line-height:1.2}.header-text .death-date{font-size:.9rem;color:#888;display:block;margin-top:4px}.details-modal .close-btn{align-self:flex-start;margin-left:16px;padding:4px}.status-badge.large{display:inline-block;padding:6px 12px;border-radius:6px;font-weight:600;font-size:.9rem;margin-bottom:24px}.overview-container{background:#111;border:1px solid #333;border-radius:8px;padding:24px;margin-bottom:32px;display:grid;grid-template-columns:1fr 1fr;gap:32px;color:#fff;font-family:Inter,sans-serif}.overview-section{display:flex;flex-direction:column;gap:16px}.overview-header{font-size:.85rem;text-transform:uppercase;color:#666;letter-spacing:.05em;font-weight:600;margin-bottom:8px;border-bottom:1px solid #333;padding-bottom:8px}.stat-item{display:flex;justify-content:flex-start;align-items:baseline;gap:8px;font-size:.95rem}.stat-label{color:#999}.stat-value{color:#fff;font-weight:500}.description-section,.full-content-section{color:#333}.modal-body{padding:32px;background:#fff}.modal-header{border-bottom:1px solid #eee}.description-section h3{font-size:1.1rem;color:#444;margin-bottom:12px}.description-section p{line-height:1.6;color:#555;font-size:1.05rem;margin-bottom:32px}.visit-btn{display:block;width:100%;padding:14px;background:#222;color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,background .2s;margin-top:24px}.visit-btn:hover{background:#000;transform:translateY(-2px)}.full-content-section{margin-top:32px;padding-top:24px;border-top:1px solid #eee}.content-block{margin-bottom:32px}.content-block h3{font-size:1.25rem;margin-bottom:12px;color:#333;font-weight:700}.content-block p{color:#555;line-height:1.6;margin-bottom:16px;font-size:1rem}.home-view{display:flex;flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;padding:80px 20px}.hero-section{text-align:center;margin-bottom:80px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:24px;color:#000;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;color:#555;line-height:1.6;max-width:600px;margin:0 auto}.category-selection{display:grid;grid-template-columns:1fr 1fr;gap:32px;width:100%}.category-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:32px;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000d}.category-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;border-color:#000}.category-card:active{transform:translateY(0)}.category-content{display:flex;align-items:center;gap:20px}.category-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:50%;color:#333}.category-text h3{font-size:1.5rem;margin:0 0 4px;color:#000}.category-text p{color:#666;margin:0;font-size:.95rem}.card-arrow{font-size:1.5rem;font-weight:700;color:#000}@media(max-width:768px){.hero-title{font-size:2.5rem}.category-selection{grid-template-columns:1fr}}.brand-section{margin-top:80px;width:100%}.section-title{font-size:1.5rem;margin-bottom:24px;color:#000;font-weight:800}.brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.brand-card{background:#111;border:1px solid #333;border-radius:12px;padding:40px;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:16px;min-height:240px}.brand-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000080;background:#1a1a1a;border-color:#555}.apple-card:hover{border-color:#fff}.brand-icon{display:flex;align-items:center;justify-content:flex-start;margin-bottom:0;color:#fff}.brand-icon svg{width:48px;height:48px}.google-logo-text{font-size:2.2rem;font-weight:700;margin:0;font-family:Inter,sans-serif;letter-spacing:-.02em}.g-blue{color:#4285f4}.g-red{color:#ea4335}.g-yellow{color:#fbbc05}.g-green{color:#34a853}.cemetery-suffix{color:#fff}.amazon-logo-text{font-size:2.2rem;font-weight:700;margin:0;font-family:Inter,sans-serif;letter-spacing:-.02em;display:flex;align-items:center;gap:8px}.amazon-word{color:#fff}.microsoft-logo-text{font-size:2.2rem;font-weight:700;margin:0;font-family:Inter,sans-serif;letter-spacing:-.02em;display:flex;align-items:center;gap:0px}.ms-red{color:#f25022}.ms-green{color:#7fba00}.ms-blue{color:#00a4ef}.ms-yellow{color:#ffb900}.apple-logo-text{font-size:2.2rem;font-weight:700;margin:0;font-family:Inter,sans-serif;letter-spacing:-.02em;display:flex;align-items:center;gap:8px}.apple-word{color:#fff}.brand-info h4{font-size:1.5rem;margin:0 0 8px;font-weight:700}.brand-info p{margin:16px 0 24px;color:#aaa;font-size:1rem;line-height:1.5;max-width:90%}.brand-link{font-size:1rem;font-weight:600;color:#fff;text-decoration:underline;text-underline-offset:4px}.brand-card:hover .brand-link{text-decoration:none}@media(max-width:1000px){.brand-grid{grid-template-columns:1fr}}.startup-cemetery-view{min-height:100vh;background-color:#fafafa;padding-bottom:80px;padding-top:40px}.cemetery-container{max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:260px 1fr;gap:60px;align-items:start}.cemetery-sidebar{background:#fff;padding:24px;border-radius:12px;border:1px solid #e0e0e0;position:sticky;top:100px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.sidebar-header h3{margin:0;font-size:1rem;font-weight:700}.clear-filters{background:none;border:none;color:#888;cursor:pointer;font-size:.85rem;padding:0}.clear-filters:hover{color:#d9534f}.filter-group{margin-bottom:20px}.filter-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:8px;color:#555}.filter-group select{width:100%;padding:10px;border:1px solid #e0e0e0;border-radius:6px;background-color:#fff;font-size:.9rem;color:#333;cursor:pointer}.filter-group select:focus{outline:none;border-color:#000}.back-link{display:block;margin-top:32px;background:none;border:none;color:#000;cursor:pointer;font-weight:600;padding:0}.cemetery-header{margin-bottom:40px}.cemetery-header h1{font-size:2.5rem;margin:0 0 16px;letter-spacing:-.02em}.cemetery-subtitle{font-size:1.1rem;color:#666;max-width:600px;line-height:1.6;margin:0}.project-list{display:flex;flex-direction:column;gap:24px}@media(max-width:900px){.cemetery-container{grid-template-columns:1fr;gap:40px}.cemetery-sidebar{position:static}}.admin-container{max-width:900px;margin:40px auto;padding:20px;font-family:Inter,system-ui,sans-serif;color:#111}.admin-title{font-size:2.5rem;margin-bottom:40px;font-weight:800;letter-spacing:-1px}.admin-section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;margin-bottom:32px;box-shadow:0 4px 6px #00000005}.admin-section h2{margin-top:0;margin-bottom:20px;font-size:1.5rem;border-bottom:2px solid #f5f5f5;padding-bottom:12px}.stat-card{background:#f9f9f9;padding:16px;border-radius:8px;display:inline-block;margin-bottom:20px;min-width:150px;text-align:center}.stat-card h3{margin:0;font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.stat-number{font-size:2.5rem;font-weight:700;margin:8px 0 0;color:#000}.button-group{display:flex;gap:12px;margin-bottom:16px}.action-btn{padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:1rem;transition:all .2s}.seed-btn{background:#4caf50;color:#fff}.seed-btn:disabled{background:#a5d6a7;cursor:not-allowed}.refresh-btn{background:#f0f0f0;color:#333}.status-msg{margin-top:12px;font-weight:500;color:#d32f2f}.crawler-section{border-color:#3f51b5}.crawler-input-group{display:flex;gap:12px;margin:20px 0}.crawler-input-group input{flex:1;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem}.crawl-btn{background:#3f51b5;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer}.terminal-log{background:#1a1a1a;color:#0f0;padding:16px;border-radius:8px;font-family:monospace;margin-bottom:20px}.terminal-log p{margin:4px 0}.blink{animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.result-card{border:1px solid #eee;padding:16px;border-radius:8px;background:#fafafa}.result-card h4{margin-top:0;margin-bottom:8px}.tag-source{display:inline-block;background:#e8eaf6;color:#3f51b5;font-size:.8rem;padding:4px 8px;border-radius:4px;margin-top:8px}.add-db-btn{display:block;width:100%;margin-top:12px;padding:8px;background:#222;color:#fff;border:none;border-radius:6px;cursor:pointer}.hero{text-align:center;margin-bottom:var(--spacing-xl);padding:4rem 0}.hero-title{font-size:3rem;font-weight:800;letter-spacing:-.03em;margin-bottom:var(--spacing-md);line-height:1.1}.hero-subtitle{font-size:1.25rem;color:var(--color-text-light);max-width:600px;margin:0 auto}.category-header{display:flex;align-items:center;margin-bottom:24px;gap:16px}.back-btn{background:none;border:1px solid #ddd;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;color:#555;transition:all .2s}.back-btn:hover{background:#f5f5f5;color:#222;border-color:#ccc}.category-header h2{margin:0;font-size:1.5rem;font-weight:700}
